@sapui5/sap.ui.vk 1.135.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.
- package/package.json +1 -1
- package/src/sap/ui/vk/.library +1 -1
- package/src/sap/ui/vk/AnimationPlayback.js +1 -1
- package/src/sap/ui/vk/AnimationPlayer.js +2 -2
- package/src/sap/ui/vk/AnimationSequence.js +1 -1
- package/src/sap/ui/vk/AnimationTimeSlider.js +1 -1
- package/src/sap/ui/vk/AnimationTrack.js +1 -1
- package/src/sap/ui/vk/Annotation.js +2 -2
- package/src/sap/ui/vk/BaseNodeProxy.js +1 -1
- package/src/sap/ui/vk/Camera.js +1 -1
- package/src/sap/ui/vk/ContentConnector.js +2 -2
- package/src/sap/ui/vk/ContentManager.js +1 -1
- package/src/sap/ui/vk/ContentResource.js +13 -1
- package/src/sap/ui/vk/Core.js +1 -3
- package/src/sap/ui/vk/DownloadManager.js +1 -1
- package/src/sap/ui/vk/DrawerToolbar.js +142 -76
- package/src/sap/ui/vk/DrawerToolbarButton.js +12 -1
- package/src/sap/ui/vk/DvlException.js +1 -1
- package/src/sap/ui/vk/FlexibleControl.js +1 -2
- package/src/sap/ui/vk/FlexibleControlLayoutData.js +1 -2
- package/src/sap/ui/vk/Highlight.js +1 -1
- package/src/sap/ui/vk/ImageContentManager.js +1 -1
- package/src/sap/ui/vk/JointUtils.js +1 -1
- package/src/sap/ui/vk/LayerProxy.js +1 -1
- package/src/sap/ui/vk/LegendItem.js +1 -1
- package/src/sap/ui/vk/ListPanel.js +1 -1
- package/src/sap/ui/vk/ListPanelStack.js +1 -1
- package/src/sap/ui/vk/Loco.js +1 -1
- package/src/sap/ui/vk/Material.js +1 -1
- package/src/sap/ui/vk/NativeViewport.js +1 -1
- package/src/sap/ui/vk/NodeHierarchy.js +1 -1
- package/src/sap/ui/vk/NodeProxy.js +1 -1
- package/src/sap/ui/vk/NodeUtils.js +1 -1
- package/src/sap/ui/vk/Notifications.js +1 -1
- package/src/sap/ui/vk/OrthographicCamera.js +1 -1
- package/src/sap/ui/vk/OutputSettings.js +0 -1
- package/src/sap/ui/vk/Overlay.js +1 -1
- package/src/sap/ui/vk/PerspectiveCamera.js +1 -1
- package/src/sap/ui/vk/ProgressIndicator.js +1 -1
- package/src/sap/ui/vk/RedlineCollaboration.js +1 -1
- package/src/sap/ui/vk/RedlineConversation.js +1 -1
- package/src/sap/ui/vk/RedlineDesign.js +1 -1
- package/src/sap/ui/vk/RedlineElement.js +1 -1
- package/src/sap/ui/vk/RedlineElementComment.js +1 -1
- package/src/sap/ui/vk/RedlineElementEllipse.js +1 -1
- package/src/sap/ui/vk/RedlineElementFreehand.js +1 -1
- package/src/sap/ui/vk/RedlineElementLine.js +1 -1
- package/src/sap/ui/vk/RedlineElementRectangle.js +1 -1
- package/src/sap/ui/vk/RedlineElementText.js +1 -1
- package/src/sap/ui/vk/RedlineSurface.js +2 -2
- package/src/sap/ui/vk/SafeArea.js +1 -1
- package/src/sap/ui/vk/Scene.js +12 -1
- package/src/sap/ui/vk/SceneTree.js +4 -7
- package/src/sap/ui/vk/StepNavigation.js +1 -2
- package/src/sap/ui/vk/Texture.js +2 -2
- package/src/sap/ui/vk/ToggleMenuButton.js +1 -1
- package/src/sap/ui/vk/ToggleMenuItem.js +7 -4
- package/src/sap/ui/vk/ToggleMenuItemRenderer.js +224 -0
- package/src/sap/ui/vk/Toolbar.js +69 -115
- package/src/sap/ui/vk/View.js +7 -13
- package/src/sap/ui/vk/ViewGallery.js +2 -2
- package/src/sap/ui/vk/ViewGalleryThumbnail.js +1 -1
- package/src/sap/ui/vk/ViewGroup.js +1 -1
- package/src/sap/ui/vk/ViewManager.js +1 -1
- package/src/sap/ui/vk/ViewStateManager.js +2 -2
- package/src/sap/ui/vk/ViewStateManagerBase.js +3 -3
- package/src/sap/ui/vk/Viewer.js +467 -304
- package/src/sap/ui/vk/Viewport.js +2 -2
- package/src/sap/ui/vk/ViewportBase.js +46 -3
- package/src/sap/ui/vk/VisibilityMode.js +2 -1
- package/src/sap/ui/vk/dvl/BaseNodeProxy.js +1 -1
- package/src/sap/ui/vk/dvl/ContentManager.js +1 -1
- package/src/sap/ui/vk/dvl/GraphicsCore.js +1 -1
- package/src/sap/ui/vk/dvl/LayerProxy.js +1 -1
- package/src/sap/ui/vk/dvl/NodeHierarchy.js +1 -1
- package/src/sap/ui/vk/dvl/NodeProxy.js +1 -1
- package/src/sap/ui/vk/dvl/Scene.js +1 -1
- package/src/sap/ui/vk/dvl/ViewStateManager.js +1 -1
- package/src/sap/ui/vk/dvl/Viewport.js +1 -1
- package/src/sap/ui/vk/ecad/ElementsPanel.js +991 -0
- package/src/sap/ui/vk/ecad/LayersPanel.js +573 -0
- package/src/sap/ui/vk/ecad/VisibilityType.js +31 -0
- package/src/sap/ui/vk/i18n/messagebundle.properties +85 -0
- package/src/sap/ui/vk/i18n/messagebundle_ar.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_bg.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_ca.properties +35 -1
- package/src/sap/ui/vk/i18n/messagebundle_cnr.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_cs.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_cy.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_da.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_de.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_el.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_en.properties +348 -0
- package/src/sap/ui/vk/i18n/messagebundle_en_GB.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_en_US_saprigi.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_es.properties +36 -2
- package/src/sap/ui/vk/i18n/messagebundle_es_MX.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_et.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_fi.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_fr.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_fr_CA.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_hi.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_hr.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_hu.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_id.properties +35 -1
- package/src/sap/ui/vk/i18n/messagebundle_it.properties +36 -2
- package/src/sap/ui/vk/i18n/messagebundle_iw.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_ja.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_kk.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_ko.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_lt.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_lv.properties +36 -2
- package/src/sap/ui/vk/i18n/messagebundle_mk.properties +36 -2
- package/src/sap/ui/vk/i18n/messagebundle_ms.properties +39 -5
- package/src/sap/ui/vk/i18n/messagebundle_nl.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_no.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_pl.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_pt.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_pt_PT.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_ro.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_ru.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_sh.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_sk.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_sl.properties +37 -3
- package/src/sap/ui/vk/i18n/messagebundle_sr.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_sv.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_th.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_tr.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_uk.properties +35 -1
- package/src/sap/ui/vk/i18n/messagebundle_vi.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_zh_CN.properties +34 -0
- package/src/sap/ui/vk/i18n/messagebundle_zh_TW.properties +34 -0
- package/src/sap/ui/vk/library.js +7 -3
- package/src/sap/ui/vk/measurements/Angle.js +1 -1
- package/src/sap/ui/vk/measurements/Area.js +1 -1
- package/src/sap/ui/vk/measurements/Distance.js +1 -1
- package/src/sap/ui/vk/measurements/Edge.js +1 -1
- package/src/sap/ui/vk/measurements/Face.js +1 -1
- package/src/sap/ui/vk/measurements/Feature.js +1 -1
- package/src/sap/ui/vk/measurements/Vertex.js +1 -1
- package/src/sap/ui/vk/pdf/ContentManager.js +1 -1
- package/src/sap/ui/vk/pdf/PageGallery.js +3 -5
- package/src/sap/ui/vk/pdf/Viewport.js +5 -8
- package/src/sap/ui/vk/svg/BaseNodeProxy.js +1 -1
- package/src/sap/ui/vk/svg/ContentDeliveryService.js +2 -1
- package/src/sap/ui/vk/svg/ContentManager.js +4 -1
- package/src/sap/ui/vk/svg/HotspotHelper.js +2 -2
- package/src/sap/ui/vk/svg/NodeHierarchy.js +1 -1
- package/src/sap/ui/vk/svg/NodeProxy.js +1 -1
- package/src/sap/ui/vk/svg/OrthographicCamera.js +1 -1
- package/src/sap/ui/vk/svg/Scene.js +1 -1
- package/src/sap/ui/vk/svg/SceneBuilder.js +12 -4
- package/src/sap/ui/vk/svg/ViewStateManager.js +2 -2
- package/src/sap/ui/vk/svg/Viewport.js +199 -2
- package/src/sap/ui/vk/themes/base/DrawerToolbar.less +8 -0
- package/src/sap/ui/vk/themes/base/Viewer.less +9 -12
- package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-bold-v1.8.woff2 +0 -0
- package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-regular-v1.8.woff2 +0 -0
- package/src/sap/ui/vk/themes/base/library.source.less +1 -1
- package/src/sap/ui/vk/themes/sap_belize_base/Viewer.less +1 -12
- package/src/sap/ui/vk/themes/sap_belize_base/library.source.less +1 -1
- package/src/sap/ui/vk/themes/sap_bluecrystal_base/Viewer.less +1 -12
- package/src/sap/ui/vk/themes/sap_bluecrystal_base/library.source.less +1 -1
- package/src/sap/ui/vk/themes/sap_hcb/base_Viewer.less +1 -12
- package/src/sap/ui/vk/themes/sap_hcb/library.source.less +1 -1
- package/src/sap/ui/vk/themes/sap_horizon/library.source.less +0 -5
- package/src/sap/ui/vk/themes/sap_horizon_dark/library.source.less +0 -5
- package/src/sap/ui/vk/themes/sap_horizon_hcb/library.source.less +0 -5
- package/src/sap/ui/vk/themes/sap_horizon_hcw/library.source.less +0 -5
- package/src/sap/ui/vk/thirdparty/pdf.worker.js +1 -1
- package/src/sap/ui/vk/threejs/AnimationHelper.js +1 -1
- package/src/sap/ui/vk/threejs/BaseNodeProxy.js +1 -1
- package/src/sap/ui/vk/threejs/Billboard.js +1 -1
- package/src/sap/ui/vk/threejs/Callout.js +11 -1
- package/src/sap/ui/vk/threejs/ContentDeliveryService.js +2 -1
- package/src/sap/ui/vk/threejs/ContentManager.js +2 -1
- package/src/sap/ui/vk/threejs/DetailView.js +1 -1
- package/src/sap/ui/vk/threejs/HighlightPlayer.js +1 -1
- package/src/sap/ui/vk/threejs/Material.js +2 -2
- package/src/sap/ui/vk/threejs/NodeHierarchy.js +1 -1
- package/src/sap/ui/vk/threejs/NodeProxy.js +1 -1
- package/src/sap/ui/vk/threejs/OrthographicCamera.js +1 -1
- package/src/sap/ui/vk/threejs/PerspectiveCamera.js +1 -1
- package/src/sap/ui/vk/threejs/PointCloudGroup.js +1 -1
- package/src/sap/ui/vk/threejs/Scene.js +1 -1
- package/src/sap/ui/vk/threejs/SceneBuilder.js +18 -2
- package/src/sap/ui/vk/threejs/Texture.js +2 -2
- package/src/sap/ui/vk/threejs/ThreeExtensions.js +9 -1
- package/src/sap/ui/vk/threejs/Thrustline.js +1 -1
- package/src/sap/ui/vk/threejs/ViewStateManager.js +2 -2
- package/src/sap/ui/vk/threejs/Viewport.js +9 -3
- package/src/sap/ui/vk/threejs/v2/ViewStateManager.js +1 -1
- package/src/sap/ui/vk/tools/AnchorPointTool.js +1 -1
- package/src/sap/ui/vk/tools/AnchorPointToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/AxisAngleRotationTool.js +1 -1
- package/src/sap/ui/vk/tools/AxisAngleRotationToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/CreateEllipseTool.js +1 -1
- package/src/sap/ui/vk/tools/CreateEllipseToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/CreateParametricGizmo.js +1 -1
- package/src/sap/ui/vk/tools/CreatePathTool.js +1 -1
- package/src/sap/ui/vk/tools/CreatePathToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/CreateRectangleTool.js +1 -1
- package/src/sap/ui/vk/tools/CreateRectangleToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/CreateTextTool.js +1 -1
- package/src/sap/ui/vk/tools/CreateTextToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/CrossSectionTool.js +1 -1
- package/src/sap/ui/vk/tools/CrossSectionToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/DuplicateSvgElementTool.js +1 -1
- package/src/sap/ui/vk/tools/DuplicateSvgElementToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/ExplodeItemGroup.js +1 -1
- package/src/sap/ui/vk/tools/ExplodeTool.js +1 -1
- package/src/sap/ui/vk/tools/ExplodeToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/Gizmo.js +1 -1
- package/src/sap/ui/vk/tools/HitTestTool.js +1 -1
- package/src/sap/ui/vk/tools/MoveTool.js +1 -1
- package/src/sap/ui/vk/tools/MoveToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/PointCloudSelectionTool.js +2 -2
- package/src/sap/ui/vk/tools/PointCloudSelectionToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/RectSelectTool.js +1 -1
- package/src/sap/ui/vk/tools/RedlineTool.js +1 -1
- package/src/sap/ui/vk/tools/RedlineToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/RotateOrbitTool.js +1 -1
- package/src/sap/ui/vk/tools/RotateTool.js +1 -1
- package/src/sap/ui/vk/tools/RotateToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/RotateTurntableTool.js +1 -1
- package/src/sap/ui/vk/tools/ScaleTool.js +1 -1
- package/src/sap/ui/vk/tools/ScaleToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/SceneOrientationTool.js +1 -1
- package/src/sap/ui/vk/tools/SceneOrientationToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/Tool.js +1 -1
- package/src/sap/ui/vk/tools/TooltipTool.js +1 -1
- package/src/sap/ui/vk/tools/TooltipToolGizmo.js +1 -1
- package/src/sap/ui/vk/tools/TransformSvgElementTool.js +1 -1
- package/src/sap/ui/vk/tools/TransformSvgElementToolGizmo.js +1 -1
- package/src/sap/ui/vk/totara/TotaraLoader.js +4 -0
- package/src/sap/ui/vk/totara/TotaraUtils.js +5 -0
- package/src/sap/ui/vk/ve/dvl.js +1 -1
- package/src/sap/ui/vk/ve/dvl.wasm +0 -0
- package/src/sap/ui/vk/ve/matai.js +1 -1
- package/src/sap/ui/vk/ve/matai.wasm +0 -0
- package/src/sap/ui/vk/ToolbarRenderer.js +0 -41
- package/src/sap/ui/vk/ViewerRenderer.js +0 -48
- package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-bold-v1.4.woff2 +0 -0
- package/src/sap/ui/vk/themes/base/fonts/SAP-VE-icons-regular-v1.4.woff2 +0 -0
package/package.json
CHANGED
package/src/sap/ui/vk/.library
CHANGED
|
@@ -31,10 +31,10 @@ sap.ui.define([
|
|
|
31
31
|
*
|
|
32
32
|
* @public
|
|
33
33
|
* @author SAP SE
|
|
34
|
-
* @version 1.
|
|
34
|
+
* @version 1.138.0
|
|
35
35
|
* @extends sap.ui.core.Element
|
|
36
36
|
* @alias sap.ui.vk.AnimationPlayer
|
|
37
|
-
* @
|
|
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: {
|
|
@@ -40,10 +40,10 @@ sap.ui.define([
|
|
|
40
40
|
*
|
|
41
41
|
* @public
|
|
42
42
|
* @author SAP SE
|
|
43
|
-
* @version 1.
|
|
43
|
+
* @version 1.138.0
|
|
44
44
|
* @extends sap.ui.core.Control
|
|
45
45
|
* @alias sap.ui.vk.Annotation
|
|
46
|
-
* @
|
|
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 */ {
|
package/src/sap/ui/vk/Camera.js
CHANGED
|
@@ -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.
|
|
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
|
},
|
|
@@ -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.
|
|
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.
|
|
@@ -168,6 +172,14 @@ sap.ui.define([
|
|
|
168
172
|
defaultValue: true
|
|
169
173
|
},
|
|
170
174
|
|
|
175
|
+
/**
|
|
176
|
+
* If set to true, will load metadata
|
|
177
|
+
*/
|
|
178
|
+
includeMetadata: {
|
|
179
|
+
type: "boolean",
|
|
180
|
+
defaultValue: false
|
|
181
|
+
},
|
|
182
|
+
|
|
171
183
|
/**
|
|
172
184
|
* Optional parameter to load UsageIds. Valid values:
|
|
173
185
|
* <ul>
|
package/src/sap/ui/vk/Core.js
CHANGED
|
@@ -39,7 +39,7 @@ sap.ui.define([
|
|
|
39
39
|
* @final
|
|
40
40
|
* @private
|
|
41
41
|
* @author SAP SE
|
|
42
|
-
* @version 1.
|
|
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.
|
|
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.
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
796
|
+
var fullscreen = new OverflowToolbarButton({
|
|
767
797
|
icon: "sap-icon://full-screen",
|
|
768
798
|
type: ButtonType.Transparent,
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1068
|
-
|
|
1058
|
+
this._measurementsSeparator = new ToolbarSeparator();
|
|
1059
|
+
this._measurementsSeparator.vitId = DrawerToolbarButton.MeasurementsSeparator;
|
|
1069
1060
|
|
|
1070
|
-
|
|
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
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
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
|
-
|
|
1093
|
-
|
|
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
|
-
|
|
1113
|
-
|
|
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
|
-
|
|
1162
|
+
this._gestureButtonsSeparator,
|
|
1119
1163
|
this._measurementsToggleButton,
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1164
|
+
this._measurementsSeparator,
|
|
1165
|
+
rotateCCW,
|
|
1166
|
+
rotateCW,
|
|
1167
|
+
flip,
|
|
1168
|
+
ecadSeparator,
|
|
1169
|
+
this._fitToView,
|
|
1170
|
+
this._fitToViewSeparator,
|
|
1123
1171
|
this._rectSelectionButton,
|
|
1124
|
-
|
|
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],
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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: {
|
|
@@ -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.
|
|
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
|