kibana/packages/kbn-alerts
Spencer 8b87d4ba30
[bazel] avoid a little boilerplate in packages (#126309) (#126380)
* [bazel] avoid a little boilerplate for @types packages

* [bazel/ts] stop building sourcemaps since they're ignored

(cherry picked from commit 614139b8e5)

# Conflicts:
#	packages/kbn-logging-mocks/BUILD.bazel
#	packages/kbn-logging-mocks/tsconfig.json
#	packages/kbn-logging/BUILD.bazel
#	packages/kbn-test-jest-helpers/BUILD.bazel
#	packages/kbn-test-jest-helpers/tsconfig.json
#	packages/kbn-test/BUILD.bazel
#	packages/kbn-typed-react-router-config/BUILD.bazel
2022-02-24 21:15:20 +00:00
..
src [Security Solution] - Updating UI to work with new kibana privileges abstraction on alerts (#108961) 2021-08-18 14:48:31 -04:00
BUILD.bazel [bazel] avoid a little boilerplate in packages (#126309) (#126380) 2022-02-24 21:15:20 +00:00
jest.config.js [Security Solution] - Updating UI to work with new kibana privileges abstraction on alerts (#108961) 2021-08-18 14:48:31 -04:00
package.json chore(NA): splits types from code on @kbn/alerts (#119855) 2021-11-29 11:15:06 -07:00
README.md [Security Solution] - Updating UI to work with new kibana privileges abstraction on alerts (#108961) 2021-08-18 14:48:31 -04:00
tsconfig.json [bazel] avoid a little boilerplate in packages (#126309) (#126380) 2022-02-24 21:15:20 +00:00

AlertsFeatureNoPermissions

Component displayed when a user with alerts permissions of none attempts to access alerts page.

useGetUserAlertsPermissions

This hook parses through the uiCapabilities Kibana object to determine if the user has Kibana read or crud permissions for alerts.