@finos/legend-data-cube
Version:
37 lines • 2.35 kB
JavaScript
/**
* Copyright (c) 2020-present, Goldman Sachs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export var DataCubeEvent;
(function (DataCubeEvent) {
DataCubeEvent["SETTINGS__FAILURE__FOUND_UNREGISTERED_SETTING"] = "data-cube.settings.failure.found-unregistered-setting";
DataCubeEvent["SETTINGS__FAILURE__ASSIGN_INCOMPATIBLE_VALUE"] = "data-cube.settings.failure.assign-incompatible-value";
DataCubeEvent["SETTINGS__FAILURE__RETRIEVE_INCOMPATIBLE_VALUE"] = "data-cube.settings.failure.retrieve-incompatible-value";
DataCubeEvent["EMAIL_DATACUBE"] = "data-cube.email-data-cube";
DataCubeEvent["EXPORT_DATACUBE"] = "data-cube.export-data-cube";
DataCubeEvent["CACHING_ENABLE__SUCCESS"] = "data-cube.enable-caching.success";
DataCubeEvent["CACHING_DISABLE__SUCCESS"] = "data-cube.disable-caching.success";
DataCubeEvent["SELECT_ACTION_CACHE_LOAD_ALERT"] = "data-cube.select-action-caching-load-alert";
DataCubeEvent["PAGINATION_ENABLE__SUCCESS"] = "data-cube.enable-pagination.success";
DataCubeEvent["PAGINATION_DISABLE__SUCCESS"] = "data-cube.disable-pagination.success";
DataCubeEvent["SELECT_ACTION_PAGINATION_ALERT"] = "data-cube.select-action-pagination-alert";
DataCubeEvent["APPLY_CHANGES_PROPERTIES"] = "data-cube.apply-changes-properties";
DataCubeEvent["APPLY_CHANGES_FILTER"] = "data-cube.apply-changes-filter";
DataCubeEvent["SELECT_ITEM_TITLE_BAR"] = "data-cube.select-item-title-bar";
DataCubeEvent["SELECT_ITEM_GRIDMENU"] = "data-cube.select-item-gridMenu";
DataCubeEvent["OPEN_EDITOR_FILTER"] = "data-cube.open-editor-filter";
DataCubeEvent["OPEN_EDITOR_PROPERTIES"] = "data-cube.open-editor-properties";
DataCubeEvent["ADD_NEW_COLUMN"] = "data-cube.add-new-column";
})(DataCubeEvent || (DataCubeEvent = {}));
//# sourceMappingURL=DataCubeEvent.js.map