UNPKG

@eclipse-glsp/client

Version:

A sprotty-based client for GLSP

58 lines 3.05 kB
/******************************************************************************** * Copyright (c) 2023-2024 EclipseSource and others. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v. 2.0 which is available at * http://www.eclipse.org/legal/epl-2.0. * * This Source Code may also be made available under the following Secondary * Licenses when the conditions for such availability set forth in the Eclipse * Public License v. 2.0 are satisfied: GNU General Public License, version 2 * with the GNU Classpath Exception which is available at * https://www.gnu.org/software/classpath/license.html. * * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 ********************************************************************************/ import { Bounds } from '@eclipse-glsp/sprotty'; /** @deprecated Use {@link Bounds.left} */ export declare const left: typeof Bounds.left; /** @deprecated Use {@link Bounds.centerX} */ export declare const center: typeof Bounds.center; /** @deprecated Use {@link Bounds.right} */ export declare const right: typeof Bounds.right; /** @deprecated Use {@link Bounds.top} */ export declare const top: typeof Bounds.top; /** @deprecated Use {@link Bounds.middle} */ export declare const middle: typeof Bounds.middle; /** @deprecated Use {@link Bounds.bottom} */ export declare const bottom: typeof Bounds.bottom; /** @deprecated Use {@link Bounds.topLeft} */ export declare const topLeft: typeof Bounds.topLeft; /** @deprecated Use {@link Bounds.topCenter} */ export declare const topCenter: typeof Bounds.topCenter; /** @deprecated Use {@link Bounds.topRight} */ export declare const topRight: typeof Bounds.topRight; /** @deprecated Use {@link Bounds.middleLeft} */ export declare const middleLeft: typeof Bounds.middleLeft; /** @deprecated Use {@link Bounds.middleCenter} */ export declare const middleCenter: typeof Bounds.middleCenter; /** @deprecated Use {@link Bounds.middleRight} */ export declare const middleRight: typeof Bounds.middleRight; /** @deprecated Use {@link Bounds.bottomLeft} */ export declare const bottomLeft: typeof Bounds.bottomLeft; /** @deprecated Use {@link Bounds.bottomCenter} */ export declare const bottomCenter: typeof Bounds.bottomCenter; /** @deprecated Use {@link Bounds.bottomRight} */ export declare const bottomRight: typeof Bounds.bottomRight; /** @deprecated Use {@link Bounds.left} */ export declare const sortBy: typeof Bounds.sortBy; export declare const compareFunction: <T>(rankFunc: (elem: T) => number) => ((x: T, y: T) => number); /** @deprecated Use {@link Bounds.isAbove} */ export declare const isAbove: typeof Bounds.isAbove; /** @deprecated Use {@link Bounds.isBelow} */ export declare const isBelow: typeof Bounds.isBelow; /** @deprecated Use {@link Bounds.isBefore} */ export declare const isBefore: typeof Bounds.isBefore; /** @deprecated Use {@link Bounds.isAfter} */ export declare const isAfter: typeof Bounds.isAfter; //# sourceMappingURL=geometry-util.d.ts.map