@opensumi/cli-engine 3.8.3-next-1746621593.0 → 3.8.3-next-1746625865.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/lib/browser/browser.js +3 -3
- package/package.json +10 -10
package/lib/browser/browser.js
CHANGED
|
@@ -2340,7 +2340,7 @@ WARNING: This link could potentially be dangerous`)){const l=window.open();if(l)
|
|
|
2340
2340
|
right: 0;
|
|
2341
2341
|
bottom: 0;
|
|
2342
2342
|
left: 0;
|
|
2343
|
-
z-index:
|
|
2343
|
+
z-index: 10000;
|
|
2344
2344
|
height: 100%;
|
|
2345
2345
|
background-color: rgba(0, 0, 0, 0.45);
|
|
2346
2346
|
}
|
|
@@ -3374,7 +3374,7 @@ WARNING: This link could potentially be dangerous`)){const l=window.open();if(l)
|
|
|
3374
3374
|
right: 0;
|
|
3375
3375
|
bottom: 0;
|
|
3376
3376
|
left: 0;
|
|
3377
|
-
z-index:
|
|
3377
|
+
z-index: 10000;
|
|
3378
3378
|
overflow: auto;
|
|
3379
3379
|
outline: 0;
|
|
3380
3380
|
-webkit-overflow-scrolling: touch;
|
|
@@ -3467,7 +3467,7 @@ WARNING: This link could potentially be dangerous`)){const l=window.open();if(l)
|
|
|
3467
3467
|
right: 0;
|
|
3468
3468
|
bottom: 0;
|
|
3469
3469
|
left: 0;
|
|
3470
|
-
z-index:
|
|
3470
|
+
z-index: 10000;
|
|
3471
3471
|
height: 100%;
|
|
3472
3472
|
background-color: rgba(0, 0, 0, 0.45);
|
|
3473
3473
|
filter: alpha(opacity=50);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opensumi/cli-engine",
|
|
3
|
-
"version": "3.8.3-next-
|
|
3
|
+
"version": "3.8.3-next-1746625865.0",
|
|
4
4
|
"description": "Integration engine runtime for opensumi-cli and opensumi extension",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"@koa/cors": "^5.0.0",
|
|
28
28
|
"@opensumi/di": "^1.8.0",
|
|
29
|
-
"@opensumi/ide-core-browser": "3.8.3-next-
|
|
30
|
-
"@opensumi/ide-core-common": "3.8.3-next-
|
|
31
|
-
"@opensumi/ide-core-node": "3.8.3-next-
|
|
32
|
-
"@opensumi/ide-express-file-server": "3.8.3-next-
|
|
33
|
-
"@opensumi/ide-extension": "3.8.3-next-
|
|
34
|
-
"@opensumi/ide-i18n": "3.8.3-next-
|
|
35
|
-
"@opensumi/ide-main-layout": "3.8.3-next-
|
|
36
|
-
"@opensumi/ide-startup": "3.8.3-next-
|
|
29
|
+
"@opensumi/ide-core-browser": "3.8.3-next-1746625865.0",
|
|
30
|
+
"@opensumi/ide-core-common": "3.8.3-next-1746625865.0",
|
|
31
|
+
"@opensumi/ide-core-node": "3.8.3-next-1746625865.0",
|
|
32
|
+
"@opensumi/ide-express-file-server": "3.8.3-next-1746625865.0",
|
|
33
|
+
"@opensumi/ide-extension": "3.8.3-next-1746625865.0",
|
|
34
|
+
"@opensumi/ide-i18n": "3.8.3-next-1746625865.0",
|
|
35
|
+
"@opensumi/ide-main-layout": "3.8.3-next-1746625865.0",
|
|
36
|
+
"@opensumi/ide-startup": "3.8.3-next-1746625865.0",
|
|
37
37
|
"chalk": "^4.1.2",
|
|
38
38
|
"ejs": "^3.1.7",
|
|
39
39
|
"ip": "^1.1.8",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"webpack": "^5.90.0",
|
|
73
73
|
"webpack-cli": "^5.1.4"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "b6cc5cb3d48bbdeaddae3d84cfbfa8d3da5c232d"
|
|
76
76
|
}
|