MCPcopy Index your code

hub / github.com/amalshaji/dbcooper / functions

Functions723 in github.com/amalshaji/dbcooper

FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:110
FunctionAlertDialogTrigger
({ ...props }: AlertDialogPrimitive.Trigger.Props)
src/components/ui/alert-dialog.tsx:11
FunctionApp
()
src/App.tsx:10
FunctionBadge
({ className, variant = "default", render, ...props }: useRender.ComponentProps<"span"> & VariantProps
src/components/ui/badge.tsx:26
FunctionBooleanFieldInput
({ column, value, isNull, dbType, onValueChange, isReadonly = false, }: FieldInputProps)
src/components/field-inputs/BooleanFieldInput.tsx:5
FunctionButton
({ className, variant = "default", size = "default", ...props }: ButtonPrimitive.Props & VariantProps<type
src/components/ui/button.tsx:41
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
src/components/ui/button-group.tsx:25
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/button-group.tsx:64
FunctionButtonGroupText
({ className, render, ...props }: useRender.ComponentProps<"div">)
src/components/ui/button-group.tsx:41
FunctionCard
({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" })
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:53
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:66
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:43
FunctionCardExample
()
src/components/component-example.tsx:77
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:76
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:20
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:33
FunctionClickhouseIcon
(props)
src/components/icons/clickhouse.tsx:1
FunctionClickhouseIcon
(props: React.SVGProps<SVGSVGElement>)
docs/src/icons/clickhouse.tsx:3
FunctionCollapsible
({ ...props }: CollapsiblePrimitive.Root.Props)
src/components/ui/collapsible.tsx:3
FunctionCollapsibleContent
({ ...props }: CollapsiblePrimitive.Panel.Props)
src/components/ui/collapsible.tsx:13
FunctionCollapsibleTrigger
({ ...props }: CollapsiblePrimitive.Trigger.Props)
src/components/ui/collapsible.tsx:7
FunctionComboboxChip
({ className, children, showRemove = true, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?:
src/components/ui/combobox.tsx:224
FunctionComboboxChips
({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitiv
src/components/ui/combobox.tsx:210
FunctionComboboxChipsInput
({ className, ...props }: ComboboxPrimitive.Input.Props)
src/components/ui/combobox.tsx:255
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
src/components/ui/combobox.tsx:39
FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
src/components/ui/combobox.tsx:181
FunctionComboboxContent
({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...prop
src/components/ui/combobox.tsx:87
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
src/components/ui/combobox.tsx:187
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
src/components/ui/combobox.tsx:158
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
src/components/ui/combobox.tsx:52
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
src/components/ui/combobox.tsx:134
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
src/components/ui/combobox.tsx:168
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
src/components/ui/combobox.tsx:121
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
src/components/ui/combobox.tsx:197
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
src/components/ui/combobox.tsx:22
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
src/components/ui/combobox.tsx:18
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run", children, className, showClose
src/components/ui/command.tsx:33
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:121
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:134
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:81
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:165
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:104
FunctionCommandPalette
({ open, onOpenChange, activeTab, tabs, onNavigateBack, onToggleSidebar, onNewQuery, onCloseTab, onNe
src/components/CommandPalette.tsx:62
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:151
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:182
FunctionCompare
({ firstImage, secondImage, firstImageAlt = "Light mode", secondImageAlt = "Dark mode", initialPosition =
docs/src/components/Compare.tsx:24
FunctionComponentExample
()
src/components/component-example.tsx:68
FunctionConnectionDetails
()
src/pages/ConnectionDetails.tsx:364
FunctionConnectionForm
({ onSubmit, onCancel, isOpen, initialData, }: ConnectionFormProps)
src/components/ConnectionForm.tsx:98
FunctionConnectionStatus
({ connectionUuid, initialStatus = "connected", onReconnect, onStatusChange, }: ConnectionStatusProps)
src/components/ConnectionStatus.tsx:21
FunctionConnectionWelcome
({ connection, totalObjectCount, objectSchemaCount, onNewQuery, onOpenSchemaVisualizer, }: ConnectionWelc
src/components/connection-details/ConnectionWelcome.tsx:13
FunctionConnections
()
src/pages/Connections.tsx:104
FunctionContentHeader
({ connection, navigate, connectionStatus, onReconnect, onStatusChange, onOpenSettings, }: { connection
src/pages/ConnectionDetails.tsx:241
FunctionContextMenu
({ ...props }: ContextMenuPrimitive.Root.Props)
src/components/ui/context-menu.tsx:7
FunctionContextMenuCheckboxItem
({ className, children, checked, ...props }: ContextMenuPrimitive.CheckboxItem.Props)
src/components/ui/context-menu.tsx:150
FunctionContextMenuContent
({ className, align = "start", alignOffset = 4, side = "right", sideOffset = 0, ...props }: Contex
src/components/ui/context-menu.tsx:30
FunctionContextMenuGroup
({ ...props }: ContextMenuPrimitive.Group.Props)
src/components/ui/context-menu.tsx:61
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: ContextMenuPrimitive.Item.Props & { inset?: bo
src/components/ui/context-menu.tsx:84
FunctionContextMenuLabel
({ className, inset, ...props }: ContextMenuPrimitive.GroupLabel.Props & { inset?: boolean })
src/components/ui/context-menu.tsx:67
FunctionContextMenuPortal
({ ...props }: ContextMenuPrimitive.Portal.Props)
src/components/ui/context-menu.tsx:11
FunctionContextMenuRadioGroup
({ ...props }: ContextMenuPrimitive.RadioGroup.Props)
src/components/ui/context-menu.tsx:176
FunctionContextMenuRadioItem
({ className, children, ...props }: ContextMenuPrimitive.RadioItem.Props)
src/components/ui/context-menu.tsx:187
FunctionContextMenuSeparator
({ className, ...props }: ContextMenuPrimitive.Separator.Props)
src/components/ui/context-menu.tsx:211
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/context-menu.tsx:224
FunctionContextMenuSub
({ ...props }: ContextMenuPrimitive.SubmenuRoot.Props)
src/components/ui/context-menu.tsx:107
FunctionContextMenuSubContent
({ ...props }: React.ComponentProps<typeof ContextMenuContent>)
src/components/ui/context-menu.tsx:137
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: ContextMenuPrimitive.SubmenuTrigger.Props & { inset?: boo
src/components/ui/context-menu.tsx:113
FunctionContextMenuTrigger
({ className, ...props }: ContextMenuPrimitive.Trigger.Props)
src/components/ui/context-menu.tsx:17
FunctionDataTable
({ data, columns, pageCount = 1, currentPage = 1, onPageChange, onRowClick, hidePagination = false, vi
src/components/DataTable.tsx:42
FunctionDatabaseIcons
()
docs/src/components/DatabaseIcons.tsx:13
FunctionDefaultFieldInput
({ column, value, isRawSql, isNull, suggestedFunctions, onValueChange, }: FieldInputProps)
src/components/field-inputs/DefaultFieldInput.tsx:9
FunctionDialog
({ ...props }: DialogPrimitive.Root.Props)
src/components/ui/dialog.tsx:8
FunctionDialogClose
({ ...props }: DialogPrimitive.Close.Props)
src/components/ui/dialog.tsx:16
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: DialogPrimitive.Popup.Props & { showClos
src/components/ui/dialog.tsx:37
FunctionDialogDescription
({ className, ...props }: DialogPrimitive.Description.Props)
src/components/ui/dialog.tsx:110
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:87
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:77
FunctionDialogOverlay
({ className, ...props }: DialogPrimitive.Backdrop.Props)
src/components/ui/dialog.tsx:24
FunctionDialogPortal
({ ...props }: DialogPrimitive.Portal.Props)
src/components/ui/dialog.tsx:20
FunctionDialogTitle
({ className, ...props }: DialogPrimitive.Title.Props)
src/components/ui/dialog.tsx:100
FunctionDialogTrigger
({ ...props }: DialogPrimitive.Trigger.Props)
src/components/ui/dialog.tsx:12
FunctionDownloadButton
()
docs/src/components/DownloadButton.tsx:8
FunctionDropdownMenu
({ ...props }: MenuPrimitive.Root.Props)
src/components/ui/dropdown-menu.tsx:7
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: MenuPrimitive.CheckboxItem.Props)
src/components/ui/dropdown-menu.tsx:152
FunctionDropdownMenuContent
({ align = "start", alignOffset = 0, side = "bottom", sideOffset = 4, className, ...props }: MenuP
src/components/ui/dropdown-menu.tsx:19
FunctionDropdownMenuGroup
({ ...props }: MenuPrimitive.Group.Props)
src/components/ui/dropdown-menu.tsx:53
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: MenuPrimitive.Item.Props & { inset?: boolean;
src/components/ui/dropdown-menu.tsx:77
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean; })
src/components/ui/dropdown-menu.tsx:57
FunctionDropdownMenuPortal
({ ...props }: MenuPrimitive.Portal.Props)
src/components/ui/dropdown-menu.tsx:11
FunctionDropdownMenuRadioGroup
({ ...props }: MenuPrimitive.RadioGroup.Props)
src/components/ui/dropdown-menu.tsx:181
FunctionDropdownMenuRadioItem
({ className, children, ...props }: MenuPrimitive.RadioItem.Props)
src/components/ui/dropdown-menu.tsx:190
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
src/components/ui/dropdown-menu.tsx:217
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/dropdown-menu.tsx:230
FunctionDropdownMenuSub
({ ...props }: MenuPrimitive.SubmenuRoot.Props)
src/components/ui/dropdown-menu.tsx:100
FunctionDropdownMenuSubContent
({ align = "start", alignOffset = -3, side = "right", sideOffset = 0, className, ...props }: React
src/components/ui/dropdown-menu.tsx:128
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean; }
src/components/ui/dropdown-menu.tsx:104
FunctionDropdownMenuTrigger
({ ...props }: MenuPrimitive.Trigger.Props)
src/components/ui/dropdown-menu.tsx:15
FunctionEmptyState
({ icon, title, description, action, actions, }: EmptyStateProps)
src/components/EmptyState.tsx:17
← previousnext →201–300 of 723, ranked by callers