@extscreen/es-core 2.2.33 → 2.2.34
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/index.js +6 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2475,7 +2475,12 @@ class ESLaunchManager {
|
|
2475
2475
|
|
2476
2476
|
launchNativePage(intent) {
|
2477
2477
|
return ESModule$1.launchESPage({
|
2478
|
-
|
2478
|
+
pkg: intent.pkg,
|
2479
|
+
args: intent.args,
|
2480
|
+
flags: intent.flags,
|
2481
|
+
pageTag: intent.pageTag,
|
2482
|
+
pageLimit: intent.pageLimit,
|
2483
|
+
backgroundColor: intent.backgroundColor,
|
2479
2484
|
});
|
2480
2485
|
}
|
2481
2486
|
|