FunctionButton({
xs,
sm,
md,
lg,
primary,
warning,
danger,
success,
link,
children,
disabled,
...res
client/src/components/common/Button.jsx:6
FunctionChartLayout({
legendVisible,
legend = () => null,
width,
height,
chart,
children,
legendPosition,
style =
client/src/components/charts/ChartLayout.jsx:46
FunctionColorPicker({ title, left = 0, top = 0, placement, style, ...rest })
client/src/components/common/ColorPicker.jsx:9
FunctionColumnContextMenu({
column,
dimensions,
onContextMenuItemSelected,
onWindowClick,
left,
})
client/src/components/dataset/context-menus/ColumnContextMenu.jsx:122
FunctionDeleteConfirmationModal({
isOpen,
onCancel,
onDelete,
entityId,
entityType,
library,
})
client/src/components/modals/DeleteConfirmationModal.jsx:70
FunctionHeader({
children,
actions,
primaryActions,
router,
className = '',
backButtonTarget,
location,
})
client/src/components/common/Header.jsx:6
FunctionLegend({
data,
title,
horizontal = false,
activeItem,
colorMapping = {},
...rest
})
client/src/components/charts/Legend.jsx:9
FunctionLibraryListing({
library,
filterBy,
sortOrder,
isReverseSort,
collections,
currentCollection,
displayMode,
s
client/src/components/library/LibraryListing.jsx:97
FunctionLibraryListingGroup({
listGroup,
displayMode,
collections,
currentCollection,
sortOrder,
isReverseSort,
checkboxEnt
client/src/components/library/LibraryListingGroup.jsx:52
FunctionLibraryListingItemContextMenu({
entity,
onClick,
collections = {},
currentCollection,
onWindowClick,
})
client/src/components/library/LibraryListingItem.jsx:84
FunctionPopover({ title, children, placement = '', left, top, className = '', style = {} })
client/src/components/common/Popover.jsx:45
FunctionSelectAggregation({
aggregationColumn,
aggregationDirection,
dataset,
onChangeColumn,
onChangeDirection,
})
client/src/components/transformation/merge/SourceMergeOptions.jsx:31
FunctionSelectColumn({
columns,
showColumnType = false,
value,
onChange,
placeholder = 'Select Column',
intl,
})
client/src/components/transformation/SelectColumn.jsx:19