dock-spawn-ts 2.512.0 → 2.513.1
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/lib/css/dock-manager.css
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
/************* Panel with title bar ************/
|
|
2
|
-
.panel-base {
|
|
2
|
+
.panel-base {
|
|
3
|
+
pointer-events: none;
|
|
4
|
+
}
|
|
3
5
|
|
|
4
6
|
.panel-base:focus {
|
|
5
7
|
outline: 0;
|
|
@@ -9,6 +11,7 @@
|
|
|
9
11
|
width: 100%;
|
|
10
12
|
overflow: hidden;
|
|
11
13
|
height: 25px;
|
|
14
|
+
pointer-events: auto;
|
|
12
15
|
}
|
|
13
16
|
|
|
14
17
|
.panel-titlebar-icon {
|
|
@@ -248,10 +251,12 @@
|
|
|
248
251
|
.splitter-container-horizontal {
|
|
249
252
|
float: left;
|
|
250
253
|
position: relative;
|
|
254
|
+
pointer-events: none;
|
|
251
255
|
}
|
|
252
256
|
|
|
253
257
|
.splitter-container-vertical {
|
|
254
258
|
position: relative;
|
|
259
|
+
pointer-events: none;
|
|
255
260
|
}
|
|
256
261
|
|
|
257
262
|
.splitbar-horizontal {
|
|
@@ -259,6 +264,7 @@
|
|
|
259
264
|
height: 5px;
|
|
260
265
|
cursor: n-resize;
|
|
261
266
|
position: relative;
|
|
267
|
+
pointer-events: auto;
|
|
262
268
|
}
|
|
263
269
|
|
|
264
270
|
.splitbar-vertical {
|
|
@@ -267,6 +273,7 @@
|
|
|
267
273
|
float: left;
|
|
268
274
|
cursor: e-resize;
|
|
269
275
|
position: relative;
|
|
276
|
+
pointer-events: auto;
|
|
270
277
|
}
|
|
271
278
|
|
|
272
279
|
.splitbar-horizontal-ghoust {
|
|
@@ -355,6 +362,7 @@
|
|
|
355
362
|
height: 22px;
|
|
356
363
|
overflow: hidden;
|
|
357
364
|
display: none;
|
|
365
|
+
pointer-events: auto;
|
|
358
366
|
}
|
|
359
367
|
|
|
360
368
|
.dockspan-tab-handle-list-container-visible {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dock-spawn-ts",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.513.1",
|
|
4
4
|
"description": "DockSpawn Typescript Version",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "jochen.kuehner@gmx.de",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"@babel/cli": "^7.20.7",
|
|
14
14
|
"@babel/core": "^7.20.12",
|
|
15
15
|
"@babel/preset-env": "^7.20.2",
|
|
16
|
-
"@types/node": "^18.
|
|
16
|
+
"@types/node": "^18.14.0",
|
|
17
17
|
"http-server": "^14.1.1",
|
|
18
18
|
"typescript": "^4.9.5",
|
|
19
19
|
"uglify-js": "^3.17.4",
|