Skip to content

Commit

Permalink
Added action for CollapseDataSources, ChooseDataSources, AddFormula a…
Browse files Browse the repository at this point in the history
…nd AddParameter
  • Loading branch information
Nirmay15 committed Feb 1, 2023
1 parent 00bef01 commit 87fb176
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions src/embed/search-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ import { TsEmbed } from './ts-embed';
import { SearchOptions } from './search';

export interface SearchBarViewConfig
extends Omit<
ViewConfig,
| 'disabledActions'
| 'hiddenActions'
| 'visibleActions'
| 'disabledActionReason'
| 'runtimeFilters'
| 'showAlerts'
> {
extends Omit<ViewConfig, 'runtimeFilters' | 'showAlerts'> {
/**
* The array of data source GUIDs to set on load.
*/
Expand Down
6 changes: 3 additions & 3 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,10 +1200,10 @@ export enum Action {
Share = 'share',
AddFilter = 'addFilter',
ConfigureFilter = 'configureFilter',
/**
* @hidden
*/
CollapseDataSources = 'collapseDataSources',
ChooseDataSources = 'chooseDataSources',
AddFormula = 'addFormula',
AddParameter = 'addParameter',
/**
* @hidden
*/
Expand Down

0 comments on commit 87fb176

Please sign in to comment.