@sapui5/ts-types 1.149.1 → 1.150.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 (67) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +7 -7
  3. package/types/sap.apf.d.ts +1 -1
  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.esh.search.ui.d.ts +165 -223
  8. package/types/sap.f.d.ts +57 -5
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +35 -15
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +93 -43
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +140 -30
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +141 -137
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/{mobile-1.149.0-d.ts → sap.m.d.ts} +251 -27
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +132 -59
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +4 -3
  34. package/types/sap.tnt.d.ts +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/{commons-1.149.0-d.ts → sap.ui.commons.d.ts} +4 -3
  37. package/types/sap.ui.comp.d.ts +37 -25
  38. package/types/{core-1.149.0-d.ts → sap.ui.core.d.ts} +753 -466
  39. package/types/{dt-1.149.0-d.ts → sap.ui.dt.d.ts} +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +1 -1
  42. package/types/sap.ui.generic.app.d.ts +16 -11
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +111 -209
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +7 -5
  47. package/types/{mdc-1.149.0-d.ts → sap.ui.mdc.d.ts} +78 -9
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/{rta-1.149.0-d.ts → 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 +3 -1
  52. package/types/sap.ui.table.d.ts +10 -7
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +72 -3
  55. package/types/{ux3-1.149.0-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +1 -3
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +1 -1
  63. package/types/sap.viz.d.ts +58 -39
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +39 -25
  66. package/types/sap.zen.crosstab.d.ts +15 -8
  67. package/types/sap.zen.dsh.d.ts +17 -9
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -579,8 +579,9 @@ declare namespace sap {
579
579
  *
580
580
  * @since 1.67.0
581
581
  */
582
- class CropCustomShapeHistoryItem extends sap.suite.ui.commons
583
- .imageeditor.HistoryItem {
582
+ class CropCustomShapeHistoryItem
583
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
584
+ {
584
585
  /**
585
586
  * Constructor for a new CropCustomShapeHistoryItem.
586
587
  */
@@ -657,8 +658,9 @@ declare namespace sap {
657
658
  *
658
659
  * @since 1.66.0
659
660
  */
660
- class CropEllipseHistoryItem extends sap.suite.ui.commons.imageeditor
661
- .HistoryItem {
661
+ class CropEllipseHistoryItem
662
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
663
+ {
662
664
  /**
663
665
  * Constructor for a new CropEllipseHistoryItem.
664
666
  */
@@ -743,8 +745,9 @@ declare namespace sap {
743
745
  *
744
746
  * @since 1.66.0
745
747
  */
746
- class CropRectangleHistoryItem extends sap.suite.ui.commons
747
- .imageeditor.HistoryItem {
748
+ class CropRectangleHistoryItem
749
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
750
+ {
748
751
  /**
749
752
  * Constructor for a new CropRectangleHistoryItem.
750
753
  */
@@ -1058,8 +1061,9 @@ declare namespace sap {
1058
1061
  *
1059
1062
  * @since 1.66.0
1060
1063
  */
1061
- class FilterHistoryItem extends sap.suite.ui.commons.imageeditor
1062
- .HistoryItem {
1064
+ class FilterHistoryItem
1065
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
1066
+ {
1063
1067
  /**
1064
1068
  * Constructor for a new FilterHistoryItem.
1065
1069
  */
@@ -1146,8 +1150,9 @@ declare namespace sap {
1146
1150
  *
1147
1151
  * @since 1.66.0
1148
1152
  */
1149
- class FlipHistoryItem extends sap.suite.ui.commons.imageeditor
1150
- .HistoryItem {
1153
+ class FlipHistoryItem
1154
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
1155
+ {
1151
1156
  /**
1152
1157
  * Constructor for a new FlipHistoryItem.
1153
1158
  */
@@ -3452,8 +3457,9 @@ declare namespace sap {
3452
3457
  *
3453
3458
  * @since 1.68.0
3454
3459
  */
3455
- class ImageEditorResponsiveContainer extends sap.suite.ui.commons
3456
- .imageeditor.ImageEditorContainer {
3460
+ class ImageEditorResponsiveContainer
3461
+ extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
3462
+ {
3457
3463
  /**
3458
3464
  * Constructor for a new ImageEditorResponsiveContainer.
3459
3465
  *
@@ -3533,8 +3539,9 @@ declare namespace sap {
3533
3539
  *
3534
3540
  * @since 1.66.0
3535
3541
  */
3536
- class ResizeHistoryItem extends sap.suite.ui.commons.imageeditor
3537
- .HistoryItem {
3542
+ class ResizeHistoryItem
3543
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
3544
+ {
3538
3545
  /**
3539
3546
  * Constructor for a new ResizeHistoryItem.
3540
3547
  */
@@ -3603,8 +3610,9 @@ declare namespace sap {
3603
3610
  *
3604
3611
  * @since 1.66.0
3605
3612
  */
3606
- class RotateHistoryItem extends sap.suite.ui.commons.imageeditor
3607
- .HistoryItem {
3613
+ class RotateHistoryItem
3614
+ extends sap.suite.ui.commons.imageeditor.HistoryItem
3615
+ {
3608
3616
  /**
3609
3617
  * Constructor for a new RotateHistoryItem.
3610
3618
  */
@@ -3911,8 +3919,9 @@ declare namespace sap {
3911
3919
  *
3912
3920
  * @since 1.50
3913
3921
  */
3914
- class ForceBasedLayout extends sap.suite.ui.commons.networkgraph
3915
- .layout.LayoutAlgorithm {
3922
+ class ForceBasedLayout
3923
+ extends sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm
3924
+ {
3916
3925
  /**
3917
3926
  * Constructor for a new ForceBasedLayout.
3918
3927
  *
@@ -4099,8 +4108,9 @@ declare namespace sap {
4099
4108
  *
4100
4109
  * @since 1.58
4101
4110
  */
4102
- class ForceDirectedLayout extends sap.suite.ui.commons.networkgraph
4103
- .layout.LayoutAlgorithm {
4111
+ class ForceDirectedLayout
4112
+ extends sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm
4113
+ {
4104
4114
  /**
4105
4115
  * Constructor for a new ForceDirectedLayout.
4106
4116
  *
@@ -4348,8 +4358,9 @@ declare namespace sap {
4348
4358
  *
4349
4359
  * @since 1.50
4350
4360
  */
4351
- class LayeredLayout extends sap.suite.ui.commons.networkgraph.layout
4352
- .LayoutAlgorithm {
4361
+ class LayeredLayout
4362
+ extends sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm
4363
+ {
4353
4364
  /**
4354
4365
  * Constructor for a new LayeredLayout.
4355
4366
  *
@@ -4661,8 +4672,9 @@ declare namespace sap {
4661
4672
  *
4662
4673
  * @since 1.50
4663
4674
  */
4664
- class NoopLayout extends sap.suite.ui.commons.networkgraph.layout
4665
- .LayoutAlgorithm {
4675
+ class NoopLayout
4676
+ extends sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm
4677
+ {
4666
4678
  /**
4667
4679
  * Constructor for a new NoopLayout.
4668
4680
  *
@@ -4792,8 +4804,9 @@ declare namespace sap {
4792
4804
  *
4793
4805
  * @since 1.58
4794
4806
  */
4795
- class SwimLaneChainLayout extends sap.suite.ui.commons.networkgraph
4796
- .layout.LayoutAlgorithm {
4807
+ class SwimLaneChainLayout
4808
+ extends sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm
4809
+ {
4797
4810
  /**
4798
4811
  * Constructor for a new SwimLaneChainLayout.
4799
4812
  *
@@ -4863,8 +4876,9 @@ declare namespace sap {
4863
4876
  *
4864
4877
  * @since 1.63
4865
4878
  */
4866
- class TwoColumnsLayout extends sap.suite.ui.commons.networkgraph
4867
- .layout.LayoutAlgorithm {
4879
+ class TwoColumnsLayout
4880
+ extends sap.suite.ui.commons.networkgraph.layout.LayoutAlgorithm
4881
+ {
4868
4882
  /**
4869
4883
  * Constructor for a new TwoColumnsLayout.
4870
4884
  *
@@ -6927,8 +6941,9 @@ declare namespace sap {
6927
6941
  *
6928
6942
  * @since 1.50
6929
6943
  */
6930
- abstract class ElementBase extends sap.suite.ui.commons.networkgraph
6931
- .SvgBase {
6944
+ abstract class ElementBase
6945
+ extends sap.suite.ui.commons.networkgraph.SvgBase
6946
+ {
6932
6947
  /**
6933
6948
  * Constructor for a new ElementBase.
6934
6949
  *
@@ -14382,8 +14397,9 @@ declare namespace sap {
14382
14397
  *
14383
14398
  * @since 1.50
14384
14399
  */
14385
- class Circle extends sap.suite.ui.commons.statusindicator
14386
- .SimpleShape {
14400
+ class Circle
14401
+ extends sap.suite.ui.commons.statusindicator.SimpleShape
14402
+ {
14387
14403
  /**
14388
14404
  * Constructor for a new Circle.
14389
14405
  *
@@ -15347,8 +15363,9 @@ declare namespace sap {
15347
15363
  *
15348
15364
  * @since 1.60.0
15349
15365
  */
15350
- class LibraryShape extends sap.suite.ui.commons.statusindicator
15351
- .CustomShape {
15366
+ class LibraryShape
15367
+ extends sap.suite.ui.commons.statusindicator.CustomShape
15368
+ {
15352
15369
  /**
15353
15370
  * Constructor for a new Library Shape.
15354
15371
  *
@@ -15791,8 +15808,9 @@ declare namespace sap {
15791
15808
  *
15792
15809
  * @since 1.50
15793
15810
  */
15794
- class Rectangle extends sap.suite.ui.commons.statusindicator
15795
- .SimpleShape {
15811
+ class Rectangle
15812
+ extends sap.suite.ui.commons.statusindicator.SimpleShape
15813
+ {
15796
15814
  /**
15797
15815
  * Constructor for a new Rectangle.
15798
15816
  *
@@ -20701,6 +20719,17 @@ declare namespace sap {
20701
20719
  | sap.ui.base.ManagedObject.PropertyBindingInfo
20702
20720
  | `{${string}}`;
20703
20721
 
20722
+ /**
20723
+ * Defines the heading level of the chart title. The value is forwarded to the internal `sap.m.Title` control
20724
+ * using its `level` property.
20725
+ *
20726
+ * @since 1.150.0
20727
+ */
20728
+ titleLevel?:
20729
+ | sap.ui.core.TitleLevel
20730
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
20731
+ | `{${string}}`;
20732
+
20704
20733
  /**
20705
20734
  * Dimension Selects.
20706
20735
  */
@@ -25591,8 +25620,9 @@ declare namespace sap {
25591
25620
  *
25592
25621
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.BulletMicroChartData.
25593
25622
  */
25594
- class BulletChartData extends sap.suite.ui.microchart
25595
- .BulletMicroChartData {
25623
+ class BulletChartData
25624
+ extends sap.suite.ui.microchart.BulletMicroChartData
25625
+ {
25596
25626
  /**
25597
25627
  * Constructor for a new BulletChartData.
25598
25628
  *
@@ -27917,8 +27947,9 @@ declare namespace sap {
27917
27947
  *
27918
27948
  * @since 1.56.0
27919
27949
  */
27920
- class CalculationBuilderValidationResult extends sap.ui.base
27921
- .ManagedObject {
27950
+ class CalculationBuilderValidationResult
27951
+ extends sap.ui.base.ManagedObject
27952
+ {
27922
27953
  /**
27923
27954
  * Constructor for a new validation result.
27924
27955
  *
@@ -28843,6 +28874,19 @@ declare namespace sap {
28843
28874
  * @returns Value of property `title`
28844
28875
  */
28845
28876
  getTitle(): string;
28877
+ /**
28878
+ * Gets current value of property {@link #getTitleLevel titleLevel}.
28879
+ *
28880
+ * Defines the heading level of the chart title. The value is forwarded to the internal `sap.m.Title` control
28881
+ * using its `level` property.
28882
+ *
28883
+ * Default value is `"Auto"`.
28884
+ *
28885
+ * @since 1.150.0
28886
+ *
28887
+ * @returns Value of property `titleLevel`
28888
+ */
28889
+ getTitleLevel(): sap.ui.core.TitleLevel;
28846
28890
  /**
28847
28891
  * Gets content of aggregation {@link #getToolbar toolbar}.
28848
28892
  *
@@ -29239,6 +29283,26 @@ declare namespace sap {
29239
29283
  */
29240
29284
  sTitle?: string
29241
29285
  ): this;
29286
+ /**
29287
+ * Sets a new value for property {@link #getTitleLevel titleLevel}.
29288
+ *
29289
+ * Defines the heading level of the chart title. The value is forwarded to the internal `sap.m.Title` control
29290
+ * using its `level` property.
29291
+ *
29292
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
29293
+ *
29294
+ * Default value is `"Auto"`.
29295
+ *
29296
+ * @since 1.150.0
29297
+ *
29298
+ * @returns Reference to `this` in order to allow method chaining
29299
+ */
29300
+ setTitleLevel(
29301
+ /**
29302
+ * New value for property `titleLevel`
29303
+ */
29304
+ sTitleLevel?: sap.ui.core.TitleLevel
29305
+ ): this;
29242
29306
  /**
29243
29307
  * Sets the aggregated {@link #getToolbar toolbar}.
29244
29308
  *
@@ -30238,8 +30302,9 @@ declare namespace sap {
30238
30302
  *
30239
30303
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChart.
30240
30304
  */
30241
- class ColumnMicroChart extends sap.suite.ui.microchart
30242
- .ColumnMicroChart {
30305
+ class ColumnMicroChart
30306
+ extends sap.suite.ui.microchart.ColumnMicroChart
30307
+ {
30243
30308
  /**
30244
30309
  * Constructor for a new ColumnMicroChart.
30245
30310
  *
@@ -30317,8 +30382,9 @@ declare namespace sap {
30317
30382
  *
30318
30383
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ColumnMicroChartLabel.
30319
30384
  */
30320
- class ColumnMicroChartLabel extends sap.suite.ui.microchart
30321
- .ColumnMicroChartLabel {
30385
+ class ColumnMicroChartLabel
30386
+ extends sap.suite.ui.microchart.ColumnMicroChartLabel
30387
+ {
30322
30388
  /**
30323
30389
  * Constructor for a new ColumnMicroChartLabel.
30324
30390
  *
@@ -30396,8 +30462,9 @@ declare namespace sap {
30396
30462
  *
30397
30463
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ComparisonMicroChart.
30398
30464
  */
30399
- class ComparisonChart extends sap.suite.ui.microchart
30400
- .ComparisonMicroChart {
30465
+ class ComparisonChart
30466
+ extends sap.suite.ui.microchart.ComparisonMicroChart
30467
+ {
30401
30468
  /**
30402
30469
  * Constructor for a new ComparisonChart.
30403
30470
  *
@@ -30472,8 +30539,9 @@ declare namespace sap {
30472
30539
  *
30473
30540
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.ComparisonMicroChartData.
30474
30541
  */
30475
- class ComparisonData extends sap.suite.ui.microchart
30476
- .ComparisonMicroChartData {
30542
+ class ComparisonData
30543
+ extends sap.suite.ui.microchart.ComparisonMicroChartData
30544
+ {
30477
30545
  /**
30478
30546
  * Constructor for a new ComparisonData.
30479
30547
  *
@@ -33774,8 +33842,9 @@ declare namespace sap {
33774
33842
  *
33775
33843
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.HarveyBallMicroChart.
33776
33844
  */
33777
- class HarveyBallMicroChart extends sap.suite.ui.microchart
33778
- .HarveyBallMicroChart {
33845
+ class HarveyBallMicroChart
33846
+ extends sap.suite.ui.microchart.HarveyBallMicroChart
33847
+ {
33779
33848
  /**
33780
33849
  * Constructor for a new HarveyBallMicroChart.
33781
33850
  *
@@ -33853,8 +33922,9 @@ declare namespace sap {
33853
33922
  *
33854
33923
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.HarveyBallMicroChartItem.
33855
33924
  */
33856
- class HarveyBallMicroChartItem extends sap.suite.ui.microchart
33857
- .HarveyBallMicroChartItem {
33925
+ class HarveyBallMicroChartItem
33926
+ extends sap.suite.ui.microchart.HarveyBallMicroChartItem
33927
+ {
33858
33928
  /**
33859
33929
  * Constructor for a new HarveyBallMicroChartItem.
33860
33930
  *
@@ -35732,8 +35802,9 @@ declare namespace sap {
35732
35802
  *
35733
35803
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartItem.
35734
35804
  */
35735
- class MicroAreaChartItem extends sap.suite.ui.microchart
35736
- .AreaMicroChartItem {
35805
+ class MicroAreaChartItem
35806
+ extends sap.suite.ui.microchart.AreaMicroChartItem
35807
+ {
35737
35808
  /**
35738
35809
  * Constructor for a new MicroAreaChartItem.
35739
35810
  *
@@ -35811,8 +35882,9 @@ declare namespace sap {
35811
35882
  *
35812
35883
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartLabel.
35813
35884
  */
35814
- class MicroAreaChartLabel extends sap.suite.ui.microchart
35815
- .AreaMicroChartLabel {
35885
+ class MicroAreaChartLabel
35886
+ extends sap.suite.ui.microchart.AreaMicroChartLabel
35887
+ {
35816
35888
  /**
35817
35889
  * Constructor for a new MicroAreaChartLabel.
35818
35890
  *
@@ -35890,8 +35962,9 @@ declare namespace sap {
35890
35962
  *
35891
35963
  * @deprecated As of version 1.34. this control is a mere wrapper for sap.suite.ui.microchart.AreaMicroChartPoint.
35892
35964
  */
35893
- class MicroAreaChartPoint extends sap.suite.ui.microchart
35894
- .AreaMicroChartPoint {
35965
+ class MicroAreaChartPoint
35966
+ extends sap.suite.ui.microchart.AreaMicroChartPoint
35967
+ {
35895
35968
  /**
35896
35969
  * Constructor for a new MicroAreaChartPoint.
35897
35970
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.1
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -11785,8 +11785,9 @@ declare namespace sap {
11785
11785
  *
11786
11786
  * @since 1.48.0
11787
11787
  */
11788
- class LineMicroChartEmphasizedPoint extends sap.suite.ui.microchart
11789
- .LineMicroChartPoint {
11788
+ class LineMicroChartEmphasizedPoint
11789
+ extends sap.suite.ui.microchart.LineMicroChartPoint
11790
+ {
11790
11791
  /**
11791
11792
  * Constructor for a new LineMicroChartEmphasizedPoint.
11792
11793
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.1
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.1
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.0
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -3923,8 +3923,9 @@ declare namespace sap {
3923
3923
  * @since 1.9.1
3924
3924
  * @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
3925
3925
  */
3926
- class ResponsiveFlowLayoutData extends sap.ui.layout
3927
- .ResponsiveFlowLayoutData {
3926
+ class ResponsiveFlowLayoutData
3927
+ extends sap.ui.layout.ResponsiveFlowLayoutData
3928
+ {
3928
3929
  /**
3929
3930
  * Constructor for a new layout/ResponsiveFlowLayoutData.
3930
3931
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.149.1
1
+ // For Library Version: 1.150.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -166,8 +166,9 @@ declare namespace sap {
166
166
  *
167
167
  * @since 1.126.0
168
168
  */
169
- class FilterControlConfiguration extends sap.ui.comp.config
170
- .ControlConfigurationBase {
169
+ class FilterControlConfiguration
170
+ extends sap.ui.comp.config.ControlConfigurationBase
171
+ {
171
172
  /**
172
173
  * Constructor for a new `FilterControlConfiguration`
173
174
  *
@@ -19436,8 +19437,9 @@ declare namespace sap {
19436
19437
  * control, in order to overwrite the default settings from the OData metadata. For instance, it is possible
19437
19438
  * to change the label, index or control type of a filter field.
19438
19439
  */
19439
- class ControlConfiguration extends sap.ui.comp.config
19440
- .ControlConfigurationBase {
19440
+ class ControlConfiguration
19441
+ extends sap.ui.comp.config.ControlConfigurationBase
19442
+ {
19441
19443
  /**
19442
19444
  * Constructor for a new smartfilterbar/ControlConfiguration.
19443
19445
  *
@@ -22023,8 +22025,9 @@ declare namespace sap {
22023
22025
  /**
22024
22026
  * Represents a filter belonging to a group other than basic.
22025
22027
  */
22026
- class SmartFilterBarFilterGroupItem extends sap.ui.comp.filterbar
22027
- .FilterGroupItem {
22028
+ class SmartFilterBarFilterGroupItem
22029
+ extends sap.ui.comp.filterbar.FilterGroupItem
22030
+ {
22028
22031
  /**
22029
22032
  * Constructor for a new FilterBar/FilterGroupItem.
22030
22033
  *
@@ -27142,8 +27145,9 @@ declare namespace sap {
27142
27145
  *
27143
27146
  * @since 1.38
27144
27147
  */
27145
- class SmartAreaMicroChart extends sap.ui.comp.smartmicrochart
27146
- .SmartMicroChartBase {
27148
+ class SmartAreaMicroChart
27149
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27150
+ {
27147
27151
  /**
27148
27152
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartAreaMicroChart.
27149
27153
  *
@@ -27231,8 +27235,9 @@ declare namespace sap {
27231
27235
  *
27232
27236
  * @since 1.38
27233
27237
  */
27234
- class SmartBulletMicroChart extends sap.ui.comp.smartmicrochart
27235
- .SmartMicroChartBase {
27238
+ class SmartBulletMicroChart
27239
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27240
+ {
27236
27241
  /**
27237
27242
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartBulletMicroChart.
27238
27243
  *
@@ -27340,8 +27345,9 @@ declare namespace sap {
27340
27345
  *
27341
27346
  * @since 1.60
27342
27347
  */
27343
- class SmartColumnMicroChart extends sap.ui.comp.smartmicrochart
27344
- .SmartMicroChartBase {
27348
+ class SmartColumnMicroChart
27349
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27350
+ {
27345
27351
  /**
27346
27352
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartColumnMicroChart.
27347
27353
  *
@@ -27427,8 +27433,9 @@ declare namespace sap {
27427
27433
  *
27428
27434
  * @since 1.58
27429
27435
  */
27430
- class SmartComparisonMicroChart extends sap.ui.comp.smartmicrochart
27431
- .SmartMicroChartBase {
27436
+ class SmartComparisonMicroChart
27437
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27438
+ {
27432
27439
  /**
27433
27440
  * Constructor for a new SmartComparisonMicroChart.
27434
27441
  *
@@ -27516,8 +27523,9 @@ declare namespace sap {
27516
27523
  *
27517
27524
  * @since 1.61
27518
27525
  */
27519
- class SmartDeltaMicroChart extends sap.ui.comp.smartmicrochart
27520
- .SmartMicroChartBase {
27526
+ class SmartDeltaMicroChart
27527
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27528
+ {
27521
27529
  /**
27522
27530
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartDeltaMicroChart.
27523
27531
  *
@@ -27626,8 +27634,9 @@ declare namespace sap {
27626
27634
  *
27627
27635
  * @since 1.62.0
27628
27636
  */
27629
- class SmartHarveyBallMicroChart extends sap.ui.comp.smartmicrochart
27630
- .SmartMicroChartBase {
27637
+ class SmartHarveyBallMicroChart
27638
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27639
+ {
27631
27640
  /**
27632
27641
  * Constructor for a new SmartHarveyBallMicroChart.
27633
27642
  *
@@ -27750,8 +27759,9 @@ declare namespace sap {
27750
27759
  *
27751
27760
  * @since 1.60
27752
27761
  */
27753
- class SmartLineMicroChart extends sap.ui.comp.smartmicrochart
27754
- .SmartMicroChartBase {
27762
+ class SmartLineMicroChart
27763
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
27764
+ {
27755
27765
  /**
27756
27766
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartLineMicroChart.
27757
27767
  *
@@ -28810,8 +28820,9 @@ declare namespace sap {
28810
28820
  *
28811
28821
  * @since 1.42.0
28812
28822
  */
28813
- class SmartRadialMicroChart extends sap.ui.comp.smartmicrochart
28814
- .SmartMicroChartBase {
28823
+ class SmartRadialMicroChart
28824
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
28825
+ {
28815
28826
  /**
28816
28827
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartRadialMicroChart.
28817
28828
  *
@@ -28936,8 +28947,9 @@ declare namespace sap {
28936
28947
  *
28937
28948
  * @since 1.58
28938
28949
  */
28939
- class SmartStackedBarMicroChart extends sap.ui.comp.smartmicrochart
28940
- .SmartMicroChartBase {
28950
+ class SmartStackedBarMicroChart
28951
+ extends sap.ui.comp.smartmicrochart.SmartMicroChartBase
28952
+ {
28941
28953
  /**
28942
28954
  * Constructor for a new sap.ui.comp.smartmicrochart.SmartStackedBarMicroChart.
28943
28955
  *