@lvce-editor/editor-worker 5.20.0 → 5.21.0
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.
- package/dist/editorWorkerMain.js +2 -2
- package/package.json +4 -5
package/dist/editorWorkerMain.js
CHANGED
|
@@ -8261,15 +8261,15 @@ const getHoverVirtualDom = (lineInfos, documentation, diagnostics) => {
|
|
|
8261
8261
|
return dom;
|
|
8262
8262
|
};
|
|
8263
8263
|
|
|
8264
|
+
const Focus = 'focus';
|
|
8264
8265
|
const SetBounds = 'setBounds';
|
|
8265
8266
|
const SetColor = 'setColor';
|
|
8266
8267
|
const SetContentHeight = 'setContentHeight';
|
|
8268
|
+
const SetDom2 = 'Viewlet.setDom2';
|
|
8267
8269
|
const SetNegativeMargin = 'setNegativeMargin';
|
|
8268
8270
|
const SetOffsetX = 'setOffsetX';
|
|
8269
8271
|
const SetScrollBar = 'setScrollBar';
|
|
8270
8272
|
const SetValue = 'setValue';
|
|
8271
|
-
const SetDom2 = 'Viewlet.setDom2';
|
|
8272
|
-
const Focus = 'focus';
|
|
8273
8273
|
|
|
8274
8274
|
const renderHoverDom = {
|
|
8275
8275
|
isEqual(oldState, newState) {
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/editor-worker",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.21.0",
|
|
4
4
|
"description": "",
|
|
5
|
-
"
|
|
6
|
-
"type": "module",
|
|
7
|
-
"keywords": [],
|
|
5
|
+
"license": "MIT",
|
|
8
6
|
"author": "Lvce Editor",
|
|
9
|
-
"
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "dist/editorWorkerMain.js"
|
|
10
9
|
}
|