@eclipse-glsp/sprotty
Advanced tools
Comparing version 2.1.1 to 2.2.0-next.325
/******************************************************************************** | ||
* Copyright (c) 2023 EclipseSource and others. | ||
* Copyright (c) 2023-2024 EclipseSource and others. | ||
* | ||
@@ -19,3 +19,4 @@ * This program and the accompanying materials are made available under the | ||
export * from './re-exports'; | ||
export * from './routing-override'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -18,3 +18,3 @@ "use strict"; | ||
/******************************************************************************** | ||
* Copyright (c) 2023 EclipseSource and others. | ||
* Copyright (c) 2023-2024 EclipseSource and others. | ||
* | ||
@@ -36,3 +36,4 @@ * This program and the accompanying materials are made available under the | ||
__exportStar(require("./re-exports"), exports); | ||
__exportStar(require("./routing-override"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
/******************************************************************************** | ||
* Copyright (c) 2023 EclipseSource and others. | ||
* Copyright (c) 2023-2024 EclipseSource and others. | ||
* | ||
@@ -83,3 +83,3 @@ * This program and the accompanying materials are made available under the | ||
export * from 'sprotty/lib/features/decoration/decoration-placer'; | ||
export { Decoration, SDecoration as GDecoration, SIssue as GIssue, SIssueSeverity as GIssueSeverity, SIssueMarker, isDecoration } from 'sprotty/lib/features/decoration/model'; | ||
export { Decoration, SDecoration as GDecoration, SIssue as GIssue, SIssueSeverity as GIssueSeverity, SIssueMarker, decorationFeature, isDecoration } from 'sprotty/lib/features/decoration/model'; | ||
export * from 'sprotty/lib/features/decoration/views'; | ||
@@ -96,11 +96,11 @@ export * from 'sprotty/lib/features/edge-intersection/intersection-finder'; | ||
export * from 'sprotty/lib/features/projection/views'; | ||
export * from 'sprotty/lib/features/routing/abstract-edge-router'; | ||
export { DefaultAnchors, LinearRouteOptions, Side, AbstractEdgeRouter as SprottyAbstractEdgeRouter } from 'sprotty/lib/features/routing/abstract-edge-router'; | ||
export * from 'sprotty/lib/features/routing/anchor'; | ||
export * from 'sprotty/lib/features/routing/bezier-anchors'; | ||
export * from 'sprotty/lib/features/routing/bezier-edge-router'; | ||
export { AddRemoveBezierSegmentAction, AddRemoveBezierSegmentCommand, BezierMouseListener, BezierEdgeRouter as SprottyBezierEdgeRouter } from 'sprotty/lib/features/routing/bezier-edge-router'; | ||
export * from 'sprotty/lib/features/routing/manhattan-anchors'; | ||
export * from 'sprotty/lib/features/routing/manhattan-edge-router'; | ||
export { ManhattanRouterOptions, ManhattanEdgeRouter as SprottyManhattanEdgeRouter } from 'sprotty/lib/features/routing/manhattan-edge-router'; | ||
export { Connectable, SConnectableElementImpl as GConnectableElement, SDanglingAnchorImpl as GDanglingAnchor, SRoutableElementImpl as GRoutableElement, SRoutingHandleImpl as GRoutingHandle, RoutingHandleKind, connectableFeature, edgeInProgressID, edgeInProgressTargetHandleID, getAbsoluteRouteBounds, getRouteBounds, isConnectable } from 'sprotty/lib/features/routing/model'; | ||
export * from 'sprotty/lib/features/routing/polyline-anchors'; | ||
export * from 'sprotty/lib/features/routing/polyline-edge-router'; | ||
export { PolylineRouteOptions, PolylineEdgeRouter as SprottyPolylineEdgeRouter } from 'sprotty/lib/features/routing/polyline-edge-router'; | ||
export * from 'sprotty/lib/features/routing/routing'; | ||
@@ -107,0 +107,0 @@ export * from 'sprotty/lib/features/routing/views'; |
"use strict"; | ||
/******************************************************************************** | ||
* Copyright (c) 2023 EclipseSource and others. | ||
* Copyright (c) 2023-2024 EclipseSource and others. | ||
* | ||
@@ -32,4 +32,4 @@ * This program and the accompanying materials are made available under the | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.connectableFeature = exports.GRoutingHandle = exports.GRoutableElement = exports.GDanglingAnchor = exports.GConnectableElement = exports.isDecoration = exports.SIssueMarker = exports.GIssue = exports.GDecoration = exports.SvgExporter = exports.ExportSvgPostprocessor = exports.ExportSvgKeyListener = exports.ExportSvgCommand = exports.DeleteContextMenuItemProvider = exports.ContextMenuProviderRegistry = exports.RevealNamedElementActionProvider = exports.CommandPaletteActionProviderRegistry = exports.GButton = exports.configureButtonHandler = exports.ButtonHandlerRegistry = exports.layoutableChildFeature = exports.layoutContainerFeature = exports.isSizeable = exports.isLayoutableChild = exports.isLayoutContainer = exports.isBoundsAware = exports.isAlignable = exports.getAbsoluteClientBounds = exports.getAbsoluteBounds = exports.findChildrenAtPosition = exports.boundsFeature = exports.GShapeElement = exports.PopupMouseTool = exports.MouseTool = exports.MousePositionTracker = exports.KeyTool = exports.createFeatureSet = exports.SModelRegistry = exports.GModelFactory = exports.EMPTY_ROOT = exports.isParent = exports.createRandomId = exports.ModelIndexImpl = exports.GParentElement = exports.GModelRoot = exports.GModelElement = exports.GChildElement = exports.onAction = exports.configureActionHandler = exports.ActionHandlerRegistry = void 0; | ||
exports.RectangularPort = exports.RectangularNode = exports.GShapedPreRenderedElement = exports.GPreRenderedElement = exports.GHtmlRoot = exports.GForeignObjectElement = exports.DiamondNode = exports.CircularPort = exports.CircularNode = exports.PolylineEdgeViewWithGapsOnIntersections = exports.PolylineEdgeView = exports.JumpingPolylineEdgeView = exports.GRoutingHandleView = exports.GLabelView = exports.GGraphView = exports.GCompartmentView = exports.GBezierCreateHandleView = exports.GBezierControlHandleView = exports.BezierCurveEdgeView = exports.SGraphImpl = exports.SEdgeImpl = exports.GPort = exports.GNode = exports.GLabel = exports.GGraphIndex = exports.GCompartment = exports.GViewportRootElement = exports.SprottySelectCommand = exports.SprottySelectAllCommand = exports.SelectMouseListener = exports.SelectKeyboardListener = exports.GetSelectionCommand = exports.isConnectable = exports.getRouteBounds = exports.getAbsoluteRouteBounds = exports.edgeInProgressTargetHandleID = exports.edgeInProgressID = void 0; | ||
exports.AddRemoveBezierSegmentAction = exports.SprottyAbstractEdgeRouter = exports.Side = exports.DefaultAnchors = exports.isDecoration = exports.decorationFeature = exports.SIssueMarker = exports.GIssue = exports.GDecoration = exports.SvgExporter = exports.ExportSvgPostprocessor = exports.ExportSvgKeyListener = exports.ExportSvgCommand = exports.DeleteContextMenuItemProvider = exports.ContextMenuProviderRegistry = exports.RevealNamedElementActionProvider = exports.CommandPaletteActionProviderRegistry = exports.GButton = exports.configureButtonHandler = exports.ButtonHandlerRegistry = exports.layoutableChildFeature = exports.layoutContainerFeature = exports.isSizeable = exports.isLayoutableChild = exports.isLayoutContainer = exports.isBoundsAware = exports.isAlignable = exports.getAbsoluteClientBounds = exports.getAbsoluteBounds = exports.findChildrenAtPosition = exports.boundsFeature = exports.GShapeElement = exports.PopupMouseTool = exports.MouseTool = exports.MousePositionTracker = exports.KeyTool = exports.createFeatureSet = exports.SModelRegistry = exports.GModelFactory = exports.EMPTY_ROOT = exports.isParent = exports.createRandomId = exports.ModelIndexImpl = exports.GParentElement = exports.GModelRoot = exports.GModelElement = exports.GChildElement = exports.onAction = exports.configureActionHandler = exports.ActionHandlerRegistry = void 0; | ||
exports.RectangularPort = exports.RectangularNode = exports.GShapedPreRenderedElement = exports.GPreRenderedElement = exports.GHtmlRoot = exports.GForeignObjectElement = exports.DiamondNode = exports.CircularPort = exports.CircularNode = exports.PolylineEdgeViewWithGapsOnIntersections = exports.PolylineEdgeView = exports.JumpingPolylineEdgeView = exports.GRoutingHandleView = exports.GLabelView = exports.GGraphView = exports.GCompartmentView = exports.GBezierCreateHandleView = exports.GBezierControlHandleView = exports.BezierCurveEdgeView = exports.SGraphImpl = exports.SEdgeImpl = exports.GPort = exports.GNode = exports.GLabel = exports.GGraphIndex = exports.GCompartment = exports.GViewportRootElement = exports.SprottySelectCommand = exports.SprottySelectAllCommand = exports.SelectMouseListener = exports.SelectKeyboardListener = exports.GetSelectionCommand = exports.SprottyPolylineEdgeRouter = exports.isConnectable = exports.getRouteBounds = exports.getAbsoluteRouteBounds = exports.edgeInProgressTargetHandleID = exports.edgeInProgressID = exports.connectableFeature = exports.GRoutingHandle = exports.GRoutableElement = exports.GDanglingAnchor = exports.GConnectableElement = exports.SprottyManhattanEdgeRouter = exports.SprottyBezierEdgeRouter = exports.BezierMouseListener = exports.AddRemoveBezierSegmentCommand = void 0; | ||
/** | ||
@@ -167,2 +167,3 @@ * @eclipse-glsp/protocol | ||
Object.defineProperty(exports, "SIssueMarker", { enumerable: true, get: function () { return model_3.SIssueMarker; } }); | ||
Object.defineProperty(exports, "decorationFeature", { enumerable: true, get: function () { return model_3.decorationFeature; } }); | ||
Object.defineProperty(exports, "isDecoration", { enumerable: true, get: function () { return model_3.isDecoration; } }); | ||
@@ -180,8 +181,16 @@ __exportStar(require("sprotty/lib/features/decoration/views"), exports); | ||
__exportStar(require("sprotty/lib/features/projection/views"), exports); | ||
__exportStar(require("sprotty/lib/features/routing/abstract-edge-router"), exports); | ||
var abstract_edge_router_1 = require("sprotty/lib/features/routing/abstract-edge-router"); | ||
Object.defineProperty(exports, "DefaultAnchors", { enumerable: true, get: function () { return abstract_edge_router_1.DefaultAnchors; } }); | ||
Object.defineProperty(exports, "Side", { enumerable: true, get: function () { return abstract_edge_router_1.Side; } }); | ||
Object.defineProperty(exports, "SprottyAbstractEdgeRouter", { enumerable: true, get: function () { return abstract_edge_router_1.AbstractEdgeRouter; } }); | ||
__exportStar(require("sprotty/lib/features/routing/anchor"), exports); | ||
__exportStar(require("sprotty/lib/features/routing/bezier-anchors"), exports); | ||
__exportStar(require("sprotty/lib/features/routing/bezier-edge-router"), exports); | ||
var bezier_edge_router_1 = require("sprotty/lib/features/routing/bezier-edge-router"); | ||
Object.defineProperty(exports, "AddRemoveBezierSegmentAction", { enumerable: true, get: function () { return bezier_edge_router_1.AddRemoveBezierSegmentAction; } }); | ||
Object.defineProperty(exports, "AddRemoveBezierSegmentCommand", { enumerable: true, get: function () { return bezier_edge_router_1.AddRemoveBezierSegmentCommand; } }); | ||
Object.defineProperty(exports, "BezierMouseListener", { enumerable: true, get: function () { return bezier_edge_router_1.BezierMouseListener; } }); | ||
Object.defineProperty(exports, "SprottyBezierEdgeRouter", { enumerable: true, get: function () { return bezier_edge_router_1.BezierEdgeRouter; } }); | ||
__exportStar(require("sprotty/lib/features/routing/manhattan-anchors"), exports); | ||
__exportStar(require("sprotty/lib/features/routing/manhattan-edge-router"), exports); | ||
var manhattan_edge_router_1 = require("sprotty/lib/features/routing/manhattan-edge-router"); | ||
Object.defineProperty(exports, "SprottyManhattanEdgeRouter", { enumerable: true, get: function () { return manhattan_edge_router_1.ManhattanEdgeRouter; } }); | ||
// Alias SModel types | ||
@@ -200,3 +209,4 @@ var model_4 = require("sprotty/lib/features/routing/model"); | ||
__exportStar(require("sprotty/lib/features/routing/polyline-anchors"), exports); | ||
__exportStar(require("sprotty/lib/features/routing/polyline-edge-router"), exports); | ||
var polyline_edge_router_1 = require("sprotty/lib/features/routing/polyline-edge-router"); | ||
Object.defineProperty(exports, "SprottyPolylineEdgeRouter", { enumerable: true, get: function () { return polyline_edge_router_1.PolylineEdgeRouter; } }); | ||
__exportStar(require("sprotty/lib/features/routing/routing"), exports); | ||
@@ -203,0 +213,0 @@ __exportStar(require("sprotty/lib/features/routing/views"), exports); |
@@ -5,3 +5,3 @@ "use strict"; | ||
/******************************************************************************** | ||
* Copyright (c) 2019-2023 EclipseSource and others. | ||
* Copyright (c) 2019-2024 EclipseSource and others. | ||
* | ||
@@ -8,0 +8,0 @@ * This program and the accompanying materials are made available under the |
{ | ||
"name": "@eclipse-glsp/sprotty", | ||
"version": "2.1.1", | ||
"version": "2.2.0-next.325+8efa638", | ||
"description": "Augmented reexport of the sprotty API for GLSP", | ||
@@ -30,10 +30,8 @@ "homepage": "https://www.eclipse.org/glsp/", | ||
"build": "tsc -b", | ||
"clean": "rimraf lib tsconfig.tsbuildinfo", | ||
"clean": "rimraf lib *.tsbuildinfo", | ||
"lint": "eslint --ext .ts,.tsx ./src", | ||
"lint:ci": "yarn lint -o eslint.xml -f checkstyle", | ||
"prepare": "yarn clean && yarn build", | ||
"watch": "tsc -w" | ||
}, | ||
"dependencies": { | ||
"@eclipse-glsp/protocol": "2.1.1", | ||
"@eclipse-glsp/protocol": "2.2.0-next.325+8efa638", | ||
"autocompleter": "^9.1.0", | ||
@@ -49,6 +47,9 @@ "snabbdom": "^3.5.1", | ||
}, | ||
"peerDependencies": { | ||
"inversify": "^6.0.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "670e160fa44564cbe7921643ff5d02357276b117" | ||
"gitHead": "8efa63840b0569ae8fd40ada5ef995ea1cdad4cf" | ||
} |
/******************************************************************************** | ||
* Copyright (c) 2023 EclipseSource and others. | ||
* Copyright (c) 2023-2024 EclipseSource and others. | ||
* | ||
@@ -19,2 +19,3 @@ * This program and the accompanying materials are made available under the | ||
export * from './re-exports'; | ||
export * from './routing-override'; | ||
export * from './types'; |
/******************************************************************************** | ||
* Copyright (c) 2023 EclipseSource and others. | ||
* Copyright (c) 2023-2024 EclipseSource and others. | ||
* | ||
@@ -176,2 +176,3 @@ * This program and the accompanying materials are made available under the | ||
SIssueMarker, | ||
decorationFeature, | ||
isDecoration | ||
@@ -196,8 +197,22 @@ } from 'sprotty/lib/features/decoration/model'; | ||
export * from 'sprotty/lib/features/routing/abstract-edge-router'; | ||
export { | ||
DefaultAnchors, | ||
LinearRouteOptions, | ||
Side, | ||
AbstractEdgeRouter as SprottyAbstractEdgeRouter | ||
} from 'sprotty/lib/features/routing/abstract-edge-router'; | ||
export * from 'sprotty/lib/features/routing/anchor'; | ||
export * from 'sprotty/lib/features/routing/bezier-anchors'; | ||
export * from 'sprotty/lib/features/routing/bezier-edge-router'; | ||
export { | ||
AddRemoveBezierSegmentAction, | ||
AddRemoveBezierSegmentCommand, | ||
BezierMouseListener, | ||
BezierEdgeRouter as SprottyBezierEdgeRouter | ||
} from 'sprotty/lib/features/routing/bezier-edge-router'; | ||
export * from 'sprotty/lib/features/routing/manhattan-anchors'; | ||
export * from 'sprotty/lib/features/routing/manhattan-edge-router'; | ||
export { | ||
ManhattanRouterOptions, | ||
ManhattanEdgeRouter as SprottyManhattanEdgeRouter | ||
} from 'sprotty/lib/features/routing/manhattan-edge-router'; | ||
// Alias SModel types | ||
@@ -219,3 +234,3 @@ export { | ||
export * from 'sprotty/lib/features/routing/polyline-anchors'; | ||
export * from 'sprotty/lib/features/routing/polyline-edge-router'; | ||
export { PolylineRouteOptions, PolylineEdgeRouter as SprottyPolylineEdgeRouter } from 'sprotty/lib/features/routing/polyline-edge-router'; | ||
export * from 'sprotty/lib/features/routing/routing'; | ||
@@ -222,0 +237,0 @@ export * from 'sprotty/lib/features/routing/views'; |
/******************************************************************************** | ||
* Copyright (c) 2019-2023 EclipseSource and others. | ||
* Copyright (c) 2019-2024 EclipseSource and others. | ||
* | ||
@@ -17,2 +17,3 @@ * This program and the accompanying materials are made available under the | ||
import { TYPES as SprottyTYPES } from 'sprotty'; | ||
/** | ||
@@ -19,0 +20,0 @@ * Reexport of the TYPES namespace of sprotty augments with additional GLSP specific service |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 4 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
33
1498
148193
6
10
60
1
1
- Removed@eclipse-glsp/protocol@2.1.1(transitive)
- Removeduuid@7.0.3(transitive)
- Removedvscode-jsonrpc@8.2.1(transitive)