@sapui5/ts-types-esm 1.136.2 → 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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +2 -1
  3. package/types/sap.apf.d.ts +30 -3
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.home.d.ts +315 -65
  8. package/types/sap.esh.search.ui.d.ts +71 -1
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +3 -0
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +50 -8
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +192 -66
  16. package/types/sap.fe.navigation.d.ts +1 -1
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +1 -1
  20. package/types/sap.fe.test.d.ts +4 -3
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +1 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +1261 -566
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +1 -1
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +34 -1
  32. package/types/sap.suite.ui.commons.d.ts +4 -2
  33. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +103 -16
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +67 -9
  39. package/types/sap.ui.core.d.ts +62 -49
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +221 -167
  42. package/types/sap.ui.fl.d.ts +3 -7
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +44 -24
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/{mdc-1.136.0-esm-d.ts → sap.ui.mdc.d.ts} +599 -297
  48. package/types/sap.ui.richtexteditor.d.ts +21 -17
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +9 -1
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +75 -30
  57. package/types/sap.ui.vk.d.ts +364 -102
  58. package/types/sap.ui.vtm.d.ts +3 -2
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +58 -31
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.138.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -23,8 +23,7 @@ declare module "sap/ui/vk/AnimationPlayer" {
23
23
  /**
24
24
  * Provides definition for an animation playback
25
25
  *
26
- * @experimental As of version 1.67.0. This class is experimental and might be modified or removed in future
27
- * versions.
26
+ * @since 1.67.0
28
27
  */
29
28
  export default class AnimationPlayer extends UI5Element {
30
29
  /**
@@ -514,9 +513,6 @@ declare module "sap/ui/vk/AnimationPlayer" {
514
513
  }
515
514
  /**
516
515
  * Describes the settings that can be provided to the AnimationPlayer constructor.
517
- *
518
- * @experimental As of version 1.67.0. This class is experimental and might be modified or removed in future
519
- * versions.
520
516
  */
521
517
  export interface $AnimationPlayerSettings extends $ElementSettings {
522
518
  viewStateManager?: ViewStateManagerBase | string;
@@ -600,8 +596,7 @@ declare module "sap/ui/vk/Annotation" {
600
596
  * Annotation allows applications to display custom html annotation on top of Viewport and associate it
601
597
  * with 3D object
602
598
  *
603
- * @experimental As of version 1.76.0. This class is experimental and might be modified or removed in future
604
- * versions.
599
+ * @since 1.76.0
605
600
  */
606
601
  export default class Annotation extends Control {
607
602
  /**
@@ -1223,9 +1218,6 @@ declare module "sap/ui/vk/Annotation" {
1223
1218
  }
1224
1219
  /**
1225
1220
  * Describes the settings that can be provided to the Annotation constructor.
1226
- *
1227
- * @experimental As of version 1.76.0. This class is experimental and might be modified or removed in future
1228
- * versions.
1229
1221
  */
1230
1222
  export interface $AnnotationSettings extends $ControlSettings {
1231
1223
  /**
@@ -4908,6 +4900,7 @@ declare module "sap/ui/vk/ContentResource" {
4908
4900
  * The source type of the content resource. Valid types:
4909
4901
  * - vds
4910
4902
  * - vds4
4903
+ * - vds4-2d
4911
4904
  * - svg
4912
4905
  * - png
4913
4906
  * - jpg
@@ -4916,7 +4909,10 @@ declare module "sap/ui/vk/ContentResource" {
4916
4909
  * - bmp
4917
4910
  * - tif*
4918
4911
  * - tiff*
4919
- * - stream The source type may be omitted if this is a grouping content node.
4912
+ * - stream
4913
+ * - stream2d
4914
+ * - ecad
4915
+ * - pdf The source type may be omitted if this is a grouping content node.
4920
4916
  * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
4921
4917
  * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
4922
4918
  * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
@@ -5316,6 +5312,7 @@ declare module "sap/ui/vk/ContentResource" {
5316
5312
  * The source type of the content resource. Valid types:
5317
5313
  * - vds
5318
5314
  * - vds4
5315
+ * - vds4-2d
5319
5316
  * - svg
5320
5317
  * - png
5321
5318
  * - jpg
@@ -5324,7 +5321,10 @@ declare module "sap/ui/vk/ContentResource" {
5324
5321
  * - bmp
5325
5322
  * - tif*
5326
5323
  * - tiff*
5327
- * - stream The source type may be omitted if this is a grouping content node.
5324
+ * - stream
5325
+ * - stream2d
5326
+ * - ecad
5327
+ * - pdf The source type may be omitted if this is a grouping content node.
5328
5328
  * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
5329
5329
  * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
5330
5330
  * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
@@ -5391,6 +5391,7 @@ declare module "sap/ui/vk/ContentResource" {
5391
5391
  * The source type of the content resource. Valid types:
5392
5392
  * - vds
5393
5393
  * - vds4
5394
+ * - vds4-2d
5394
5395
  * - svg
5395
5396
  * - png
5396
5397
  * - jpg
@@ -5399,7 +5400,10 @@ declare module "sap/ui/vk/ContentResource" {
5399
5400
  * - bmp
5400
5401
  * - tif*
5401
5402
  * - tiff*
5402
- * - stream The source type may be omitted if this is a grouping content node.
5403
+ * - stream
5404
+ * - stream2d
5405
+ * - ecad
5406
+ * - pdf The source type may be omitted if this is a grouping content node.
5403
5407
  * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
5404
5408
  * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
5405
5409
  * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
@@ -5886,14 +5890,24 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5886
5890
  enum DrawerToolbarButton {
5887
5891
  CrossSection = "VIT-Cross-Section",
5888
5892
 
5893
+ CrossSectionSeparator = "VIT-Cross-Section-Separator",
5894
+
5895
+ EcadSeparator = "VIT-ECAD-Separator",
5896
+
5889
5897
  FitToPage = "VIT-Fit-To-Page",
5890
5898
 
5891
5899
  FitToView = "VIT-Fit-To-View",
5892
5900
 
5901
+ FitToViewSeparator = "VIT-Fit-To-View-Separator",
5902
+
5893
5903
  FitToWidth = "VIT-Fit-To-Width",
5894
5904
 
5905
+ Flip = "VIT-Flip",
5906
+
5895
5907
  FullScreen = "VIT-Fullscreen",
5896
5908
 
5909
+ GestureButtonsSeparator = "VIT-Gesture-Buttons-Separator",
5910
+
5897
5911
  Hide = "VIT-Hide",
5898
5912
 
5899
5913
  Measurements = "VIT-Measurements",
@@ -5904,6 +5918,8 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5904
5918
 
5905
5919
  PageNavigation = "VIT-Page-Navigation",
5906
5920
 
5921
+ PageNavigationSeparator = "VIT-Page-Navigation-Separator",
5922
+
5907
5923
  Pan = "VIT-Pan",
5908
5924
 
5909
5925
  PMI = "VIT-PMI",
@@ -5912,10 +5928,20 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5912
5928
 
5913
5929
  PredefinedViews = "VIT-Predefined-Views",
5914
5930
 
5931
+ PredefinedViewsSeparator = "VIT-Predefined-Views-Separator",
5932
+
5915
5933
  RectangularSelection = "VIT-Rectangular-Selection",
5916
5934
 
5935
+ RectangularSelectionSeparator = "VIT-Rectangular-Selection-Separator",
5936
+
5937
+ RotateCCW = "VIT-Rotate-CCW",
5938
+
5939
+ RotateCW = "VIT-Rotate-CW",
5940
+
5917
5941
  Show = "VIT-Show",
5918
5942
 
5943
+ ShowHideSeparator = "VIT-Show-Hide-Separator",
5944
+
5919
5945
  Turntable = "VIT-Turntable",
5920
5946
 
5921
5947
  Zoom = "VIT-Zoom",
@@ -8593,9 +8619,9 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8593
8619
 
8594
8620
  import Event from "sap/ui/base/Event";
8595
8621
 
8596
- import ScrollContainer from "sap/m/ScrollContainer";
8622
+ import Table from "sap/m/Table";
8597
8623
 
8598
- import { ID } from "sap/ui/core/library";
8624
+ import { ID, CSSSize } from "sap/ui/core/library";
8599
8625
 
8600
8626
  import ElementMetadata from "sap/ui/core/ElementMetadata";
8601
8627
 
@@ -8603,6 +8629,8 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8603
8629
 
8604
8630
  import ViewStateManagerBase from "sap/ui/vk/ViewStateManagerBase";
8605
8631
 
8632
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
8633
+
8606
8634
  /**
8607
8635
  * Provides a flat list view of all the ECAD layers in a given scene in table format.
8608
8636
  *
@@ -8762,17 +8790,35 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8762
8790
  /**
8763
8791
  * Gets content of aggregation {@link #getContent content}.
8764
8792
  */
8765
- getContent(): ScrollContainer;
8793
+ getContent(): Table;
8766
8794
  /**
8767
8795
  * ID of the element which is the current target of the association {@link #getContentConnector contentConnector},
8768
8796
  * or `null`.
8769
8797
  */
8770
8798
  getContentConnector(): ID | null;
8799
+ /**
8800
+ * Gets current value of property {@link #getHeight height}.
8801
+ *
8802
+ * Default value is `"100%"`.
8803
+ *
8804
+ *
8805
+ * @returns Value of property `height`
8806
+ */
8807
+ getHeight(): CSSSize;
8771
8808
  /**
8772
8809
  * ID of the element which is the current target of the association {@link #getViewStateManager viewStateManager},
8773
8810
  * or `null`.
8774
8811
  */
8775
8812
  getViewStateManager(): ID | null;
8813
+ /**
8814
+ * Gets current value of property {@link #getWidth width}.
8815
+ *
8816
+ * Default value is `"auto"`.
8817
+ *
8818
+ *
8819
+ * @returns Value of property `width`
8820
+ */
8821
+ getWidth(): CSSSize;
8776
8822
  /**
8777
8823
  * Sets the aggregated {@link #getContent content}.
8778
8824
  *
@@ -8783,7 +8829,7 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8783
8829
  /**
8784
8830
  * The content to set
8785
8831
  */
8786
- oContent: ScrollContainer
8832
+ oContent: Table
8787
8833
  ): this;
8788
8834
  /**
8789
8835
  * Sets the associated {@link #getContentConnector contentConnector}.
@@ -8798,6 +8844,22 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8798
8844
  */
8799
8845
  oContentConnector: ID | ContentConnector
8800
8846
  ): this;
8847
+ /**
8848
+ * Sets a new value for property {@link #getHeight height}.
8849
+ *
8850
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8851
+ *
8852
+ * Default value is `"100%"`.
8853
+ *
8854
+ *
8855
+ * @returns Reference to `this` in order to allow method chaining
8856
+ */
8857
+ setHeight(
8858
+ /**
8859
+ * New value for property `height`
8860
+ */
8861
+ sHeight?: CSSSize
8862
+ ): this;
8801
8863
  /**
8802
8864
  * Sets the associated {@link #getViewStateManager viewStateManager}.
8803
8865
  *
@@ -8811,12 +8873,32 @@ declare module "sap/ui/vk/ecad/LayersPanel" {
8811
8873
  */
8812
8874
  oViewStateManager: ID | ViewStateManagerBase
8813
8875
  ): this;
8876
+ /**
8877
+ * Sets a new value for property {@link #getWidth width}.
8878
+ *
8879
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8880
+ *
8881
+ * Default value is `"auto"`.
8882
+ *
8883
+ *
8884
+ * @returns Reference to `this` in order to allow method chaining
8885
+ */
8886
+ setWidth(
8887
+ /**
8888
+ * New value for property `width`
8889
+ */
8890
+ sWidth?: CSSSize
8891
+ ): this;
8814
8892
  }
8815
8893
  /**
8816
8894
  * Describes the settings that can be provided to the LayersPanel constructor.
8817
8895
  */
8818
8896
  export interface $LayersPanelSettings extends $ControlSettings {
8819
- content?: ScrollContainer;
8897
+ width?: CSSSize | PropertyBindingInfo | `{${string}}`;
8898
+
8899
+ height?: CSSSize | PropertyBindingInfo | `{${string}}`;
8900
+
8901
+ content?: Table;
8820
8902
 
8821
8903
  /**
8822
8904
  * An association to the `ContentConnector` instance that manages content resources.
@@ -8864,8 +8946,6 @@ declare module "sap/ui/vk/FlexibleControl" {
8864
8946
  * Holds layout data for the FlexibleControl contents.
8865
8947
  *
8866
8948
  * @since 1.16.0
8867
- * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
8868
- * versions.
8869
8949
  */
8870
8950
  export default class FlexibleControl extends Control {
8871
8951
  /**
@@ -9110,9 +9190,6 @@ declare module "sap/ui/vk/FlexibleControl" {
9110
9190
  }
9111
9191
  /**
9112
9192
  * Describes the settings that can be provided to the FlexibleControl constructor.
9113
- *
9114
- * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
9115
- * versions.
9116
9193
  */
9117
9194
  export interface $FlexibleControlSettings extends $ControlSettings {
9118
9195
  /**
@@ -9154,8 +9231,6 @@ declare module "sap/ui/vk/FlexibleControlLayoutData" {
9154
9231
  * size of the content dynamically and is not directly set as style property.)
9155
9232
  *
9156
9233
  * @since 1.32.0
9157
- * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
9158
- * versions.
9159
9234
  */
9160
9235
  export default class FlexibleControlLayoutData extends LayoutData {
9161
9236
  /**
@@ -9335,9 +9410,6 @@ declare module "sap/ui/vk/FlexibleControlLayoutData" {
9335
9410
  }
9336
9411
  /**
9337
9412
  * Describes the settings that can be provided to the FlexibleControlLayoutData constructor.
9338
- *
9339
- * @experimental As of version 1.32.0. This class is experimental and might be modified or removed in future
9340
- * versions.
9341
9413
  */
9342
9414
  export interface $FlexibleControlLayoutDataSettings
9343
9415
  extends $LayoutDataSettings {
@@ -9593,9 +9665,8 @@ declare module "sap/ui/vk/LegendItem" {
9593
9665
  /**
9594
9666
  * Legend item control
9595
9667
  *
9668
+ * @since 1.38.0
9596
9669
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
9597
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
9598
- * versions.
9599
9670
  */
9600
9671
  export default class LegendItem extends StandardListItem {
9601
9672
  /**
@@ -9715,8 +9786,6 @@ declare module "sap/ui/vk/LegendItem" {
9715
9786
  * Describes the settings that can be provided to the LegendItem constructor.
9716
9787
  *
9717
9788
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ContainerLegendItem}
9718
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
9719
- * versions.
9720
9789
  */
9721
9790
  export interface $LegendItemSettings extends $StandardListItemSettings {
9722
9791
  /**
@@ -9755,9 +9824,8 @@ declare module "sap/ui/vk/ListPanel" {
9755
9824
  /**
9756
9825
  * Aggregation control for the Legend
9757
9826
  *
9827
+ * @since 1.38.0
9758
9828
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanel}
9759
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
9760
- * versions.
9761
9829
  */
9762
9830
  export default class ListPanel extends Control {
9763
9831
  /**
@@ -10391,8 +10459,6 @@ declare module "sap/ui/vk/ListPanel" {
10391
10459
  * Describes the settings that can be provided to the ListPanel constructor.
10392
10460
  *
10393
10461
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanel}
10394
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
10395
- * versions.
10396
10462
  */
10397
10463
  export interface $ListPanelSettings extends $ControlSettings {
10398
10464
  /**
@@ -10549,9 +10615,8 @@ declare module "sap/ui/vk/ListPanelStack" {
10549
10615
  /**
10550
10616
  * ListPanelStack control
10551
10617
  *
10618
+ * @since 1.38.0
10552
10619
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanelStack}
10553
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
10554
- * versions.
10555
10620
  */
10556
10621
  export default class ListPanelStack extends Control {
10557
10622
  /**
@@ -10812,8 +10877,6 @@ declare module "sap/ui/vk/ListPanelStack" {
10812
10877
  * Describes the settings that can be provided to the ListPanelStack constructor.
10813
10878
  *
10814
10879
  * @deprecated As of version 1.120.2. This object is moved to sap.ui.vbm namespace, see {@link sap.ui.vbm.ListPanelStack}
10815
- * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
10816
- * versions.
10817
10880
  */
10818
10881
  export interface $ListPanelStackSettings extends $ControlSettings {
10819
10882
  /**
@@ -14257,8 +14320,6 @@ declare module "sap/ui/vk/OutputSettings" {
14257
14320
  * Aggregation element for the output settings of the Viewport
14258
14321
  *
14259
14322
  * @since 1.92.0
14260
- * @experimental As of version 1.92.0. This class is experimental and might be modified or removed in future
14261
- * versions.
14262
14323
  */
14263
14324
  export default class OutputSettings extends UI5Element {
14264
14325
  /**
@@ -14401,9 +14462,6 @@ declare module "sap/ui/vk/OutputSettings" {
14401
14462
  }
14402
14463
  /**
14403
14464
  * Describes the settings that can be provided to the OutputSettings constructor.
14404
- *
14405
- * @experimental As of version 1.92.0. This class is experimental and might be modified or removed in future
14406
- * versions.
14407
14465
  */
14408
14466
  export interface $OutputSettingsSettings extends $ElementSettings {
14409
14467
  /**
@@ -23567,8 +23625,7 @@ declare module "sap/ui/vk/Texture" {
23567
23625
  /**
23568
23626
  * Provides the interface for the texture.
23569
23627
  *
23570
- * @experimental As of version 1.58.0. This class is experimental and might be modified or removed in future
23571
- * versions.
23628
+ * @since 1.58.0
23572
23629
  */
23573
23630
  export default class Texture extends ManagedObject {
23574
23631
  /**
@@ -23863,9 +23920,6 @@ declare module "sap/ui/vk/Texture" {
23863
23920
  }
23864
23921
  /**
23865
23922
  * Describes the settings that can be provided to the Texture constructor.
23866
- *
23867
- * @experimental As of version 1.58.0. This class is experimental and might be modified or removed in future
23868
- * versions.
23869
23923
  */
23870
23924
  export interface $TextureSettings extends $ManagedObjectSettings {
23871
23925
  /**
@@ -24239,8 +24293,7 @@ declare module "sap/ui/vk/threejs/Material" {
24239
24293
  /**
24240
24294
  * Provides the interface for the material.
24241
24295
  *
24242
- * @experimental As of version 1.60.0. This class is experimental and might be modified or removed in future
24243
- * versions.
24296
+ * @since 1.60.0
24244
24297
  */
24245
24298
  export default class Material extends Material1 {
24246
24299
  /**
@@ -25292,8 +25345,7 @@ declare module "sap/ui/vk/threejs/Texture" {
25292
25345
  /**
25293
25346
  * Provides the interface for the material.
25294
25347
  *
25295
- * @experimental As of version 1.60.0. This class is experimental and might be modified or removed in future
25296
- * versions.
25348
+ * @since 1.60.0
25297
25349
  */
25298
25350
  export default class Texture extends Texture1 {
25299
25351
  /**
@@ -25342,9 +25394,6 @@ declare module "sap/ui/vk/threejs/Texture" {
25342
25394
  }
25343
25395
  /**
25344
25396
  * Describes the settings that can be provided to the Texture constructor.
25345
- *
25346
- * @experimental As of version 1.60.0. This class is experimental and might be modified or removed in future
25347
- * versions.
25348
25397
  */
25349
25398
  export interface $TextureSettings extends $TextureSettings1 {}
25350
25399
  }
@@ -25628,8 +25677,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
25628
25677
  /**
25629
25678
  * Returns object as an image of desired size.
25630
25679
  *
25631
- * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
25632
- * versions
25680
+ * @since 1.82.0
25633
25681
  *
25634
25682
  * @returns Base64 encoded PNG image
25635
25683
  */
@@ -25666,8 +25714,7 @@ declare module "sap/ui/vk/threejs/Viewport" {
25666
25714
  /**
25667
25715
  * Returns object/objects as an image of desired size.
25668
25716
  *
25669
- * @experimental As of version 1.102.0. This method is experimental and might be modified or removed in
25670
- * future versions
25717
+ * @since 1.102.0
25671
25718
  *
25672
25719
  * @returns Base64 encoded image
25673
25720
  */
@@ -26275,8 +26322,7 @@ declare module "sap/ui/vk/threejs/ViewStateManager" {
26275
26322
  /**
26276
26323
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
26277
26324
  *
26278
- * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
26279
- * versions
26325
+ * @since 1.82.0
26280
26326
  *
26281
26327
  * @returns An array of nodes
26282
26328
  */
@@ -30575,8 +30621,7 @@ declare module "sap/ui/vk/tools/ExplodeItemGroup" {
30575
30621
  /**
30576
30622
  * Aggregation element for the output settings of the Viewport
30577
30623
  *
30578
- * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
30579
- * versions
30624
+ * @since 1.82.0
30580
30625
  */
30581
30626
  export default class ExplodeItemGroup extends UI5Element {
30582
30627
  /**
@@ -30765,9 +30810,6 @@ declare module "sap/ui/vk/tools/ExplodeItemGroup" {
30765
30810
  }
30766
30811
  /**
30767
30812
  * Describes the settings that can be provided to the ExplodeItemGroup constructor.
30768
- *
30769
- * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
30770
- * versions
30771
30813
  */
30772
30814
  export interface $ExplodeItemGroupSettings extends $ElementSettings {
30773
30815
  name?: string | PropertyBindingInfo;
@@ -33004,8 +33046,7 @@ declare module "sap/ui/vk/tools/PointCloudSelectionTool" {
33004
33046
  /**
33005
33047
  * Tool used to select points
33006
33048
  *
33007
- * @experimental As of version 1.118.0. This class is experimental and might be modified or removed in future
33008
- * versions.
33049
+ * @since 1.118.0
33009
33050
  */
33010
33051
  export default class PointCloudSelectionTool extends Tool {
33011
33052
  /**
@@ -33343,9 +33384,6 @@ declare module "sap/ui/vk/tools/PointCloudSelectionTool" {
33343
33384
  }
33344
33385
  /**
33345
33386
  * Describes the settings that can be provided to the PointCloudSelectionTool constructor.
33346
- *
33347
- * @experimental As of version 1.118.0. This class is experimental and might be modified or removed in future
33348
- * versions.
33349
33387
  */
33350
33388
  export interface $PointCloudSelectionToolSettings extends $ToolSettings {
33351
33389
  selectionColor?: float[] | PropertyBindingInfo | `{${string}}`;
@@ -38388,8 +38426,7 @@ declare module "sap/ui/vk/View" {
38388
38426
  /**
38389
38427
  * Returns view camera
38390
38428
  *
38391
- * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38392
- * versions.
38429
+ * @since 1.73.0
38393
38430
  *
38394
38431
  * @returns View camera
38395
38432
  */
@@ -38435,8 +38472,7 @@ declare module "sap/ui/vk/View" {
38435
38472
  /**
38436
38473
  * Get parameters of nodes defined in view
38437
38474
  *
38438
- * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38439
- * versions.
38475
+ * @since 1.73.0
38440
38476
  *
38441
38477
  * @returns Array of objects containing node information, each object contains the following fields
38442
38478
  * ```javascript
@@ -38528,8 +38564,7 @@ declare module "sap/ui/vk/View" {
38528
38564
  /**
38529
38565
  * Set view camera.
38530
38566
  *
38531
- * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38532
- * versions.
38567
+ * @since 1.73.0
38533
38568
  *
38534
38569
  * @returns return this
38535
38570
  */
@@ -38608,8 +38643,7 @@ declare module "sap/ui/vk/View" {
38608
38643
  /**
38609
38644
  * Set parameters of nodes defined in view
38610
38645
  *
38611
- * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38612
- * versions.
38646
+ * @since 1.73.0
38613
38647
  *
38614
38648
  * @returns Reference to this in order to allow method chaining
38615
38649
  */
@@ -38686,8 +38720,7 @@ declare module "sap/ui/vk/View" {
38686
38720
  * Update parameters of nodes if nodes are already defined, add parameters if the node is not defined in
38687
38721
  * view
38688
38722
  *
38689
- * @experimental As of version 1.73.0. This class is experimental and might be modified or removed in future
38690
- * versions.
38723
+ * @since 1.73.0
38691
38724
  *
38692
38725
  * @returns Reference to this in order to allow method chaining
38693
38726
  */
@@ -38892,12 +38925,7 @@ declare module "sap/ui/vk/Viewer" {
38892
38925
  *
38893
38926
  * @returns `this` to allow method chaining.
38894
38927
  */
38895
- activateFullScreenMode(
38896
- /**
38897
- * Parameter which specifies whether to activate or deactivate full screen mode.
38898
- */
38899
- value: boolean
38900
- ): this;
38928
+ activateFullScreenMode(): this;
38901
38929
  /**
38902
38930
  * Activates the redline design control.
38903
38931
  *
@@ -39586,6 +39614,28 @@ declare module "sap/ui/vk/Viewer" {
39586
39614
  * Content resources to load and display in the Viewer control.
39587
39615
  */
39588
39616
  getContentResources(): ContentResource[];
39617
+ /**
39618
+ * Gets current value of property {@link #getEnableElementsPanel enableElementsPanel}.
39619
+ *
39620
+ * Disables the ECAD elements panel control
39621
+ *
39622
+ * Default value is `true`.
39623
+ *
39624
+ *
39625
+ * @returns Value of property `enableElementsPanel`
39626
+ */
39627
+ getEnableElementsPanel(): boolean;
39628
+ /**
39629
+ * Gets current value of property {@link #getEnableLayersPanel enableLayersPanel}.
39630
+ *
39631
+ * Disables the ECAD layers panel control
39632
+ *
39633
+ * Default value is `true`.
39634
+ *
39635
+ *
39636
+ * @returns Value of property `enableLayersPanel`
39637
+ */
39638
+ getEnableLayersPanel(): boolean;
39589
39639
  /**
39590
39640
  * Gets current value of property {@link #getEnableMiniMap enableMiniMap}.
39591
39641
  *
@@ -39608,6 +39658,17 @@ declare module "sap/ui/vk/Viewer" {
39608
39658
  * @returns Value of property `enableNotifications`
39609
39659
  */
39610
39660
  getEnableNotifications(): boolean;
39661
+ /**
39662
+ * Gets current value of property {@link #getEnablePageGallery enablePageGallery}.
39663
+ *
39664
+ * Disables the page gallery control
39665
+ *
39666
+ * Default value is `true`.
39667
+ *
39668
+ *
39669
+ * @returns Value of property `enablePageGallery`
39670
+ */
39671
+ getEnablePageGallery(): boolean;
39611
39672
  /**
39612
39673
  * Gets current value of property {@link #getEnableProgressIndicator enableProgressIndicator}.
39613
39674
  *
@@ -39675,7 +39736,7 @@ declare module "sap/ui/vk/Viewer" {
39675
39736
  *
39676
39737
  * Color used for highlighting Smart2D hotspots in the CSS Color format.
39677
39738
  *
39678
- * Default value is `"rgba(255, 0, 0, 0.7529411764705882)"`.
39739
+ * Default value is `"rgba(89, 0, 0, 0.73)"`.
39679
39740
  *
39680
39741
  *
39681
39742
  * @returns Value of property `hotspotColor`
@@ -39686,12 +39747,23 @@ declare module "sap/ui/vk/Viewer" {
39686
39747
  *
39687
39748
  * Color used for highlighting Smart2D hotspots in the ABGR format.
39688
39749
  *
39689
- * Default value is `0xc00000ff`.
39750
+ * Default value is `0x590000BB`.
39690
39751
  *
39691
39752
  *
39692
39753
  * @returns Value of property `hotspotColorABGR`
39693
39754
  */
39694
39755
  getHotspotColorABGR(): int;
39756
+ /**
39757
+ * Gets current value of property {@link #getHotspotsEnabled hotspotsEnabled}.
39758
+ *
39759
+ * Shows or hides showing of all hotspots toggle button
39760
+ *
39761
+ * Default value is `true`.
39762
+ *
39763
+ *
39764
+ * @returns Value of property `hotspotsEnabled`
39765
+ */
39766
+ getHotspotsEnabled(): boolean;
39695
39767
  /**
39696
39768
  * Gets the 2D viewport used for displaying format natively supported by the browser - 2D images etc.
39697
39769
  *
@@ -39793,6 +39865,28 @@ declare module "sap/ui/vk/Viewer" {
39793
39865
  * @returns Value of property `showDrawerToolbar`
39794
39866
  */
39795
39867
  getShowDrawerToolbar(): boolean;
39868
+ /**
39869
+ * Gets current value of property {@link #getShowElementsPanel showElementsPanel}.
39870
+ *
39871
+ * Shows or hides the ECAD elements panel control
39872
+ *
39873
+ * Default value is `true`.
39874
+ *
39875
+ *
39876
+ * @returns Value of property `showElementsPanel`
39877
+ */
39878
+ getShowElementsPanel(): boolean;
39879
+ /**
39880
+ * Gets current value of property {@link #getShowLayersPanel showLayersPanel}.
39881
+ *
39882
+ * Shows or hides the ECAD layers panel control
39883
+ *
39884
+ * Default value is `true`.
39885
+ *
39886
+ *
39887
+ * @returns Value of property `showLayersPanel`
39888
+ */
39889
+ getShowLayersPanel(): boolean;
39796
39890
  /**
39797
39891
  * Gets current value of property {@link #getShowMiniMap showMiniMap}.
39798
39892
  *
@@ -39804,6 +39898,17 @@ declare module "sap/ui/vk/Viewer" {
39804
39898
  * @returns Value of property `showMiniMap`
39805
39899
  */
39806
39900
  getShowMiniMap(): boolean;
39901
+ /**
39902
+ * Gets current value of property {@link #getShowPageGallery showPageGallery}.
39903
+ *
39904
+ * Shows or hides the page gallery control
39905
+ *
39906
+ * Default value is `true`.
39907
+ *
39908
+ *
39909
+ * @returns Value of property `showPageGallery`
39910
+ */
39911
+ getShowPageGallery(): boolean;
39807
39912
  /**
39808
39913
  * Gets current value of property {@link #getShowSceneTree showSceneTree}.
39809
39914
  *
@@ -39984,6 +40089,42 @@ declare module "sap/ui/vk/Viewer" {
39984
40089
  */
39985
40090
  handler: DecryptionHandler
39986
40091
  ): this;
40092
+ /**
40093
+ * Sets a new value for property {@link #getEnableElementsPanel enableElementsPanel}.
40094
+ *
40095
+ * Disables the ECAD elements panel control
40096
+ *
40097
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40098
+ *
40099
+ * Default value is `true`.
40100
+ *
40101
+ *
40102
+ * @returns Reference to `this` in order to allow method chaining
40103
+ */
40104
+ setEnableElementsPanel(
40105
+ /**
40106
+ * New value for property `enableElementsPanel`
40107
+ */
40108
+ bEnableElementsPanel?: boolean
40109
+ ): this;
40110
+ /**
40111
+ * Sets a new value for property {@link #getEnableLayersPanel enableLayersPanel}.
40112
+ *
40113
+ * Disables the ECAD layers panel control
40114
+ *
40115
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40116
+ *
40117
+ * Default value is `true`.
40118
+ *
40119
+ *
40120
+ * @returns Reference to `this` in order to allow method chaining
40121
+ */
40122
+ setEnableLayersPanel(
40123
+ /**
40124
+ * New value for property `enableLayersPanel`
40125
+ */
40126
+ bEnableLayersPanel?: boolean
40127
+ ): this;
39987
40128
  /**
39988
40129
  * Sets a new value for property {@link #getEnableMiniMap enableMiniMap}.
39989
40130
  *
@@ -40020,6 +40161,24 @@ declare module "sap/ui/vk/Viewer" {
40020
40161
  */
40021
40162
  bEnableNotifications?: boolean
40022
40163
  ): this;
40164
+ /**
40165
+ * Sets a new value for property {@link #getEnablePageGallery enablePageGallery}.
40166
+ *
40167
+ * Disables the page gallery control
40168
+ *
40169
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40170
+ *
40171
+ * Default value is `true`.
40172
+ *
40173
+ *
40174
+ * @returns Reference to `this` in order to allow method chaining
40175
+ */
40176
+ setEnablePageGallery(
40177
+ /**
40178
+ * New value for property `enablePageGallery`
40179
+ */
40180
+ bEnablePageGallery?: boolean
40181
+ ): this;
40023
40182
  /**
40024
40183
  * Sets a new value for property {@link #getEnableProgressIndicator enableProgressIndicator}.
40025
40184
  *
@@ -40115,7 +40274,7 @@ declare module "sap/ui/vk/Viewer" {
40115
40274
  *
40116
40275
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40117
40276
  *
40118
- * Default value is `"rgba(255, 0, 0, 0.7529411764705882)"`.
40277
+ * Default value is `"rgba(89, 0, 0, 0.73)"`.
40119
40278
  *
40120
40279
  *
40121
40280
  * @returns Reference to `this` in order to allow method chaining
@@ -40133,7 +40292,7 @@ declare module "sap/ui/vk/Viewer" {
40133
40292
  *
40134
40293
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40135
40294
  *
40136
- * Default value is `0xc00000ff`.
40295
+ * Default value is `0x590000BB`.
40137
40296
  *
40138
40297
  *
40139
40298
  * @returns Reference to `this` in order to allow method chaining
@@ -40144,6 +40303,24 @@ declare module "sap/ui/vk/Viewer" {
40144
40303
  */
40145
40304
  iHotspotColorABGR?: int
40146
40305
  ): this;
40306
+ /**
40307
+ * Sets a new value for property {@link #getHotspotsEnabled hotspotsEnabled}.
40308
+ *
40309
+ * Shows or hides showing of all hotspots toggle button
40310
+ *
40311
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40312
+ *
40313
+ * Default value is `true`.
40314
+ *
40315
+ *
40316
+ * @returns Reference to `this` in order to allow method chaining
40317
+ */
40318
+ setHotspotsEnabled(
40319
+ /**
40320
+ * New value for property `hotspotsEnabled`
40321
+ */
40322
+ bHotspotsEnabled?: boolean
40323
+ ): this;
40147
40324
  /**
40148
40325
  * Sets a new value for property {@link #getOverlayStepNavigation overlayStepNavigation}.
40149
40326
  *
@@ -40257,6 +40434,42 @@ declare module "sap/ui/vk/Viewer" {
40257
40434
  */
40258
40435
  bShowDrawerToolbar?: boolean
40259
40436
  ): this;
40437
+ /**
40438
+ * Sets a new value for property {@link #getShowElementsPanel showElementsPanel}.
40439
+ *
40440
+ * Shows or hides the ECAD elements panel control
40441
+ *
40442
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40443
+ *
40444
+ * Default value is `true`.
40445
+ *
40446
+ *
40447
+ * @returns Reference to `this` in order to allow method chaining
40448
+ */
40449
+ setShowElementsPanel(
40450
+ /**
40451
+ * New value for property `showElementsPanel`
40452
+ */
40453
+ bShowElementsPanel?: boolean
40454
+ ): this;
40455
+ /**
40456
+ * Sets a new value for property {@link #getShowLayersPanel showLayersPanel}.
40457
+ *
40458
+ * Shows or hides the ECAD layers panel control
40459
+ *
40460
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40461
+ *
40462
+ * Default value is `true`.
40463
+ *
40464
+ *
40465
+ * @returns Reference to `this` in order to allow method chaining
40466
+ */
40467
+ setShowLayersPanel(
40468
+ /**
40469
+ * New value for property `showLayersPanel`
40470
+ */
40471
+ bShowLayersPanel?: boolean
40472
+ ): this;
40260
40473
  /**
40261
40474
  * Sets a new value for property {@link #getShowMiniMap showMiniMap}.
40262
40475
  *
@@ -40275,6 +40488,24 @@ declare module "sap/ui/vk/Viewer" {
40275
40488
  */
40276
40489
  bShowMiniMap?: boolean
40277
40490
  ): this;
40491
+ /**
40492
+ * Sets a new value for property {@link #getShowPageGallery showPageGallery}.
40493
+ *
40494
+ * Shows or hides the page gallery control
40495
+ *
40496
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
40497
+ *
40498
+ * Default value is `true`.
40499
+ *
40500
+ *
40501
+ * @returns Reference to `this` in order to allow method chaining
40502
+ */
40503
+ setShowPageGallery(
40504
+ /**
40505
+ * New value for property `showPageGallery`
40506
+ */
40507
+ bShowPageGallery?: boolean
40508
+ ): this;
40278
40509
  /**
40279
40510
  * Sets a new value for property {@link #getShowSceneTree showSceneTree}.
40280
40511
  *
@@ -40432,6 +40663,36 @@ declare module "sap/ui/vk/Viewer" {
40432
40663
  */
40433
40664
  overlayStepNavigation?: boolean | PropertyBindingInfo | `{${string}}`;
40434
40665
 
40666
+ /**
40667
+ * Disables the ECAD layers panel control
40668
+ */
40669
+ enableLayersPanel?: boolean | PropertyBindingInfo | `{${string}}`;
40670
+
40671
+ /**
40672
+ * Shows or hides the ECAD layers panel control
40673
+ */
40674
+ showLayersPanel?: boolean | PropertyBindingInfo | `{${string}}`;
40675
+
40676
+ /**
40677
+ * Disables the ECAD elements panel control
40678
+ */
40679
+ enableElementsPanel?: boolean | PropertyBindingInfo | `{${string}}`;
40680
+
40681
+ /**
40682
+ * Shows or hides the ECAD elements panel control
40683
+ */
40684
+ showElementsPanel?: boolean | PropertyBindingInfo | `{${string}}`;
40685
+
40686
+ /**
40687
+ * Disables the page gallery control
40688
+ */
40689
+ enablePageGallery?: boolean | PropertyBindingInfo | `{${string}}`;
40690
+
40691
+ /**
40692
+ * Shows or hides the page gallery control
40693
+ */
40694
+ showPageGallery?: boolean | PropertyBindingInfo | `{${string}}`;
40695
+
40435
40696
  /**
40436
40697
  * Shows or hides Toolbar control
40437
40698
  */
@@ -40506,6 +40767,11 @@ declare module "sap/ui/vk/Viewer" {
40506
40767
  */
40507
40768
  webGLContextAttributes?: object | PropertyBindingInfo | `{${string}}`;
40508
40769
 
40770
+ /**
40771
+ * Shows or hides showing of all hotspots toggle button
40772
+ */
40773
+ hotspotsEnabled?: boolean | PropertyBindingInfo | `{${string}}`;
40774
+
40509
40775
  /**
40510
40776
  * Enables or disables showing of all hotspots
40511
40777
  */
@@ -41934,8 +42200,7 @@ declare module "sap/ui/vk/Viewport" {
41934
42200
  /**
41935
42201
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
41936
42202
  *
41937
- * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
41938
- * versions
42203
+ * @since 1.82.0
41939
42204
  *
41940
42205
  * @returns An array of nodes
41941
42206
  */
@@ -44306,8 +44571,7 @@ declare module "sap/ui/vk/ViewStateManager" {
44306
44571
  /**
44307
44572
  * Get the Symbol node from nodeId, if nodeId is not set, returns a collection of all Symbol nodes
44308
44573
  *
44309
- * @experimental As of version 1.82.0. This method is experimental and might be modified or removed in future
44310
- * versions
44574
+ * @since 1.82.0
44311
44575
  *
44312
44576
  * @returns An array of nodes
44313
44577
  */
@@ -46021,8 +46285,7 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
46021
46285
  * If a single node reference is passed to the method then a single value is returned.
46022
46286
  * If an array of node references is passed to the method then an array of values is returned.
46023
46287
  *
46024
- * @experimental As of version 1.111.0. This method is experimental and might be modified or removed in
46025
- * future versions.
46288
+ * @since 1.111.0
46026
46289
  *
46027
46290
  * @returns A single value or an array of values. Value `null` means that the node's own `selectable` property
46028
46291
  * should be used.
@@ -46307,8 +46570,7 @@ declare module "sap/ui/vk/ViewStateManagerBase" {
46307
46570
  * a grouping node is ***selectable*** then its descendants can be either ***selectable*** or ***unselectable***
46308
46571
  * based on their `selectable` property.
46309
46572
  *
46310
- * @experimental As of version 1.111.0. This method is experimental and might be modified or removed in
46311
- * future versions.
46573
+ * @since 1.111.0
46312
46574
  *
46313
46575
  * @returns `this` to allow method chaining.
46314
46576
  */