|
|
|
@ -22,17 +22,7 @@ class CustomPaletteProvider extends PaletteProvider {
|
|
|
|
private readonly _translate: any;
|
|
|
|
private readonly _translate: any;
|
|
|
|
|
|
|
|
|
|
|
|
constructor(palette, create, elementFactory, spaceTool, lassoTool, handTool, globalConnect, translate) {
|
|
|
|
constructor(palette, create, elementFactory, spaceTool, lassoTool, handTool, globalConnect, translate) {
|
|
|
|
super(
|
|
|
|
super(palette, create, elementFactory, spaceTool, lassoTool, handTool, globalConnect, translate);
|
|
|
|
palette,
|
|
|
|
|
|
|
|
create,
|
|
|
|
|
|
|
|
elementFactory,
|
|
|
|
|
|
|
|
spaceTool,
|
|
|
|
|
|
|
|
lassoTool,
|
|
|
|
|
|
|
|
handTool,
|
|
|
|
|
|
|
|
globalConnect,
|
|
|
|
|
|
|
|
translate
|
|
|
|
|
|
|
|
// 2000
|
|
|
|
|
|
|
|
);
|
|
|
|
|
|
|
|
this._palette = palette;
|
|
|
|
this._palette = palette;
|
|
|
|
this._create = create;
|
|
|
|
this._create = create;
|
|
|
|
this._elementFactory = elementFactory;
|
|
|
|
this._elementFactory = elementFactory;
|
|
|
|
|