Move FilterBar ⇒ NP #51020
Labels
Feature:NP Migration
release_note:plugin_api_changes
Contains a Plugin API changes section for the breaking plugin API changes section.
v7.6.0
v8.0.0
Summary
IDataPluginServices
⇒data/types
Move IDataPluginServices and stubs to NP #51152lib/fixtures
⇒plugins/data/public/stubs
Move IDataPluginServices and stubs to NP #51152filter-bar
directive withkbn-top-nav
and deprecate it. Deprecate filter-bar directive #51149FilterBar
component Deprecate filter-bar directive #51149/filter_bar/filter_editor/lib
to appropriate locations Move some of filter bar's utils to appropriate locations #51162data/ui/filter_bar
and export it fromindex.ts
Move FilterBar component ⇒ NP #51178Dev Docs
Deprecated the
filter-bar
directiveIf you need to render a filter bar from
angular
, use thekbn-top-nav
directive with the following configuration:Move
FilterBar
React component to NPThe
FilterBar
component is now available by importing from thedata
plugin.Move filter related utilities to NP
IDataPluginServices
⇒ import fromdata
getDisplayValueFromFilter
⇒data.utils
buildCustomFilter
⇒esFilters.buildCustomFilter
buildFilter
⇒esFilters.buildFilter
getFilterParams
⇒esFilters.getFilterParams
getIndexPatternFromFilter
⇒utils.getIndexPatternFromFilter
getQueryDslFromFilter
⇒ replaced withesFilters.cleanFIlter
isFilterable
⇒ import fromdata
The text was updated successfully, but these errors were encountered: