Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bencompton/framework7-redux
/ functions
Functions
64 in github.com/bencompton/framework7-redux
⨍
Functions
64
◇
Types & classes
36
↓ 2 callers
Function
checkState
(state: any)
src/redux/selectors/history-selectors.ts:1
↓ 2 callers
Method
close
()
src/state-kernels/modals/modal-message-helper.ts:40
↓ 2 callers
Method
getState
(fullState: IFramework7State)
src/state-kernels/modal-kernel.ts:19
↓ 2 callers
Method
hidePreloader
()
src/state-kernels/modals/preloader-kernel.ts:28
↓ 2 callers
Method
show
(text: string, title: string)
src/state-kernels/modals/modal-message-helper.ts:26
↓ 1 callers
Function
acceptConfirm
()
src/redux/actions/modal-actions.ts:35
↓ 1 callers
Method
addRemainingNewUrlsToFramework7History
()
src/state-kernels/routing/history-reconciler.ts:95
↓ 1 callers
Function
cancelConfirm
()
src/redux/actions/modal-actions.ts:31
↓ 1 callers
Function
closeAlert
()
src/redux/actions/modal-actions.ts:19
↓ 1 callers
Method
fastForwardToFirstNonMatchingPage
()
src/state-kernels/routing/history-reconciler.ts:51
↓ 1 callers
Method
getOperationsToReconcileHistories
()
src/state-kernels/routing/history-reconciler.ts:19
↓ 1 callers
Method
handleStateChange
(state: IModalState)
src/state-kernels/modal-kernel.ts:23
↓ 1 callers
Method
initializeHistory
()
src/state-kernels/routing-kernel.ts:22
↓ 1 callers
Function
navigateTo
(path: string, replace?: boolean, viewName: string = 'main')
src/redux/actions/routing-actions.ts:3
↓ 1 callers
Method
onFramework7Set
(framework7?: any)
src/state-kernel.ts:2
↓ 1 callers
Method
reconcileHistories
(viewName: string, newHistory: string[])
src/state-kernels/routing-kernel.ts:40
↓ 1 callers
Method
replaceLastFramework7UrlWithNewUrl
()
src/state-kernels/routing/history-reconciler.ts:84
↓ 1 callers
Method
rewindFramework7History
()
src/state-kernels/routing/history-reconciler.ts:74
↓ 1 callers
Method
showPreloader
(title: string)
src/state-kernels/modals/preloader-kernel.ts:19
Function
constructor
(testMode: boolean = false)
src/state-kernel.ts:20
Method
constructor
(testMode: boolean = false)
src/state-kernels/framework7-kernel.ts:7
Method
constructor
()
src/state-kernels/modal-kernel.ts:9
Method
constructor
(framework7: any, buttons: IModalMessageButton[])
src/state-kernels/modals/modal-message-helper.ts:13
Method
constructor
(router: any, framework7History: string[], newHistory: string[])
src/state-kernels/routing/history-reconciler.ts:13
Function
create
(instance: any)
src/framework7-redux-plugin.ts:30
Method
currentF7HistoryPagePath
()
src/state-kernels/routing/history-reconciler.ts:43
Method
currentF7HistoryUrl
()
src/state-kernels/routing/history-reconciler.ts:35
Method
currentNewHistoryPagePath
()
src/state-kernels/routing/history-reconciler.ts:47
Method
currentNewHistoryUrl
()
src/state-kernels/routing/history-reconciler.ts:39
Function
dispatchAction
(action: any)
src/state-kernel.ts:69
Function
getActionPromise
(actionType: string)
src/state-kernel.ts:63
Function
getCurrentRoute
(state: { framework7: any }, viewName: string = 'main')
src/redux/selectors/history-selectors.ts:7
Function
getPreviousRoute
(state: { framework7: any }, viewName: string = 'main')
src/redux/selectors/history-selectors.ts:13
Method
getState
(fullState: IFramework7State)
src/state-kernels/routing-kernel.ts:8
Method
getState
(fullState: any)
src/state-kernels/framework7-kernel.ts:18
Method
getState
(state: IModalState)
src/state-kernels/modals/alert-kernel.ts:17
Method
getState
(state: IModalState)
src/state-kernels/modals/confirm-kernel.ts:19
Method
getState
(fullState: IModalState)
src/state-kernels/modals/preloader-kernel.ts:7
Function
goBack
(viewName: string = 'main')
src/redux/actions/routing-actions.ts:12
Method
handleStateChange
(state: IRoutingState)
src/state-kernels/routing-kernel.ts:12
Method
handleStateChange
()
src/state-kernels/framework7-kernel.ts:16
Method
handleStateChange
(state: IModalMessageState)
src/state-kernels/modals/modal-message-helper.ts:18
Method
handleStateChange
(state: IModalMessageState)
src/state-kernels/modals/alert-kernel.ts:21
Method
handleStateChange
(state: IModalMessageState)
src/state-kernels/modals/confirm-kernel.ts:23
Method
handleStateChange
(state: IPreloaderState)
src/state-kernels/modals/preloader-kernel.ts:11
Function
hidePreloader
()
src/redux/actions/modal-actions.ts:46
Function
historyReducer
(state: IRoutingHistoryState = initialState, action: RoutingAction)
src/redux/reducers/routing-reducer.ts:9
Function
install
()
src/framework7-redux-plugin.ts:27
Function
listenForAction
(actionType: string, callback: (action: any) => void, single: boolean = false)
src/state-kernel.ts:55
Function
modalMessageReducer
( state: IModalMessageState = initialModalMessageState, action: ModalAction )
src/redux/reducers/modal-reducer.ts:19
Method
onClick
()
src/state-kernels/modals/modal-message-helper.ts:5
Method
onFramework7Set
()
src/state-kernels/routing-kernel.ts:18
Method
onFramework7Set
(framework7: any)
src/state-kernels/modals/alert-kernel.ts:10
Method
onFramework7Set
(framework7: any)
src/state-kernels/modals/confirm-kernel.ts:9
Method
onRouterSet
(router?: any)
src/state-kernel.ts:3
Function
preloaderReducer
(state: IPreloaderState = initialPreloaderState, action: ModalAction)
src/redux/reducers/modal-reducer.ts:49
Function
setActionDispatchHandler
(actionDispatchHandler: (action: any) => void)
src/state-kernel.ts:50
Function
setFramework7
(framework7: any)
src/state-kernel.ts:44
Function
setState
(newFullState: any)
src/state-kernel.ts:24
Function
setTestMode
(testMode: boolean)
src/state-kernel.ts:40
Function
showAlert
(text: string, title?: string)
src/redux/actions/modal-actions.ts:11
Function
showConfirm
(text: string, title?: string)
src/redux/actions/modal-actions.ts:23
Function
showPreloader
(loadingText?: string)
src/redux/actions/modal-actions.ts:39
Function
syncFramework7WithStore
(store: Store<any>, stateKernel: Framework7StateKernel)
src/redux/sync.ts:5