canvas-editor-engine 1.0.49 → 1.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,6 @@ const excretions_component_1 = require("./components/excretions.component");
6
6
  const loading_component_1 = require("./components/loading.component");
7
7
  const pipette_component_1 = require("./components/pipette.component");
8
8
  const slot_component_1 = require("./components/slot.component");
9
- const event_service_1 = require("./services/event.service");
10
9
  class WebComponentWrapper {
11
10
  baseElement;
12
11
  editorWrapElement;
@@ -94,8 +93,8 @@ class WebComponent extends HTMLElement {
94
93
  webComponentWrapper.editorWrap.add(loadingTemplate, loadingStyle);
95
94
  shadowRoot.appendChild(webComponentWrapper.baseElement);
96
95
  canvas_component_1.default.simulateSubscriptions();
97
- const eventService = new event_service_1.default(webComponentWrapper.baseElement);
98
- eventService.applyEvents();
96
+ // const eventService = new EventService(webComponentWrapper.baseElement);
97
+ // eventService.applyEvents();
99
98
  this.addEventListener('initial', () => {
100
99
  this.dispatchEvent(new CustomEvent('get-editor-element', {
101
100
  detail: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-editor-engine",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "CanvasEditorEngine library, use: [typescript] [canvas]",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",