@sapui5/types 1.123.2 → 1.124.1

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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +5 -3
  6. package/types/sap.esh.search.ui.d.ts +126 -1
  7. package/types/sap.f.d.ts +49 -12
  8. package/types/sap.fe.core.d.ts +14 -6
  9. package/types/sap.fe.macros.d.ts +2319 -461
  10. package/types/sap.fe.navigation.d.ts +1 -1
  11. package/types/sap.fe.placeholder.d.ts +1 -1
  12. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  13. package/types/sap.fe.templates.d.ts +31 -4
  14. package/types/sap.fe.test.d.ts +1 -1
  15. package/types/sap.fe.tools.d.ts +1 -1
  16. package/types/sap.feedback.ui.d.ts +1 -1
  17. package/types/sap.gantt.d.ts +3 -2
  18. package/types/sap.insights.d.ts +1 -1
  19. package/types/sap.m.d.ts +4149 -474
  20. package/types/sap.makit.d.ts +1 -1
  21. package/types/sap.me.d.ts +1 -1
  22. package/types/sap.ndc.d.ts +1 -1
  23. package/types/sap.ovp.d.ts +1 -1
  24. package/types/sap.rules.ui.d.ts +1 -1
  25. package/types/sap.sac.df.d.ts +225 -313
  26. package/types/sap.suite.ui.commons.d.ts +11 -5
  27. package/types/sap.suite.ui.generic.template.d.ts +31 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +3 -2
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +17 -9
  32. package/types/sap.ui.comp.d.ts +171 -31
  33. package/types/sap.ui.core.d.ts +130 -231
  34. package/types/sap.ui.dt.d.ts +6 -2
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +3 -2
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +1 -1
  40. package/types/sap.ui.layout.d.ts +7 -4
  41. package/types/sap.ui.mdc.d.ts +485 -758
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +1 -1
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +1 -1
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +4 -3
  49. package/types/sap.ui.ux3.d.ts +3 -2
  50. package/types/sap.ui.vbm.d.ts +3 -2
  51. package/types/sap.ui.vk.d.ts +77 -26
  52. package/types/sap.ui.vtm.d.ts +23 -12
  53. package/types/sap.ui.webc.common.d.ts +1 -1
  54. package/types/sap.ui.webc.fiori.d.ts +191 -12
  55. package/types/sap.ui.webc.main.d.ts +557 -33
  56. package/types/sap.uiext.inbox.d.ts +62 -1
  57. package/types/sap.ushell.d.ts +649 -198
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +11 -6
  60. package/types/sap.viz.d.ts +1 -1
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +1 -1
  64. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -14718,7 +14718,8 @@ declare module "sap/ui/unified/FileUploader" {
14718
14718
  */
14719
14719
  export default class FileUploader
14720
14720
  extends Control
14721
- implements IFormContent, IProcessableBlobs {
14721
+ implements IFormContent, IProcessableBlobs
14722
+ {
14722
14723
  __implements__sap_ui_core_IFormContent: boolean;
14723
14724
  __implements__sap_ui_unified_IProcessableBlobs: boolean;
14724
14725
  /**
@@ -17592,7 +17593,7 @@ declare module "sap/ui/unified/FileUploader" {
17592
17593
  * Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
17593
17594
  * by Internet Explorer 9.
17594
17595
  */
17595
- status?: string;
17596
+ status?: int;
17596
17597
 
17597
17598
  /**
17598
17599
  * Http-Response which comes from the server.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -3355,7 +3355,8 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
3355
3355
  */
3356
3356
  export default class DataSetSimpleView
3357
3357
  extends Control
3358
- implements DataSetView {
3358
+ implements DataSetView
3359
+ {
3359
3360
  __implements__sap_ui_ux3_DataSetView: boolean;
3360
3361
  /**
3361
3362
  * Constructor for a new DataSetSimpleView.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.0
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/vbm/library" {
4
4
  /**
@@ -5402,7 +5402,8 @@ declare module "sap/ui/vbm/ContainerLegendItem" {
5402
5402
  * versions.
5403
5403
  */
5404
5404
  export default class ContainerLegendItem
5405
- /* was: sap.m.StandardListItem */ extends Object {
5405
+ extends /* was: sap.m.StandardListItem */ Object
5406
+ {
5406
5407
  /**
5407
5408
  * Constructor for a new ContainerLegendItem.
5408
5409
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.0
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -2652,7 +2652,8 @@ declare module "sap/ui/vk/BaseNodeProxy" {
2652
2652
  */
2653
2653
  export default abstract class BaseNodeProxy
2654
2654
  extends BaseObject
2655
- implements Poolable, BaseNodeProxy {
2655
+ implements Poolable, BaseNodeProxy
2656
+ {
2656
2657
  __implements__sap_ui_base_Poolable: boolean;
2657
2658
  __implements__sap_ui_vk_BaseNodeProxy: boolean;
2658
2659
  /**
@@ -5863,8 +5864,12 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5863
5864
  enum DrawerToolbarButton {
5864
5865
  CrossSection = "VIT-Cross-Section",
5865
5866
 
5867
+ FitToPage = "VIT-Fit-To-Page",
5868
+
5866
5869
  FitToView = "VIT-Fit-To-View",
5867
5870
 
5871
+ FitToWidth = "VIT-Fit-To-Width",
5872
+
5868
5873
  FullScreen = "VIT-Fullscreen",
5869
5874
 
5870
5875
  Hide = "VIT-Hide",
@@ -5875,6 +5880,8 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5875
5880
 
5876
5881
  Orbit = "VIT-Orbit",
5877
5882
 
5883
+ PageNavigation = "VIT-Page-Navigation",
5884
+
5878
5885
  Pan = "VIT-Pan",
5879
5886
 
5880
5887
  PMI = "VIT-PMI",
@@ -5890,6 +5897,10 @@ declare module "sap/ui/vk/DrawerToolbarButton" {
5890
5897
  Turntable = "VIT-Turntable",
5891
5898
 
5892
5899
  Zoom = "VIT-Zoom",
5900
+
5901
+ ZoomIn = "VIT-Zoom-In",
5902
+
5903
+ ZoomOut = "VIT-Zoom-Out",
5893
5904
  }
5894
5905
  export default DrawerToolbarButton;
5895
5906
  }
@@ -5918,7 +5929,8 @@ declare module "sap/ui/vk/dvl/BaseNodeProxy" {
5918
5929
  */
5919
5930
  export default class BaseNodeProxy
5920
5931
  extends BaseNodeProxy1
5921
- implements Poolable {
5932
+ implements Poolable
5933
+ {
5922
5934
  __implements__sap_ui_base_Poolable: boolean;
5923
5935
  /**
5924
5936
  * Constructor for a new BaseNodeProxy. The objects of this class should not be created directly, and should
@@ -11376,13 +11388,6 @@ declare module "sap/ui/vk/NativeViewport" {
11376
11388
  * Enables loading, pan, zoom and overlay capabilities for a subset of file formats capable of being loaded
11377
11389
  * into a browser natively.
11378
11390
  *
11379
- *
11380
- * ```javascript
11381
- *
11382
- * viewer.loadContent("https://www.google.co.nz/images/srpr/logo11w.png", "png", true);
11383
- * ```
11384
- *
11385
- *
11386
11391
  * @since 1.32.0
11387
11392
  */
11388
11393
  export default class NativeViewport extends ViewportBase {
@@ -14130,7 +14135,7 @@ declare module "sap/ui/vk/Overlay" {
14130
14135
  * Constructor for a new Overlay.
14131
14136
  *
14132
14137
  * @since 1.32.0
14133
- * @deprecated (since 1.123) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14138
+ * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14134
14139
  */
14135
14140
  export default class Overlay extends Control {
14136
14141
  /**
@@ -14525,7 +14530,7 @@ declare module "sap/ui/vk/Overlay" {
14525
14530
  /**
14526
14531
  * Describes the settings that can be provided to the Overlay constructor.
14527
14532
  *
14528
- * @deprecated (since 1.123) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14533
+ * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14529
14534
  */
14530
14535
  export interface $OverlaySettings extends $ControlSettings {
14531
14536
  zoomOnResize?: boolean | PropertyBindingInfo | `{${string}}`;
@@ -14621,7 +14626,7 @@ declare module "sap/ui/vk/OverlayArea" {
14621
14626
  * Aggregation element for the Overlay Control
14622
14627
  *
14623
14628
  * @since 1.32.0
14624
- * @deprecated (since 1.123) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14629
+ * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
14625
14630
  */
14626
14631
  export default class OverlayArea extends UI5Element {
14627
14632
  /**
@@ -15500,7 +15505,7 @@ declare module "sap/ui/vk/OverlayArea" {
15500
15505
  /**
15501
15506
  * Describes the settings that can be provided to the OverlayArea constructor.
15502
15507
  *
15503
- * @deprecated (since 1.123) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
15508
+ * @deprecated (since 1.120) - This is not in use anymore. Please consider using Redline tool, see {@link sap.ui.vk.RedlineTool}
15504
15509
  */
15505
15510
  export interface $OverlayAreaSettings extends $ElementSettings {
15506
15511
  /**
@@ -15718,6 +15723,8 @@ declare module "sap/ui/vk/pdf/Viewport" {
15718
15723
 
15719
15724
  import ElementMetadata from "sap/ui/core/ElementMetadata";
15720
15725
 
15726
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
15727
+
15721
15728
  import Event from "sap/ui/base/Event";
15722
15729
 
15723
15730
  /**
@@ -15940,24 +15947,37 @@ declare module "sap/ui/vk/pdf/Viewport" {
15940
15947
  mParameters?: Viewport$PageChangedEventParameters
15941
15948
  ): this;
15942
15949
  /**
15943
- * Scrolls the PDF document to the specified page.
15950
+ * Gets current value of property {@link #getCurrentPageIndex currentPageIndex}.
15951
+ *
15952
+ * Default value is `0`.
15953
+ *
15954
+ *
15955
+ * @returns Value of property `currentPageIndex`
15956
+ */
15957
+ getCurrentPageIndex(): int;
15958
+ /**
15959
+ * Sets a new value for property {@link #getCurrentPageIndex currentPageIndex}.
15960
+ *
15961
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15962
+ *
15963
+ * Default value is `0`.
15944
15964
  *
15945
- * The PDF document scrolls to display the page content at the top of the viewport if the page is taller
15946
- * than the viewport or in the center otherwise.
15947
15965
  *
15948
- * @since 1.123.0
15966
+ * @returns Reference to `this` in order to allow method chaining
15949
15967
  */
15950
- goToPage(
15968
+ setCurrentPageIndex(
15951
15969
  /**
15952
- * The index of the page to scroll to.
15970
+ * New value for property `currentPageIndex`
15953
15971
  */
15954
- pageIndex: int
15955
- ): void;
15972
+ iCurrentPageIndex?: int
15973
+ ): this;
15956
15974
  }
15957
15975
  /**
15958
15976
  * Describes the settings that can be provided to the Viewport constructor.
15959
15977
  */
15960
15978
  export interface $ViewportSettings extends $ViewportBaseSettings {
15979
+ currentPageIndex?: int | PropertyBindingInfo | `{${string}}`;
15980
+
15961
15981
  pageChanged?: (oEvent: Viewport$PageChangedEvent) => void;
15962
15982
 
15963
15983
  documentReplaced?: (oEvent: Viewport$DocumentReplacedEvent) => void;
@@ -16915,6 +16935,15 @@ declare module "sap/ui/vk/RedlineConversation" {
16915
16935
  * @returns Value of property `measurementScale`
16916
16936
  */
16917
16937
  getMeasurementScale(): float;
16938
+ /**
16939
+ * Gets current value of property {@link #getPageId pageId}.
16940
+ *
16941
+ * Default value is `-1`.
16942
+ *
16943
+ *
16944
+ * @returns Value of property `pageId`
16945
+ */
16946
+ getPageId(): int;
16918
16947
  /**
16919
16948
  * Gets current value of property {@link #getTimestamp timestamp}.
16920
16949
  *
@@ -17036,6 +17065,22 @@ declare module "sap/ui/vk/RedlineConversation" {
17036
17065
  */
17037
17066
  fMeasurementScale?: float
17038
17067
  ): this;
17068
+ /**
17069
+ * Sets a new value for property {@link #getPageId pageId}.
17070
+ *
17071
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17072
+ *
17073
+ * Default value is `-1`.
17074
+ *
17075
+ *
17076
+ * @returns Reference to `this` in order to allow method chaining
17077
+ */
17078
+ setPageId(
17079
+ /**
17080
+ * New value for property `pageId`
17081
+ */
17082
+ iPageId?: int
17083
+ ): this;
17039
17084
  /**
17040
17085
  * Sets a new value for property {@link #getTimestamp timestamp}.
17041
17086
  *
@@ -17097,6 +17142,8 @@ declare module "sap/ui/vk/RedlineConversation" {
17097
17142
 
17098
17143
  measurementScale?: float | PropertyBindingInfo | `{${string}}`;
17099
17144
 
17145
+ pageId?: int | PropertyBindingInfo | `{${string}}`;
17146
+
17100
17147
  comments?:
17101
17148
  | RedlineElementComment[]
17102
17149
  | RedlineElementComment
@@ -21228,7 +21275,8 @@ declare module "sap/ui/vk/svg/BaseNodeProxy" {
21228
21275
  */
21229
21276
  export default class BaseNodeProxy
21230
21277
  extends BaseNodeProxy1
21231
- implements Poolable {
21278
+ implements Poolable
21279
+ {
21232
21280
  __implements__sap_ui_base_Poolable: boolean;
21233
21281
  /**
21234
21282
  * Constructor for a new BaseNodeProxy. The objects of this class should not be created directly, and should
@@ -23541,7 +23589,8 @@ declare module "sap/ui/vk/threejs/BaseNodeProxy" {
23541
23589
  */
23542
23590
  export default class BaseNodeProxy
23543
23591
  extends BaseNodeProxy1
23544
- implements Poolable {
23592
+ implements Poolable
23593
+ {
23545
23594
  __implements__sap_ui_base_Poolable: boolean;
23546
23595
  /**
23547
23596
  * Constructor for a new BaseNodeProxy. The objects of this class should not be created directly, and should
@@ -26234,7 +26283,8 @@ declare module "sap/ui/vk/ToggleMenuButton" {
26234
26283
  */
26235
26284
  export default class ToggleMenuButton
26236
26285
  extends Control
26237
- implements IOverflowToolbarContent {
26286
+ implements IOverflowToolbarContent
26287
+ {
26238
26288
  __implements__sap_m_IOverflowToolbarContent: boolean;
26239
26289
  /**
26240
26290
  * Constructor for a new `ToggleMenuButton`.
@@ -37967,7 +38017,8 @@ declare module "sap/ui/vk/View" {
37967
38017
  */
37968
38018
  export default class View
37969
38019
  extends ManagedObject
37970
- implements IPlaybackCollection {
38020
+ implements IPlaybackCollection
38021
+ {
37971
38022
  __implements__sap_ui_vk_IPlaybackCollection: boolean;
37972
38023
  /**
37973
38024
  * Constructor for a new View.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.0
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare module "sap/ui/vtm/library" {
4
4
  import Vtm from "sap/ui/vtm/Vtm";
@@ -1613,7 +1613,8 @@ declare module "sap/ui/vtm/extensions/DisplayStateCalculationExtension" {
1613
1613
  */
1614
1614
  export default class DisplayStateCalculationExtension
1615
1615
  extends Extension
1616
- implements interfaces.IDisplayStateCalculationExtension {
1616
+ implements interfaces.IDisplayStateCalculationExtension
1617
+ {
1617
1618
  __implements__sap_ui_vtm_interfaces_IDisplayStateCalculationExtension: boolean;
1618
1619
  /**
1619
1620
  * Constructor for a new DisplayStateCalculationExtension.
@@ -1694,7 +1695,8 @@ declare module "sap/ui/vtm/extensions/InitialViewExtension" {
1694
1695
  */
1695
1696
  export default class InitialViewExtension
1696
1697
  extends Extension
1697
- implements interfaces.IInitialViewExtension {
1698
+ implements interfaces.IInitialViewExtension
1699
+ {
1698
1700
  __implements__sap_ui_vtm_interfaces_IInitialViewExtension: boolean;
1699
1701
  /**
1700
1702
  * Constructor for a new InitialViewExtension.
@@ -1809,7 +1811,8 @@ declare module "sap/ui/vtm/extensions/LoadProgressExtension" {
1809
1811
  extends Extension
1810
1812
  implements
1811
1813
  interfaces.ILoadProgressExtension,
1812
- interfaces.IDownloadProgressExtension {
1814
+ interfaces.IDownloadProgressExtension
1815
+ {
1813
1816
  __implements__sap_ui_vtm_interfaces_ILoadProgressExtension: boolean;
1814
1817
  __implements__sap_ui_vtm_interfaces_IDownloadProgressExtension: boolean;
1815
1818
  /**
@@ -1902,7 +1905,8 @@ declare module "sap/ui/vtm/extensions/MessageStatusCalculationExtension" {
1902
1905
  */
1903
1906
  export default class MessageStatusCalculationExtension
1904
1907
  extends Extension
1905
- implements interfaces.IMessageStatusCalculationExtension {
1908
+ implements interfaces.IMessageStatusCalculationExtension
1909
+ {
1906
1910
  __implements__sap_ui_vtm_interfaces_IMessageStatusCalculationExtension: boolean;
1907
1911
  /**
1908
1912
  * Constructor for a new MessageStatusCalculationExtension.
@@ -1979,7 +1983,8 @@ declare module "sap/ui/vtm/extensions/MessageStatusIconClickExtension" {
1979
1983
  */
1980
1984
  export default class MessageStatusIconClickExtension
1981
1985
  extends Extension
1982
- implements interfaces.IMessageStatusIconClickExtension {
1986
+ implements interfaces.IMessageStatusIconClickExtension
1987
+ {
1983
1988
  __implements__sap_ui_vtm_interfaces_IMessageStatusIconClickExtension: boolean;
1984
1989
  /**
1985
1990
  * Constructor for a new MessageStatusIconClickExtension.
@@ -2060,7 +2065,8 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverHighlightExtension" {
2060
2065
  */
2061
2066
  export default class SceneNodeHoverHighlightExtension
2062
2067
  extends Extension
2063
- implements interfaces.ISceneNodeHoverHighlightExtension {
2068
+ implements interfaces.ISceneNodeHoverHighlightExtension
2069
+ {
2064
2070
  __implements__sap_ui_vtm_interfaces_ISceneNodeHoverHighlightExtension: boolean;
2065
2071
  /**
2066
2072
  * Constructor for a new SceneNodeHoverTooltipExtension.
@@ -2177,7 +2183,8 @@ declare module "sap/ui/vtm/extensions/SceneNodeHoverTooltipExtension" {
2177
2183
  */
2178
2184
  export default class SceneNodeHoverTooltipExtension
2179
2185
  extends Extension
2180
- implements interfaces.ISceneNodeHoverTooltipExtension {
2186
+ implements interfaces.ISceneNodeHoverTooltipExtension
2187
+ {
2181
2188
  __implements__sap_ui_vtm_interfaces_ISceneNodeHoverTooltipExtension: boolean;
2182
2189
  /**
2183
2190
  * Constructor for a new SceneNodeHoverTooltipExtension.
@@ -2323,7 +2330,8 @@ declare module "sap/ui/vtm/extensions/SelectionLinkingExtension" {
2323
2330
  */
2324
2331
  export default class SelectionLinkingExtension
2325
2332
  extends Extension
2326
- implements interfaces.ISelectionLinkingExtension {
2333
+ implements interfaces.ISelectionLinkingExtension
2334
+ {
2327
2335
  __implements__sap_ui_vtm_interfaces_ISelectionLinkingExtension: boolean;
2328
2336
  /**
2329
2337
  * Constructor for a new SelectionLinkingExtension.
@@ -2453,7 +2461,8 @@ declare module "sap/ui/vtm/extensions/ViewLinkingExtension" {
2453
2461
  */
2454
2462
  export default class ViewLinkingExtension
2455
2463
  extends Extension
2456
- implements interfaces.IViewLinkingExtension {
2464
+ implements interfaces.IViewLinkingExtension
2465
+ {
2457
2466
  __implements__sap_ui_vtm_interfaces_IViewLinkingExtension: boolean;
2458
2467
  /**
2459
2468
  * Constructor for the ViewLinkingExtension.
@@ -2520,7 +2529,8 @@ declare module "sap/ui/vtm/extensions/ViewportSelectionLinkingExtension" {
2520
2529
  */
2521
2530
  export default class ViewportSelectionLinkingExtension
2522
2531
  extends Extension
2523
- implements interfaces.IViewportSelectionLinkingExtension {
2532
+ implements interfaces.IViewportSelectionLinkingExtension
2533
+ {
2524
2534
  __implements__sap_ui_vtm_interfaces_IViewportSelectionLinkingExtension: boolean;
2525
2535
  /**
2526
2536
  * Constructor for a new ViewportSelectionLinkingExtension.
@@ -2600,7 +2610,8 @@ declare module "sap/ui/vtm/extensions/VisibilityIconClickExtension" {
2600
2610
  extends Extension
2601
2611
  implements
2602
2612
  interfaces.IVisibilityIconClickExtension,
2603
- interfaces.IVisibilityHeaderIconClickExtension {
2613
+ interfaces.IVisibilityHeaderIconClickExtension
2614
+ {
2604
2615
  __implements__sap_ui_vtm_interfaces_IVisibilityIconClickExtension: boolean;
2605
2616
  __implements__sap_ui_vtm_interfaces_IVisibilityHeaderIconClickExtension: boolean;
2606
2617
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.1
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4