@limetech/lime-elements 37.61.4 → 37.61.5

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.
@@ -36,6 +36,8 @@ export declare class ProsemirrorAdapter {
36
36
  private schema;
37
37
  private contentConverter;
38
38
  private actionBarElement;
39
+ private lastEmittedValue;
40
+ private changeWaiting;
39
41
  /**
40
42
  * Used to stop change event emitting as result of getting updated value from consumer
41
43
  */
@@ -69,5 +71,7 @@ export declare class ProsemirrorAdapter {
69
71
  setFocus(): void;
70
72
  private handleNewLinkSelection;
71
73
  private handleOpenLinkMenu;
74
+ private changeEmitter;
75
+ private handleBlur;
72
76
  }
73
77
  //# sourceMappingURL=prosemirror-adapter.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.61.4",
3
+ "version": "37.61.5",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",