@eclipse-glsp/sprotty
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -54,3 +54,3 @@ "use strict"; | ||
// we set the fill to transparent since the SVG export uses the hidden rendering to generate the image and we do not want to be seen | ||
return !context || context.targetKind === 'hidden' ? ((0, sprotty_1.svg)("rect", Object.assign({ attrs: { [sprotty_1.ATTR_BBOX_ELEMENT]: true } }, protocol_1.Bounds.dimension(withBounds.bounds), { style: { fill: 'transparent' } }))) : undefined; | ||
return !context || context.targetKind === 'hidden' ? ((0, sprotty_1.svg)("rect", { attrs: { [sprotty_1.ATTR_BBOX_ELEMENT]: true }, ...protocol_1.Bounds.dimension(withBounds.bounds), style: { fill: 'transparent' } })) : undefined; | ||
} | ||
@@ -57,0 +57,0 @@ exports.hiddenBoundingRect = hiddenBoundingRect; |
@@ -25,6 +25,30 @@ "use strict"; | ||
const IGModelRootListener = Symbol('IGModelRootListener'); | ||
exports.TYPES = Object.assign(Object.assign({}, sprotty_1.TYPES), { IAsyncClipboardService: Symbol('IAsyncClipboardService'), IEditorContextServiceProvider: Symbol('IEditorContextProvider'), IFeedbackActionDispatcher: Symbol('IFeedbackActionDispatcher'), IToolFactory: Symbol('Factory<Tool>'), ITypeHintProvider: Symbol('ITypeHintProvider'), IMovementRestrictor: Symbol('IMovementRestrictor'), ISelectionListener: Symbol('ISelectionListener'), | ||
exports.TYPES = { | ||
...sprotty_1.TYPES, | ||
IAsyncClipboardService: Symbol('IAsyncClipboardService'), | ||
IEditorContextServiceProvider: Symbol('IEditorContextProvider'), | ||
IFeedbackActionDispatcher: Symbol('IFeedbackActionDispatcher'), | ||
IToolFactory: Symbol('Factory<Tool>'), | ||
ITypeHintProvider: Symbol('ITypeHintProvider'), | ||
IMovementRestrictor: Symbol('IMovementRestrictor'), | ||
ISelectionListener: Symbol('ISelectionListener'), | ||
/** @deprecated Use {@link TYPES.IGModelRootListener} instead */ | ||
// eslint-disable-next-line deprecation/deprecation | ||
ISModelRootListener: IGModelRootListener, IGModelRootListener: IGModelRootListener, IContextMenuProvider: Symbol('IContextMenuProvider'), ICopyPasteHandler: Symbol('ICopyPasteHandler'), ITool: Symbol('ITool'), IDefaultTool: Symbol('IDefaultTool'), IEditModeListener: Symbol('IEditModeListener'), IMarqueeBehavior: Symbol('IMarqueeBehavior'), IHelperLineManager: Symbol('IHelperLineManager'), IHelperLineOptions: Symbol('IHelperLineOptions'), IElementNavigator: Symbol('IElementNavigator'), ILocalElementNavigator: Symbol('ILocalElementNavigator'), IDiagramOptions: Symbol('IDiagramOptions'), IDiagramStartup: Symbol('IDiagramStartup'), IToolManager: Symbol('IToolManager'), Grid: Symbol('Grid') }); | ||
ISModelRootListener: IGModelRootListener, | ||
IGModelRootListener: IGModelRootListener, | ||
IContextMenuProvider: Symbol('IContextMenuProvider'), | ||
ICopyPasteHandler: Symbol('ICopyPasteHandler'), | ||
ITool: Symbol('ITool'), | ||
IDefaultTool: Symbol('IDefaultTool'), | ||
IEditModeListener: Symbol('IEditModeListener'), | ||
IMarqueeBehavior: Symbol('IMarqueeBehavior'), | ||
IHelperLineManager: Symbol('IHelperLineManager'), | ||
IHelperLineOptions: Symbol('IHelperLineOptions'), | ||
IElementNavigator: Symbol('IElementNavigator'), | ||
ILocalElementNavigator: Symbol('ILocalElementNavigator'), | ||
IDiagramOptions: Symbol('IDiagramOptions'), | ||
IDiagramStartup: Symbol('IDiagramStartup'), | ||
IToolManager: Symbol('IToolManager'), | ||
Grid: Symbol('Grid') | ||
}; | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@eclipse-glsp/sprotty", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Augmented reexport of the sprotty API for GLSP", | ||
@@ -36,3 +36,3 @@ "homepage": "https://www.eclipse.org/glsp/", | ||
"dependencies": { | ||
"@eclipse-glsp/protocol": "2.2.0", | ||
"@eclipse-glsp/protocol": "2.2.1", | ||
"autocompleter": "^9.1.0", | ||
@@ -55,3 +55,3 @@ "snabbdom": "~3.5.1", | ||
}, | ||
"gitHead": "b0e3022fbd2df727a7604e530a27fa92ace29900" | ||
"gitHead": "ab41d5ab3f3633328b4b147f3eb627d208836083" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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 1 instance in 1 package
1549
0
153985
33
+ Added@eclipse-glsp/protocol@2.2.1(transitive)
- Removed@eclipse-glsp/protocol@2.2.0(transitive)
Updated@eclipse-glsp/protocol@2.2.1