Skip to content

Commit

Permalink
[Chore] Export KeyEvent and downloadFile utils (#1335)
Browse files Browse the repository at this point in the history
* CHORE: Additional export-utils exports 
* CHORE: KeyEvent export

Signed-off-by: Shan He <heshan0131@gmail.com>
Co-authored-by: Ilija Puaca <ilija@unfolded.ai>
  • Loading branch information
heshan0131 and ilijapuaca committed Dec 3, 2020
1 parent 335f82a commit c7f50fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/constants/index.js
Expand Up @@ -69,5 +69,6 @@ export {BUG_REPORT_LINK, USER_GUIDE_DOC} from './user-guides';

export {VizColorPalette, DataVizColors} from './custom-color-ranges';
export {COLOR_RANGES, DEFAULT_COLOR_RANGE} from './color-ranges';
export {default as KeyEvent} from './keyevent';
export {LAYER_TYPES} from 'layers/types';
export {PLOT_TYPES} from 'utils/filter-utils';
2 changes: 1 addition & 1 deletion src/utils/index.js
Expand Up @@ -29,7 +29,7 @@ export {
export {findPointFieldPairs, createNewDataEntry, datasetColorMaker} from './dataset-utils';
export {hexToRgb} from './color-utils';
export {errorNotification} from './notifications-utils';
export {dataURItoBlob} from './export-utils';
export {dataURItoBlob, downloadFile} from './export-utils';
export {calculateLayerData} from './layer-utils';
export {applyFilterFieldName, applyFiltersToDatasets} from 'utils/filter-utils';

Expand Down

0 comments on commit c7f50fd

Please sign in to comment.