"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VIS_EVENT_TO_TRIGGER = void 0; var _public = require("@kbn/ui-actions-plugin/public"); var _public2 = require("@kbn/data-plugin/public"); var _public3 = require("@kbn/embeddable-plugin/public"); /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const VIS_EVENT_TO_TRIGGER = { applyFilter: _public2.APPLY_FILTER_TRIGGER, brush: _public3.SELECT_RANGE_TRIGGER, filter: _public3.VALUE_CLICK_TRIGGER, multiFilter: _public3.MULTI_VALUE_CLICK_TRIGGER, tableRowContextMenuClick: _public.ROW_CLICK_TRIGGER }; exports.VIS_EVENT_TO_TRIGGER = VIS_EVENT_TO_TRIGGER;