MCPcopy Create free account

hub / github.com/bencompton/framework7-redux / functions

Functions64 in github.com/bencompton/framework7-redux

↓ 2 callersFunctioncheckState
(state: any)
src/redux/selectors/history-selectors.ts:1
↓ 2 callersMethodclose
()
src/state-kernels/modals/modal-message-helper.ts:40
↓ 2 callersMethodgetState
(fullState: IFramework7State)
src/state-kernels/modal-kernel.ts:19
↓ 2 callersMethodhidePreloader
()
src/state-kernels/modals/preloader-kernel.ts:28
↓ 2 callersMethodshow
(text: string, title: string)
src/state-kernels/modals/modal-message-helper.ts:26
↓ 1 callersFunctionacceptConfirm
()
src/redux/actions/modal-actions.ts:35
↓ 1 callersMethodaddRemainingNewUrlsToFramework7History
()
src/state-kernels/routing/history-reconciler.ts:95
↓ 1 callersFunctioncancelConfirm
()
src/redux/actions/modal-actions.ts:31
↓ 1 callersFunctioncloseAlert
()
src/redux/actions/modal-actions.ts:19
↓ 1 callersMethodfastForwardToFirstNonMatchingPage
()
src/state-kernels/routing/history-reconciler.ts:51
↓ 1 callersMethodgetOperationsToReconcileHistories
()
src/state-kernels/routing/history-reconciler.ts:19
↓ 1 callersMethodhandleStateChange
(state: IModalState)
src/state-kernels/modal-kernel.ts:23
↓ 1 callersMethodinitializeHistory
()
src/state-kernels/routing-kernel.ts:22
↓ 1 callersFunctionnavigateTo
(path: string, replace?: boolean, viewName: string = 'main')
src/redux/actions/routing-actions.ts:3
↓ 1 callersMethodonFramework7Set
(framework7?: any)
src/state-kernel.ts:2
↓ 1 callersMethodreconcileHistories
(viewName: string, newHistory: string[])
src/state-kernels/routing-kernel.ts:40
↓ 1 callersMethodreplaceLastFramework7UrlWithNewUrl
()
src/state-kernels/routing/history-reconciler.ts:84
↓ 1 callersMethodrewindFramework7History
()
src/state-kernels/routing/history-reconciler.ts:74
↓ 1 callersMethodshowPreloader
(title: string)
src/state-kernels/modals/preloader-kernel.ts:19
Functionconstructor
(testMode: boolean = false)
src/state-kernel.ts:20
Methodconstructor
(testMode: boolean = false)
src/state-kernels/framework7-kernel.ts:7
Methodconstructor
()
src/state-kernels/modal-kernel.ts:9
Methodconstructor
(framework7: any, buttons: IModalMessageButton[])
src/state-kernels/modals/modal-message-helper.ts:13
Methodconstructor
(router: any, framework7History: string[], newHistory: string[])
src/state-kernels/routing/history-reconciler.ts:13
Functioncreate
(instance: any)
src/framework7-redux-plugin.ts:30
MethodcurrentF7HistoryPagePath
()
src/state-kernels/routing/history-reconciler.ts:43
MethodcurrentF7HistoryUrl
()
src/state-kernels/routing/history-reconciler.ts:35
MethodcurrentNewHistoryPagePath
()
src/state-kernels/routing/history-reconciler.ts:47
MethodcurrentNewHistoryUrl
()
src/state-kernels/routing/history-reconciler.ts:39
FunctiondispatchAction
(action: any)
src/state-kernel.ts:69
FunctiongetActionPromise
(actionType: string)
src/state-kernel.ts:63
FunctiongetCurrentRoute
(state: { framework7: any }, viewName: string = 'main')
src/redux/selectors/history-selectors.ts:7
FunctiongetPreviousRoute
(state: { framework7: any }, viewName: string = 'main')
src/redux/selectors/history-selectors.ts:13
MethodgetState
(fullState: IFramework7State)
src/state-kernels/routing-kernel.ts:8
MethodgetState
(fullState: any)
src/state-kernels/framework7-kernel.ts:18
MethodgetState
(state: IModalState)
src/state-kernels/modals/alert-kernel.ts:17
MethodgetState
(state: IModalState)
src/state-kernels/modals/confirm-kernel.ts:19
MethodgetState
(fullState: IModalState)
src/state-kernels/modals/preloader-kernel.ts:7
FunctiongoBack
(viewName: string = 'main')
src/redux/actions/routing-actions.ts:12
MethodhandleStateChange
(state: IRoutingState)
src/state-kernels/routing-kernel.ts:12
MethodhandleStateChange
()
src/state-kernels/framework7-kernel.ts:16
MethodhandleStateChange
(state: IModalMessageState)
src/state-kernels/modals/modal-message-helper.ts:18
MethodhandleStateChange
(state: IModalMessageState)
src/state-kernels/modals/alert-kernel.ts:21
MethodhandleStateChange
(state: IModalMessageState)
src/state-kernels/modals/confirm-kernel.ts:23
MethodhandleStateChange
(state: IPreloaderState)
src/state-kernels/modals/preloader-kernel.ts:11
FunctionhidePreloader
()
src/redux/actions/modal-actions.ts:46
FunctionhistoryReducer
(state: IRoutingHistoryState = initialState, action: RoutingAction)
src/redux/reducers/routing-reducer.ts:9
Functioninstall
()
src/framework7-redux-plugin.ts:27
FunctionlistenForAction
(actionType: string, callback: (action: any) => void, single: boolean = false)
src/state-kernel.ts:55
FunctionmodalMessageReducer
( state: IModalMessageState = initialModalMessageState, action: ModalAction )
src/redux/reducers/modal-reducer.ts:19
MethodonClick
()
src/state-kernels/modals/modal-message-helper.ts:5
MethodonFramework7Set
()
src/state-kernels/routing-kernel.ts:18
MethodonFramework7Set
(framework7: any)
src/state-kernels/modals/alert-kernel.ts:10
MethodonFramework7Set
(framework7: any)
src/state-kernels/modals/confirm-kernel.ts:9
MethodonRouterSet
(router?: any)
src/state-kernel.ts:3
FunctionpreloaderReducer
(state: IPreloaderState = initialPreloaderState, action: ModalAction)
src/redux/reducers/modal-reducer.ts:49
FunctionsetActionDispatchHandler
(actionDispatchHandler: (action: any) => void)
src/state-kernel.ts:50
FunctionsetFramework7
(framework7: any)
src/state-kernel.ts:44
FunctionsetState
(newFullState: any)
src/state-kernel.ts:24
FunctionsetTestMode
(testMode: boolean)
src/state-kernel.ts:40
FunctionshowAlert
(text: string, title?: string)
src/redux/actions/modal-actions.ts:11
FunctionshowConfirm
(text: string, title?: string)
src/redux/actions/modal-actions.ts:23
FunctionshowPreloader
(loadingText?: string)
src/redux/actions/modal-actions.ts:39
FunctionsyncFramework7WithStore
(store: Store<any>, stateKernel: Framework7StateKernel)
src/redux/sync.ts:5