@builder.io/sdk
Advanced tools
Comparing version 0.0.121 to 0.0.122
@@ -25,3 +25,4 @@ export declare class EventCapturer { | ||
private findContentEditableParent(target); | ||
private cloneClientRect(rect); | ||
private virtualizeEvent(event); | ||
} |
@@ -513,2 +513,5 @@ 'use strict'; | ||
}; | ||
EventCapturer.prototype.cloneClientRect = function (rect) { | ||
return __assign({}, rect); | ||
}; | ||
EventCapturer.prototype.virtualizeEvent = function (event) { | ||
@@ -515,0 +518,0 @@ // TODO: only get target on mouseover too? |
@@ -507,2 +507,5 @@ import uniqueSelector from 'unique-selector'; | ||
}; | ||
EventCapturer.prototype.cloneClientRect = function (rect) { | ||
return __assign({}, rect); | ||
}; | ||
EventCapturer.prototype.virtualizeEvent = function (event) { | ||
@@ -509,0 +512,0 @@ // TODO: only get target on mouseover too? |
{ | ||
"name": "@builder.io/sdk", | ||
"version": "0.0.121", | ||
"version": "0.0.122", | ||
"browser": "./dist/index.umd.min.js", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
991462
192
14363