UNPKG

@finos/legend-application-marketplace

Version:
35 lines 1.66 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. */ import type { V1_DataProduct } from '@finos/legend-graph'; export declare enum DATA_PRODUCT_VIEWER_ACTIVITY_MODE { DESCRIPTION = "description", DIAGRAM_VIEWER = "diagram-viewer", MODELS_DOCUMENTATION = "models-documentation", QUICK_START = "quick-start", EXECUTION_CONTEXT = "execution-context", DATA_ACCESS = "data-access", DATA_STORES = "data-stores",// TODO: with test-data, also let user call TDS query on top of these DATA_AVAILABILITY = "data-availability", DATA_READINESS = "data-readiness", DATA_COST = "data-cost", DATA_GOVERNANCE = "data-governance", INFO = "info",// TODO: test coverage? (or maybe this should be done in elements/diagrams/data-quality section) SUPPORT = "support" } export declare const generateAnchorForActivity: (activity: string) => string; export declare const extractActivityFromAnchor: (anchor: string) => string; export declare const generateAnchorForQuickStart: (product: V1_DataProduct) => string; //# sourceMappingURL=DataProductViewerNavigation.d.ts.map