verstak 0.24.277 → 0.24.303
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/build/dist/source/archive/RxDomV1.js +3 -3
- package/build/dist/source/html/El.d.ts +3 -8
- package/build/dist/source/html/El.js +8 -40
- package/build/dist/source/html/Elements.d.ts +14 -9
- package/build/dist/source/html/Elements.js +79 -77
- package/build/dist/source/html/HtmlDriver.d.ts +3 -3
- package/build/dist/source/html/HtmlDriver.js +19 -13
- package/build/dist/source/html/HtmlElements.d.ts +174 -174
- package/build/dist/source/html/HtmlElements.js +175 -175
- package/build/dist/source/html/SplitViewMath.js +44 -37
- package/build/dist/source/html/sensors/ButtonSensor.js +1 -1
- package/build/dist/source/html/sensors/HtmlDragSensor.js +1 -1
- package/build/dist/source/html/sensors/PointerSensor.js +1 -1
- package/package.json +3 -3
|
@@ -154,7 +154,7 @@ export class PointerSensor extends BasePointerSensor {
|
|
|
154
154
|
this.dragTarget = undefined;
|
|
155
155
|
this.dragTargetWindow = undefined;
|
|
156
156
|
this.previousDragTarget = undefined;
|
|
157
|
-
Transaction.
|
|
157
|
+
Transaction.isolate(() => {
|
|
158
158
|
var _a;
|
|
159
159
|
(_a = this.windowSensor) === null || _a === void 0 ? void 0 : _a.setActiveWindow(window, "pointer");
|
|
160
160
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "verstak",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.303",
|
|
4
4
|
"description": "Verstak - Front-End Library",
|
|
5
5
|
"publisher": "Nezaboodka Software",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/nezaboodka/verstak/blob/master/README.md#readme",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"reactronic": "^0.24.
|
|
34
|
+
"reactronic": "^0.24.302"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@types/node": "20.11.17",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"eslint": "8.56.0",
|
|
43
43
|
"ts-node": "10.9.2",
|
|
44
44
|
"tsconfig-paths": "4.2.0",
|
|
45
|
-
"typescript": "5.
|
|
45
|
+
"typescript": "5.5.4"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "eslint source/**.ts test/**.ts && tsc",
|