FunctionPipelineBoard({
stages,
deals,
onDealMoved,
onAddDeal,
onEditDeal,
}: PipelineBoardProps)
src/components/pipelines/pipeline-board.tsx:32
FunctionPipelineSettings({
open,
onOpenChange,
pipeline,
stages,
onPipelinesChanged,
onStagesChanged,
onCreateNewPipelin
src/components/pipelines/pipeline-settings.tsx:62
FunctionPopoverContent({
className,
align = "center",
alignOffset = 0,
side = "bottom",
sideOffset = 4,
...props
}: Popo
src/components/ui/popover.tsx:16
FunctionSelectContent({
className,
children,
side = "bottom",
sideOffset = 4,
align = "center",
alignOffset = 0,
alig
src/components/ui/select.tsx:59
FunctionSendButtonsForm({
cfg,
allNodes,
currentKey,
onUpdateConfig,
showAdvanced,
}: {
cfg: SendButtonsCfg;
allNodes:
src/components/flows/forms/node-config-form.tsx:221
FunctionSendListForm({
cfg,
allNodes,
currentKey,
onUpdateConfig,
showAdvanced,
}: {
cfg: SendListCfg;
allNodes: Bui
src/components/flows/forms/node-config-form.tsx:359
FunctionSortableStageRow({
stage,
onNameChange,
onColorChange,
onRemove,
colors,
}: {
stage: PipelineStage;
onNameChange
src/components/pipelines/pipeline-settings.tsx:366
FunctionStageColumn({
stage,
deals,
totalValue,
currency,
onAddDeal,
onEditDeal,
}: {
stage: PipelineStage;
deals
src/components/pipelines/pipeline-board.tsx:188
FunctionStep3Personalize({
template,
variables,
onUpdate,
headerMediaUrl,
onHeaderMediaUrlChange,
onNext,
onBack,
}: Ste
src/components/broadcasts/step3-personalize.tsx:70
FunctionStep4ScheduleSend({
name,
onNameChange,
template,
audience,
onSend,
onSaveDraft,
onBack,
isProcessing,
progre
src/components/broadcasts/step4-schedule-send.tsx:37
FunctionStepRenderer({
step,
index,
total,
parentScope,
parentPath,
...props
}: {
step: BuilderStep
index: number
src/components/automations/automation-builder.tsx:961