@eclipse-glsp/protocol
Advanced tools
Comparing version 2.2.0-next.345 to 2.2.0-next.346
@@ -16,3 +16,3 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
export { Viewport } from 'sprotty-protocol/lib/model'; | ||
export { Alignable, EdgeLayoutable, EdgePlacement, EdgeSide, Expandable, Fadeable, SButton as GButtonSchema, SCompartment as GCompartmentSchema, SEdge as GEdgeSchema, ForeignObjectElement as GForeignObjectElementSchema, SGraph as GGraphSchema, HtmlRoot as GHtmlRootSchema, SIssue as GIssue, SIssueMarker as GIssueMarkerSchema, SIssueSeverity as GIssueSeverity, SLabel as GLabelSchema, SModelElement as GModelElementSchema, SModelRoot as GModelRootSchema, SNode as GNodeSchema, SPort as GPortSchema, PreRenderedElement as GPreRenderedElementSchema, SShapeElement as GShapeElementSchema, ShapedPreRenderedElement as GShapedPreRenderedElementSchema, ViewportRootElement as GViewportRootElementSchema, HAlignment, Hoverable, LayoutKind, Locateable, ModelLayoutOptions, Projectable, Scrollable, Selectable, VAlignment, Viewport, Zoomable, isScrollable, isZoomable } from 'sprotty-protocol/lib/model'; | ||
export * from 'sprotty-protocol/lib/utils/async'; | ||
@@ -19,0 +19,0 @@ export * from 'sprotty-protocol/lib/utils/geometry'; |
@@ -17,3 +17,21 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getSubType = exports.getBasicType = exports.findElement = exports.cloneModel = exports.applyBounds = void 0; | ||
exports.getSubType = exports.getBasicType = exports.findElement = exports.cloneModel = exports.applyBounds = exports.isZoomable = exports.isScrollable = void 0; | ||
/******************************************************************************** | ||
* Copyright (c) 2023 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 | ||
********************************************************************************/ | ||
var model_1 = require("sprotty-protocol/lib/model"); | ||
Object.defineProperty(exports, "isScrollable", { enumerable: true, get: function () { return model_1.isScrollable; } }); | ||
Object.defineProperty(exports, "isZoomable", { enumerable: true, get: function () { return model_1.isZoomable; } }); | ||
__exportStar(require("sprotty-protocol/lib/utils/async"), exports); | ||
@@ -20,0 +38,0 @@ __exportStar(require("sprotty-protocol/lib/utils/geometry"), exports); |
{ | ||
"name": "@eclipse-glsp/protocol", | ||
"version": "2.2.0-next.345+76a576b", | ||
"version": "2.2.0-next.346+dd2a425", | ||
"description": "The protocol definition for client-server communication in GLSP", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"sprotty-protocol": "1.0.0", | ||
"sprotty-protocol": "1.2.0", | ||
"uuid": "7.0.3", | ||
@@ -62,3 +62,3 @@ "vscode-jsonrpc": "^8.0.2" | ||
}, | ||
"gitHead": "76a576bd47cbb7229cf338ab547deeff871d59a9" | ||
"gitHead": "dd2a42501677d4175a47c78cc1900012937e7051" | ||
} |
@@ -16,3 +16,41 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
export { Viewport } from 'sprotty-protocol/lib/model'; | ||
export { | ||
Alignable, | ||
EdgeLayoutable, | ||
EdgePlacement, | ||
EdgeSide, | ||
Expandable, | ||
Fadeable, | ||
SButton as GButtonSchema, | ||
SCompartment as GCompartmentSchema, | ||
SEdge as GEdgeSchema, | ||
ForeignObjectElement as GForeignObjectElementSchema, | ||
SGraph as GGraphSchema, | ||
HtmlRoot as GHtmlRootSchema, | ||
SIssue as GIssue, | ||
SIssueMarker as GIssueMarkerSchema, | ||
SIssueSeverity as GIssueSeverity, | ||
SLabel as GLabelSchema, | ||
SModelElement as GModelElementSchema, | ||
SModelRoot as GModelRootSchema, | ||
SNode as GNodeSchema, | ||
SPort as GPortSchema, | ||
PreRenderedElement as GPreRenderedElementSchema, | ||
SShapeElement as GShapeElementSchema, | ||
ShapedPreRenderedElement as GShapedPreRenderedElementSchema, | ||
ViewportRootElement as GViewportRootElementSchema, | ||
HAlignment, | ||
Hoverable, | ||
LayoutKind, | ||
Locateable, | ||
ModelLayoutOptions, | ||
Projectable, | ||
Scrollable, | ||
Selectable, | ||
VAlignment, | ||
Viewport, | ||
Zoomable, | ||
isScrollable, | ||
isZoomable | ||
} from 'sprotty-protocol/lib/model'; | ||
export * from 'sprotty-protocol/lib/utils/async'; | ||
@@ -19,0 +57,0 @@ export * from 'sprotty-protocol/lib/utils/geometry'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 7 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 7 instances in 1 package
1115908
19374
293
2
2
0
72
+ Addedsprotty-protocol@1.2.0(transitive)
- Removedsprotty-protocol@1.0.0(transitive)
Updatedsprotty-protocol@1.2.0