MCPcopy Index your code

hub / github.com/Actyx/industrial-ui / functions

Functions122 in github.com/Actyx/industrial-ui

↓ 52 callersFunctionhostDecorator
(styles?: React.CSSProperties)
src/utils/decorators.tsx:19
↓ 19 callersFunctionformatDate
(timestamp: number)
src/components/Timeline/Timeline.stories.tsx:45
↓ 15 callersFunctionhandleOnChange
(value: string, cb: (newValue: number) => void)
src/components/NumericKeypad/NumericKeypad.tsx:43
↓ 14 callersFunctionrange
(start: number, end: number)
src/utils/numeral.ts:16
↓ 8 callersFunctioncreateComponent
( options: Readonly<{ defaultValue?: number; onChange: (value: number) => void; }> )
src/components/InputWithIncrements/InputWithIncrements.spec.tsx:35
↓ 8 callersFunctiongetColorFromLevel
(l: number)
src/components/BatteryIcon/utility.ts:28
↓ 5 callersFunctioncreateRows
( dataRow: DataTable, variant: TypographyVariant = 'standard', dark = false )
src/components/Table/Table.stories.tsx:66
↓ 5 callersFunctiongetColorFromVariant
(t: BatteryIconVariant)
src/components/BatteryIcon/utility.ts:33
↓ 4 callersFunctiongetContentVerticalAlignTopOffset
( offset: number, contentVerticalAlign?: LinearProgressContentVerticalAlign )
src/components/LinearProgress/utility.ts:33
↓ 4 callersFunctiongetWidthFromLevel
(l: number)
src/components/BatteryIcon/utility.ts:31
↓ 4 callersFunctionisInputValid
(value: number)
src/components/InputWithIncrements/InputWithIncrements.tsx:45
↓ 3 callersFunctioncalcDashoffset
(value: number)
src/components/GaugeProgress/utility.ts:21
↓ 3 callersFunctioncreateTableCell
( children: React.ReactNode, variant: TypographyVariant, dark: boolean, numeric = fals
src/components/Table/Table.stories.tsx:41
↓ 3 callersFunctiongetTextColor
(color: LinearProgressColor)
src/components/LinearProgress/colors.ts:69
↓ 3 callersFunctionrenderButtonForNumber
(value: number, cb: (value: number) => void)
src/components/NumericKeypad/Keypad.tsx:30
↓ 2 callersFunctioncreateStyleIndicator
( color: LinearProgressColor, value: number, valueMin: number, valueMax: number, disabled = false )
src/components/LinearProgress/utility.ts:78
↓ 2 callersFunctioncreateStyleTrack
(color: LinearProgressColor, disabled = false, border = false)
src/components/LinearProgress/utility.ts:89
↓ 2 callersMethodelementId
(idx: number)
src/components/Timeline/Timeline.tsx:54
↓ 2 callersFunctionrenderIcon
(icon: string, fontSize: number)
src/components/FloatingActionButton/FloatingActionButton.tsx:45
↓ 2 callersFunctionrenderIcon
( btn: SimpleToolbarIcon, classes: Record<ClassKey, string>, variant: 'light' | 'dark' )
src/components/SimpleToolbar/SimpleToolbar.tsx:51
↓ 1 callersFunctioncreateDefaultStyle
(duration: number)
src/components/Dialog/FooterWithDoubleConfirmation.tsx:42
↓ 1 callersFunctioncreateTheme
()
src/theme/theme.ts:38
↓ 1 callersFunctiongetBorderColor
(color: LinearProgressColor)
src/components/LinearProgress/colors.ts:71
↓ 1 callersFunctiongetColor
(color?: string, disabled?: boolean)
src/components/Typography/Typography.tsx:64
↓ 1 callersFunctiongetContentStyle
( size: LinearProgressSize, contentVerticalAlign?: LinearProgressContentVerticalAlign )
src/components/LinearProgress/utility.ts:43
↓ 1 callersFunctiongetDarkColor
(color: LinearProgressColor, disabled?: boolean)
src/components/LinearProgress/colors.ts:64
↓ 1 callersFunctiongetRegularColor
(color: LinearProgressColor, disabled?: boolean)
src/components/LinearProgress/colors.ts:59
↓ 1 callersFunctionhandleOnClick
(id: string)
src/components/ToggleButtons/ToggleButtons.tsx:38
↓ 1 callersFunctionhandlePrioritySeparator
(minusSeparator: string)
src/components/NumericKeypad/NumericKeypad.tsx:38
↓ 1 callersFunctionhandleSubsequentSeparator
(separator: string)
src/components/NumericKeypad/NumericKeypad.tsx:33
↓ 1 callersFunctionmkDefaultStyles
(type: ChevronType)
src/components/Chevron/utility.ts:18
↓ 1 callersFunctionmkTransitionStyles
(type: ChevronType)
src/components/Chevron/utility.ts:23
↓ 1 callersFunctionnormalize
(value: number, min: number, max: number)
src/utils/numeral.ts:19
↓ 1 callersFunctionrenderIcon
(hasValue: boolean, forSearch?: boolean)
src/components/ClearableInput/ClearableInput.tsx:38
↓ 1 callersFunctionrenderIcons
( networkStatus: 'connected' | 'partiallyConnected' | 'disconnected', fillColor: string )
src/components/NetworkStatusIcon/NetworkStatusIcon.tsx:29
↓ 1 callersFunctionrenderRight
( rightComponent: SimpleToolbarRightComponent, classes: Record<ClassKey, string> )
src/components/SimpleToolbar/SimpleToolbar.tsx:71
↓ 1 callersFunctionrenderTextValue
(limitDigits: number)
src/components/GaugeProgress/utility.ts:24
↓ 1 callersMethodscrollLastIntoView
()
src/components/Timeline/Timeline.tsx:58
FunctionAnimate
({ type }: { type: ChevronType })
src/components/Chevron/Chevron.stories.tsx:22
FunctionBatteryIconComp
({ className, level, variant = 'light', counter, charging }: Props)
src/components/BatteryIcon/BatteryIcon.tsx:32
FunctionButtonCircularComp
({ className, classes, value, icon, color, onSelect }: Props)
src/components/ButtonCircular/ButtonCircular.tsx:37
FunctionButtonComp
({ classes, variant, color, icon, text, disabled, fullWidth, onClick, className, noWrap,
src/components/Button/Button.tsx:52
FunctionButtonStatusComp
({ classes, className, selected, text, icon, onSelect }: Props)
src/components/ButtonStatus/ButtonStatus.tsx:35
FunctionCardComp
({ classes, raised, color, header, content, action }: Props)
src/components/Card/Card.tsx:34
FunctionCheckbox
({ state, color, disabled, onClick }: Props)
src/components/Checkbox/Checkbox.tsx:38
FunctionChevronComp
({ classes, className, down, type = 'upDown', animation = true, onSelect, size = 'md' }: Props)
src/components/Chevron/Chevron.tsx:41
FunctionCircularProgressComp
({ classes, size, colorIndicator, colorTrack, className }: Props)
src/components/CircularProgress/CircularProgress.tsx:36
FunctionClearableInputComp
({ classes, disabledNativeKeyboard, value, long, forSearch, error, placeholder, autoFocus, o
src/components/ClearableInput/ClearableInput.tsx:49
FunctionContentComp
({ classes, title, dateFormatted, description }: Props)
src/components/Timeline/Content.tsx:26
FunctionDialogComp
({ classes, className, header, content, footer, onClose, size }: Props)
src/components/Dialog/Dialog.tsx:34
FunctionDialogFooterWithDoubleConfirmation
()
src/components/Dialog/Dialog.stories.tsx:97
FunctionDialogHeader
({ text, rightComponent }: Props)
src/components/Dialog/DialogHeader.tsx:26
FunctionDividerComp
({ classes, className }: Props)
src/components/Divider/Divider.tsx:28
FunctionFloatingActionButtonComp
({ classes, icon, size, color, onClick, className, disabled }: Props)
src/components/FloatingActionButton/FloatingActionButton.tsx:47
FunctionFluidDialogComp
({ classes, className, header, content, footer, onClose }: Props)
src/components/Dialog/FluidDialog.tsx:33
FunctionFooterWithConfirmationComp
({ classes, className, confirmMessage, disableConfirm, hideDivider, onConfirm, onCancel }: Props
src/components/Dialog/FooterWithConfirmation.tsx:33
FunctionFooterWithDoubleConfirmationComp
({ classes, valid, mode, cancelMessage, confirmMessage, yesMessage, noMessage, message, onCa
src/components/Dialog/FooterWithDoubleConfirmation.tsx:52
FunctionGaugeProgressComp
({ classes, color, value, width = '120px', height = '120px', lineCap = 'round' }: Props)
src/components/GaugeProgress/GaugeProgress.tsx:32
FunctionHeaderComp
({ classes, main, icon }: Props)
src/components/ModalDrawer/Header.tsx:29
FunctionHorizontallyScrollableListComp
({ classes, items, onItemSelect, rows }: Props)
src/components/HorizontallyScrollableList/HorizontallyScrollableList.tsx:36
FunctionIconTextNotificationComp
({ classes, icon, text, color, smallSize = false, counter }: Props)
src/components/IconTextNotification/IconTextNotification.tsx:32
FunctionKeypadComp
({ classes, hideNegative, onNumberSelect, onDeleteSelect, onMinusSelect, onDecimalSelect }: Props)
src/components/NumericKeypad/Keypad.tsx:36
FunctionLabelWithValueComp
({ classes, className, label, value }: Props)
src/components/LabelWithValue/LabelWithValue.tsx:29
FunctionLinearProgressComp
({ classes, className, size, color, value, contentCenter, contentRight, contentLeft, disable
src/components/LinearProgress/LinearProgress.tsx:43
FunctionLinearProgressSimpleComp
({ classes, color, value, disabled, border }: Props)
src/components/LinearProgress/LinearProgressSimple.tsx:34
FunctionListComp
({ classes, items, handleClose }: Props)
src/components/ModalDrawer/List.tsx:36
FunctionLoadingBarComp
({ classes }: Props)
src/components/LoadingBar/LoadingBar.tsx:24
FunctionMUIconComp
({ className, type, classes }: Props)
src/components/MUIcon/MUIcon.tsx:31
FunctionModalDrawerComp
({ classes, open, listMain, listSub, headerMain, headerIcon, handleClose }: Props)
src/components/ModalDrawer/ModalDrawer.tsx:66
FunctionNavigationalTagsComp
({ classes, tags, onTagClose }: Props)
src/components/NavigationalTags/NavigationalTags.tsx:32
FunctionNetworkStatusIcon
({ networkStatus, variant, color, onSelect }: Props)
src/components/NetworkStatusIcon/NetworkStatusIcon.tsx:55
FunctionPaginationDotComp
({ classes, active, onClick }: Props)
src/components/PaginationDots/PaginationDot.tsx:29
FunctionPaginationDotsComp
({ classes, dots, index, onChangeIndex }: Props)
src/components/PaginationDots/PaginationDots.tsx:30
FunctionPortableKeypadComp
({ classes, onChange, onDeleteSelect }: Props)
src/components/NumericKeypad/PortableKeypad.tsx:31
FunctionRadioButtonComp
({ classes, className, checked, color, disabled, onChange }: Props)
src/components/RadioButton/RadioButton.tsx:34
FunctionRow
({ id, description, value }: Item)
src/components/TabeData/TableData.stories.tsx:74
FunctionScrimComp
({ classes, open, onClose }: Props)
src/components/Scrim/Scrim.tsx:45
FunctionSearchComp
({ classes, value, placeholder, onFocus, onBlur, onChange }: Props)
src/components/Search/Search.tsx:32
FunctionSignalCircularComp
({ className, classes, color, size }: Props)
src/components/SignalCircular/SignalCircular.tsx:30
FunctionSignalNotificationComp
({ classes, className, icon, text }: Props)
src/components/SignalNotification/SignalNotification.tsx:33
FunctionSignalStatusComp
({ classes, status, text }: Props)
src/components/SignalStatus/SignalStatus.tsx:39
FunctionSimpleToolbarButtonComp
({ classes, text, disabled, onClick }: Props)
src/components/SimpleToolbar/SimpleToolbarButton.tsx:32
FunctionSimpleToolbarComp
({ classes, variant, title, leftIcon, rightIcon, centerComponent, rightComponent }: Props)
src/components/SimpleToolbar/SimpleToolbar.tsx:84
FunctionStatefull
()
src/components/ClearableInput/ClearableInput.stories.tsx:48
FunctionStatefull
()
src/components/Dialog/FooterWithDoubleConfirmation.stories.tsx:85
FunctionStatefull
()
src/components/Search/Search.stories.tsx:51
FunctionStatefull
()
src/components/GaugeProgress/GaugeProgress.stories.tsx:38
FunctionStatefull
()
src/components/Tabs/Tabs.stories.tsx:41
FunctionStatusComp
({ classes, color, arrangement }: Props)
src/components/Timeline/Status.tsx:41
FunctionStatusComp
({ classes, variant: status }: Props)
src/components/Status/Status.tsx:32
FunctionStatusCounterComp
({ classes, variant, counter }: Props)
src/components/StatusCounter/StatusCounter.tsx:31
FunctionStatusCountersComp
({ classes, counters }: Props)
src/components/StatusCounter/StatusCounters.tsx:30
FunctionSwipeableContainerComp
({ classes, children }: Props)
src/components/Card/SwipeableContainer.tsx:26
FunctionTableBodyComp
({ classes, children }: Props)
src/components/Table/TableBody.tsx:26
FunctionTableCellComp
({ classes, className, children, numeric, style, cellType }: Props)
src/components/Table/TableCell.tsx:31
FunctionTableComp
({ className, classes, children, alternateColor, dark }: Props)
src/components/Table/Table.tsx:31
FunctionTableData
({ className, renderRow, header, getUniqKey, data, onRowSelect, setRowClassName, isRowSelected
src/components/TabeData/TableData.tsx:87
FunctionTableHeaderComp
({ classes, children }: Props)
src/components/Table/TableHeader.tsx:26
FunctionTableRowComp
({ classes, className, children, active, condensed, onSelect }: Props)
src/components/Table/TableRow.tsx:32
FunctionTabsComp
({ tabs, selected, onSelect, classes, children }: Props)
src/components/Tabs/Tabs.tsx:32
next →1–100 of 122, ranked by callers