UNPKG

@finos/legend-lego

Version:
47 lines 2.51 kB
/** * Copyright (c) 2025-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 NormalizedDocumentationEntry } from './ModelDocumentationAnalysis.js'; import { type DataGridCellRendererParams } from '../data-grid/DataGrid.js'; import { type GenericLegendApplicationStore } from '@finos/legend-application'; import { type ModelsDocumentationFilterTreeNodeData, type ViewerModelsDocumentationState } from './ModelDocumentationState.js'; export declare const getMilestoningLabel: (val: string | undefined) => string | undefined; export declare const ElementContentCellRenderer: ((params: DataGridCellRendererParams<NormalizedDocumentationEntry> & { modelsDocumentationState: ViewerModelsDocumentationState; }) => import("react/jsx-runtime").JSX.Element | null) & { displayName: string; }; export declare const SubElementDocContentCellRenderer: ((params: DataGridCellRendererParams<NormalizedDocumentationEntry> & { modelsDocumentationState: ViewerModelsDocumentationState; }) => import("react/jsx-runtime").JSX.Element | null) & { displayName: string; }; export declare const ElementDocumentationCellRenderer: (params: DataGridCellRendererParams<NormalizedDocumentationEntry> & {}) => React.ReactNode; export declare const ModelsDocumentationGridPanel: ((props: { modelsDocumentationState: ViewerModelsDocumentationState; applicationStore: GenericLegendApplicationStore; }) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; export declare const getFilterTreeNodeIcon: (node: ModelsDocumentationFilterTreeNodeData) => React.ReactNode | undefined; export declare const ModelsDocumentation: ((props: { modelsDocumentationState: ViewerModelsDocumentationState; applicationStore: GenericLegendApplicationStore; title?: string | undefined; queryModel?: (() => void) | undefined; }) => import("react/jsx-runtime").JSX.Element) & { displayName: string; }; //# sourceMappingURL=ModelDocumentationViewer.d.ts.map