MCPcopy Create free account

hub / github.com/SmallImprovements/react-redux-composable-list / functions

Functions169 in github.com/SmallImprovements/react-redux-composable-list

FunctiondoRemoveFilter
(stateKey, key)
src/ducks/filter/index.js:24
FunctiondoResetFilter
(stateKey)
src/ducks/filter/index.js:34
FunctiondoSelectItem
(stateKey, id)
src/ducks/select/index.js:15
FunctiondoSelectItems
(stateKey, ids, isSelect)
src/ducks/select/index.js:25
FunctiondoSelectItemsExclusively
(stateKey, ids, isSelect)
src/ducks/select/index.js:49
FunctiondoSelectItemsRange
(stateKey, id, preselected, unselectables, allIds)
src/ducks/select/index.js:36
FunctiondoSelectItemsReset
(stateKey)
src/ducks/select/index.js:60
FunctiondoSetFilter
(stateKey, key, fn)
src/ducks/filter/index.js:13
FunctiondoSetPage
(stateKey, page)
src/ducks/paginate/index.js:9
FunctionfilterFn
(item)
src/enhancements/withFilterOr/index.js:10
FunctionfilterFn
(item)
src/enhancements/withFilter/index.js:10
FunctionfnOne
src/ducks/filter/spec.js:21
FunctionfnTwo
src/ducks/filter/spec.js:23
FunctiongetAriaSort
(isActive, isReverse)
src/helper/services/sort/index.js:1
MethodgetChildContext
()
src/components/Enhanced/presenter.js:6
MethodgetChildContext
()
src/enhancements/withPreselectables/index.js:6
MethodgetChildContext
()
src/enhancements/withSelectables/index.js:10
MethodgetChildContext
()
src/enhancements/withUnselectables/index.js:6
FunctiongetContextBase
src/helper/util/getContext.js:88
FunctiongetCurrentPage
(globalState, stateKey, paginatedLists)
src/ducks/paginate/index.js:34
FunctiongetFilters
(state, stateKey)
src/ducks/filter/index.js:89
FunctiongetIsSelected
(state, stateKey, id)
src/ducks/select/index.js:196
FunctiongetLastSelectedItem
(state, stateKey)
src/ducks/select/index.js:192
FunctiongetLinkClass
(active)
src/components/CellMagicHeader/presenter.js:7
FunctiongetMagicSort
(state, stateKey, sorts)
src/ducks/magic/index.js:34
FunctiongetSelectState
(id, isSelected, preselected, unselectables)
src/helper/services/select/index.js:8
FunctiongetSort
(state, stateKey)
src/ducks/sort/index.js:58
FunctionhandleClick
src/components/Row/presenter.js:46
FunctionhandleMagicSortClick
(magicSort)
src/components/CellMagicHeader/presenter.js:58
FunctionhandlePrimarySortClickAsc
()
src/components/CellMagicHeader/presenter.js:56
FunctionhandlePrimarySortClickDesc
()
src/components/CellMagicHeader/presenter.js:57
FunctionisChildString
src/components/HeaderCell/presenter.js:5
FunctionlikesSort
examples/Showcases/src/examples/magic-column.js:28
FunctionlikesSort
examples/RealWorld/src/example.js:50
FunctionmapDispatchToProps
(dispatch, { stateKey })
src/components/CellMagicHeader/container.js:24
FunctionmapDispatchToProps
(dispatch, { stateKey, isSelectable, id, preselected, unselectables, allIds })
src/components/Row/container.js:38
FunctionmapDispatchToProps
(dispatch, { stateKey })
src/components/Pagination/container.js:6
FunctionmapDispatchToProps
(dispatch, { sortKey, stateKey })
src/components/SortSelected/container.js:20
FunctionmapDispatchToProps
(dispatch, { sortKey, sortFn, stateKey })
src/components/Sort/container.js:16
FunctionmapDispatchToProps
(dispatch, { stateKey })
src/enhancements/withSort/index.js:33
FunctionmapDispatchToProps
(dispatch, { stateKey })
src/enhancements/withSelectables/index.js:26
FunctionmapStateToProps
(state, { magicSorts, stateKey })
src/components/CellMagicHeader/container.js:11
FunctionmapStateToProps
( state, { stateKey, id, isSelectable = false, preselected = [], unselectables = [] })
src/components/Row/container.js:14
FunctionmapStateToProps
(state, { sortKey, stateKey })
src/components/SortSelected/container.js:9
FunctionmapStateToProps
(state, { sortKey, stateKey })
src/components/Sort/container.js:8
FunctionmapStateToProps
(state, { magicSorts, stateKey, item })
src/components/CellMagic/container.js:10
FunctionmapStateToProps
(state, { stateKey, id, preselected = [], unselectables = [] })
src/components/CellSelected/container.js:9
FunctionmapStateToProps
(state, { list, stateKey })
src/enhancements/withSort/index.js:25
FunctionmapStateToProps
(state, { list, stateKey })
src/enhancements/withPaginate/index.js:37
FunctionmapStateToProps
(state, { list, stateKey })
src/enhancements/withFilterOr/index.js:21
FunctionmapStateToProps
(state, { list, stateKey })
src/enhancements/withFilter/index.js:21
FunctionmergeProps
(stateProps, dispatchProps, ownProps)
src/components/SortSelected/container.js:24
Functionreducer
(state = INITIAL_STATE, action)
src/ducks/sort/index.js:25
Functionreducer
(state = INITIAL_STATE, action)
src/ducks/paginate/index.js:19
Functionreducer
(state = INITIAL_STATE, action)
src/ducks/filter/index.js:43
Functionreducer
(state = INITIAL_STATE, action)
src/ducks/select/index.js:69
Functionreducer
(state = INITIAL_STATE, action)
src/ducks/magic/index.js:19
Methodrender
()
src/components/Enhanced/presenter.js:14
Methodrender
()
src/enhancements/withPreselectables/index.js:12
Methodrender
()
src/enhancements/withSelectables/index.js:21
Methodrender
()
src/enhancements/withUnselectables/index.js:12
FunctionsortFn
(item)
src/components/SortSelected/container.js:27
FunctiontitleSort
examples/Showcases/src/examples/select-sort.js:25
FunctiontitleSort
examples/Showcases/src/examples/magic-column.js:25
FunctiontitleSort
examples/Showcases/src/examples/sort.js:25
FunctiontitleSort
examples/RealWorld/src/example.js:47
FunctiontoggleColumnSelector
()
src/components/CellMagicHeader/presenter.js:66
FunctionvotesSort
examples/Showcases/src/examples/magic-column.js:27
FunctionvotesSort
examples/RealWorld/src/example.js:49
← previous101–169 of 169, ranked by callers