"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "VIEW_MODE", { enumerable: true, get: function () { return _common.VIEW_MODE; } }); Object.defineProperty(exports, "getSavedSearchFullPathUrl", { enumerable: true, get: function () { return _saved_searches.getSavedSearchFullPathUrl; } }); Object.defineProperty(exports, "getSavedSearchUrl", { enumerable: true, get: function () { return _saved_searches.getSavedSearchUrl; } }); exports.plugin = plugin; var _plugin = require("./plugin"); var _saved_searches = require("./services/saved_searches"); var _common = require("../common"); /* * 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. */ function plugin() { return new _plugin.SavedSearchPublicPlugin(); }