MCPcopy Create free account

hub / github.com/bytebase/dbhub / functions

Functions717 in github.com/bytebase/dbhub

FunctionAlertDialogTitle
({ className, ...props }: AlertDialogPrimitive.Title.Props)
frontend/src/components/ui/alert-dialog.tsx:107
FunctionAlertDialogTrigger
(props: AlertDialogPrimitive.Trigger.Props)
frontend/src/components/ui/alert-dialog.tsx:11
FunctionAlertDialogViewport
({ className, ...props }: AlertDialogPrimitive.Viewport.Props)
frontend/src/components/ui/alert-dialog.tsx:33
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/alert.tsx:41
FunctionAnchoredToastProvider
({ children, ...props }: Toast.Provider.Props)
frontend/src/components/ui/toast.tsx:169
FunctionAnchoredToasts
()
frontend/src/components/ui/toast.tsx:178
FunctionApp
()
frontend/src/App.tsx:15
FunctionAutocompleteClear
({ className, ...props }: AutocompletePrimitive.Clear.Props)
frontend/src/components/ui/autocomplete.tsx:224
FunctionAutocompleteCollection
({ ...props }: AutocompletePrimitive.Collection.Props)
frontend/src/components/ui/autocomplete.tsx:258
FunctionAutocompleteEmpty
({ className, ...props }: AutocompletePrimitive.Empty.Props)
frontend/src/components/ui/autocomplete.tsx:171
FunctionAutocompleteGroup
({ className, ...props }: AutocompletePrimitive.Group.Props)
frontend/src/components/ui/autocomplete.tsx:142
FunctionAutocompleteGroupLabel
({ className, ...props }: AutocompletePrimitive.GroupLabel.Props)
frontend/src/components/ui/autocomplete.tsx:155
FunctionAutocompleteInput
({ className, showTrigger = false, showClear = false, startAddon, size, ...props }: Omit<Autocompl
frontend/src/components/ui/autocomplete.tsx:12
FunctionAutocompleteItem
({ className, children, ...props }: AutocompletePrimitive.Item.Props)
frontend/src/components/ui/autocomplete.tsx:110
FunctionAutocompleteList
({ className, ...props }: AutocompletePrimitive.List.Props)
frontend/src/components/ui/autocomplete.tsx:206
FunctionAutocompletePopup
({ className, children, sideOffset = 4, ...props }: AutocompletePrimitive.Popup.Props & { sideOffset
frontend/src/components/ui/autocomplete.tsx:76
FunctionAutocompleteRow
({ className, ...props }: AutocompletePrimitive.Row.Props)
frontend/src/components/ui/autocomplete.tsx:187
FunctionAutocompleteSeparator
({ className, ...props }: AutocompletePrimitive.Separator.Props)
frontend/src/components/ui/autocomplete.tsx:129
FunctionAutocompleteStatus
({ className, ...props }: AutocompletePrimitive.Status.Props)
frontend/src/components/ui/autocomplete.tsx:242
FunctionAutocompleteTrigger
({ className, ...props }: AutocompletePrimitive.Trigger.Props)
frontend/src/components/ui/autocomplete.tsx:269
FunctionAutocompleteValue
({ ...props }: AutocompletePrimitive.Value.Props)
frontend/src/components/ui/autocomplete.tsx:200
FunctionAvatar
({ className, ...props }: AvatarPrimitive.Root.Props)
frontend/src/components/ui/avatar.tsx:7
FunctionAvatarFallback
({ className, ...props }: AvatarPrimitive.Fallback.Props)
frontend/src/components/ui/avatar.tsx:30
FunctionAvatarImage
({ className, ...props }: AvatarPrimitive.Image.Props)
frontend/src/components/ui/avatar.tsx:20
FunctionBadge
({ className, variant, size, render, ...props }: BadgeProps)
frontend/src/components/ui/badge.tsx:45
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
frontend/src/components/ui/breadcrumb.tsx:8
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
frontend/src/components/ui/breadcrumb.tsx:84
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
frontend/src/components/ui/breadcrumb.tsx:25
FunctionBreadcrumbLink
({ className, render, ...props }: useRender.ComponentProps<"a">)
frontend/src/components/ui/breadcrumb.tsx:35
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
frontend/src/components/ui/breadcrumb.tsx:12
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
frontend/src/components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
frontend/src/components/ui/breadcrumb.tsx:66
FunctionButton
({ className, variant, size, render, ...props }: ButtonProps)
frontend/src/components/ui/button.tsx:53
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:51
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:18
FunctionCardPanel
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:64
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/card.tsx:31
FunctionCheckIcon
({ className = 'w-4 h-4' }: CheckIconProps)
frontend/src/components/icons/CheckIcon.tsx:5
FunctionCheckbox
({ className, ...props }: CheckboxPrimitive.Root.Props)
frontend/src/components/ui/checkbox.tsx:7
FunctionCheckboxGroup
({ className, ...props }: CheckboxGroupPrimitive.Props)
frontend/src/components/ui/checkbox-group.tsx:7
FunctionCollapsible
({ ...props }: CollapsiblePrimitive.Root.Props)
frontend/src/components/ui/collapsible.tsx:7
FunctionCollapsiblePanel
({ className, ...props }: CollapsiblePrimitive.Panel.Props)
frontend/src/components/ui/collapsible.tsx:24
FunctionCollapsibleTrigger
({ className, ...props }: CollapsiblePrimitive.Trigger.Props)
frontend/src/components/ui/collapsible.tsx:11
FunctionCombobox
( props: ComboboxPrimitive.Root.Props<ItemValue, Multiple>, )
frontend/src/components/ui/combobox.tsx:24
FunctionComboboxChip
({ children, ...props }: ComboboxPrimitive.Chip.Props)
frontend/src/components/ui/combobox.tsx:362
FunctionComboboxChipRemove
(props: ComboboxPrimitive.ChipRemove.Props)
frontend/src/components/ui/combobox.tsx:375
FunctionComboboxChips
({ className, children, startAddon, ...props }: ComboboxPrimitive.Chips.Props & { startAddon?: React
frontend/src/components/ui/combobox.tsx:317
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
frontend/src/components/ui/combobox.tsx:285
FunctionComboboxCollection
(props: ComboboxPrimitive.Collection.Props)
frontend/src/components/ui/combobox.tsx:311
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
frontend/src/components/ui/combobox.tsx:243
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
frontend/src/components/ui/combobox.tsx:217
FunctionComboboxGroupLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
frontend/src/components/ui/combobox.tsx:227
FunctionComboboxInput
({ className, showTrigger = true, showClear = false, startAddon, size, ...props }: Omit<ComboboxPr
frontend/src/components/ui/combobox.tsx:37
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
frontend/src/components/ui/combobox.tsx:170
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
frontend/src/components/ui/combobox.tsx:270
FunctionComboboxPopup
({ className, children, sideOffset = 4, ...props }: ComboboxPrimitive.Popup.Props & { sideOffset?: n
frontend/src/components/ui/combobox.tsx:133
FunctionComboboxRow
({ className, ...props }: ComboboxPrimitive.Row.Props)
frontend/src/components/ui/combobox.tsx:256
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
frontend/src/components/ui/combobox.tsx:204
FunctionComboboxStatus
({ className, ...props }: ComboboxPrimitive.Status.Props)
frontend/src/components/ui/combobox.tsx:295
FunctionComboboxTrigger
({ className, ...props }: ComboboxPrimitive.Trigger.Props)
frontend/src/components/ui/combobox.tsx:120
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
frontend/src/components/ui/combobox.tsx:266
FunctionCommand
({ autoHighlight = "always", keepHighlight = true, open = true, ...props }: React.ComponentProps<typeo
frontend/src/components/ui/command.tsx:99
FunctionCommandCollection
({ ...props }: React.ComponentProps<typeof AutocompleteCollection>)
frontend/src/components/ui/command.tsx:200
FunctionCommandDialogBackdrop
({ className, ...props }: CommandDialogPrimitive.Backdrop.Props)
frontend/src/components/ui/command.tsx:38
FunctionCommandDialogPopup
({ className, children, ...props }: CommandDialogPrimitive.Popup.Props)
frontend/src/components/ui/command.tsx:70
FunctionCommandDialogTrigger
(props: CommandDialogPrimitive.Trigger.Props)
frontend/src/components/ui/command.tsx:29
FunctionCommandDialogViewport
({ className, ...props }: CommandDialogPrimitive.Viewport.Props)
frontend/src/components/ui/command.tsx:54
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof AutocompleteEmpty>)
frontend/src/components/ui/command.tsx:152
FunctionCommandFooter
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/command.tsx:245
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof AutocompleteGroup>)
frontend/src/components/ui/command.tsx:174
FunctionCommandGroupLabel
({ className, ...props }: React.ComponentProps<typeof AutocompleteGroupLabel>)
frontend/src/components/ui/command.tsx:187
FunctionCommandInput
({ className, placeholder = undefined, ...props }: React.ComponentProps<typeof AutocompleteInput>)
frontend/src/components/ui/command.tsx:115
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof AutocompleteItem>)
frontend/src/components/ui/command.tsx:206
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof AutocompleteList>)
frontend/src/components/ui/command.tsx:139
FunctionCommandPanel
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/command.tsx:165
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof AutocompleteSeparator>)
frontend/src/components/ui/command.tsx:219
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"kbd">)
frontend/src/components/ui/command.tsx:232
FunctionCopyIcon
({ className = 'w-4 h-4' }: CopyIconProps)
frontend/src/components/icons/CopyIcon.tsx:5
FunctionCursorGrowIcon
(props: React.ComponentProps<"svg">)
frontend/src/components/ui/number-field.tsx:137
FunctionDatabaseIcon
({ type }: { type: DatabaseType })
frontend/src/components/Sidebar/SourceList.tsx:11
FunctionDialogBackdrop
({ className, ...props }: DialogPrimitive.Backdrop.Props)
frontend/src/components/ui/dialog.tsx:21
FunctionDialogClose
(props: DialogPrimitive.Close.Props)
frontend/src/components/ui/dialog.tsx:17
FunctionDialogDescription
({ className, ...props }: DialogPrimitive.Description.Props)
frontend/src/components/ui/dialog.tsx:142
FunctionDialogFooter
({ className, variant = "default", ...props }: React.ComponentProps<"div"> & { variant?: "default" | "
frontend/src/components/ui/dialog.tsx:110
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/dialog.tsx:97
FunctionDialogPanel
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/dialog.tsx:155
FunctionDialogPopup
({ className, children, showCloseButton = true, bottomStickOnMobile = true, ...props }: DialogPrimit
frontend/src/components/ui/dialog.tsx:53
FunctionDialogTitle
({ className, ...props }: DialogPrimitive.Title.Props)
frontend/src/components/ui/dialog.tsx:132
FunctionDialogTrigger
(props: DialogPrimitive.Trigger.Props)
frontend/src/components/ui/dialog.tsx:13
FunctionDialogViewport
({ className, ...props }: DialogPrimitive.Viewport.Props)
frontend/src/components/ui/dialog.tsx:37
FunctionEmpty
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/empty.tsx:5
FunctionEmptyContent
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/empty.tsx:107
FunctionEmptyDescription
({ className, ...props }: React.ComponentProps<"p">)
frontend/src/components/ui/empty.tsx:94
FunctionEmptyHeader
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/empty.tsx:18
FunctionEmptyMedia
({ className, variant = "default", ...props }: React.ComponentProps<"div"> & VariantProps<typeof emptyMe
frontend/src/components/ui/empty.tsx:46
FunctionEmptyTitle
({ className, ...props }: React.ComponentProps<"div">)
frontend/src/components/ui/empty.tsx:84
FunctionErrorTooltip
({ error, children }: { error: string; children: React.ReactElement })
frontend/src/components/views/RequestView.tsx:88
← previousnext →301–400 of 717, ranked by callers