MCPcopy Create free account

hub / github.com/THU-MAIC/OpenMAIC / functions

Functions4,064 in github.com/THU-MAIC/OpenMAIC

FunctionCanvas
(_props: CanvasProps)
components/slide-renderer/Editor/Canvas/index.tsx:62
FunctionCanvasArea
({ currentScene, currentSceneIndex, scenesCount, mode, engineState, isLiveSession, whiteboardOpe
components/canvas/canvas-area.tsx:26
FunctionCanvasToolbar
({ currentSceneIndex, scenesCount, engineState, isLiveSession, whiteboardOpen, sidebarCollapsed,
components/canvas/canvas-toolbar.tsx:83
FunctionCard
({ className, size = 'default', ...props }: React.ComponentProps<'div'> & { size?: 'default' | 'sm' })
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/card.tsx:59
FunctionCardContent
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/card.tsx:69
FunctionCardDescription
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/card.tsx:49
FunctionCardFooter
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/card.tsx:79
FunctionCardHeader
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/card.tsx:23
FunctionCardTitle
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/card.tsx:36
FunctionCarousel
({ orientation = 'horizontal', opts, setApi, plugins, className, children, ...props }: React.Com
components/ui/carousel.tsx:43
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/carousel.tsx:132
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<'div'>)
components/ui/carousel.tsx:145
FunctionCarouselNext
({ className, variant = 'outline', size = 'icon-sm', ...props }: React.ComponentProps<typeof Button>)
components/ui/carousel.tsx:193
FunctionCarouselPrevious
({ className, variant = 'outline', size = 'icon-sm', ...props }: React.ComponentProps<typeof Button>)
components/ui/carousel.tsx:163
FunctionCelebrationHeader
()
components/scene-renderers/pbl/v2/completion.tsx:436
FunctionCharacterAvatar
SCENARIO ONLY — avatar for an in-scene character. Uses the authored * `character.avatar` when present; otherwise a warm initial-letter * badge, vi
components/scene-renderers/pbl/v2/chat.tsx:1172
FunctionCharacterAvatar
({ name, avatar, accent, compact, }: { name?: string; avatar?: string; accent?: string; compac
components/scene-renderers/pbl/v2/scene-stage/scenario-stage.tsx:234
FunctionCharacterCard
({ character, accent, }: { readonly character: PBLScenarioCharacter; readonly accent: string; })
components/scene-renderers/pbl/v2/scene-stage/scenario-briefing.tsx:138
FunctionChart
({ width: _width, height: _height, type, data, themeColors: rawThemeColors, textColor, lineColor
packages/@openmaic/renderer/src/elements/chart/Chart.tsx:34
FunctionChart
({ width: _width, height: _height, type, data, themeColors: rawThemeColors, textColor, lineColor
components/slide-renderer/components/element/ChartElement/Chart.tsx:34
FunctionChartElement
({ elementInfo, selectElement }: ChartElementProps)
components/slide-renderer/components/element/ChartElement/index.tsx:18
MethodChartType
()
packages/pptxgenjs/src/pptxgen.ts:266
FunctionChatMessage
({ message, isUser }: { message: PBLChatMessage; isUser: boolean })
components/scene-renderers/pbl/chat-panel.tsx:153
FunctionChatPanel
({ messages, currentIssue, userRole, isLoading, onSendMessage, }: ChatPanelProps)
components/scene-renderers/pbl/chat-panel.tsx:19
FunctionChatSessionComponent
({ session, isActive, isStreaming, activeBubbleId, onEndSession, }: ChatSessionProps)
components/chat/chat-session.tsx:157
FunctionCheckpoint
({ className, children, ...props }: CheckpointProps)
components/ai-elements/checkpoint.tsx:12
FunctionCheckpointIcon
({ className, children, ...props }: CheckpointIconProps)
components/ai-elements/checkpoint.tsx:24
FunctionCheckpointTrigger
({ children, variant = 'ghost', size = 'sm', tooltip, ...props }: CheckpointTriggerProps)
components/ai-elements/checkpoint.tsx:31
FunctionClassroomCard
({ classroom, slide, formatDate, onDelete, onRename, confirmingDelete, onConfirmDelete, onCanc
app/page.tsx:1195
FunctionClassroomCompletePage
({ scenes, title }: ClassroomCompletePageProps)
components/scene-renderers/classroom-complete.tsx:308
FunctionClassroomCompletePageConnected
()
components/scene-renderers/classroom-complete.tsx:499
FunctionClassroomDetailPage
()
app/classroom/[id]/page.tsx:20
FunctionCodeBlock
({ code, language, showLineNumbers = false, className, children, ...props }: CodeBlockProps)
components/ai-elements/code-block.tsx:73
FunctionCodeBlockCopyButton
({ onCopy, onError, timeout = 2000, children, className, ...props }: CodeBlockCopyButtonProps)
components/ai-elements/code-block.tsx:134
FunctionCodeLineRow
({ line, lineNumber, highlightedHtml, showLineNumbers, animState, animate, typingDelay, }: { l
packages/@openmaic/renderer/src/elements/code/BaseCodeElement.tsx:202
FunctionCodeLineRow
({ line, lineNumber, highlightedHtml, showLineNumbers, animState, animate, typingDelay, }: { l
components/slide-renderer/components/element/CodeElement/BaseCodeElement.tsx:204
FunctionCollapsedBubblePill
Collapsed pill — shows avatar + name, click to expand
components/roundtable/presentation-speech-overlay.tsx:122
FunctionCollapsedList
({ scenes, currentSceneId, onActivate }: CollapsedListProps)
components/edit/SlideNavRail/SlideNavRail.tsx:485
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
components/ui/collapsible.tsx:15
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
components/ui/collapsible.tsx:9
FunctionColorPicker
({ value, onChange, onCommit, className = 'w-[224px]', }: ColorPickerProps)
components/edit/surfaces/slide/ColorPicker.tsx:51
FunctionComboboxChip
({ className, children, showRemove = true, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?:
components/ui/combobox.tsx:213
FunctionComboboxChips
({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitive.
components/ui/combobox.tsx:197
FunctionComboboxChipsInput
({ className, ...props }: ComboboxPrimitive.Input.Props)
components/ui/combobox.tsx:244
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
components/ui/combobox.tsx:35
FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
components/ui/combobox.tsx:170
FunctionComboboxContent
({ className, side = 'bottom', sideOffset = 6, align = 'start', alignOffset = 0, anchor, ...prop
components/ui/combobox.tsx:82
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
components/ui/combobox.tsx:174
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
components/ui/combobox.tsx:154
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
components/ui/combobox.tsx:48
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
components/ui/combobox.tsx:132
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
components/ui/combobox.tsx:160
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
components/ui/combobox.tsx:119
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
components/ui/combobox.tsx:187
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
components/ui/combobox.tsx:22
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
components/ui/combobox.tsx:18
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
components/ui/command.tsx:17
FunctionCommandBar
({ title, history, commands, trailing }: CommandBarProps)
components/edit/EditShell/CommandBar.tsx:35
FunctionCommandDialog
({ title = 'Command Palette', description = 'Search for a command to run...', children, className, s
components/ui/command.tsx:30
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
components/ui/command.tsx:95
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
components/ui/command.tsx:108
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
components/ui/command.tsx:59
FunctionCommandItem
({ className, children, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
components/ui/command.tsx:137
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
components/ui/command.tsx:82
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
components/ui/command.tsx:124
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<'span'>)
components/ui/command.tsx:157
FunctionCommonElementOperate
({ elementInfo, handlerVisible, rotateElement, scaleElement, }: CommonElementOperateProps)
components/slide-renderer/Editor/Canvas/Operate/CommonElementOperate.tsx:28
FunctionCompletionCtaCard
({ onView, className }: Props)
components/scene-renderers/pbl/v2/eval-cards/completion-cta-card.tsx:32
FunctionConfetti
()
components/scene-renderers/classroom-complete.tsx:73
FunctionConfirmation
({ className, approval, state, ...props }: ConfirmationProps)
components/ai-elements/confirmation.tsx:59
FunctionConfirmationAccepted
({ children }: ConfirmationAcceptedProps)
components/ai-elements/confirmation.tsx:96
FunctionConfirmationAction
(props: ConfirmationActionProps)
components/ai-elements/confirmation.tsx:145
FunctionConfirmationActions
({ className, ...props }: ConfirmationActionsProps)
components/ai-elements/confirmation.tsx:130
FunctionConfirmationRejected
({ children }: ConfirmationRejectedProps)
components/ai-elements/confirmation.tsx:114
FunctionConfirmationRequest
({ children }: ConfirmationRequestProps)
components/ai-elements/confirmation.tsx:81
FunctionConfirmationTitle
({ className, ...props }: ConfirmationTitleProps)
components/ai-elements/confirmation.tsx:73
FunctionConnectedTextFormatBar
({ elementId }: { readonly elementId: string })
components/edit/surfaces/slide/text-format-bar.tsx:311
FunctionConnection
({ fromX, fromY, toX, toY })
components/ai-elements/connection.tsx:5
FunctionContentVisualizer
()
app/generation-preview/components/visualizers.tsx:412
FunctionContext
({ usedTokens, maxTokens, usage, modelId, ...props }: ContextProps)
components/ai-elements/context.tsx:40
FunctionContextCacheUsage
({ className, children, ...props }: ContextCacheUsageProps)
components/ai-elements/context.tsx:314
FunctionContextContent
({ className, ...props }: ContextContentProps)
components/ai-elements/context.tsx:118
FunctionContextContentBody
({ children, className, ...props }: ContextContentBodyProps)
components/ai-elements/context.tsx:163
FunctionContextContentFooter
({ children, className, ...props }: ContextContentFooterProps)
components/ai-elements/context.tsx:171
FunctionContextContentHeader
({ children, className, ...props }: ContextContentHeaderProps)
components/ai-elements/context.tsx:124
FunctionContextIcon
()
components/ai-elements/context.tsx:53
FunctionContextInputUsage
({ className, children, ...props }: ContextInputUsageProps)
components/ai-elements/context.tsx:211
FunctionContextMenu
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>)
components/ui/context-menu.tsx:9
FunctionContextMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Checkbox
components/ui/context-menu.tsx:127
FunctionContextMenuContent
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Content> & { side?: 'top' | '
components/ui/context-menu.tsx:44
FunctionContextMenuGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Group>)
components/ui/context-menu.tsx:26
FunctionContextMenuItem
({ className, inset, variant = 'default', ...props }: React.ComponentProps<typeof ContextMenuPrimitive
components/ui/context-menu.tsx:64
FunctionContextMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Label> & { inset?: b
components/ui/context-menu.tsx:177
FunctionContextMenuPortal
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Portal>)
components/ui/context-menu.tsx:30
FunctionContextMenuRadioGroup
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioGroup>)
components/ui/context-menu.tsx:38
FunctionContextMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.RadioItem>)
components/ui/context-menu.tsx:153
FunctionContextMenuSeparator
({ className, ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Separator>)
components/ui/context-menu.tsx:197
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<'span'>)
components/ui/context-menu.tsx:210
← previousnext →2,901–3,000 of 4,064, ranked by callers