Home
last modified time | relevance | path

Searched refs:useSelector (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/state/
H A Dhooks.ts2 import { useDispatch, useSelector } from 'react-redux';
34 const filtered = useSelector(find(query, filterBy, filterByType));
48 return useSelector(selectAll);
55 return useSelector((state: PluginCatalogStoreState) => selectById(state, id));
61 return useSelector(selectPluginErrors);
81 const isLoading = useSelector(selectIsRequestPending(fetchAll.typePrefix));
82 const error = useSelector(selectRequestError(fetchAll.typePrefix));
89 const error = useSelector(selectRequestError(fetchDetails.typePrefix));
96 const error = useSelector(selectRequestError(install.typePrefix));
103 const error = useSelector(selectRequestError(uninstall.typePrefix));
[all …]
/dports/security/keybase/client-v5.7.1/shared/crypto/operations/encrypt/
H A Dcommon.tsx15 const hideIncludeSelf = Container.useSelector(state => state.crypto.encrypt.meta.hideIncludeSelf)
16 const hasRecipients = Container.useSelector(state => state.crypto.encrypt.meta.hasRecipients)
17 const hasSBS = Container.useSelector(state => state.crypto.encrypt.meta.hasSBS)
18 const includeSelf = Container.useSelector(state => state.crypto.encrypt.options.includeSelf)
19 const sign = Container.useSelector(state => state.crypto.encrypt.options.sign)
20 const inProgress = Container.useSelector(state => state.crypto.encrypt.inProgress)
57 const includeSelf = Container.useSelector(state => state.crypto.encrypt.options.includeSelf)
58 const hasRecipients = Container.useSelector(state => state.crypto.encrypt.meta.hasRecipients)
59 const recipients = Container.useSelector(state => state.crypto.encrypt.recipients)
60 const outputType = Container.useSelector(state => state.crypto.encrypt.outputType)
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/src/plugins/kibana_utils/docs/state_containers/react/
H A Duse_selector.md1 # `useSelector()` hook
3 With `useSelector` React hook you specify a selector function, which will pick specific
9 const isDarkMode = useSelector(selector);
14 As an optional second argument for `useSelector` you can provide a `comparator` function, which
19 useSelector(selector, comparator?)
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/src/plugins/opensearch_dashboards_utils/docs/state_containers/react/
H A Duse_selector.md1 # `useSelector()` hook
3 With `useSelector` React hook you specify a selector function, which will pick specific
9 const isDarkMode = useSelector(selector);
14 As an optional second argument for `useSelector` you can provide a `comparator` function, which
19 useSelector(selector, comparator?)
/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/
H A DQueryRows.tsx3 import { useDispatch, useSelector } from 'react-redux';
37 const queries = useSelector(getQueries)!;
38 const dsSettings = useSelector(getDatasourceInstanceSettings)!;
39 const queryResponse = useSelector(getQueryResponse)!;
40 const history = useSelector(getHistory);
41 const eventBridge = useSelector(getEventBridge);
/dports/security/keybase/client-v5.7.1/shared/crypto/output/
H A Dindex.tsx54 const signed = Container.useSelector(state => state.crypto[operation].outputSigned)
57 const outputStatus = Container.useSelector(state => state.crypto[operation].outputStatus)
144 const bytesTotal = Container.useSelector(state => state.crypto[operation].bytesTotal)
146 const inProgress = Container.useSelector(state => state.crypto[operation].inProgress)
184 const outputValid = Container.useSelector(state => state.crypto[operation].outputValid)
186 const outputType = Container.useSelector(state => state.crypto[operation].outputType)
187 const signed = Container.useSelector(state => state.crypto[operation].outputSigned)
337 const inputType = Container.useSelector(state => state.crypto[operation].inputType)
338 const inProgress = Container.useSelector(state => state.crypto[operation].inProgress)
340 const outputValid = Container.useSelector(state => state.crypto[operation].outputValid)
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@reduxjs/toolkit/src/query/react/
H A Dmodule.ts19 useSelector as rrUseSelector,
84 useSelector?: RR['useSelector'] property
108 useSelector = rrUseSelector,
122 moduleOptions: { batch, useDispatch, useSelector, useStore },
/dports/security/keybase/client-v5.7.1/shared/tracker2/
H A Dremote-proxy.desktop.tsx17 const details = Container.useSelector(state => Constants.getDetails(state, trackerUsername))
18 const users = Container.useSelector(state => state.users)
20 const config = Container.useSelector(state => state.config)
24 const waiting = Container.useSelector(state => state.waiting)
74 const state = Container.useSelector(s => s)
/dports/www/grafana8/grafana-8.3.6/public/app/features/dashboard/components/PanelEditor/
H A DVisualizationButton.tsx6 import { useDispatch, useSelector } from 'react-redux';
19 const plugin = useSelector(getPanelPluginWithFallback(panel.type));
20 …const isPanelOptionsVisible = useSelector((state: StoreState) => state.panelEditor.ui.isPanelOptio…
21 const isVizPickerOpen = useSelector((state: StoreState) => state.panelEditor.isVizPickerOpen);
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/hooks/
H A DuseExternalAmSelector.ts1 import { useSelector } from 'react-redux';
8 const discoveredAlertmanagers = useSelector(
11 const alertmanagerConfig = useSelector(
H A DuseUnifiedAlertingSelector.ts2 import { useSelector } from 'react-redux';
9 return useSelector((state: StoreState) => selector(state.unifiedAlerting), equalityFn);
/dports/security/keybase/client-v5.7.1/shared/settings/
H A Dmanage-contacts.native.tsx19 const status = Container.useSelector(s => s.settings.contacts.permissionStatus)
20 const contactsImported = Container.useSelector(s => s.settings.contacts.importEnabled)
73 const status = Container.useSelector(s => s.settings.contacts.permissionStatus)
74 const contactsImported = Container.useSelector(s => s.settings.contacts.importEnabled)
75 const importedCount = Container.useSelector(s => s.settings.contacts.importedCount)
76 const error = Container.useSelector(s => s.settings.contacts.importError)
H A Dadvanced.tsx20 const useNativeFrame = Container.useSelector(state => state.config.useNativeFrame)
45 const lockdownModeEnabled = Container.useSelector(state => !!state.settings.lockdownModeEnabled)
82 const settingLockdownMode = Container.useSelector(state =>
85 const hasRandomPW = Container.useSelector(state => !!state.settings.password.randomPW)
86 const openAtLogin = Container.useSelector(state => state.config.openAtLogin)
87 const rememberPassword = Container.useSelector(state => state.settings.password.rememberPassword)
89 …Container.useSelector(state => anyErrors(state, Constants.setLockdownModeWaitingKey))?.message || …
224 const traceInProgress = Container.useSelector(state => Constants.traceInProgress(state))
226 const processorProfileInProgress = Container.useSelector(state =>
/dports/security/keybase/client-v5.7.1/shared/teams/common/
H A Dchannel-hooks.tsx21 …const participants = Container.useSelector(s => ChatConstants.getParticipantInfo(s, conversationID…
22 const teamMembers = Container.useSelector(s => Constants.getTeamDetails(s, teamID).members)
43 const teamname = Container.useSelector(state => Constants.getTeamNameFromID(state, teamID) ?? '')
80 const conversationMetas = Container.useSelector(
117 const meta: ChatTypes.ConversationMeta | null = Container.useSelector(state =>
H A Dactivity.tsx34 const teamname = Container.useSelector(state => Constants.getTeamMeta(state, teamID).teamname)
35 const avatarFilepath = Container.useSelector(state => state.teams.newTeamWizard.avatarFilename)
36 const avatarCrop = Container.useSelector(state => state.teams.newTeamWizard.avatarCrop)
74 const activityLevelsLoaded = Container.useSelector(s => s.teams.activityLevels.loaded)
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/info-panel/
H A Dmembers.tsx24 const meta = Container.useSelector(state => Constants.getMeta(state, conversationIDKey))
26 …const teamMembers = Container.useSelector(state => state.teams.teamIDToMembers.get(teamID)) ?? new…
27 const infoMap = Container.useSelector(state => state.users.infoMap)
31 const participantInfo = Container.useSelector(state =>
34 const participants = Container.useSelector(
H A Dcommon.tsx32 …const teamMembers = Container.useSelector(state => state.teams.teamIDToMembers.get(teamID)) || emp…
43 …const conversationMeta = Container.useSelector(state => ChatConstants.getMeta(state, conversationI…
44 const participantInfo = Container.useSelector(state =>
H A Dcontainer.tsx15 const storeSelectedTab = Container.useSelector(state => state.chat2.infoPanelSelectedTab)
24 const meta = Container.useSelector(state => Constants.getMeta(state, conversationIDKey))
26 const yourRole = Container.useSelector(state => TeamConstants.getRole(state, meta.teamID))
/dports/security/keybase/client-v5.7.1/shared/util/
H A Dcontainer.tsx9 import {useSelector} from 'react-redux'
50 useSelector(state => anyWaiting(state, ...waitingKeys))
51 export const useAnyErrors = (...waitingKeys: string[]) => useSelector(state => anyErrors(state, wai…
60 /** like useSelector but for remote stores **/
62 return (useSelector(s => s) as unknown) as S
101 export {useSelector, useDispatch} from 'react-redux'
/dports/security/keybase/client-v5.7.1/shared/fs/common/
H A Dhooks.tsx20 const isConnected = Container.useSelector(
75 const tlfs = Container.useSelector(state => state.fs.tlfs)
107 …const pathInfo = Container.useSelector(state => state.fs.pathInfos.get(path) || Constants.emptyPat…
123 const softErrors = Container.useSelector(state => state.fs.softErrors)
128 const info = Container.useSelector(
149 const pathItem = Container.useSelector(state => Constants.getPathItem(state.fs.pathItems, path))
169 const dlState = Container.useSelector(
176 const mimeType = Container.useSelector(
/dports/www/grafana8/grafana-8.3.6/public/app/core/hooks/
H A DuseNavModel.ts1 import { useSelector } from 'react-redux';
7 const navIndex = useSelector((state: StoreState) => state.navIndex);
/dports/www/grafana8/grafana-8.3.6/public/build/
H A DLiveStatusPage.0e38943fa459e872fe93.js.map1useSelector } from 'react-redux';\nimport { StoreState } from 'app/types/store';\nimport { getNavM…
H A DFeatureTogglePage.0e38943fa459e872fe93.js.map1useSelector } from 'react-redux';\nimport { StoreState } from 'app/types/store';\nimport { getNavM…
/dports/security/keybase/client-v5.7.1/shared/settings/contacts-joined/
H A Dbuttons.tsx16 const userDetails = Container.useSelector(state => Tracker2Constants.getDetails(state, username))
17 const followThem = Container.useSelector(state => Tracker2Constants.followThem(state, username))
18 const followsYou = Container.useSelector(state => Tracker2Constants.followsYou(state, username))
/dports/security/keybase/client-v5.7.1/shared/settings/account/
H A Dadd-modals.tsx24 const addedEmail = Container.useSelector(state => state.settings.email.addedEmail)
25 const emailError = Container.useSelector(state => state.settings.email.error)
122 const defaultCountry = Container.useSelector(state => state.settings.phoneNumbers.defaultCountry)
124 const error = Container.useSelector(state => state.settings.phoneNumbers.error)
125 …const pendingVerification = Container.useSelector(state => state.settings.phoneNumbers.pendingVeri…
222 …const pendingVerification = Container.useSelector(state => state.settings.phoneNumbers.pendingVeri…
223 const error = Container.useSelector(state => state.settings.phoneNumbers.error)
224 …const verificationState = Container.useSelector(state => state.settings.phoneNumbers.verificationS…

12345678910