MCPcopy Create free account

hub / github.com/ArnasDon/wacrm / functions

Functions1,053 in github.com/ArnasDon/wacrm

FunctionAvatar
({ className, size = "default", ...props }: AvatarPrimitive.Root.Props & { size?: "default" | "sm" | "
src/components/ui/avatar.tsx:8
FunctionAvatarBadge
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/avatar.tsx:57
FunctionAvatarFallback
({ className, ...props }: AvatarPrimitive.Fallback.Props)
src/components/ui/avatar.tsx:41
FunctionAvatarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/avatar.tsx:73
FunctionAvatarGroupCount
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/avatar.tsx:86
FunctionAvatarImage
({ className, ...props }: AvatarPrimitive.Image.Props)
src/components/ui/avatar.tsx:28
FunctionBadge
({ className, variant = "default", render, ...props }: useRender.ComponentProps<"span"> & VariantProps
src/components/ui/badge.tsx:30
FunctionBranchColumn
({ label, color, children, }: { label: string color: string children: React.ReactNode })
src/components/automations/automation-builder.tsx:1114
FunctionBroadcastDetailPage
()
src/app/(dashboard)/broadcasts/[id]/page.tsx:144
FunctionBroadcastsPage
()
src/app/(dashboard)/broadcasts/page.tsx:59
FunctionButton
({ className, variant = "default", size = "default", ...props }: ButtonPrimitive.Props & VariantProps<
src/components/ui/button.tsx:43
FunctionCanvasAddNodeButton
()
src/components/flows/flow-canvas.tsx:698
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:59
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:72
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:49
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:82
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:23
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:36
FunctionChartTooltip
({ active, payload, label, valueFormatter, }: ChartTooltipProps)
src/components/tremor/bar-chart.tsx:462
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:11
FunctionColorSwatch
({ value, onChange, colors, }: { value: string; onChange: (v: string) => void; colors: string[]; }
src/components/pipelines/pipeline-settings.tsx:421
FunctionConditionBranches
({ step, parentPath, ...props }: { step: BuilderStep parentPath: StepPath } & Omit<StepListProps, "s
src/components/automations/automation-builder.tsx:1078
FunctionConditionForm
({ cfg, allNodes, currentKey, onUpdateConfig, }: { cfg: ConditionCfg; allNodes: BuilderNode[]; c
src/components/flows/forms/node-config-form.tsx:596
FunctionContactDetailView
({ open, onOpenChange, contactId, onUpdated, }: ContactDetailViewProps)
src/components/contacts/contact-detail-view.tsx:50
FunctionContactFieldSelect
Contact-field dropdown for "Update Contact Field": built-in columns plus * any account custom fields (stored as `custom:<id>`). A saved custom field
src/components/automations/automation-builder.tsx:337
FunctionContactForm
({ open, onOpenChange, contact, contactTags = [], onSaved, onViewExisting, }: ContactFormProps)
src/components/contacts/contact-form.tsx:39
FunctionContactSidebar
({ contact }: ContactSidebarProps)
src/components/inbox/contact-sidebar.tsx:27
FunctionContactsPage
()
src/app/(dashboard)/contacts/page.tsx:66
FunctionConversationItem
({ conversation, isActive, onSelect, }: ConversationItemProps)
src/components/inbox/conversation-list.tsx:426
FunctionConversationList
({ activeConversationId, onSelect, conversations, onConversationsLoaded, resyncToken = 0, }: Convers
src/components/inbox/conversation-list.tsx:54
FunctionConversationsChart
({ series, loading, range, onRangeChange }: ConversationsChartProps)
src/components/dashboard/conversations-chart.tsx:30
FunctionCreateKeyDialog
({ open, onOpenChange, onCreated, }: { open: boolean; onOpenChange: (open: boolean) => void; onCre
src/components/settings/api-keys-settings.tsx:280
FunctionCustomFieldsManager
({ open, onOpenChange, }: CustomFieldsManagerProps)
src/components/contacts/custom-fields-manager.tsx:30
FunctionCustomFieldsPanel
()
src/components/contacts/custom-fields-manager.tsx:57
FunctionCustomFieldsSettings
()
src/components/settings/custom-fields-settings.tsx:21
FunctionDELETE
(_request: Request, { params }: Params)
src/app/api/ai/knowledge/[id]/route.ts:115
FunctionDELETE
()
src/app/api/ai/config/route.ts:235
FunctionDELETE
( _request: Request, context: { params: Promise<{ id: string }> }, )
src/app/api/whatsapp/templates/[id]/route.ts:233
FunctionDELETE
()
src/app/api/whatsapp/config/route.ts:441
FunctionDELETE
( request: Request, { params }: { params: Promise<{ id: string }> } )
src/app/api/v1/webhooks/[id]/route.ts:120
FunctionDELETE
( _request: Request, { params }: { params: Promise<{ id: string }> }, )
src/app/api/automations/[id]/route.ts:123
FunctionDELETE
( _request: Request, { params }: { params: Promise<{ id: string }> }, )
src/app/api/account/invitations/[id]/route.ts:25
FunctionDELETE
( _request: Request, { params }: { params: Promise<{ userId: string }> }, )
src/app/api/account/members/[userId]/route.ts:97
FunctionDELETE
( _request: Request, { params }: { params: Promise<{ id: string }> } )
src/app/api/account/api-keys/[id]/route.ts:24
FunctionDELETE
( _request: Request, context: { params: Promise<{ id: string }> }, )
src/app/api/flows/[id]/route.ts:175
FunctionDashboardLayout
({ children, }: { children: React.ReactNode; })
src/app/(dashboard)/layout.tsx:22
FunctionDashboardPage
()
src/app/(dashboard)/dashboard/page.tsx:39
FunctionDashboardShell
({ children }: { children: React.ReactNode })
src/app/(dashboard)/dashboard-shell.tsx:57
FunctionDashboardShellInner
({ children }: { children: React.ReactNode })
src/app/(dashboard)/dashboard-shell.tsx:14
FunctionDealCard
({ deal, stage, onEdit, isOverlay }: DealCardProps)
src/components/pipelines/deal-card.tsx:28
FunctionDealForm
({ open, onOpenChange, deal, pipelineId, stages, defaultStageId, onSaved, }: DealFormProps)
src/components/pipelines/deal-form.tsx:46
FunctionDealPipelineFields
Pipeline + stage picker for Create Deal. The automation stores ids because * the engine writes directly to deals, but authors should choose by name.
src/components/automations/automation-builder.tsx:415
FunctionDealsSettings
()
src/components/settings/deals-settings.tsx:30
FunctionDeltaRow
({ sign, label }: { sign: number; label: string })
src/components/dashboard/metric-card.tsx:43
FunctionDialog
({ ...props }: DialogPrimitive.Root.Props)
src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: DialogPrimitive.Close.Props)
src/components/ui/dialog.tsx:22
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: DialogPrimitive.Popup.Props & { showClos
src/components/ui/dialog.tsx:42
FunctionDialogDescription
({ className, ...props }: DialogPrimitive.Description.Props)
src/components/ui/dialog.tsx:133
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
src/components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: DialogPrimitive.Backdrop.Props)
src/components/ui/dialog.tsx:26
FunctionDialogPortal
({ ...props }: DialogPrimitive.Portal.Props)
src/components/ui/dialog.tsx:18
FunctionDialogTitle
({ className, ...props }: DialogPrimitive.Title.Props)
src/components/ui/dialog.tsx:120
FunctionDialogTrigger
({ ...props }: DialogPrimitive.Trigger.Props)
src/components/ui/dialog.tsx:14
FunctionDonut
({ data, currency }: { data: PipelineDonutData; currency: string })
src/components/dashboard/pipeline-donut.tsx:69
FunctionDraggableDealCard
({ deal, stage, onEdit, }: { deal: Deal; stage: PipelineStage; onEdit: (deal: Deal) => void; })
src/components/pipelines/pipeline-board.tsx:267
FunctionDropdownMenu
({ ...props }: MenuPrimitive.Root.Props)
src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, inset, ...props }: MenuPrimitive.CheckboxItem.Props & { inset?: b
src/components/ui/dropdown-menu.tsx:148
FunctionDropdownMenuContent
({ align = "start", alignOffset = 0, side = "bottom", sideOffset = 4, className, ...props }: MenuP
src/components/ui/dropdown-menu.tsx:21
FunctionDropdownMenuGroup
({ ...props }: MenuPrimitive.Group.Props)
src/components/ui/dropdown-menu.tsx:52
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: MenuPrimitive.Item.Props & { inset?: boolean
src/components/ui/dropdown-menu.tsx:76
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean })
src/components/ui/dropdown-menu.tsx:56
FunctionDropdownMenuPortal
({ ...props }: MenuPrimitive.Portal.Props)
src/components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: MenuPrimitive.RadioGroup.Props)
src/components/ui/dropdown-menu.tsx:182
FunctionDropdownMenuRadioItem
({ className, children, inset, ...props }: MenuPrimitive.RadioItem.Props & { inset?: boolean })
src/components/ui/dropdown-menu.tsx:191
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
src/components/ui/dropdown-menu.tsx:223
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/dropdown-menu.tsx:236
FunctionDropdownMenuSub
({ ...props }: MenuPrimitive.SubmenuRoot.Props)
src/components/ui/dropdown-menu.tsx:99
FunctionDropdownMenuSubContent
({ align = "start", alignOffset = -3, side = "right", sideOffset = 0, className, ...props }: React
src/components/ui/dropdown-menu.tsx:127
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean })
src/components/ui/dropdown-menu.tsx:103
FunctionDropdownMenuTrigger
({ ...props }: MenuPrimitive.Trigger.Props)
src/components/ui/dropdown-menu.tsx:17
FunctionEditAutomationPage
({ params, }: { params: Promise<{ id: string }> })
src/app/(dashboard)/automations/[id]/edit/page.tsx:15
FunctionEditorHeader
()
src/components/flows/header.tsx:45
FunctionEmptyState
({ title = 'Not enough data yet', hint, icon: Icon = BarChart3, className, }: { title?: string hin
src/components/dashboard/empty-state.tsx:11
FunctionEmptyState
({ onCreate, canCreate, }: { onCreate: () => void; canCreate: boolean; })
src/app/(dashboard)/flows/page.tsx:325
FunctionEntryPicker
({ state, setState, }: { state: BuilderState; setState: React.Dispatch<React.SetStateAction<BuilderSta
src/components/flows/flow-builder.tsx:339
FunctionEventLine
({ ev }: { ev: EventRow })
src/app/(dashboard)/flows/[id]/runs/page.tsx:306
FunctionExitStatus
(status)
public/opus/encoderWorker.min.js:1
FunctionFieldBlock
({ label, children, }: { label: string children: React.ReactNode })
src/components/automations/automation-builder.tsx:1371
FunctionFieldRow
A single editable row. Controlled local state lets us commit on blur / * Enter and cleanly revert to the last saved name when a rename fails.
src/components/contacts/custom-fields-manager.tsx:235
FunctionFieldsAndTagsPanel
()
src/components/settings/fields-and-tags-panel.tsx:16
FunctionFlowBuilder
()
src/components/flows/flow-builder.tsx:74
FunctionFlowCanvas
()
src/components/flows/flow-canvas.tsx:263
FunctionFlowCanvasInner
()
src/components/flows/flow-canvas.tsx:271
FunctionFlowCard
({ flow, onEdit, onDelete, }: { flow: FlowRow; onEdit: () => void; onDelete: () => void; })
src/app/(dashboard)/flows/page.tsx:358
FunctionFlowEditorPage
()
src/app/(dashboard)/flows/[id]/page.tsx:23
FunctionFlowEditorProvider
({ initialFlow, initialNodes, children, }: ProviderProps)
src/components/flows/flow-editor-state.tsx:234
FunctionFlowEditorShell
({ initialFlow, initialNodes }: Props)
src/components/flows/flow-editor-shell.tsx:61
FunctionFlowNodeCard
({ data, selected }: NodeProps)
src/components/flows/flow-canvas.tsx:133
← previousnext →601–700 of 1,053, ranked by callers