UNPKG

@finos/legend-application-studio

Version:
65 lines 6.21 kB
/** * 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 LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY; (function (LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY) { // SETUP LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SETUP"] = "studio.setup"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SETUP_CREATE_PROJECT_DIALOG"] = "studio.setup.create-project-dialog"; // EDITOR LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EDITOR"] = "studio.editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MODEL_LOADER"] = "studio.editor.model-loader"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MODEL_LOADER_EXTERNAL_FORMAT_IMPORTER"] = "studio.editor.model-loader-external-format-importer"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["TEXT_MODE_EDITOR"] = "studio.editor.text-mode-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EMBEDDED_QUERY_BUILDER"] = "studio.editor.embedded-query-builder"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR"] = "studio.editor.class-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_PROPERTIES"] = "studio.editor.class-editor.properties"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_DERIVED_PROPERTIES"] = "studio.editor.class-editor.derived-properties"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_CONSTRAINTS"] = "studio.editor.class-editor.constraints"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_EDITOR_SUPERTYPES"] = "studio.editor.class-editor.supertypes"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_DERIVED_PROPERTY_LAMBDA_EDITOR"] = "studio.editor.class-editor.derived-properties.lambda-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_CONTRAINT_LAMBDA_EDITOR"] = "studio.editor.class-editor.constraints.lambda-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["PROFILE_EDITOR"] = "studio.editor.profile-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["ASSOCIATION_EDITOR"] = "studio.editor.association-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["ENUMERATION_EDITOR"] = "studio.editor.enumeration-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["FUNCTION_EDITOR"] = "studio.editor.function-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MAPPING_EDITOR"] = "studio.editor.mapping-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CLASS_MAPPING_EDITOR"] = "studio.editor.mapping-editor.class-mapping-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["OPERATION_CLASS_MAPPING_EDITOR"] = "studio.editor.mapping-editor.operation-class-mapping-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["ENUMERATION_MAPPING_EDITOR"] = "studio.editor.mapping-editor.enumeration-mapping-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MAPPING_EXECUTION_EDITOR"] = "studio.editor.mapping-editor.execution-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["DEPRECATED_MAPPING_TEST_EDITOR"] = "studio.editor.mapping-editor.deprecated-test-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["MAPPING_EDITOR_TEST"] = "studio.editor.mapping-editor.test"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["FUNCTION_EDITOR_TEST"] = "studio.editor.function-editor.test"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["RUNTIME_EDITOR"] = "studio.editor.runtime-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["CONNECTION_EDITOR"] = "studio.editor.connection-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["DATABASE_BUILDER"] = "studio.editor.connection-editor.database-builder"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["DATABASE_MODEL_BUILDER"] = "studio.editor.database-editor.model-builder"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SERVICE_EDITOR"] = "studio.editor.service-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SERVICE_EDITOR_EXECUTION"] = "studio.editor.service-editor.execution"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SERVICE_EDITOR_TEST"] = "studio.editor.service-editor.test"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SQL_PLAYGROUND"] = "studio.editor.panel-group.sql-playground"; // DataElement/Embedded data LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["DATA_ELEMENT_EDITOR"] = "studio.editor.data-element-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EMBEDDED_DATA_RELATIONAL_EDITOR"] = "studio.editor.embedded-data-relational-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EMBEDDED_DATA_EXTERNAL_FORMAT_EDITOR"] = "studio.editor.embedded-data-external-format-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EMBEDDED_DATA_DATA_ELEMENT_REFERENCE_EDITOR"] = "studio.editor.embedded-data-data-element-reference-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["EMBEDDED_DATA_MODEL_STORE_EDITOR"] = "studio.editor.embedded-data-model-store-editor"; // external format LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SCHEMA_SET_EDITOR"] = "dsl-external-format.studio.editor.schema-set-editor"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["SCHEMA_SET_MODEL_GENERATION"] = "dsl-external-format.studio.editor.schema-set-model-generation"; LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY["BINDING_EDITOR"] = "dsl-external-format.studio.editor.binding-editor"; })(LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY || (LEGEND_STUDIO_APPLICATION_NAVIGATION_CONTEXT_KEY = {})); //# sourceMappingURL=LegendStudioApplicationNavigationContext.js.map