@sapui5/sap.ui.vk 1.141.0 → 1.142.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 (160) 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 +1 -1
  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 +34 -34
  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 +1 -1
  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 +1 -1
  73. package/src/sap/ui/vk/ecad/LayersPanel.js +1 -1
  74. package/src/sap/ui/vk/i18n/messagebundle_iw.properties +1 -1
  75. package/src/sap/ui/vk/library.js +2 -2
  76. package/src/sap/ui/vk/matai/MataiLoaderWorker.js +29 -7
  77. package/src/sap/ui/vk/measurements/Angle.js +1 -1
  78. package/src/sap/ui/vk/measurements/Area.js +1 -1
  79. package/src/sap/ui/vk/measurements/Distance.js +1 -1
  80. package/src/sap/ui/vk/measurements/Edge.js +1 -1
  81. package/src/sap/ui/vk/measurements/Face.js +1 -1
  82. package/src/sap/ui/vk/measurements/Feature.js +1 -1
  83. package/src/sap/ui/vk/measurements/Vertex.js +1 -1
  84. package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
  85. package/src/sap/ui/vk/pdf/Viewport.js +1 -1
  86. package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
  87. package/src/sap/ui/vk/svg/ContentDeliveryService.js +1 -1
  88. package/src/sap/ui/vk/svg/ContentManager.js +1 -1
  89. package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
  90. package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
  91. package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
  92. package/src/sap/ui/vk/svg/Scene.js +1 -1
  93. package/src/sap/ui/vk/svg/SceneBuilder.js +8 -3
  94. package/src/sap/ui/vk/svg/ViewStateManager.js +1 -1
  95. package/src/sap/ui/vk/svg/Viewport.js +1 -1
  96. package/src/sap/ui/vk/thirdparty/pdf.js +1 -1
  97. package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
  98. package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
  99. package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
  100. package/src/sap/ui/vk/threejs/Billboard.js +16 -15
  101. package/src/sap/ui/vk/threejs/Callout.js +1 -1
  102. package/src/sap/ui/vk/threejs/ContentDeliveryService.js +1 -1
  103. package/src/sap/ui/vk/threejs/ContentManager.js +1 -1
  104. package/src/sap/ui/vk/threejs/DetailView.js +1 -1
  105. package/src/sap/ui/vk/threejs/HighlightPlayer.js +1 -1
  106. package/src/sap/ui/vk/threejs/Material.js +1 -1
  107. package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
  108. package/src/sap/ui/vk/threejs/NodeProxy.js +1 -1
  109. package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
  110. package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
  111. package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
  112. package/src/sap/ui/vk/threejs/Scene.js +1 -1
  113. package/src/sap/ui/vk/threejs/SceneBuilder.js +5 -5
  114. package/src/sap/ui/vk/threejs/Texture.js +1 -1
  115. package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
  116. package/src/sap/ui/vk/threejs/ViewStateManager.js +1 -1
  117. package/src/sap/ui/vk/threejs/Viewport.js +8 -9
  118. package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
  119. package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
  120. package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
  121. package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
  122. package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
  123. package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
  124. package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
  125. package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
  126. package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
  127. package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
  128. package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
  129. package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
  130. package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
  131. package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
  132. package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
  133. package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
  134. package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
  135. package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
  136. package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
  137. package/src/sap/ui/vk/tools/Gizmo.js +1 -1
  138. package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
  139. package/src/sap/ui/vk/tools/MoveTool.js +1 -1
  140. package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
  141. package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +1 -1
  142. package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
  143. package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
  144. package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
  145. package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
  146. package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
  147. package/src/sap/ui/vk/tools/RotateTool.js +1 -1
  148. package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
  149. package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
  150. package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
  151. package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
  152. package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
  153. package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
  154. package/src/sap/ui/vk/tools/Tool.js +1 -1
  155. package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
  156. package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
  157. package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
  158. package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
  159. package/src/sap/ui/vk/ve/matai.js +2 -2
  160. package/src/sap/ui/vk/ve/matai.wasm +0 -0
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  *
62
62
  * @public
63
63
  * @author SAP SE
64
- * @version 1.141.0
64
+ * @version 1.142.0
65
65
  * @extends sap.ui.core.Control
66
66
  * @alias sap.ui.vk.ToggleMenuButton
67
67
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.m.MenuItem
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.141.0
29
+ * @version 1.142.0
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.141.0
50
+ * @version 1.142.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @public
33
33
  * @author SAP SE
34
- * @version 1.141.0
34
+ * @version 1.142.0
35
35
  * @extends sap.ui.base.ManagedObject
36
36
  * @implements sap.ui.vk.IPlaybackCollection
37
37
  * @alias sap.ui.vk.View
@@ -95,7 +95,7 @@ sap.ui.define([
95
95
  * @param {object} [mSettings] Initial settings for the new View Gallery control.
96
96
  * @public
97
97
  * @author SAP SE
98
- * @version 1.141.0
98
+ * @version 1.142.0
99
99
  * @extends sap.ui.core.Control
100
100
  * @alias sap.ui.vk.ViewGallery
101
101
  * @since 1.62.0
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] Initial settings for the new ViewGalleryThumbnail.
28
28
  * @private
29
29
  * @author SAP SE
30
- * @version 1.141.0
30
+ * @version 1.142.0
31
31
  * @extends sap.m.Image
32
32
  * @alias sap.ui.vk.ViewGalleryThumbnail
33
33
  * @since 1.72.0
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  *
24
24
  * @public
25
25
  * @author SAP SE
26
- * @version 1.141.0
26
+ * @version 1.142.0
27
27
  * @extends sap.ui.base.ManagedObject
28
28
  * @alias sap.ui.vk.ViewGroup
29
29
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @param {object} [mSettings] Initial settings for the new ViewManager object.
29
29
  * @public
30
30
  * @author SAP SE
31
- * @version 1.141.0
31
+ * @version 1.142.0
32
32
  * @extends sap.ui.core.Element
33
33
  * @alias sap.ui.vk.ViewManager
34
34
  */
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] Initial settings for the new ViewStateManager object.
28
28
  * @public
29
29
  * @author SAP SE
30
- * @version 1.141.0
30
+ * @version 1.142.0
31
31
  * @extends sap.ui.vk.ViewStateManagerBase
32
32
  * @alias sap.ui.vk.ViewStateManager
33
33
  * @since 1.32.0
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @public
27
27
  * @abstract
28
28
  * @author SAP SE
29
- * @version 1.141.0
29
+ * @version 1.142.0
30
30
  * @extends sap.ui.core.Element
31
31
  * @alias sap.ui.vk.ViewStateManagerBase
32
32
  * @since 1.32.0
@@ -109,7 +109,7 @@ sap.ui.define([
109
109
  * @param {object} [mSettings] initial settings for the new Viewer control
110
110
  * @public
111
111
  * @author SAP SE
112
- * @version 1.141.0
112
+ * @version 1.142.0
113
113
  * @since 1.32.0
114
114
  * @extends sap.ui.core.Control
115
115
  * @alias sap.ui.vk.Viewer
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @param {object} [mSettings] Initial settings for the new Viewport control.
38
38
  * @public
39
39
  * @author SAP SE
40
- * @version 1.141.0
40
+ * @version 1.142.0
41
41
  * @extends sap.ui.vk.ViewportBase
42
42
  * @alias sap.ui.vk.Viewport
43
43
  * @since 1.50.0
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @public
43
43
  * @abstract
44
44
  * @author SAP SE
45
- * @version 1.141.0
45
+ * @version 1.142.0
46
46
  * @extends sap.ui.core.Control
47
47
  * @alias sap.ui.vk.ViewportBase
48
48
  * @since 1.50.0
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  *
38
38
  * @public
39
39
  * @author SAP SE
40
- * @version 1.141.0
40
+ * @version 1.142.0
41
41
  * @extends sap.ui.vk.BaseNodeProxy
42
42
  * @implements sap.ui.base.Poolable
43
43
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.BaseNodeProxy} instead.
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @param {object} [mSettings] Initial settings for the new ContentManager object.
26
26
  * @public
27
27
  * @author SAP SE
28
- * @version 1.141.0
28
+ * @version 1.142.0
29
29
  * @extends sap.ui.vk.ContentManager
30
30
  * @alias sap.ui.vk.dvl.ContentManager
31
31
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentManager} instead.
@@ -279,7 +279,7 @@ sap.ui.define([
279
279
  * @param {object} webGLContextAttributes The WebGL context attributes. See {@link https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.2 WebGL context attributes}.
280
280
  * @public
281
281
  * @author SAP SE
282
- * @version 1.141.0
282
+ * @version 1.142.0
283
283
  * @extends sap.ui.base.EventProvider
284
284
  * @alias sap.ui.vk.dvl.GraphicsCore
285
285
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ContentConnector} instead.
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  *
32
32
  * @public
33
33
  * @author SAP SE
34
- * @version 1.141.0
34
+ * @version 1.142.0
35
35
  * @extends sap.ui.vk.LayerProxy
36
36
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.LayerProxy} instead.
37
37
  * @alias sap.ui.vk.dvl.LayerProxy
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  *
72
72
  * @public
73
73
  * @author SAP SE
74
- * @version 1.141.0
74
+ * @version 1.142.0
75
75
  * @extends sap.ui.vk.NodeHierarchy
76
76
  * @alias sap.ui.vk.dvl.NodeHierarchy
77
77
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeHierarchy} instead.
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  *
37
37
  * @public
38
38
  * @author SAP SE
39
- * @version 1.141.0
39
+ * @version 1.142.0
40
40
  * @extends sap.ui.vk.NodeProxy
41
41
  * @alias sap.ui.vk.dvl.NodeProxy
42
42
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.NodeProxy} instead.
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  *
31
31
  * @public
32
32
  * @author SAP SE
33
- * @version 1.141.0
33
+ * @version 1.142.0
34
34
  * @extends sap.ui.vk.Scene
35
35
  * @alias sap.ui.vk.dvl.Scene
36
36
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Scene} instead.
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @param {object} [mSettings] Initial settings for the new ViewStateManager object.
42
42
  * @public
43
43
  * @author SAP SE
44
- * @version 1.141.0
44
+ * @version 1.142.0
45
45
  * @extends sap.ui.vk.ViewStateManagerBase
46
46
  * @alias sap.ui.vk.dvl.ViewStateManager
47
47
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.ViewStateManager} instead.
@@ -115,7 +115,7 @@ sap.ui.define([
115
115
  * @param {object} [mSettings] Initial settings for the new Viewport control.
116
116
  * @public
117
117
  * @author SAP SE
118
- * @version 1.141.0
118
+ * @version 1.142.0
119
119
  * @extends sap.ui.vk.ViewportBase
120
120
  * @alias sap.ui.vk.dvl.Viewport
121
121
  * @deprecated Since version 1.72.0. DVL namespace will be removed in future. Use {@link sap.ui.vk.Viewport} instead.
@@ -181,7 +181,7 @@ sap.ui.define([
181
181
  *
182
182
  * @extends sap.ui.core.Control
183
183
  * @author SAP SE
184
- * @version 1.141.0
184
+ * @version 1.142.0
185
185
  *
186
186
  * @constructor
187
187
  * @public
@@ -108,7 +108,7 @@ sap.ui.define([
108
108
  * @extends sap.ui.core.Control
109
109
  *
110
110
  * @author SAP SE
111
- * @version 1.141.0
111
+ * @version 1.142.0
112
112
  *
113
113
  * @constructor
114
114
  * @public
@@ -231,7 +231,7 @@ SCENE_CONTEXT_FINISHED_IMAGES=\u05EA\u05DE\u05D5\u05E0\u05D5\u05EA \u05E9\u05D4\
231
231
  SCENE_CONTEXT_LOADING_TEXTURES=\u05D8\u05D5\u05E2\u05DF \u05DE\u05E8\u05E7\u05DE\u05D9\u05DD
232
232
  SCENE_CONTEXT_LOADING_MODEL_VIEWS=\u05D8\u05D5\u05E2\u05DF \u05EA\u05E6\u05D5\u05D2\u05D5\u05EA \u05DE\u05D5\u05D3\u05DC\u05D9\u05DD
233
233
 
234
- OVERLAY_MSG_EVENTHANDLERFAILED_SUMMARY=\u05DE\u05D8\u05E2\u05E4\u05DC \u05D1\u05D0\u05D9\u05E8\u05D5\u05E2 \u05E0\u05DB\u05E9\u05DC.
234
+ OVERLAY_MSG_EVENTHANDLERFAILED_SUMMARY=\u05DE\u05D8\u05E4\u05DC \u05D1\u05D0\u05D9\u05E8\u05D5\u05E2 \u05E0\u05DB\u05E9\u05DC.
235
235
  OVERLAY_MSG_EVENTHANDLERFAILED_UNSUPPORTEDEVENTTYPE_CAUSE=\u05E1\u05D5\u05D2 \u05D0\u05D9\u05E8\u05D5\u05E2 \u05E9\u05D0\u05D9\u05E0\u05D5 \u05E0\u05EA\u05DE\u05DA \u05D1\u05E9\u05D9\u05DE\u05D5\u05E9.
236
236
  OVERLAY_MSG_EVENTHANDLERFAILED_UNSUPPORTEDEVENTTYPE_CHECKEVENTTYPE_RESOLUTION=\u05D5\u05D3\u05D0 \u05E9\u05E1\u05D5\u05D2 \u05D0\u05D9\u05E8\u05D5\u05E2 \u05E0\u05EA\u05DE\u05DA \u05E0\u05DE\u05E6\u05D0 \u05D1\u05E9\u05D9\u05DE\u05D5\u05E9.
237
237
 
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  * @namespace
63
63
  * @name sap.ui.vk
64
64
  * @author SAP SE
65
- * @version 1.141.0
65
+ * @version 1.142.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.141.0",
153
+ version: "1.142.0",
154
154
  designtime: "sap/ui/vk/designtime/library.designtime"
155
155
  });
156
156
 
@@ -94,6 +94,34 @@
94
94
  return result;
95
95
  }
96
96
 
97
+ const CONTENT_TYPES = [
98
+ undefined, // 0
99
+ "GEOMETRY", // 1
100
+ "PMI", // 2
101
+ "DRAWING", // 3
102
+ "SOLID", // 4
103
+ "ANNOTATION", // 5
104
+ "THRUSTLINE", // 6
105
+ "ANIMATION", // 7
106
+ "VIEWPORT_GROUP", // 8
107
+ "LIST", // 9
108
+ "LIST_ITEM", // 10
109
+ "DETAIL_VIEWS", // 11
110
+ "MEASUREMENT", // 12
111
+ "CAMERA", // 13
112
+ "LAYER", // 14
113
+ "MODEL_VIEW", // 15
114
+ "SECTION_PLANE", // 16
115
+ "PARAMETRIC", // 17
116
+ "HOTSPOT", // 18
117
+ "PLAYBACK", // 19
118
+ "REFERENCE", // 20
119
+ "BACKGROUND", // 21
120
+ "SYMBOL", // 22
121
+ "POINT_CLOUD_GROUP", // 23
122
+ "SVG" // 24
123
+ ];
124
+
97
125
  SceneBuilderProxy.prototype.createNode = function(info) {
98
126
  const transferable = [info.transform.buffer];
99
127
  if (info.objectTransform) {
@@ -108,13 +136,7 @@
108
136
  }
109
137
  info.sid = info.nodeRef;
110
138
 
111
- if (info.contentType === 2) {
112
- info.contentType = "PMI";
113
- } else if (info.contentType === 18) {
114
- info.contentType = "Hotspot";
115
- } else {
116
- info.contentType = undefined;
117
- }
139
+ info.contentType = CONTENT_TYPES[info.contentType];
118
140
 
119
141
  if (info.veids) {
120
142
  info.veids = parseVEIDs(info.veids);
@@ -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.141.0
28
+ * @version 1.142.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.141.0
28
+ * @version 1.142.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.141.0
26
+ * @version 1.142.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.141.0
31
+ * @version 1.142.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.141.0
47
+ * @version 1.142.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.141.0
30
+ * @version 1.142.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.141.0
31
+ * @version 1.142.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.141.0
46
+ * @version 1.142.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.141.0
67
+ * @version 1.142.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.141.0
38
+ * @version 1.142.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.141.0
32
+ * @version 1.142.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.141.0
48
+ * @version 1.142.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.141.0
58
+ * @version 1.142.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.141.0
39
+ * @version 1.142.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.141.0
25
+ * @version 1.142.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.141.0
29
+ * @version 1.142.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.141.0
69
+ * @version 1.142.0
70
70
  */
71
71
  var SceneBuilder = function(rootNode, contentResource, resolve, reject) {
72
72
  this._rootNode = rootNode;
@@ -132,13 +132,18 @@ sap.ui.define([
132
132
  const pointToPixel = 4 / 3; // 1 inch = 72 points(common for older screens) = 96 pixels(standard web displays), so 1 point = 96 / 72 pixels = 4 / 3 pixels
133
133
  const mmToPixels = mmToInch * outputDPI * pointToPixel; // convert mm to pixels (mm -> inches -> points -> pixels)
134
134
  const outputSize = Math.min(outputSettings.width, outputSettings.height) * mmToPixels;
135
+ const mediumViewportSize = 1024; // medium viewport size in pixels
135
136
 
136
137
  this._materialMap.forEach(function(material) {
137
- if (material.lineStyle.widthCoordinateSpace === 4) { // sap::ve::core::Material::CoordinateSpace::Device (device/paper units)
138
+ if (material.lineStyle.widthCoordinateSpace === 3) { // sap::ve::core::Material::CoordinateSpace::NormalizedViewport
139
+ // 2D viewport space (x and y values range from -1.0 to 1.0, the origin representing the center of view)
140
+ material.lineWidth = material.lineStyle.width * mediumViewportSize * 0.5; // 1024 is a medium viewport size in pixels
141
+ material.lineStyle.widthCoordinateSpace = 0; // convert to screen space
142
+ } else if (material.lineStyle.widthCoordinateSpace === 4) { // sap::ve::core::Material::CoordinateSpace::Device (device/paper units)
138
143
  if (!info.showPaperSpace) {
139
144
  // this mode has a weird behavior in VE Author, the line thickness is measured in weird units that are converted
140
145
  // to pixels (doesn't depend on the zoom factor), but it depends on the viewport size
141
- material.lineWidth = material.lineStyle.width * 1024 / outputSize; // 1024 is a medium viewport size in pixels
146
+ material.lineWidth = material.lineStyle.width * mediumViewportSize / outputSize;
142
147
  material.lineStyle.widthCoordinateSpace = 0; // convert to screen space
143
148
  }
144
149
  // material.lineWidth = material.lineStyle.width / (outputSize * camera._initialZoom);
@@ -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.141.0
52
+ * @version 1.142.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.141.0
79
+ * @version 1.142.0
80
80
  * @extends sap.ui.vk.ViewportBase
81
81
  * @alias sap.ui.vk.svg.Viewport
82
82
  */
@@ -22162,7 +22162,7 @@ class SignatureExtractor {
22162
22162
  const header = new Uint32Array(data.buffer, 0, data.length >> 2);
22163
22163
  const version = header[1];
22164
22164
  if (version !== 0) {
22165
- throw new Error(`Invalid version: 1.141.0`);
22165
+ throw new Error(`Invalid version: 1.142.0`);
22166
22166
  }
22167
22167
  const width = header[2];
22168
22168
  const height = header[3];
@@ -55837,7 +55837,7 @@ class PDFDocument {
55837
55837
  if (PDF_VERSION_REGEXP.test(version)) {
55838
55838
  this.#version = version;
55839
55839
  } else {
55840
- warn(`Invalid PDF header version: 1.141.0`);
55840
+ warn(`Invalid PDF header version: 1.142.0`);
55841
55841
  }
55842
55842
  }
55843
55843
  parseStartXRef() {
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  *
36
36
  * @private
37
37
  * @author SAP SE
38
- * @version 1.141.0
38
+ * @version 1.142.0
39
39
  */
40
40
  var AnimationHelper = function() {
41
41
  };
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  *
36
36
  * @public
37
37
  * @author SAP SE
38
- * @version 1.141.0
38
+ * @version 1.142.0
39
39
  * @extends sap.ui.vk.BaseNodeProxy
40
40
  * @implements sap.ui.base.Poolable
41
41
  * @alias sap.ui.vk.threejs.BaseNodeProxy