MCPcopy Create free account

hub / github.com/Jason-uxui/gray-ui-csm / functions

Functions617 in github.com/Jason-uxui/gray-ui-csm

FunctionAvatarImage
({ className, ...props }: AvatarPrimitive.Image.Props)
components/ui/avatar.tsx:28
FunctionBadge
({ className, variant = "default", render, ...props }: useRender.ComponentProps<"span"> & VariantProps
components/ui/badge.tsx:30
FunctionBreadcrumb
({ className, ...props }: React.ComponentProps<"nav">)
components/ui/breadcrumb.tsx:8
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:95
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:32
FunctionBreadcrumbLink
({ className, render, ...props }: useRender.ComponentProps<"a">)
components/ui/breadcrumb.tsx:42
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
components/ui/breadcrumb.tsx:19
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:62
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:75
FunctionButton
({ className, variant = "default", size = "default", ...props }: ButtonPrimitive.Props & VariantProps<
components/ui/button.tsx:44
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:56
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:69
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:46
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
FunctionChartContainer
({ id, className, children, config, initialDimension = INITIAL_DIMENSION, ...props }: React.Compon
components/ui/chart.tsx:42
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
components/ui/chart.tsx:275
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
components/ui/chart.tsx:84
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
components/ui/chart.tsx:119
FunctionCheckbox
({ className, ...props }: CheckboxPrimitive.Root.Props)
components/ui/checkbox.tsx:8
FunctionCollapsible
({ ...props }: CollapsiblePrimitive.Root.Props)
components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: CollapsiblePrimitive.Panel.Props)
components/ui/collapsible.tsx:15
FunctionCollapsibleTrigger
({ ...props }: CollapsiblePrimitive.Trigger.Props)
components/ui/collapsible.tsx:9
FunctionColumnHead
({ icon: Icon, label, }: Pick<DataGridColumn<ColumnId>, "icon" | "label">)
components/data-grid/sortable-parts.tsx:29
FunctionComposerShell
({ currentUser, children, }: { currentUser: PersonLike children: ReactNode })
components/detail-tabs/shared-activity-notes-tab-content.tsx:71
FunctionConfirmDialog
({ open, onOpenChange, title, description, confirmLabel = "Confirm", cancelLabel = "Cancel", onC
components/ui/confirm-dialog.tsx:20
FunctionContactField
({ label, value, href, icon, isLast = false, }: { label: string value: string href?: string
components/customers/customer-drawer.tsx:880
FunctionConversationTabContent
({ conversationItems, pendingReply, isSendingReply, ticket, currentUser, replyAccounts, selected
components/tickets/ticket-detail-sections.tsx:186
FunctionCsmPageTemplate
({ title, description, metrics = fallbackMetrics, primaryActionLabel = "Create New", }: CsmPageTemplat
components/csm-page-template.tsx:26
FunctionCustomerAssetsFilesTab
({ items, currentUser, onCreate, onDelete, onEdit, }: CustomerAssetsFilesTabProps)
components/customers/customer-assets-files-tab.tsx:453
FunctionCustomerCardGrid
({ customers, onOpenCustomerDrawer, }: CustomerCardGridProps)
components/customers/customer-card-grid.tsx:15
FunctionCustomerDetailPage
({ customer, initialTab, initialQuery, initialType, initialPriority, }: CustomerDetailPageProps)
components/customers/customer-detail-page.tsx:814
FunctionCustomerDrawer
({ open, customer, currentIndex, totalCount, onPrevious, onNext, onClose, onViewProfile, }: Cu
components/customers/customer-drawer.tsx:136
FunctionCustomerFeedbackPanel
({ averageRating, comments, filter, onFilterChange, reviewCount, }: { averageRating: number comm
components/knowledge-base/knowledge-article-insights.tsx:992
FunctionCustomerFilterIcon
({ groupKey, itemKey, }: { groupKey: CustomerSidebarGroup["key"] itemKey: string })
components/customers/customer-sidebar-filters.tsx:30
FunctionCustomerHealthBadge
({ health }: { health: CustomerHealth })
components/customers/customer-table.tsx:135
FunctionCustomerInitialAvatar
({ name, size = "md", className, badgeClassName, }: CustomerInitialAvatarProps)
components/customers/customer-initial-avatar.tsx:29
FunctionCustomerMetricsGrid
({ metrics, className, valueAlign = "left", }: CustomerMetricsGridProps)
components/customers/customer-metrics-grid.tsx:12
FunctionCustomerSearchToolbar
({ query, onQueryChange, healthFilter, onHealthFilterChange, layoutMode, onLayoutModeChange, tab
components/customers/customer-search-toolbar.tsx:48
FunctionCustomerSidebarFilters
()
components/customers/customer-sidebar-filters.tsx:55
FunctionCustomerStatTrendRow
({ metric }: { metric: CustomerMetric })
components/customers/customer-stats.tsx:35
FunctionCustomerStats
({ metrics }: CustomerStatsProps)
components/customers/customer-stats.tsx:60
FunctionCustomerTicketFilterPanel
({ draftTypeFilter, draftPriorityFilter, draftRequestDateFilter, draftRequestDateFrom, draftRequestD
components/customers/customer-detail-page.tsx:649
FunctionCustomersPage
({ initialView = "all", initialLayout = "table", }: CustomersPageProps)
components/customers/customers-page.tsx:138
FunctionCustomersPage
({ searchParams }: CustomersRouteProps)
app/customers/page.tsx:10
FunctionCustomersPageHeader
({ isStatsExpanded, onToggleStats, onCreateCustomer, onExportCustomers, }: CustomersPageHeaderProps)
components/customers/customers-page-sections.tsx:48
FunctionCustomersSelectionActionBar
({ tableToolbarProps, onMarkHealthy, onMoveToWatch, onArchive, onExportSelection, overlayStyle, }:
components/customers/customers-page-sections.tsx:240
FunctionCustomersTable
({ customers, onCustomersChange, onOpenCustomerDrawer, onToolbarPropsChange, }: CustomersTableProps)
components/customers/customer-table.tsx:251
FunctionCustomersTableActions
({ tableToolbarProps, sortPreset, onSortPresetChange, lifecycleFilter, onLifecycleFilterChange, }: C
components/customers/customers-page-sections.tsx:151
FunctionDataGrid
({ rows, columns, getRowLabel, renderCell, isEditableColumn, getCellEditValue, applyCellEdit,
components/data-grid/data-grid.tsx:37
FunctionDataGridColumnOptionsMenu
({ showSummaries, onShowSummariesChange, visibleColumns, visibleColumnIds, hiddenColumns, toggleCo
components/data-grid/column-options-menu.tsx:38
FunctionDataGridDragOverlay
({ dragOverlayColumn, columnWidths, dragOverlayHeight, }: DataGridDragOverlayProps<ColumnId>)
components/data-grid/table-overlays.tsx:9
FunctionDataGridDropIndicator
({ dropIndicatorLeft, dragTableRect, }: DataGridDropIndicatorProps)
components/data-grid/table-overlays.tsx:39
FunctionDataGridSummaryFooter
({ showSummaries, stickySummaryFooter, renderSummary, visibleColumns, visibleRows, columnWidths,
components/data-grid/table-summary-footer.tsx:28
FunctionDataGridTableBody
({ visibleRows, getRowLabel, visibleColumns, editingCell, isEditableColumn, startEditing, onCell
components/data-grid/table-body.tsx:47
FunctionDataGridTableHeader
({ visibleColumns, columnWidths, allVisibleRowsSelected, someVisibleRowsSelected, onToggleAllRows,
components/data-grid/table-header.tsx:23
FunctionDataGridTableView
({ tableRef, gridMinWidth, visibleColumns, columnWidths, visibleRows, getRowLabel, editingCell,
components/data-grid/table-view.tsx:63
FunctionDetailRightPanelShell
({ open, sections, activeSection, onToggleOpen, onSelectSection, renderSection, className, }: De
components/detail-right-panel-shell.tsx:25
FunctionDetailStat
({ label, value, className, }: { label: string value: React.ReactNode className?: string })
components/tickets/ticket-detail-sections.tsx:87
FunctionDiscussionAvatar
({ person, className, }: { person?: DiscussionPerson className?: string })
components/detail-tabs/shared-discussion-tab-content.tsx:29
FunctionDiscussionComposerShell
({ currentUser, header, contentClassName, children, }: { currentUser: DiscussionPerson header?: Re
components/detail-tabs/shared-discussion-tab-content.tsx:79
FunctionDiscussionMessageEntry
({ author, timestamp, badges, body, attachment, className, }: { author: DiscussionPerson times
components/detail-tabs/shared-discussion-tab-content.tsx:48
FunctionDiscussionThreadContent
({ scrollContainerRef, bottomAnchorRef, threadClassName, children, composer, }: { scrollContainerR
components/detail-tabs/shared-discussion-tab-content.tsx:107
FunctionDrawerPanel
({ drawerRow, drawerColumn, drawerCellValue, getRowLabel, isEditableColumn, isEmptyValue, }: Drawe
components/data-grid/drawer-panel.tsx:19
FunctionDrawerSection
({ id, title, badge, open, onToggle, children, }: { id: string title: string badge?: string
components/customers/customer-drawer.tsx:936
FunctionDropdownMenu
({ ...props }: MenuPrimitive.Root.Props)
components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, inset, ...props }: MenuPrimitive.CheckboxItem.Props & { inset?: b
components/ui/dropdown-menu.tsx:154
FunctionDropdownMenuContent
({ align = "start", alignOffset = 0, side = "bottom", sideOffset = 4, className, ...props }: MenuP
components/ui/dropdown-menu.tsx:21
FunctionDropdownMenuGroup
({ ...props }: MenuPrimitive.Group.Props)
components/ui/dropdown-menu.tsx:55
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: MenuPrimitive.Item.Props & { inset?: boolean
components/ui/dropdown-menu.tsx:79
FunctionDropdownMenuLabel
({ className, inset, ...props }: MenuPrimitive.GroupLabel.Props & { inset?: boolean })
components/ui/dropdown-menu.tsx:59
FunctionDropdownMenuPortal
({ ...props }: MenuPrimitive.Portal.Props)
components/ui/dropdown-menu.tsx:13
FunctionDropdownMenuRadioGroup
({ ...props }: MenuPrimitive.RadioGroup.Props)
components/ui/dropdown-menu.tsx:188
FunctionDropdownMenuRadioItem
({ className, children, inset, ...props }: MenuPrimitive.RadioItem.Props & { inset?: boolean })
components/ui/dropdown-menu.tsx:197
FunctionDropdownMenuSeparator
({ className, ...props }: MenuPrimitive.Separator.Props)
components/ui/dropdown-menu.tsx:229
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:242
FunctionDropdownMenuSub
({ ...props }: MenuPrimitive.SubmenuRoot.Props)
components/ui/dropdown-menu.tsx:102
FunctionDropdownMenuSubContent
({ align = "start", alignOffset = -3, side = "right", sideOffset = 0, className, ...props }: React
components/ui/dropdown-menu.tsx:130
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: MenuPrimitive.SubmenuTrigger.Props & { inset?: boolean })
components/ui/dropdown-menu.tsx:106
FunctionDropdownMenuTrigger
({ ...props }: MenuPrimitive.Trigger.Props)
components/ui/dropdown-menu.tsx:17
FunctionEditCustomerFileModal
({ open, file, onOpenChange, onSave, }: { open: boolean file: CustomerAttachment | null onOpenCh
components/customers/customer-assets-files-tab.tsx:330
FunctionEditableFieldList
({ label, values, placeholder, renderValue, onAddValue, valueLayout = "stack", className, }: {
components/customers/customer-detail-page.tsx:555
FunctionEmptySectionState
({ message, className, }: { message: string className?: string })
components/customers/customer-drawer.tsx:1003
FunctionEmptyTableRow
({ children, colSpan, }: { children: ReactNode colSpan: number })
components/knowledge-base/knowledge-article-insights.tsx:123
FunctionFeedbackFilterButton
({ active, emoji, label, onClick, }: { active: boolean emoji: string label: string onClick: ()
components/knowledge-base/knowledge-article-insights.tsx:1042
FunctionFeedbackListItem
({ comment, }: { comment: KnowledgeFeedbackComment })
components/knowledge-base/knowledge-article-insights.tsx:1074
FunctionFeedbackSection
({ insights, }: { insights: KnowledgeArticleInsightsViewModel })
components/knowledge-base/knowledge-article-insights.tsx:953
FunctionFieldRow
({ label, value, className, }: { label: string value: React.ReactNode className?: string })
components/customers/customer-detail-page.tsx:531
FunctionFieldSelectTrigger
({ children, className, }: { children?: React.ReactNode className?: string })
components/tickets/ticket-drawer.tsx:201
FunctionFloatingThemeToggle
({ className }: { className?: string })
components/floating-theme-toggle.tsx:10
FunctionHelpfulRateCard
({ comparisonLabel, deltaLabel, helpfulRate, helpfulVotes, notHelpfulVotes, unreviewedViews, }: {
components/knowledge-base/knowledge-article-insights.tsx:537
FunctionHelpfulRateDistribution
({ helpfulVotes, notHelpfulVotes, unreviewedViews, }: { helpfulVotes: number notHelpfulVotes: number
components/knowledge-base/knowledge-article-insights.tsx:585
FunctionHelpfulRateSegment
({ accentClassName, barClassName, label, value, }: { accentClassName: string barClassName: string
components/knowledge-base/knowledge-article-insights.tsx:671
FunctionInboxPage
()
app/inbox/page.tsx:6
FunctionInfoRow
({ label, value, isLast = false, }: { label: string value: string isLast?: boolean })
components/customers/customer-drawer.tsx:914
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:6
FunctionInsightMetricBlock
({ action, children, className, contentClassName, icon, label, }: { action?: ReactNode childre
components/knowledge-base/knowledge-article-insights.tsx:342
FunctionInsightTrendRow
({ className, comparison, isImproved, trend, value, }: { className?: string comparison: string
components/knowledge-base/knowledge-article-insights.tsx:156
← previousnext →301–400 of 617, ranked by callers