@sapui5/sap.ui.vk 1.136.0 → 1.138.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 (241) 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 +2 -2
  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 +2 -2
  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 +2 -2
  12. package/src/sap/ui/vk/ContentManager.js +1 -1
  13. package/src/sap/ui/vk/ContentResource.js +5 -1
  14. package/src/sap/ui/vk/Core.js +1 -3
  15. package/src/sap/ui/vk/DownloadManager.js +1 -1
  16. package/src/sap/ui/vk/DrawerToolbar.js +142 -76
  17. package/src/sap/ui/vk/DrawerToolbarButton.js +12 -1
  18. package/src/sap/ui/vk/DvlException.js +1 -1
  19. package/src/sap/ui/vk/FlexibleControl.js +1 -2
  20. package/src/sap/ui/vk/FlexibleControlLayoutData.js +1 -2
  21. package/src/sap/ui/vk/Highlight.js +1 -1
  22. package/src/sap/ui/vk/ImageContentManager.js +1 -1
  23. package/src/sap/ui/vk/JointUtils.js +1 -1
  24. package/src/sap/ui/vk/LayerProxy.js +1 -1
  25. package/src/sap/ui/vk/LegendItem.js +1 -1
  26. package/src/sap/ui/vk/ListPanel.js +1 -1
  27. package/src/sap/ui/vk/ListPanelStack.js +1 -1
  28. package/src/sap/ui/vk/Loco.js +1 -1
  29. package/src/sap/ui/vk/Material.js +1 -1
  30. package/src/sap/ui/vk/NativeViewport.js +1 -1
  31. package/src/sap/ui/vk/NodeHierarchy.js +1 -1
  32. package/src/sap/ui/vk/NodeProxy.js +1 -1
  33. package/src/sap/ui/vk/NodeUtils.js +1 -1
  34. package/src/sap/ui/vk/Notifications.js +1 -1
  35. package/src/sap/ui/vk/OrthographicCamera.js +1 -1
  36. package/src/sap/ui/vk/OutputSettings.js +0 -1
  37. package/src/sap/ui/vk/Overlay.js +1 -1
  38. package/src/sap/ui/vk/PerspectiveCamera.js +1 -1
  39. package/src/sap/ui/vk/ProgressIndicator.js +1 -1
  40. package/src/sap/ui/vk/RedlineCollaboration.js +1 -1
  41. package/src/sap/ui/vk/RedlineConversation.js +1 -1
  42. package/src/sap/ui/vk/RedlineDesign.js +1 -1
  43. package/src/sap/ui/vk/RedlineElement.js +1 -1
  44. package/src/sap/ui/vk/RedlineElementComment.js +1 -1
  45. package/src/sap/ui/vk/RedlineElementEllipse.js +1 -1
  46. package/src/sap/ui/vk/RedlineElementFreehand.js +1 -1
  47. package/src/sap/ui/vk/RedlineElementLine.js +1 -1
  48. package/src/sap/ui/vk/RedlineElementRectangle.js +1 -1
  49. package/src/sap/ui/vk/RedlineElementText.js +1 -1
  50. package/src/sap/ui/vk/RedlineSurface.js +2 -2
  51. package/src/sap/ui/vk/SafeArea.js +1 -1
  52. package/src/sap/ui/vk/Scene.js +12 -1
  53. package/src/sap/ui/vk/SceneTree.js +4 -7
  54. package/src/sap/ui/vk/StepNavigation.js +1 -2
  55. package/src/sap/ui/vk/Texture.js +2 -2
  56. package/src/sap/ui/vk/ToggleMenuButton.js +1 -1
  57. package/src/sap/ui/vk/ToggleMenuItem.js +7 -4
  58. package/src/sap/ui/vk/ToggleMenuItemRenderer.js +224 -0
  59. package/src/sap/ui/vk/Toolbar.js +69 -115
  60. package/src/sap/ui/vk/View.js +7 -13
  61. package/src/sap/ui/vk/ViewGallery.js +2 -2
  62. package/src/sap/ui/vk/ViewGalleryThumbnail.js +1 -1
  63. package/src/sap/ui/vk/ViewGroup.js +1 -1
  64. package/src/sap/ui/vk/ViewManager.js +1 -1
  65. package/src/sap/ui/vk/ViewStateManager.js +2 -2
  66. package/src/sap/ui/vk/ViewStateManagerBase.js +3 -3
  67. package/src/sap/ui/vk/Viewer.js +467 -304
  68. package/src/sap/ui/vk/Viewport.js +2 -2
  69. package/src/sap/ui/vk/ViewportBase.js +46 -3
  70. package/src/sap/ui/vk/dvl/BaseNodeProxy.js +1 -1
  71. package/src/sap/ui/vk/dvl/ContentManager.js +1 -1
  72. package/src/sap/ui/vk/dvl/GraphicsCore.js +1 -1
  73. package/src/sap/ui/vk/dvl/LayerProxy.js +1 -1
  74. package/src/sap/ui/vk/dvl/NodeHierarchy.js +1 -1
  75. package/src/sap/ui/vk/dvl/NodeProxy.js +1 -1
  76. package/src/sap/ui/vk/dvl/Scene.js +1 -1
  77. package/src/sap/ui/vk/dvl/ViewStateManager.js +1 -1
  78. package/src/sap/ui/vk/dvl/Viewport.js +1 -1
  79. package/src/sap/ui/vk/ecad/ElementsPanel.js +641 -119
  80. package/src/sap/ui/vk/ecad/LayersPanel.js +254 -121
  81. package/src/sap/ui/vk/i18n/messagebundle.properties +40 -5
  82. package/src/sap/ui/vk/i18n/messagebundle_ar.properties +34 -0
  83. package/src/sap/ui/vk/i18n/messagebundle_bg.properties +34 -0
  84. package/src/sap/ui/vk/i18n/messagebundle_ca.properties +35 -1
  85. package/src/sap/ui/vk/i18n/messagebundle_cnr.properties +34 -0
  86. package/src/sap/ui/vk/i18n/messagebundle_cs.properties +34 -0
  87. package/src/sap/ui/vk/i18n/messagebundle_cy.properties +34 -0
  88. package/src/sap/ui/vk/i18n/messagebundle_da.properties +34 -0
  89. package/src/sap/ui/vk/i18n/messagebundle_de.properties +34 -0
  90. package/src/sap/ui/vk/i18n/messagebundle_el.properties +34 -0
  91. package/src/sap/ui/vk/i18n/messagebundle_en.properties +348 -0
  92. package/src/sap/ui/vk/i18n/messagebundle_en_GB.properties +34 -0
  93. package/src/sap/ui/vk/i18n/messagebundle_en_US_saprigi.properties +34 -0
  94. package/src/sap/ui/vk/i18n/messagebundle_es.properties +36 -2
  95. package/src/sap/ui/vk/i18n/messagebundle_es_MX.properties +34 -0
  96. package/src/sap/ui/vk/i18n/messagebundle_et.properties +34 -0
  97. package/src/sap/ui/vk/i18n/messagebundle_fi.properties +34 -0
  98. package/src/sap/ui/vk/i18n/messagebundle_fr.properties +34 -0
  99. package/src/sap/ui/vk/i18n/messagebundle_fr_CA.properties +34 -0
  100. package/src/sap/ui/vk/i18n/messagebundle_hi.properties +34 -0
  101. package/src/sap/ui/vk/i18n/messagebundle_hr.properties +34 -0
  102. package/src/sap/ui/vk/i18n/messagebundle_hu.properties +34 -0
  103. package/src/sap/ui/vk/i18n/messagebundle_id.properties +35 -1
  104. package/src/sap/ui/vk/i18n/messagebundle_it.properties +36 -2
  105. package/src/sap/ui/vk/i18n/messagebundle_iw.properties +34 -0
  106. package/src/sap/ui/vk/i18n/messagebundle_ja.properties +34 -0
  107. package/src/sap/ui/vk/i18n/messagebundle_kk.properties +34 -0
  108. package/src/sap/ui/vk/i18n/messagebundle_ko.properties +34 -0
  109. package/src/sap/ui/vk/i18n/messagebundle_lt.properties +34 -0
  110. package/src/sap/ui/vk/i18n/messagebundle_lv.properties +36 -2
  111. package/src/sap/ui/vk/i18n/messagebundle_mk.properties +36 -2
  112. package/src/sap/ui/vk/i18n/messagebundle_ms.properties +39 -5
  113. package/src/sap/ui/vk/i18n/messagebundle_nl.properties +34 -0
  114. package/src/sap/ui/vk/i18n/messagebundle_no.properties +34 -0
  115. package/src/sap/ui/vk/i18n/messagebundle_pl.properties +34 -0
  116. package/src/sap/ui/vk/i18n/messagebundle_pt.properties +34 -0
  117. package/src/sap/ui/vk/i18n/messagebundle_pt_PT.properties +34 -0
  118. package/src/sap/ui/vk/i18n/messagebundle_ro.properties +34 -0
  119. package/src/sap/ui/vk/i18n/messagebundle_ru.properties +34 -0
  120. package/src/sap/ui/vk/i18n/messagebundle_sh.properties +34 -0
  121. package/src/sap/ui/vk/i18n/messagebundle_sk.properties +34 -0
  122. package/src/sap/ui/vk/i18n/messagebundle_sl.properties +37 -3
  123. package/src/sap/ui/vk/i18n/messagebundle_sr.properties +34 -0
  124. package/src/sap/ui/vk/i18n/messagebundle_sv.properties +34 -0
  125. package/src/sap/ui/vk/i18n/messagebundle_th.properties +34 -0
  126. package/src/sap/ui/vk/i18n/messagebundle_tr.properties +34 -0
  127. package/src/sap/ui/vk/i18n/messagebundle_uk.properties +35 -1
  128. package/src/sap/ui/vk/i18n/messagebundle_vi.properties +34 -0
  129. package/src/sap/ui/vk/i18n/messagebundle_zh_CN.properties +34 -0
  130. package/src/sap/ui/vk/i18n/messagebundle_zh_TW.properties +34 -0
  131. package/src/sap/ui/vk/library.js +6 -3
  132. package/src/sap/ui/vk/measurements/Angle.js +1 -1
  133. package/src/sap/ui/vk/measurements/Area.js +1 -1
  134. package/src/sap/ui/vk/measurements/Distance.js +1 -1
  135. package/src/sap/ui/vk/measurements/Edge.js +1 -1
  136. package/src/sap/ui/vk/measurements/Face.js +1 -1
  137. package/src/sap/ui/vk/measurements/Feature.js +1 -1
  138. package/src/sap/ui/vk/measurements/Vertex.js +1 -1
  139. package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
  140. package/src/sap/ui/vk/pdf/Viewport.js +5 -8
  141. package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
  142. package/src/sap/ui/vk/svg/ContentDeliveryService.js +1 -1
  143. package/src/sap/ui/vk/svg/ContentManager.js +3 -1
  144. package/src/sap/ui/vk/svg/HotspotHelper.js +2 -2
  145. package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
  146. package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
  147. package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
  148. package/src/sap/ui/vk/svg/Scene.js +1 -1
  149. package/src/sap/ui/vk/svg/SceneBuilder.js +12 -4
  150. package/src/sap/ui/vk/svg/ViewStateManager.js +2 -2
  151. package/src/sap/ui/vk/svg/Viewport.js +199 -2
  152. package/src/sap/ui/vk/themes/base/DrawerToolbar.less +8 -0
  153. package/src/sap/ui/vk/themes/base/Viewer.less +9 -12
  154. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-bold-v1.8.woff2 +0 -0
  155. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-regular-v1.8.woff2 +0 -0
  156. package/src/sap/ui/vk/themes/base/library.source.less +1 -1
  157. package/src/sap/ui/vk/themes/sap_belize_base/Viewer.less +1 -12
  158. package/src/sap/ui/vk/themes/sap_belize_base/library.source.less +1 -1
  159. package/src/sap/ui/vk/themes/sap_bluecrystal_base/Viewer.less +1 -12
  160. package/src/sap/ui/vk/themes/sap_bluecrystal_base/library.source.less +1 -1
  161. package/src/sap/ui/vk/themes/sap_hcb/base_Viewer.less +1 -12
  162. package/src/sap/ui/vk/themes/sap_hcb/library.source.less +1 -1
  163. package/src/sap/ui/vk/themes/sap_horizon/library.source.less +0 -5
  164. package/src/sap/ui/vk/themes/sap_horizon_dark/library.source.less +0 -5
  165. package/src/sap/ui/vk/themes/sap_horizon_hcb/library.source.less +0 -5
  166. package/src/sap/ui/vk/themes/sap_horizon_hcw/library.source.less +0 -5
  167. package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
  168. package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
  169. package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
  170. package/src/sap/ui/vk/threejs/Billboard.js +2 -2
  171. package/src/sap/ui/vk/threejs/Callout.js +11 -1
  172. package/src/sap/ui/vk/threejs/ContentDeliveryService.js +1 -1
  173. package/src/sap/ui/vk/threejs/ContentManager.js +2 -1
  174. package/src/sap/ui/vk/threejs/DetailView.js +1 -1
  175. package/src/sap/ui/vk/threejs/HighlightPlayer.js +1 -1
  176. package/src/sap/ui/vk/threejs/Material.js +2 -2
  177. package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
  178. package/src/sap/ui/vk/threejs/NodeProxy.js +1 -1
  179. package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
  180. package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
  181. package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
  182. package/src/sap/ui/vk/threejs/Scene.js +1 -1
  183. package/src/sap/ui/vk/threejs/SceneBuilder.js +17 -1
  184. package/src/sap/ui/vk/threejs/Texture.js +2 -2
  185. package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
  186. package/src/sap/ui/vk/threejs/ViewStateManager.js +2 -2
  187. package/src/sap/ui/vk/threejs/Viewport.js +9 -3
  188. package/src/sap/ui/vk/threejs/v2/ViewStateManager.js +1 -1
  189. package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
  190. package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
  191. package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
  192. package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
  193. package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
  194. package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
  195. package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
  196. package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
  197. package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
  198. package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
  199. package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
  200. package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
  201. package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
  202. package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
  203. package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
  204. package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
  205. package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
  206. package/src/sap/ui/vk/tools/ExplodeItemGroup.js +1 -1
  207. package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
  208. package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
  209. package/src/sap/ui/vk/tools/Gizmo.js +1 -1
  210. package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
  211. package/src/sap/ui/vk/tools/MoveTool.js +1 -1
  212. package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
  213. package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +2 -2
  214. package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
  215. package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
  216. package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
  217. package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
  218. package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
  219. package/src/sap/ui/vk/tools/RotateTool.js +1 -1
  220. package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
  221. package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
  222. package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
  223. package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
  224. package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
  225. package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
  226. package/src/sap/ui/vk/tools/Tool.js +1 -1
  227. package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
  228. package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
  229. package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
  230. package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
  231. package/src/sap/ui/vk/totara/TotaraLoader.js +4 -0
  232. package/src/sap/ui/vk/ve/dvl.js +1 -1
  233. package/src/sap/ui/vk/ve/dvl.wasm +0 -0
  234. package/src/sap/ui/vk/ve/matai.js +1 -1
  235. package/src/sap/ui/vk/ve/matai.wasm +0 -0
  236. package/src/sap/ui/vk/ToolbarRenderer.js +0 -41
  237. package/src/sap/ui/vk/ViewerRenderer.js +0 -48
  238. package/src/sap/ui/vk/ecad/ElementsPanelRenderer.js +0 -41
  239. package/src/sap/ui/vk/ecad/LayersPanelRenderer.js +0 -41
  240. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-bold-v1.4.woff2 +0 -0
  241. package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-regular-v1.4.woff2 +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.ui.vk",
3
- "version": "1.136.0",
3
+ "version": "1.138.0",
4
4
  "description": "SAPUI5 Library sap.ui.vk",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.136.0</version>
10
+ <version>1.138.0</version>
11
11
 
12
12
  <documentation>SAPUI5 Visualization Toolkit.</documentation>
13
13
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  *
28
28
  * @private
29
29
  * @author SAP SE
30
- * @version 1.136.0
30
+ * @version 1.138.0
31
31
  * @extends sap.ui.base.EventProvider
32
32
  * @alias sap.ui.vk.AnimationPlayback
33
33
  */
@@ -31,10 +31,10 @@ sap.ui.define([
31
31
  *
32
32
  * @public
33
33
  * @author SAP SE
34
- * @version 1.136.0
34
+ * @version 1.138.0
35
35
  * @extends sap.ui.core.Element
36
36
  * @alias sap.ui.vk.AnimationPlayer
37
- * @experimental Since 1.67.0 This class is experimental and might be modified or removed in future versions.
37
+ * @since 1.67.0
38
38
  */
39
39
  var AnimationPlayer = Element.extend("sap.ui.vk.AnimationPlayer", /** @lends sap.ui.vk.AnimationPlayer.prototype */ {
40
40
  metadata: {
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  *
34
34
  * @private
35
35
  * @author SAP SE
36
- * @version 1.136.0
36
+ * @version 1.138.0
37
37
  * @extends sap.ui.base.Object
38
38
  * @alias sap.ui.vk.AnimationSequence
39
39
  * @implements sap.ui.vk.IJointCollection
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.m.Slider
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.136.0
29
+ * @version 1.138.0
30
30
  *
31
31
  * @constructor
32
32
  * @private
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @param {boolean} parameters.infinite infinite flag
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.0
35
+ * @version 1.138.0
36
36
  * @extends sap.ui.base.Object
37
37
  * @alias sap.ui.vk.AnimationTrack
38
38
  *
@@ -40,10 +40,10 @@ sap.ui.define([
40
40
  *
41
41
  * @public
42
42
  * @author SAP SE
43
- * @version 1.136.0
43
+ * @version 1.138.0
44
44
  * @extends sap.ui.core.Control
45
45
  * @alias sap.ui.vk.Annotation
46
- * @experimental Since 1.76.0 This class is experimental and might be modified or removed in future versions.
46
+ * @since 1.76.0
47
47
  */
48
48
 
49
49
  var Annotation = Control.extend("sap.ui.vk.Annotation", /** @lends sap.ui.vk.Annotation.prototype */ {
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @public
37
37
  * @abstract
38
38
  * @author SAP SE
39
- * @version 1.136.0
39
+ * @version 1.138.0
40
40
  * @extends sap.ui.base.Object
41
41
  * @implements sap.ui.base.Poolable, sap.ui.vk.BaseNodeProxy
42
42
  * @alias sap.ui.vk.BaseNodeProxy
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @public
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.136.0
26
+ * @version 1.138.0
27
27
  * @extends sap.ui.base.ManagedObject
28
28
  * @alias sap.ui.vk.Camera
29
29
  * @since 1.52.0
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * @param {object} [mSettings] Initial settings for the new ContentConnector object.
41
41
  * @public
42
42
  * @author SAP SE
43
- * @version 1.136.0
43
+ * @version 1.138.0
44
44
  * @extends sap.ui.core.Element
45
45
  * @alias sap.ui.vk.ContentConnector
46
46
  */
@@ -736,7 +736,7 @@ sap.ui.define([
736
736
  contentManagerClassName: "sap.ui.vk.ImageContentManager"
737
737
  },
738
738
  {
739
- pattern: /^(stream2d|vds4-2d)$/,
739
+ pattern: /^(stream2d|vds4-2d|ecad)$/,
740
740
  dimension: 2,
741
741
  contentManagerClassName: "sap.ui.vk.svg.ContentManager"
742
742
  },
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @protected
27
27
  * @abstract
28
28
  * @author SAP SE
29
- * @version 1.136.0
29
+ * @version 1.138.0
30
30
  * @extends sap.ui.base.ManagedObject
31
31
  * @alias sap.ui.vk.ContentManager
32
32
  * @since 1.50.0
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [oScope] scope An object for resolving string-based type and formatter references in bindings.
28
28
  * @public
29
29
  * @author SAP SE
30
- * @version 1.136.0
30
+ * @version 1.138.0
31
31
  * @extends sap.ui.base.ManagedObject
32
32
  * @alias sap.ui.vk.ContentResource
33
33
  */
@@ -47,6 +47,7 @@ sap.ui.define([
47
47
  * <ul>
48
48
  * <li>vds</li>
49
49
  * <li>vds4</li>
50
+ * <li>vds4-2d</li>
50
51
  * <li>svg</li>
51
52
  * <li>png</li>
52
53
  * <li>jpg</li>
@@ -56,6 +57,9 @@ sap.ui.define([
56
57
  * <li>tif*</li>
57
58
  * <li>tiff*</li>
58
59
  * <li>stream</li>
60
+ * <li>stream2d</li>
61
+ * <li>ecad</li>
62
+ * <li>pdf</li>
59
63
  * </ul>
60
64
  * The source type may be omitted if this is a grouping content node.
61
65
  * </br>NOTE: The tif and tiff image formats are not supported on all browsers.
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @final
40
40
  * @private
41
41
  * @author SAP SE
42
- * @version 1.136.0
42
+ * @version 1.138.0
43
43
  * @extends sap.ui.base.ManagedObject
44
44
  * @alias sap.ui.vk.Core
45
45
  * @since 1.50.0
@@ -156,7 +156,6 @@ sap.ui.define([
156
156
  * @param {sap.ui.core.Element} object An object whose lifetime to observe.
157
157
  * @returns {this} <code>this</code> to allow method chaining.
158
158
  * @since 1.79.0
159
- * @experimental Since 1.79.0 This class is experimental and might be modified or removed in future versions.
160
159
  */
161
160
  Core.prototype.observeLifetime = function(object) {
162
161
  if (!this._lifetimeObserver) {
@@ -275,7 +274,6 @@ sap.ui.define([
275
274
  * @param {sap.ui.core.Element} object An object whose associations to observe.
276
275
  * @returns {this} <code>this</code> to allow method chaining.
277
276
  * @since 1.79.0
278
- * @experimental Since 1.79.0 This class is experimental and might be modified or removed in future versions.
279
277
  */
280
278
  Core.prototype.observeAssociations = function(object) {
281
279
  if (!object.getId()) {
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * If left undefined, the number of retry attempts will default to 1. Passing in 0 disables any retry attempts.
38
38
  * @private
39
39
  * @author SAP SE
40
- * @version 1.136.0
40
+ * @version 1.138.0
41
41
  * @extends sap.ui.base.EventProvider
42
42
  * @alias sap.ui.vk.DownloadManager
43
43
  * @since 1.32.0
@@ -117,7 +117,7 @@ sap.ui.define([
117
117
  * @extends sap.ui.core.Control
118
118
  *
119
119
  * @author SAP
120
- * @version 1.136.0
120
+ * @version 1.138.0
121
121
  *
122
122
  * @public
123
123
  * @alias sap.ui.vk.DrawerToolbar
@@ -279,6 +279,30 @@ sap.ui.define([
279
279
  {
280
280
  name: "fit-to-width",
281
281
  unicode: "e96f"
282
+ },
283
+ {
284
+ name: "flip-board-vertically",
285
+ unicode: "e973"
286
+ },
287
+ {
288
+ name: "flip-board-horizontally",
289
+ unicode: "f976"
290
+ },
291
+ {
292
+ name: "partially-visible-layer",
293
+ unicode: "e974"
294
+ },
295
+ {
296
+ name: "partially-visible-element",
297
+ unicode: "f975"
298
+ },
299
+ {
300
+ name: "rotate-board-cw",
301
+ unicode: "e970"
302
+ },
303
+ {
304
+ name: "rotate-board-ccw",
305
+ unicode: "e971"
282
306
  }
283
307
  ];
284
308
  var collectionName = "vk-icons";
@@ -541,6 +565,9 @@ sap.ui.define([
541
565
  return viewport ? viewport.getMetadata().getName() === "sap.ui.vk.pdf.Viewport" : false;
542
566
  }
543
567
 
568
+ function isECAD(viewport) {
569
+ return viewport ? (isSvgViewport(viewport) && viewport.isECAD()) : false;
570
+ }
544
571
 
545
572
  function isView3D(viewport) {
546
573
  var view = viewport.getCurrentView && viewport.getCurrentView();
@@ -713,7 +740,7 @@ sap.ui.define([
713
740
  });
714
741
  hide.vitId = DrawerToolbarButton.Hide;
715
742
 
716
- var fitToView = new OverflowToolbarButton({
743
+ this._fitToView = new OverflowToolbarButton({
717
744
  icon: visIconPath + "fit-to-view",
718
745
  type: ButtonType.Transparent,
719
746
  text: resourceBundle.getText("FIT_TO_VIEW"),
@@ -726,7 +753,10 @@ sap.ui.define([
726
753
  }
727
754
  }
728
755
  });
729
- fitToView.vitId = DrawerToolbarButton.FitToView;
756
+ this._fitToView.vitId = DrawerToolbarButton.FitToView;
757
+
758
+ this._fitToViewSeparator = new ToolbarSeparator();
759
+ this._fitToViewSeparator.vitId = DrawerToolbarButton.FitToViewSeparator;
730
760
 
731
761
  this._rectSelectionButton = new OverflowToolbarToggleButton({
732
762
  icon: visIconPath + "rectangular-selection",
@@ -763,68 +793,28 @@ sap.ui.define([
763
793
  });
764
794
  predefinedViews.vitId = DrawerToolbarButton.PredefinedViews;
765
795
 
766
- var fullscreen = new OverflowToolbarToggleButton({
796
+ var fullscreen = new OverflowToolbarButton({
767
797
  icon: "sap-icon://full-screen",
768
798
  type: ButtonType.Transparent,
769
- text: resourceBundle.getText("VIEWER_FULLSCREENBUTTONTOOLTIP"),
770
- tooltip: resourceBundle.getText("VIEWER_FULLSCREENBUTTONTOOLTIP"),
771
- press: function(event) {
772
- var viewport = that._getViewport();
773
- var isInFullScreen = function(document) {
774
- return !!(document.fullScreen || document.webkitIsFullScreen || document.mozFullScreen || document.msFullscreenElement);
775
- };
776
- if (this.getPressed()) {
777
- if (!isInFullScreen(document)) {
778
- if (!that._fullScreenHandler) {
779
- that._fullScreenHandler = function(event) {
780
- var isFullScreen = isInFullScreen(document);
781
- if (!isFullScreen) {
782
- document.removeEventListener("fullscreenchange", that._fullScreenHandler);
783
- document.removeEventListener("mozfullscreenchange", that._fullScreenHandler);
784
- document.removeEventListener("webkitfullscreenchange", that._fullScreenHandler);
785
- document.removeEventListener("MSFullscreenChange", that._fullScreenHandler);
786
-
787
- this.setPressed(false);
788
- viewport.removeStyleClass("sapVizKitViewerFullScreen");
789
- }
790
- }.bind(this);
791
- }
792
-
793
- var bodyElement = document.getElementsByTagName("body")[0];
794
- if (bodyElement.requestFullscreen) {
795
- document.addEventListener("fullscreenchange", that._fullScreenHandler);
796
- bodyElement.requestFullscreen();
797
- } else if (bodyElement.webkitRequestFullScreen) {
798
- document.addEventListener("webkitfullscreenchange", that._fullScreenHandler);
799
- bodyElement.webkitRequestFullscreen();
800
- } else if (bodyElement.mozRequestFullScreen) {
801
- document.addEventListener("mozfullscreenchange", that._fullScreenHandler);
802
- bodyElement.mozRequestFullScreen();
803
- } else if (bodyElement.msRequestFullscreen) {
804
- document.addEventListener("MSFullscreenChange", that._fullScreenHandler);
805
- bodyElement.msRequestFullscreen();
806
- }
807
- }
808
-
809
- viewport.addStyleClass("sapVizKitViewerFullScreen");
799
+ press: () => {
800
+ const viewport = this._getViewport();
801
+ const viewportDomRef = viewport.getDomRef();
802
+ if (document.fullscreenElement === viewportDomRef) {
803
+ document.exitFullscreen();
810
804
  } else {
811
- if (isInFullScreen(document)) {
812
- if (document.cancelFullScreen) {
813
- document.cancelFullScreen();
814
- } else if (document.msExitFullscreen) {
815
- document.msExitFullscreen();
816
- } else if (document.mozCancelFullScreen) {
817
- document.mozCancelFullScreen();
818
- } else if (document.webkitCancelFullScreen) {
819
- document.webkitCancelFullScreen();
820
- }
821
- }
822
-
823
- viewport.removeStyleClass("sapVizKitViewerFullScreen");
805
+ viewportDomRef.requestFullscreen();
824
806
  }
825
807
  }
826
- });
808
+ }).addStyleClass("sapUiVkFullScreenDrawerToolbarButton");
827
809
  fullscreen.vitId = DrawerToolbarButton.FullScreen;
810
+ fullscreen.getTooltip = () => {
811
+ const viewportDomRef = this._getViewport().getDomRef();
812
+ if (document.fullscreenElement === viewportDomRef) {
813
+ return resourceBundle.getText("EXIT_FULLSCREEN");
814
+ } else {
815
+ return resourceBundle.getText("ENTER_FULLSCREEN");
816
+ }
817
+ };
828
818
 
829
819
  this._distanceMeasurementItem = new ToggleMenuItem({
830
820
  icon: visIconPath + "distance-measurement",
@@ -1040,6 +1030,7 @@ sap.ui.define([
1040
1030
  });
1041
1031
 
1042
1032
  const pageNavigationSeparator = new ToolbarSeparator();
1033
+ pageNavigationSeparator.vitId = DrawerToolbarButton.PageNavigationSeparator;
1043
1034
 
1044
1035
  this._pageNavigation = new HBox({
1045
1036
  renderType: FlexRendertype.Bare,
@@ -1064,10 +1055,10 @@ sap.ui.define([
1064
1055
  });
1065
1056
  this._pageNavigation.vitId = DrawerToolbarButton.PageNavigation;
1066
1057
 
1067
- var measurementsSeparator = new ToolbarSeparator();
1068
- measurementsSeparator.vitId = DrawerToolbarButton.MeasurementsSeparator;
1058
+ this._measurementsSeparator = new ToolbarSeparator();
1059
+ this._measurementsSeparator.vitId = DrawerToolbarButton.MeasurementsSeparator;
1069
1060
 
1070
- var togglePmiButton = new OverflowToolbarToggleButton({
1061
+ this._togglePmiButton = new OverflowToolbarToggleButton({
1071
1062
  pressed: true,
1072
1063
  icon: visIconPath + "toggle-pmi",
1073
1064
  type: ButtonType.Transparent,
@@ -1081,19 +1072,69 @@ sap.ui.define([
1081
1072
  }
1082
1073
  }
1083
1074
  });
1084
- togglePmiButton.vitId = DrawerToolbarButton.PMI;
1085
- var togglePmiButtonSeparator = new ToolbarSeparator();
1086
- togglePmiButtonSeparator.vitId = DrawerToolbarButton.PMISeparator;
1075
+ this._togglePmiButton.vitId = DrawerToolbarButton.PMI;
1076
+
1077
+ this._togglePmiButtonSeparator = new ToolbarSeparator();
1078
+ this._togglePmiButtonSeparator.vitId = DrawerToolbarButton.PMISeparator;
1079
+
1080
+ var rotateCW = new OverflowToolbarButton({
1081
+ type: ButtonType.Transparent,
1082
+ tooltip: resourceBundle.getText("ROTATE_BOARD_CW"),
1083
+ icon: "sap-icon://vk-icons/rotate-board-cw",
1084
+ press: function() {
1085
+ if (isECAD(that._getViewport())) {
1086
+ that._getViewport().rotatePcbCW();
1087
+ }
1088
+ }
1089
+ });
1090
+ rotateCW.vitId = DrawerToolbarButton.RotateCW;
1091
+
1092
+ var rotateCCW = new OverflowToolbarButton({
1093
+ type: ButtonType.Transparent,
1094
+ tooltip: resourceBundle.getText("ROTATE_BOARD_CCW"),
1095
+ icon: "sap-icon://vk-icons/rotate-board-ccw",
1096
+ press: function() {
1097
+ if (isECAD(that._getViewport())) {
1098
+ that._getViewport().rotatePcbCCW();
1099
+ }
1100
+ }
1101
+ });
1102
+ rotateCCW.vitId = DrawerToolbarButton.RotateCCW;
1103
+
1104
+ var flip = new OverflowToolbarButton({
1105
+ type: ButtonType.Transparent,
1106
+ tooltip: resourceBundle.getText("FLIP_BOARD"),
1107
+ icon: "sap-icon://vk-icons/flip-board-horizontally",
1108
+ press: function() {
1109
+ if (isECAD(that._getViewport())) {
1110
+ that._getViewport().flipPcb();
1111
+ }
1112
+ }
1113
+ });
1114
+ flip.vitId = DrawerToolbarButton.Flip;
1115
+
1116
+ var ecadSeparator = new ToolbarSeparator();
1117
+ ecadSeparator.vitId = DrawerToolbarButton.EcadSeparator;
1118
+
1119
+ this._ecadItems = [rotateCCW, rotateCW, flip, ecadSeparator];
1087
1120
 
1088
1121
  var crossSectionSeparator = new ToolbarSeparator();
1122
+ crossSectionSeparator.vitId = DrawerToolbarButton.CrossSectionSeparator;
1123
+
1089
1124
  var predefinedViewsSeparator = new ToolbarSeparator();
1125
+ predefinedViewsSeparator.vitId = DrawerToolbarButton.PredefinedViewsSeparator;
1090
1126
 
1091
1127
  var showHideSeparator = new ToolbarSeparator();
1092
- var rectSelectSeparator = new ToolbarSeparator();
1093
- this._itemsShowHideSelect = [show, hide, showHideSeparator, this._rectSelectionButton, rectSelectSeparator];
1128
+ showHideSeparator.vitId = DrawerToolbarButton.ShowHideSeparator;
1129
+
1130
+ this._rectSelectSeparator = new ToolbarSeparator();
1131
+ this._rectSelectSeparator.vitId = DrawerToolbarButton.RectangularSelectionSeparator;
1132
+
1133
+ this._itemsShowHideSelect = [show, hide, showHideSeparator, this._rectSelectionButton, this._rectSelectSeparator];
1094
1134
 
1095
1135
  this._itemTurntable = this._gestureButtons[0];
1096
1136
  this._itemPan = this._gestureButtons[2];
1137
+ this._itemZoom = this._gestureButtons[3];
1097
1138
 
1098
1139
  this._pdfItems = [this._zoomInButton, this._zoomOutButton, this._zoomToFitPageButton, this._zoomToFitPageWidthButton, pageNavigationSeparator, this._pageNavigation];
1099
1140
 
@@ -1105,23 +1146,30 @@ sap.ui.define([
1105
1146
  predefinedViewsSeparator
1106
1147
  ];
1107
1148
 
1149
+ this._gestureButtonsSeparator = new ToolbarSeparator();
1150
+ this._gestureButtonsSeparator.vitId = DrawerToolbarButton.GestureButtonsSeparator;
1151
+
1108
1152
  var items = [
1109
1153
  show,
1110
1154
  hide,
1111
1155
  showHideSeparator,
1112
- togglePmiButton,
1113
- togglePmiButtonSeparator,
1156
+ this._togglePmiButton,
1157
+ this._togglePmiButtonSeparator,
1114
1158
  this._gestureButtons[0], // turntable
1115
1159
  this._gestureButtons[1], // orbit
1116
1160
  this._gestureButtons[2], // pan
1117
1161
  this._gestureButtons[3], // zoom
1118
- new ToolbarSeparator(),
1162
+ this._gestureButtonsSeparator,
1119
1163
  this._measurementsToggleButton,
1120
- measurementsSeparator,
1121
- fitToView,
1122
- new ToolbarSeparator(),
1164
+ this._measurementsSeparator,
1165
+ rotateCCW,
1166
+ rotateCW,
1167
+ flip,
1168
+ ecadSeparator,
1169
+ this._fitToView,
1170
+ this._fitToViewSeparator,
1123
1171
  this._rectSelectionButton,
1124
- rectSelectSeparator,
1172
+ this._rectSelectSeparator,
1125
1173
  crossSectionToggleButton,
1126
1174
  crossSectionSeparator,
1127
1175
  predefinedViews,
@@ -1135,7 +1183,7 @@ sap.ui.define([
1135
1183
  this._pageNavigation
1136
1184
  ];
1137
1185
 
1138
- this._notPdfItems = [zoom, items[9], items[13], togglePmiButton, togglePmiButtonSeparator, measurementsSeparator, this._measurementsToggleButton, fitToView, fullscreen];
1186
+ this._notPdfItems = [zoom, items[9], items[13], this._togglePmiButton, this._togglePmiButtonSeparator, this._measurementsSeparator, this._measurementsToggleButton, this._fitToView, fullscreen];
1139
1187
 
1140
1188
  items.forEach(function(item) {
1141
1189
  this._itemsVisibility.set(item, true);
@@ -1352,6 +1400,7 @@ sap.ui.define([
1352
1400
  var isPanoramic = isViewport3D(viewport) && viewport._isPanoramicActivated();
1353
1401
  var isNative = isNativeViewport(viewport); // no scene tree, show/hide/selection not supported
1354
1402
  var isPdf = isPdfViewport(viewport);
1403
+ var isEcad = isECAD(viewport);
1355
1404
 
1356
1405
  this._ignoreVisibilityChange = true;
1357
1406
 
@@ -1360,7 +1409,7 @@ sap.ui.define([
1360
1409
  }.bind(this));
1361
1410
 
1362
1411
  this._itemTurntable.setVisible(is3D && this._itemsVisibility.get(this._itemTurntable));
1363
- this._itemPan.setVisible(!isPanoramic && !isPdf && this._itemsVisibility.get(this._itemPan));
1412
+ this._itemPan.setVisible(!isPanoramic && !isPdf && !isEcad && this._itemsVisibility.get(this._itemPan));
1364
1413
 
1365
1414
  this._items3D.forEach(function(item) {
1366
1415
  item.setVisible(is3D && !isPanoramic && this._itemsVisibility.get(item));
@@ -1374,6 +1423,23 @@ sap.ui.define([
1374
1423
  i.setVisible(!isPdf && this._itemsVisibility.get(i));
1375
1424
  });
1376
1425
 
1426
+ if (isEcad) {
1427
+ this._itemZoom.setVisible(false);
1428
+ this._fitToView.setVisible(false);
1429
+ this._fitToViewSeparator.setVisible(false);
1430
+ this._togglePmiButton.setVisible(false);
1431
+ this._togglePmiButtonSeparator.setVisible(false);
1432
+ this._gestureButtonsSeparator.setVisible(false);
1433
+ this._measurementsToggleButton.setVisible(false);
1434
+ this._measurementsSeparator.setVisible(false);
1435
+ this._rectSelectionButton.setVisible(false);
1436
+ this._rectSelectSeparator.setVisible(false);
1437
+ }
1438
+ this._ecadItems.forEach(function(item) {
1439
+ item.setVisible(isEcad);
1440
+ });
1441
+
1442
+
1377
1443
  this._ignoreVisibilityChange = false;
1378
1444
 
1379
1445
  if (is3D && !isPanoramic) {
@@ -21,15 +21,21 @@ sap.ui.define([
21
21
  */
22
22
  var DrawerToolbarButton = {
23
23
  CrossSection: "VIT-Cross-Section",
24
+ CrossSectionSeparator: "VIT-Cross-Section-Separator",
24
25
  Turntable: "VIT-Turntable",
25
26
  Orbit: "VIT-Orbit",
26
27
  Pan: "VIT-Pan",
27
28
  Zoom: "VIT-Zoom",
29
+ GestureButtonsSeparator: "VIT-Gesture-Buttons-Separator",
28
30
  Show: "VIT-Show",
29
31
  Hide: "VIT-Hide",
32
+ ShowHideSeparator: "VIT-Show-Hide-Separator",
30
33
  FitToView: "VIT-Fit-To-View",
34
+ FitToViewSeparator: "VIT-Fit-To-View-Separator",
31
35
  RectangularSelection: "VIT-Rectangular-Selection",
36
+ RectangularSelectionSeparator: "VIT-Rectangular-Selection-Separator",
32
37
  PredefinedViews: "VIT-Predefined-Views",
38
+ PredefinedViewsSeparator: "VIT-Predefined-Views-Separator",
33
39
  FullScreen: "VIT-Fullscreen",
34
40
  Measurements: "VIT-Measurements",
35
41
  MeasurementsSeparator: "VIT-Measurements-Separator",
@@ -39,7 +45,12 @@ sap.ui.define([
39
45
  ZoomOut: "VIT-Zoom-Out",
40
46
  FitToPage: "VIT-Fit-To-Page",
41
47
  FitToWidth: "VIT-Fit-To-Width",
42
- PageNavigation: "VIT-Page-Navigation"
48
+ PageNavigationSeparator: "VIT-Page-Navigation-Separator",
49
+ PageNavigation: "VIT-Page-Navigation",
50
+ RotateCW: "VIT-Rotate-CW",
51
+ RotateCCW: "VIT-Rotate-CCW",
52
+ Flip: "VIT-Flip",
53
+ EcadSeparator: "VIT-ECAD-Separator"
43
54
  };
44
55
 
45
56
  DataType.registerEnum("sap.ui.vk.DrawerToolbarButton", DrawerToolbarButton);
@@ -18,7 +18,7 @@ sap.ui.define(["sap/ui/base/Exception"], function(Exception) {
18
18
  * @param {string} message The error message.
19
19
  * @private
20
20
  * @author SAP SE
21
- * @version 1.136.0
21
+ * @version 1.138.0
22
22
  * @extends sap.ui.base.Exception
23
23
  * @alias sap.ui.vk.DvlException
24
24
  */
@@ -30,14 +30,13 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.136.0
33
+ * @version 1.138.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
37
37
  * @since 1.16.0
38
38
  * @alias sap.ui.vk.FlexibleControl
39
39
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
40
- * @experimental Since 1.32.0 This class is experimental and might be modified or removed in future versions.
41
40
  */
42
41
  var FlexibleControl = Control.extend("sap.ui.vk.FlexibleControl", /** @lends sap.ui.vk.FlexibleControl.prototype */ {
43
42
  metadata: {
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * (The CSS value "auto" is used internally to recalculate the size of the content
28
28
  * dynamically and is not directly set as style property.)
29
29
  * @extends sap.ui.core.LayoutData
30
- * @version 1.136.0
30
+ * @version 1.138.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -35,7 +35,6 @@ sap.ui.define([
35
35
  * API is not yet finished and might change completely
36
36
  * @alias sap.ui.vk.FlexibleControlLayoutData
37
37
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
- * @experimental Since 1.32.0 This class is experimental and might be modified or removed in future versions.
39
38
  */
40
39
  var FlexibleControlLayoutData = LayoutData.extend("sap.ui.vk.FlexibleControlLayoutData", /** @lends sap.ui.vk.FlexibleControlLayoutData.prototype */ {
41
40
  metadata: {
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @private
28
28
  * @author SAP SE
29
- * @version 1.136.0
29
+ * @version 1.138.0
30
30
  * @extends sap.ui.base.Object
31
31
  * @alias sap.ui.vk.Highlight
32
32
  * @since 1.73.0
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @param {object} [mSettings] Initial settings for the new ImageContentManager object.
30
30
  * @public
31
31
  * @author SAP SE
32
- * @version 1.136.0
32
+ * @version 1.138.0
33
33
  * @extends sap.ui.vk.ContentManager
34
34
  * @alias sap.ui.vk.ImageContentManager
35
35
  * @since 1.50.0
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @private
22
22
  * @author SAP SE
23
- * @version 1.136.0
23
+ * @version 1.138.0
24
24
  * @alias sap.ui.vk.JointUtils
25
25
  * @since 1.74
26
26
  */
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @public
31
31
  * @abstract
32
32
  * @author SAP SE
33
- * @version 1.136.0
33
+ * @version 1.138.0
34
34
  * @extends sap.ui.base.Object
35
35
  * @alias sap.ui.vk.LayerProxy
36
36
  */
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @public
27
27
  * @alias sap.ui.vk.LegendItem
28
28
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
29
- * @experimental Since 1.38.0 This class is experimental and might be modified or removed in future versions.
29
+ * @since 1.38.0
30
30
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
31
31
  */
32
32
  var LegendItem = StandardListItem.extend("sap.ui.vk.LegendItem", /** @lends sap.ui.vk.LegendItem.prototype */ {