@sapui5/sap.ui.vk 1.139.0 → 1.140.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.
Files changed (209) hide show
  1. package/package.json +1 -1
  2. package/src/sap/ui/vk/.library +1 -1
  3. package/src/sap/ui/vk/AnimationPlayback.js +1 -1
  4. package/src/sap/ui/vk/AnimationPlayer.js +1 -1
  5. package/src/sap/ui/vk/AnimationSequence.js +1 -1
  6. package/src/sap/ui/vk/AnimationTimeSlider.js +1 -1
  7. package/src/sap/ui/vk/AnimationTrack.js +1 -1
  8. package/src/sap/ui/vk/Annotation.js +3 -3
  9. package/src/sap/ui/vk/BaseNodeProxy.js +1 -1
  10. package/src/sap/ui/vk/Camera.js +1 -1
  11. package/src/sap/ui/vk/ContentConnector.js +1 -1
  12. package/src/sap/ui/vk/ContentManager.js +1 -1
  13. package/src/sap/ui/vk/ContentResource.js +1 -1
  14. package/src/sap/ui/vk/Core.js +1 -1
  15. package/src/sap/ui/vk/DownloadManager.js +1 -1
  16. package/src/sap/ui/vk/DrawerToolbar.js +1 -1
  17. package/src/sap/ui/vk/DvlException.js +1 -1
  18. package/src/sap/ui/vk/FlexibleControl.js +1 -1
  19. package/src/sap/ui/vk/FlexibleControlLayoutData.js +1 -1
  20. package/src/sap/ui/vk/Highlight.js +1 -1
  21. package/src/sap/ui/vk/ImageContentManager.js +1 -1
  22. package/src/sap/ui/vk/JointUtils.js +1 -1
  23. package/src/sap/ui/vk/LayerProxy.js +1 -1
  24. package/src/sap/ui/vk/Loco.js +1 -1
  25. package/src/sap/ui/vk/Material.js +1 -1
  26. package/src/sap/ui/vk/NativeViewport.js +1 -1
  27. package/src/sap/ui/vk/NodeHierarchy.js +1 -1
  28. package/src/sap/ui/vk/NodeProxy.js +1 -1
  29. package/src/sap/ui/vk/NodeUtils.js +1 -1
  30. package/src/sap/ui/vk/Notifications.js +1 -1
  31. package/src/sap/ui/vk/OrthographicCamera.js +1 -1
  32. package/src/sap/ui/vk/PerspectiveCamera.js +1 -1
  33. package/src/sap/ui/vk/ProgressIndicator.js +1 -1
  34. package/src/sap/ui/vk/RedlineCollaboration.js +1 -1
  35. package/src/sap/ui/vk/RedlineConversation.js +1 -1
  36. package/src/sap/ui/vk/RedlineDesign.js +1 -1
  37. package/src/sap/ui/vk/RedlineElement.js +1 -1
  38. package/src/sap/ui/vk/RedlineElementComment.js +1 -1
  39. package/src/sap/ui/vk/RedlineElementEllipse.js +1 -1
  40. package/src/sap/ui/vk/RedlineElementFreehand.js +1 -1
  41. package/src/sap/ui/vk/RedlineElementLine.js +1 -1
  42. package/src/sap/ui/vk/RedlineElementRectangle.js +1 -1
  43. package/src/sap/ui/vk/RedlineElementText.js +1 -1
  44. package/src/sap/ui/vk/RedlineSurface.js +1 -1
  45. package/src/sap/ui/vk/SafeArea.js +1 -1
  46. package/src/sap/ui/vk/Scene.js +1 -1
  47. package/src/sap/ui/vk/SceneTree.js +1 -1
  48. package/src/sap/ui/vk/StepNavigation.js +1 -1
  49. package/src/sap/ui/vk/Texture.js +1 -1
  50. package/src/sap/ui/vk/ToggleMenuButton.js +1 -1
  51. package/src/sap/ui/vk/ToggleMenuItem.js +1 -1
  52. package/src/sap/ui/vk/Toolbar.js +1 -1
  53. package/src/sap/ui/vk/View.js +1 -1
  54. package/src/sap/ui/vk/ViewGallery.js +1 -1
  55. package/src/sap/ui/vk/ViewGalleryThumbnail.js +1 -1
  56. package/src/sap/ui/vk/ViewGroup.js +1 -1
  57. package/src/sap/ui/vk/ViewManager.js +1 -1
  58. package/src/sap/ui/vk/ViewStateManager.js +1 -1
  59. package/src/sap/ui/vk/ViewStateManagerBase.js +1 -1
  60. package/src/sap/ui/vk/Viewer.js +12 -2
  61. package/src/sap/ui/vk/Viewport.js +1 -1
  62. package/src/sap/ui/vk/ViewportBase.js +1 -1
  63. package/src/sap/ui/vk/dvl/BaseNodeProxy.js +1 -1
  64. package/src/sap/ui/vk/dvl/ContentManager.js +1 -1
  65. package/src/sap/ui/vk/dvl/GraphicsCore.js +1 -1
  66. package/src/sap/ui/vk/dvl/LayerProxy.js +1 -1
  67. package/src/sap/ui/vk/dvl/NodeHierarchy.js +1 -1
  68. package/src/sap/ui/vk/dvl/NodeProxy.js +1 -1
  69. package/src/sap/ui/vk/dvl/Scene.js +1 -1
  70. package/src/sap/ui/vk/dvl/ViewStateManager.js +1 -1
  71. package/src/sap/ui/vk/dvl/Viewport.js +1 -1
  72. package/src/sap/ui/vk/ecad/ElementsPanel.js +406 -356
  73. package/src/sap/ui/vk/ecad/LayersPanel.js +88 -75
  74. package/src/sap/ui/vk/i18n/messagebundle.properties +0 -4
  75. package/src/sap/ui/vk/i18n/messagebundle_ar.properties +2 -1
  76. package/src/sap/ui/vk/i18n/messagebundle_bg.properties +2 -1
  77. package/src/sap/ui/vk/i18n/messagebundle_ca.properties +2 -1
  78. package/src/sap/ui/vk/i18n/messagebundle_cnr.properties +2 -1
  79. package/src/sap/ui/vk/i18n/messagebundle_cs.properties +2 -1
  80. package/src/sap/ui/vk/i18n/messagebundle_cy.properties +2 -1
  81. package/src/sap/ui/vk/i18n/messagebundle_da.properties +2 -1
  82. package/src/sap/ui/vk/i18n/messagebundle_de.properties +4 -3
  83. package/src/sap/ui/vk/i18n/messagebundle_el.properties +2 -1
  84. package/src/sap/ui/vk/i18n/messagebundle_en.properties +2 -1
  85. package/src/sap/ui/vk/i18n/messagebundle_en_GB.properties +2 -1
  86. package/src/sap/ui/vk/i18n/messagebundle_en_US_saprigi.properties +1 -3
  87. package/src/sap/ui/vk/i18n/messagebundle_es.properties +2 -1
  88. package/src/sap/ui/vk/i18n/messagebundle_es_MX.properties +2 -1
  89. package/src/sap/ui/vk/i18n/messagebundle_et.properties +2 -1
  90. package/src/sap/ui/vk/i18n/messagebundle_fi.properties +2 -1
  91. package/src/sap/ui/vk/i18n/messagebundle_fr.properties +2 -1
  92. package/src/sap/ui/vk/i18n/messagebundle_fr_CA.properties +2 -1
  93. package/src/sap/ui/vk/i18n/messagebundle_hi.properties +2 -1
  94. package/src/sap/ui/vk/i18n/messagebundle_hr.properties +2 -1
  95. package/src/sap/ui/vk/i18n/messagebundle_hu.properties +2 -1
  96. package/src/sap/ui/vk/i18n/messagebundle_id.properties +3 -2
  97. package/src/sap/ui/vk/i18n/messagebundle_it.properties +2 -1
  98. package/src/sap/ui/vk/i18n/messagebundle_iw.properties +2 -1
  99. package/src/sap/ui/vk/i18n/messagebundle_ja.properties +4 -3
  100. package/src/sap/ui/vk/i18n/messagebundle_kk.properties +2 -1
  101. package/src/sap/ui/vk/i18n/messagebundle_ko.properties +2 -1
  102. package/src/sap/ui/vk/i18n/messagebundle_lt.properties +2 -1
  103. package/src/sap/ui/vk/i18n/messagebundle_lv.properties +2 -1
  104. package/src/sap/ui/vk/i18n/messagebundle_mk.properties +2 -1
  105. package/src/sap/ui/vk/i18n/messagebundle_ms.properties +2 -1
  106. package/src/sap/ui/vk/i18n/messagebundle_nl.properties +2 -1
  107. package/src/sap/ui/vk/i18n/messagebundle_no.properties +3 -2
  108. package/src/sap/ui/vk/i18n/messagebundle_pl.properties +2 -1
  109. package/src/sap/ui/vk/i18n/messagebundle_pt.properties +2 -1
  110. package/src/sap/ui/vk/i18n/messagebundle_pt_PT.properties +2 -1
  111. package/src/sap/ui/vk/i18n/messagebundle_ro.properties +2 -1
  112. package/src/sap/ui/vk/i18n/messagebundle_ru.properties +2 -1
  113. package/src/sap/ui/vk/i18n/messagebundle_sh.properties +2 -1
  114. package/src/sap/ui/vk/i18n/messagebundle_sk.properties +2 -1
  115. package/src/sap/ui/vk/i18n/messagebundle_sl.properties +2 -1
  116. package/src/sap/ui/vk/i18n/messagebundle_sr.properties +2 -1
  117. package/src/sap/ui/vk/i18n/messagebundle_sv.properties +2 -1
  118. package/src/sap/ui/vk/i18n/messagebundle_th.properties +2 -1
  119. package/src/sap/ui/vk/i18n/messagebundle_tr.properties +2 -1
  120. package/src/sap/ui/vk/i18n/messagebundle_uk.properties +2 -1
  121. package/src/sap/ui/vk/i18n/messagebundle_vi.properties +3 -2
  122. package/src/sap/ui/vk/i18n/messagebundle_zh_CN.properties +2 -1
  123. package/src/sap/ui/vk/i18n/messagebundle_zh_TW.properties +2 -1
  124. package/src/sap/ui/vk/library.js +2 -2
  125. package/src/sap/ui/vk/measurements/Angle.js +1 -1
  126. package/src/sap/ui/vk/measurements/Area.js +1 -1
  127. package/src/sap/ui/vk/measurements/Distance.js +1 -1
  128. package/src/sap/ui/vk/measurements/Edge.js +1 -1
  129. package/src/sap/ui/vk/measurements/Face.js +1 -1
  130. package/src/sap/ui/vk/measurements/Feature.js +1 -1
  131. package/src/sap/ui/vk/measurements/Vertex.js +1 -1
  132. package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
  133. package/src/sap/ui/vk/pdf/Viewport.js +1 -1
  134. package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
  135. package/src/sap/ui/vk/svg/ContentDeliveryService.js +1 -1
  136. package/src/sap/ui/vk/svg/ContentManager.js +1 -1
  137. package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
  138. package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
  139. package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
  140. package/src/sap/ui/vk/svg/Scene.js +1 -1
  141. package/src/sap/ui/vk/svg/SceneBuilder.js +1 -1
  142. package/src/sap/ui/vk/svg/ViewStateManager.js +1 -1
  143. package/src/sap/ui/vk/svg/Viewport.js +1 -1
  144. package/src/sap/ui/vk/thirdparty/BufferGeometryUtils.js +86 -27
  145. package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
  146. package/src/sap/ui/vk/thirdparty/three.js +48127 -25854
  147. package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
  148. package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
  149. package/src/sap/ui/vk/threejs/Billboard.js +1 -1
  150. package/src/sap/ui/vk/threejs/Callout.js +1 -1
  151. package/src/sap/ui/vk/threejs/ContentDeliveryService.js +1 -1
  152. package/src/sap/ui/vk/threejs/ContentManager.js +1 -1
  153. package/src/sap/ui/vk/threejs/DetailView.js +1 -1
  154. package/src/sap/ui/vk/threejs/HighlightPlayer.js +1 -1
  155. package/src/sap/ui/vk/threejs/Material.js +1 -1
  156. package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
  157. package/src/sap/ui/vk/threejs/NodeProxy.js +1 -1
  158. package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
  159. package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
  160. package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
  161. package/src/sap/ui/vk/threejs/Scene.js +1 -1
  162. package/src/sap/ui/vk/threejs/SceneBuilder.js +1 -1
  163. package/src/sap/ui/vk/threejs/Texture.js +1 -1
  164. package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
  165. package/src/sap/ui/vk/threejs/ViewStateManager.js +5 -6
  166. package/src/sap/ui/vk/threejs/Viewport.js +7 -5
  167. package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
  168. package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
  169. package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
  170. package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
  171. package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
  172. package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
  173. package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
  174. package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
  175. package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
  176. package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
  177. package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
  178. package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
  179. package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
  180. package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
  181. package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
  182. package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
  183. package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
  184. package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
  185. package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
  186. package/src/sap/ui/vk/tools/Gizmo.js +4 -3
  187. package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
  188. package/src/sap/ui/vk/tools/MoveTool.js +1 -1
  189. package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
  190. package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +1 -1
  191. package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
  192. package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
  193. package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
  194. package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
  195. package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
  196. package/src/sap/ui/vk/tools/RotateTool.js +1 -1
  197. package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
  198. package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
  199. package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
  200. package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
  201. package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
  202. package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
  203. package/src/sap/ui/vk/tools/Tool.js +1 -1
  204. package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
  205. package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
  206. package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
  207. package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
  208. package/src/sap/ui/vk/totara/SceneContext.js +3 -1
  209. package/src/sap/ui/vk/ve/dvl.wasm +0 -0
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @namespace
63
63
  * @name sap.ui.vk
64
64
  * @author SAP SE
65
- * @version 1.139.0
65
+ * @version 1.140.0
66
66
  * @public
67
67
  */
68
68
 
@@ -150,7 +150,7 @@ sap.ui.define([
150
150
  "sap.ui.vk.tools.PoiManipulationTool"
151
151
  ],
152
152
  noLibraryCSS: false,
153
- version: "1.139.0",
153
+ version: "1.140.0",
154
154
  designtime: "sap/ui/vk/designtime/library.designtime"
155
155
  });
156
156
 
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @param {object} [settings] A JSON-like object.
26
26
  * @private
27
27
  * @author SAP SE
28
- * @version 1.139.0
28
+ * @version 1.140.0
29
29
  * @alias sap.ui.vk.measurement.Angle
30
30
  * @since 1.101.0
31
31
  */
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @param {object} [settings] A JSON-like object.
26
26
  * @private
27
27
  * @author SAP SE
28
- * @version 1.139.0
28
+ * @version 1.140.0
29
29
  * @alias sap.ui.vk.measurement.Area
30
30
  * @since 1.101.0
31
31
  */
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @param {object} [settings] A JSON-like object.
24
24
  * @private
25
25
  * @author SAP SE
26
- * @version 1.139.0
26
+ * @version 1.140.0
27
27
  * @alias sap.ui.vk.measurement.Distance
28
28
  * @since 1.101.0
29
29
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @param {float[]} [settings.edge] World coordinates of the edge ends in form <code>[x1, y1, z1, x2, y2, z2]</code>.
29
29
  * @private
30
30
  * @author SAP SE
31
- * @version 1.139.0
31
+ * @version 1.140.0
32
32
  * @alias sap.ui.vk.measurement.Edge
33
33
  * @since 1.101.0
34
34
  */
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * where <code>e</code> is the number of edges in the list.
45
45
  * @private
46
46
  * @author SAP SE
47
- * @version 1.139.0
47
+ * @version 1.140.0
48
48
  * @alias sap.ui.vk.measurement.Face
49
49
  * @since 1.101.0
50
50
  */
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @abstract
28
28
  * @private
29
29
  * @author SAP SE
30
- * @version 1.139.0
30
+ * @version 1.140.0
31
31
  * @alias sap.ui.vk.measurement.Feature
32
32
  * @since 1.101.0
33
33
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @param {float[]} [settings.vertex] World coordinates of the vertex in form <code>[x, y, z]</code>.
29
29
  * @private
30
30
  * @author SAP SE
31
- * @version 1.139.0
31
+ * @version 1.140.0
32
32
  * @alias sap.ui.vk.measurement.Vertex
33
33
  * @since 1.101.0
34
34
  */
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * @param {object} [mSettings] Initial settings for the new ContentManager object.
44
44
  * @private
45
45
  * @author SAP SE
46
- * @version 1.139.0
46
+ * @version 1.140.0
47
47
  * @extends sap.ui.vk.ContentManager
48
48
  * @alias sap.ui.vk.pdf.ContentManager
49
49
  * @since 1.123.0
@@ -64,7 +64,7 @@ sap.ui.define([
64
64
  *
65
65
  * @extends sap.ui.vk.ViewportBase
66
66
  * @author SAP SE
67
- * @version 1.139.0
67
+ * @version 1.140.0
68
68
  * @constructor
69
69
  * @public
70
70
  * @alias sap.ui.vk.pdf.Viewport
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  *
36
36
  * @public
37
37
  * @author SAP SE
38
- * @version 1.139.0
38
+ * @version 1.140.0
39
39
  * @extends sap.ui.vk.BaseNodeProxy
40
40
  * @implements sap.ui.base.Poolable
41
41
  * @alias sap.ui.vk.svg.BaseNodeProxy
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @class Provides a class to communicate with content delivery service.
30
30
  * @private
31
31
  * @author SAP SE
32
- * @version 1.139.0
32
+ * @version 1.140.0
33
33
  * @extends sap.ui.base.ManagedObject
34
34
  * @alias sap.ui.vk.svg.ContentDeliveryService
35
35
  */
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @param {object} [mSettings] Initial settings for the new ContentManager object.
46
46
  * @protected
47
47
  * @author SAP SE
48
- * @version 1.139.0
48
+ * @version 1.140.0
49
49
  * @extends sap.ui.vk.ContentManager
50
50
  * @alias sap.ui.vk.svg.ContentManager
51
51
  * @since 1.80.0
@@ -55,7 +55,7 @@ sap.ui.define([
55
55
  *
56
56
  * @public
57
57
  * @author SAP SE
58
- * @version 1.139.0
58
+ * @version 1.140.0
59
59
  * @extends sap.ui.vk.NodeHierarchy
60
60
  * @alias sap.ui.vk.svg.NodeHierarchy
61
61
  */
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  *
37
37
  * @public
38
38
  * @author SAP SE
39
- * @version 1.139.0
39
+ * @version 1.140.0
40
40
  * @extends sap.ui.vk.NodeProxy
41
41
  * @alias sap.ui.vk.svg.NodeProxy
42
42
  */
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @public
24
24
  * @author SAP SE
25
- * @version 1.139.0
25
+ * @version 1.140.0
26
26
  * @extends sap.ui.vk.OrthographicCamera
27
27
  * @alias sap.ui.vk.svg.OrthographicCamera
28
28
  * @since 1.80.0
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @public
28
28
  * @author SAP SE
29
- * @version 1.139.0
29
+ * @version 1.140.0
30
30
  * @extends sap.ui.vk.Scene
31
31
  * @alias sap.ui.vk.svg.Scene
32
32
  */
@@ -66,7 +66,7 @@ sap.ui.define([
66
66
  *
67
67
  * @private
68
68
  * @author SAP SE
69
- * @version 1.139.0
69
+ * @version 1.140.0
70
70
  */
71
71
  var SceneBuilder = function(rootNode, contentResource, resolve, reject) {
72
72
  this._rootNode = rootNode;
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @param {object} [mSettings] Initial settings for the new ViewStateManager object.
50
50
  * @public
51
51
  * @author SAP SE
52
- * @version 1.139.0
52
+ * @version 1.140.0
53
53
  * @extends sap.ui.vk.ViewStateManagerBase
54
54
  * @alias sap.ui.vk.svg.ViewStateManager
55
55
  * @since 1.80.0
@@ -76,7 +76,7 @@ sap.ui.define([
76
76
  *
77
77
  * @public
78
78
  * @author SAP SE
79
- * @version 1.139.0
79
+ * @version 1.140.0
80
80
  * @extends sap.ui.vk.ViewportBase
81
81
  * @alias sap.ui.vk.svg.Viewport
82
82
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright 2010-2023 Three.js Authors
3
+ * Copyright 2010-2025 Three.js Authors
4
4
  * SPDX-License-Identifier: MIT
5
5
  */
6
6
 
@@ -14,6 +14,30 @@ sap.ui.define([
14
14
  var Module = (function (exports, three) {
15
15
  'use strict';
16
16
 
17
+ /**
18
+ * @module BufferGeometryUtils
19
+ * @three_import import * as BufferGeometryUtils from 'three/addons/utils/BufferGeometryUtils.js';
20
+ */
21
+
22
+ /**
23
+ * Computes vertex tangents using the MikkTSpace algorithm. MikkTSpace generates the same tangents consistently,
24
+ * and is used in most modelling tools and normal map bakers. Use MikkTSpace for materials with normal maps,
25
+ * because inconsistent tangents may lead to subtle visual issues in the normal map, particularly around mirrored
26
+ * UV seams.
27
+ *
28
+ * In comparison to this method, {@link BufferGeometry#computeTangents} (a custom algorithm) generates tangents that
29
+ * probably will not match the tangents in other software. The custom algorithm is sufficient for general use with a
30
+ * custom material, and may be faster than MikkTSpace.
31
+ *
32
+ * Returns the original BufferGeometry. Indexed geometries will be de-indexed. Requires position, normal, and uv attributes.
33
+ *
34
+ * @param {BufferGeometry} geometry - The geometry to compute tangents for.
35
+ * @param {Object} MikkTSpace - Instance of `examples/jsm/libs/mikktspace.module.js`, or `mikktspace` npm package.
36
+ * Await `MikkTSpace.ready` before use.
37
+ * @param {boolean} [negateSign=true] - Whether to negate the sign component (.w) of each tangent.
38
+ * Required for normal map conventions in some formats, including glTF.
39
+ * @return {BufferGeometry} The updated geometry.
40
+ */
17
41
  function computeMikkTSpaceTangents( geometry, MikkTSpace, negateSign = true ) {
18
42
 
19
43
  if ( ! MikkTSpace || ! MikkTSpace.isReady ) {
@@ -103,9 +127,11 @@ var Module = (function (exports, three) {
103
127
  }
104
128
 
105
129
  /**
106
- * @param {Array<BufferGeometry>} geometries
107
- * @param {Boolean} useGroups
108
- * @return {BufferGeometry}
130
+ * Merges a set of geometries into a single instance. All geometries must have compatible attributes.
131
+ *
132
+ * @param {Array<BufferGeometry>} geometries - The geometries to merge.
133
+ * @param {boolean} [useGroups=false] - Whether to use groups or not.
134
+ * @return {?BufferGeometry} The merged geometry. Returns `null` if the merge does not succeed.
109
135
  */
110
136
  function mergeGeometries( geometries, useGroups = false ) {
111
137
 
@@ -299,8 +325,11 @@ var Module = (function (exports, three) {
299
325
  }
300
326
 
301
327
  /**
302
- * @param {Array<BufferAttribute>} attributes
303
- * @return {BufferAttribute}
328
+ * Merges a set of attributes into a single instance. All attributes must have compatible properties and types.
329
+ * Instances of {@link InterleavedBufferAttribute} are not supported.
330
+ *
331
+ * @param {Array<BufferAttribute>} attributes - The attributes to merge.
332
+ * @return {?BufferAttribute} The merged attribute. Returns `null` if the merge does not succeed.
304
333
  */
305
334
  function mergeAttributes( attributes ) {
306
335
 
@@ -392,8 +421,10 @@ var Module = (function (exports, three) {
392
421
  }
393
422
 
394
423
  /**
395
- * @param {BufferAttribute}
396
- * @return {BufferAttribute}
424
+ * Performs a deep clone of the given buffer attribute.
425
+ *
426
+ * @param {BufferAttribute} attribute - The attribute to clone.
427
+ * @return {BufferAttribute} The cloned attribute.
397
428
  */
398
429
  function deepCloneAttribute( attribute ) {
399
430
 
@@ -414,8 +445,11 @@ var Module = (function (exports, three) {
414
445
  }
415
446
 
416
447
  /**
417
- * @param {Array<BufferAttribute>} attributes
418
- * @return {Array<InterleavedBufferAttribute>}
448
+ * Interleaves a set of attributes and returns a new array of corresponding attributes that share a
449
+ * single {@link InterleavedBuffer} instance. All attributes must have compatible types.
450
+ *
451
+ * @param {Array<BufferAttribute>} attributes - The attributes to interleave.
452
+ * @return {Array<InterleavedBufferAttribute>} An array of interleaved attributes. If interleave does not succeed, the method returns `null`.
419
453
  */
420
454
  function interleaveAttributes( attributes ) {
421
455
 
@@ -478,7 +512,12 @@ var Module = (function (exports, three) {
478
512
 
479
513
  }
480
514
 
481
- // returns a new, non-interleaved version of the provided attribute
515
+ /**
516
+ * Returns a new, non-interleaved version of the given attribute.
517
+ *
518
+ * @param {InterleavedBufferAttribute} attribute - The interleaved attribute.
519
+ * @return {BufferAttribute} The non-interleaved attribute.
520
+ */
482
521
  function deinterleaveAttribute( attribute ) {
483
522
 
484
523
  const cons = attribute.data.array.constructor;
@@ -526,7 +565,11 @@ var Module = (function (exports, three) {
526
565
 
527
566
  }
528
567
 
529
- // deinterleaves all attributes on the geometry
568
+ /**
569
+ * Deinterleaves all attributes on the given geometry.
570
+ *
571
+ * @param {BufferGeometry} geometry - The geometry to deinterleave.
572
+ */
530
573
  function deinterleaveGeometry( geometry ) {
531
574
 
532
575
  const attributes = geometry.attributes;
@@ -570,8 +613,10 @@ var Module = (function (exports, three) {
570
613
  }
571
614
 
572
615
  /**
573
- * @param {BufferGeometry} geometry
574
- * @return {number}
616
+ * Returns the amount of bytes used by all attributes to represent the geometry.
617
+ *
618
+ * @param {BufferGeometry} geometry - The geometry.
619
+ * @return {number} The estimate bytes used.
575
620
  */
576
621
  function estimateBytesUsed( geometry ) {
577
622
 
@@ -593,9 +638,11 @@ var Module = (function (exports, three) {
593
638
  }
594
639
 
595
640
  /**
596
- * @param {BufferGeometry} geometry
597
- * @param {number} tolerance
598
- * @return {BufferGeometry}
641
+ * Returns a new geometry with vertices for which all similar vertex attributes (within tolerance) are merged.
642
+ *
643
+ * @param {BufferGeometry} geometry - The geometry to merge vertices for.
644
+ * @param {number} [tolerance=1e-4] - The tolerance value.
645
+ * @return {BufferGeometry} - The new geometry with merged vertices.
599
646
  */
600
647
  function mergeVertices( geometry, tolerance = 1e-4 ) {
601
648
 
@@ -756,9 +803,12 @@ var Module = (function (exports, three) {
756
803
  }
757
804
 
758
805
  /**
759
- * @param {BufferGeometry} geometry
760
- * @param {number} drawMode
761
- * @return {BufferGeometry}
806
+ * Returns a new indexed geometry based on `TrianglesDrawMode` draw mode.
807
+ * This mode corresponds to the `gl.TRIANGLES` primitive in WebGL.
808
+ *
809
+ * @param {BufferGeometry} geometry - The geometry to convert.
810
+ * @param {number} drawMode - The current draw mode.
811
+ * @return {BufferGeometry} The new geometry using `TrianglesDrawMode`.
762
812
  */
763
813
  function toTrianglesDrawMode( geometry, drawMode ) {
764
814
 
@@ -867,9 +917,13 @@ var Module = (function (exports, three) {
867
917
 
868
918
  /**
869
919
  * Calculates the morphed attributes of a morphed/skinned BufferGeometry.
870
- * Helpful for Raytracing or Decals.
871
- * @param {Mesh | Line | Points} object An instance of Mesh, Line or Points.
872
- * @return {Object} An Object with original position/normal attributes and morphed ones.
920
+ *
921
+ * Helpful for Raytracing or Decals (i.e. a `DecalGeometry` applied to a morphed Object with a `BufferGeometry`
922
+ * will use the original `BufferGeometry`, not the morphed/skinned one, generating an incorrect result.
923
+ * Using this function to create a shadow `Object3`D the `DecalGeometry` can be correctly generated).
924
+ *
925
+ * @param {Mesh|Line|Points} object - The 3D object to compute morph attributes for.
926
+ * @return {Object} An object with original position/normal attributes and morphed ones.
873
927
  */
874
928
  function computeMorphedAttributes( object ) {
875
929
 
@@ -1145,6 +1199,12 @@ var Module = (function (exports, three) {
1145
1199
 
1146
1200
  }
1147
1201
 
1202
+ /**
1203
+ * Merges the {@link BufferGeometry#groups} for the given geometry.
1204
+ *
1205
+ * @param {BufferGeometry} geometry - The geometry to modify.
1206
+ * @return {BufferGeometry} - The updated geometry
1207
+ */
1148
1208
  function mergeGroups( geometry ) {
1149
1209
 
1150
1210
  if ( geometry.groups.length === 0 ) {
@@ -1247,15 +1307,14 @@ var Module = (function (exports, three) {
1247
1307
 
1248
1308
  }
1249
1309
 
1250
-
1251
1310
  /**
1252
1311
  * Modifies the supplied geometry if it is non-indexed, otherwise creates a new,
1253
1312
  * non-indexed geometry. Returns the geometry with smooth normals everywhere except
1254
1313
  * faces that meet at an angle greater than the crease angle.
1255
1314
  *
1256
- * @param {BufferGeometry} geometry
1257
- * @param {number} [creaseAngle]
1258
- * @return {BufferGeometry}
1315
+ * @param {BufferGeometry} geometry - The geometry to modify.
1316
+ * @param {number} [creaseAngle=Math.PI/3] - The crease angle in radians.
1317
+ * @return {BufferGeometry} - The updated geometry
1259
1318
  */
1260
1319
  function toCreasedNormals( geometry, creaseAngle = Math.PI / 3 /* 60 degrees */ ) {
1261
1320
 
@@ -54306,7 +54306,7 @@ class PDFDocument {
54306
54306
  if (PDF_VERSION_REGEXP.test(version)) {
54307
54307
  this._version = version;
54308
54308
  } else {
54309
- warn(`Invalid PDF header version: 1.139.0`);
54309
+ warn(`Invalid PDF header version: 1.140.0`);
54310
54310
  }
54311
54311
  }
54312
54312
  parseStartXRef() {