@galacean/engine-core 1.1.0-beta.21 → 1.1.0-beta.23

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.
Files changed (94) hide show
  1. package/dist/main.js.map +1 -1
  2. package/dist/miniprogram.js +1 -1
  3. package/dist/module.js.map +1 -1
  4. package/package.json +3 -3
  5. package/types/animation/AnimatorLayerMask.d.ts +45 -0
  6. package/types/animation/LayerPathMask.d.ts +16 -0
  7. package/types/xr/XRManager.d.ts +30 -34
  8. package/types/xr/feature/XRFeature.d.ts +60 -0
  9. package/types/xr/feature/XRFeatureManager.d.ts +4 -4
  10. package/types/xr/feature/XRFeatureType.d.ts +4 -6
  11. package/types/xr/feature/camera/XRCameraManager.d.ts +34 -0
  12. package/types/xr/feature/hitTest/TrackableType.d.ts +12 -0
  13. package/types/xr/feature/hitTest/XRHitTest.d.ts +41 -0
  14. package/types/xr/feature/hitTest/XRHitTestManager.d.ts +38 -0
  15. package/types/xr/feature/hitTest/XRHitTestType.d.ts +16 -0
  16. package/types/xr/feature/movementTracking/XRMovementTracking.d.ts +18 -0
  17. package/types/xr/feature/movementTracking/XRMovementTrackingManager.d.ts +10 -0
  18. package/types/xr/feature/movementTracking/XRMovementTrackingMode.d.ts +5 -0
  19. package/types/xr/feature/trackable/XRRequestTrackingState.d.ts +11 -0
  20. package/types/xr/feature/trackable/XRTrackableFeature.d.ts +44 -0
  21. package/types/xr/feature/trackable/XRTrackableManager.d.ts +41 -0
  22. package/types/xr/feature/trackable/anchor/XRAnchorTracking.d.ts +29 -0
  23. package/types/xr/feature/trackable/anchor/XRAnchorTrackingManager.d.ts +20 -0
  24. package/types/xr/feature/trackable/image/XRImageTracking.d.ts +40 -0
  25. package/types/xr/feature/trackable/image/XRImageTrackingManager.d.ts +31 -0
  26. package/types/xr/feature/trackable/image/XRReferenceImage.d.ts +11 -0
  27. package/types/xr/feature/trackable/plane/XRPlaneMode.d.ts +13 -0
  28. package/types/xr/feature/trackable/plane/XRPlaneTracking.d.ts +20 -0
  29. package/types/xr/feature/trackable/plane/XRPlaneTrackingManager.d.ts +11 -0
  30. package/types/xr/index.d.ts +16 -6
  31. package/types/xr/input/XRCamera.d.ts +0 -2
  32. package/types/xr/input/XRController.d.ts +0 -2
  33. package/types/xr/input/XRInputEvent.d.ts +6 -3
  34. package/types/xr/input/XRInputEventType.d.ts +11 -0
  35. package/types/xr/input/XRInputManager.d.ts +0 -1
  36. package/types/xr/input/XRTargetRayMode.d.ts +12 -0
  37. package/types/xr/session/XRSessionManager.d.ts +4 -23
  38. package/types/xr/session/XRSessionMode.d.ts +8 -0
  39. package/types/2d/data/RenderData2D.d.ts +0 -1
  40. package/types/RenderPipeline/MeshRenderData.d.ts +0 -17
  41. package/types/RenderPipeline/MeshRenderElement.d.ts +0 -19
  42. package/types/RenderPipeline/SpriteElement.d.ts +0 -15
  43. package/types/RenderPipeline/SpriteMaskElement.d.ts +0 -12
  44. package/types/RenderPipeline/TextRenderElement.d.ts +0 -8
  45. package/types/SafeLoopArray.d.ts +0 -37
  46. package/types/asset/IRefObject.d.ts +0 -2
  47. package/types/asset/RefObject.d.ts +0 -27
  48. package/types/base/Event.d.ts +0 -24
  49. package/types/base/Util.d.ts +0 -14
  50. package/types/enums/DepthMode.d.ts +0 -8
  51. package/types/particle/ParticleData.d.ts +0 -1
  52. package/types/particle/ParticleMesh.d.ts +0 -289
  53. package/types/particle/ParticleShaderDeclaration.d.ts +0 -1
  54. package/types/particle/enum/ParticleAnimationRowMode.d.ts +0 -9
  55. package/types/particle/enum/ParticleAnimationType.d.ts +0 -9
  56. package/types/particle/enum/ParticleCurveMode.d.ts +0 -13
  57. package/types/particle/enum/ParticleGradientMode.d.ts +0 -13
  58. package/types/particle/enum/ParticleRenderMode.d.ts +0 -17
  59. package/types/particle/enum/ParticleScaleMode.d.ts +0 -11
  60. package/types/particle/enum/ParticleShapeMultiModeValue.d.ts +0 -9
  61. package/types/particle/enum/ParticleShapeType.d.ts +0 -15
  62. package/types/particle/enum/ParticleSimulationSpace.d.ts +0 -9
  63. package/types/particle/enum/index.d.ts +0 -9
  64. package/types/particle/module/Burst.d.ts +0 -38
  65. package/types/particle/module/ColorGradient.d.ts +0 -75
  66. package/types/particle/module/ColorOverLifetimeModule.d.ts +0 -20
  67. package/types/particle/module/EmissionModule.d.ts +0 -63
  68. package/types/particle/module/FrameOverTime.d.ts +0 -73
  69. package/types/particle/module/ParticleCurve.d.ts +0 -37
  70. package/types/particle/module/RotationOverLifetimeModule.d.ts +0 -21
  71. package/types/particle/module/RotationVelocityGradient.d.ts +0 -184
  72. package/types/particle/module/SizeGradient.d.ts +0 -151
  73. package/types/particle/module/SizeOverLifetimeModule.d.ts +0 -21
  74. package/types/particle/module/StartFrame.d.ts +0 -46
  75. package/types/particle/module/TextureSheetAnimationModule.d.ts +0 -37
  76. package/types/particle/module/VelocityGradient.d.ts +0 -110
  77. package/types/particle/module/VelocityOverLifetimeModule.d.ts +0 -22
  78. package/types/particle/module/index.d.ts +0 -15
  79. package/types/particle/module/shape/BaseShape.d.ts +0 -23
  80. package/types/particle/module/shape/BoxShape.d.ts +0 -12
  81. package/types/particle/module/shape/CircleShape.d.ts +0 -19
  82. package/types/particle/module/shape/ConeShape.d.ts +0 -27
  83. package/types/particle/module/shape/HemisphereShape.d.ts +0 -15
  84. package/types/particle/module/shape/ShapeUtils.d.ts +0 -1
  85. package/types/particle/module/shape/SphereShape.d.ts +0 -15
  86. package/types/particle/module/shape/index.d.ts +0 -5
  87. package/types/particle/moudules/Burst.d.ts +0 -33
  88. package/types/particle/moudules/Emission.d.ts +0 -63
  89. package/types/particle/moudules/ParticleCurve.d.ts +0 -11
  90. package/types/physics/PhysicsManager.d.ts +0 -76
  91. package/types/shadow/PipelinePass.d.ts +0 -16
  92. package/types/xr/IXRDevice.d.ts +0 -26
  93. package/types/xr/feature/XRPlatformFeature.d.ts +0 -17
  94. package/types/xr/session/XRSessionType.d.ts +0 -7
@@ -13182,7 +13182,7 @@ var /** @internal */ PromiseState;
13182
13182
  };
13183
13183
  _proto._parseURL = function _parseURL(path) {
13184
13184
  var _path_split = path.split("?"), baseUrl = _path_split[0], searchStr = _path_split[1];
13185
- var searchParams = new URLSearchParams(searchStr);
13185
+ var searchParams = new engineMiniprogramAdapter.URLSearchParams(searchStr);
13186
13186
  var queryPath = searchParams.get("q");
13187
13187
  searchParams.delete("q");
13188
13188
  var assetBaseURL = searchParams.size > 0 ? baseUrl + "?" + searchParams.toString() : baseUrl;