@sapui5/ts-types-esm 1.135.0 → 1.136.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 (68) 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 +1 -1
  6. package/types/sap.cux.home.d.ts +82 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +101 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +27 -3
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +446 -57
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +80 -8
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +518 -39
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +14 -6
  30. package/types/sap.suite.ui.commons.d.ts +12 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +3278 -212
  37. package/types/sap.ui.core.d.ts +114 -117
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +8 -2
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +5 -3
  44. package/types/sap.ui.layout.d.ts +1 -1
  45. package/types/sap.ui.mdc.d.ts +135 -8
  46. package/types/sap.ui.richtexteditor.d.ts +8 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +7 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +14 -32
  53. package/types/sap.ui.ux3.d.ts +3 -3
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +310 -39
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +46 -37
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +2 -21
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/ushell/thirdparty/webcomponents-base" {
4
4
  /**
@@ -56,6 +56,8 @@ declare module "sap/ushell/library" {
56
56
  * The state of a navigation operation
57
57
  *
58
58
  * This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'NavigationState'.
59
+ *
60
+ * @deprecated As of version 1.136.
59
61
  */
60
62
  export enum NavigationState {
61
63
  Finished = "Finished",
@@ -70,7 +72,7 @@ declare module "sap/ushell/library" {
70
72
  *
71
73
  * This enum is part of the 'sap/ushell/library' module export and must be accessed by the property 'ui.launchpad.ViewPortState'.
72
74
  *
73
- * @deprecated As of version 1.120.0. The ViewPortState is related to Fiori2 and not used anymore.
75
+ * @deprecated As of version 1.120. The ViewPortState is related to Fiori2 and not used anymore.
74
76
  */
75
77
  enum ViewPortState {
76
78
  /**
@@ -991,7 +993,7 @@ declare module "sap/ushell/Container" {
991
993
  * the renderer to use 100% height.
992
994
  *
993
995
  * @since 1.15.0
994
- * @deprecated As of version 1.120.0.
996
+ * @deprecated As of version 1.120.
995
997
  *
996
998
  * @returns the renderer or Promise (in asynchronous mode)
997
999
  */
@@ -1310,7 +1312,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
1310
1312
  * by the Unified Shell's container only, others MUST call {@link sap.ushell.Container#getRenderer}.
1311
1313
  *
1312
1314
  * @since 1.15.0
1313
- * @deprecated As of version 1.120.0. Please use {@link sap.ushell.services.Extension} instead.
1315
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} instead.
1314
1316
  */
1315
1317
  export default class Renderer extends UIComponent {
1316
1318
  /**
@@ -2090,7 +2092,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2090
2092
  * This method returns the current state of the Viewport Container control.
2091
2093
  *
2092
2094
  * @since 1.37
2093
- * @deprecated As of version 1.120.0. This functionality was discontinued
2095
+ * @deprecated As of version 1.120. This functionality was discontinued.
2094
2096
  *
2095
2097
  * @returns The current Viewport State.
2096
2098
  */
@@ -2317,7 +2319,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2317
2319
  *
2318
2320
  *
2319
2321
  * @since 1.30
2320
- * @deprecated As of version 1.120.0. Please use {@link #setShellFooter} instead.
2322
+ * @deprecated As of version 1.120. Please use {@link #setShellFooter} instead.
2321
2323
  */
2322
2324
  setFooter(
2323
2325
  /**
@@ -2369,7 +2371,8 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2369
2371
  * Sets the title in the Fiori Launchpad shell header.
2370
2372
  *
2371
2373
  * @since 1.30
2372
- * @deprecated As of version 1.120.0. Please use {@link sap.ushell.ui5service.ShellUIService#getTitle} instead.
2374
+ * @deprecated As of version 1.120. The "second title" functionality was discontinued. Set a title via {@link sap.ushell.ui5service.ShellUIService#setTitle }
2375
+ * instead.
2373
2376
  */
2374
2377
  setHeaderTitle(
2375
2378
  /**
@@ -2391,7 +2394,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2391
2394
  * LaunchpadState
2392
2395
  *
2393
2396
  * @since 1.38
2394
- * @deprecated As of version 1.120.0. This functionality was discontinued
2397
+ * @deprecated As of version 1.120. This functionality was discontinued.
2395
2398
  */
2396
2399
  setHeaderVisibility(
2397
2400
  /**
@@ -2717,7 +2720,7 @@ declare module "sap/ushell/renderers/fiori2/Renderer" {
2717
2720
  /**
2718
2721
  * Describes the settings that can be provided to the Renderer constructor.
2719
2722
  *
2720
- * @deprecated As of version 1.120.0. Please use {@link sap.ushell.services.Extension} instead.
2723
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Extension} instead.
2721
2724
  */
2722
2725
  export interface $RendererSettings extends $UIComponentSettings {}
2723
2726
  }
@@ -2740,7 +2743,7 @@ declare module "sap/ushell/services/AppConfiguration" {
2740
2743
  * should be specified, otherwise the entry will be updated with a new timestamp Only applications of type
2741
2744
  * Search and Co-Pilot can set their icon.
2742
2745
  *
2743
- * @deprecated As of version 1.120. without replacement.
2746
+ * @deprecated As of version 1.120. Deprecated without successor.
2744
2747
  *
2745
2748
  * @returns Resolves the updated list of user recents.
2746
2749
  */
@@ -2766,7 +2769,7 @@ declare module "sap/ushell/services/AppConfiguration" {
2766
2769
  /**
2767
2770
  * Sets the application screen size to full width
2768
2771
  *
2769
- * @deprecated As of version 1.120.0. Use {@link sap.ushell.ui5service.ShellUIService#setApplicationFullWidth }
2772
+ * @deprecated As of version 1.120. Use {@link sap.ushell.ui5service.ShellUIService#setApplicationFullWidth }
2770
2773
  * instead.
2771
2774
  */
2772
2775
  setApplicationFullWidth(
@@ -2778,7 +2781,7 @@ declare module "sap/ushell/services/AppConfiguration" {
2778
2781
  /**
2779
2782
  * Sets the icons of the browser.
2780
2783
  *
2781
- * @deprecated As of version 1.120.0. Use {@link sap.ui.util.Mobile#setIcons} instead.
2784
+ * @deprecated As of version 1.120. Use {@link sap.ui.util.Mobile#setIcons} instead.
2782
2785
  */
2783
2786
  setIcons(
2784
2787
  /**
@@ -3927,7 +3930,7 @@ declare module "sap/ushell/services/CrossApplicationNavigation" {
3927
3930
  * The same restrictions apply for the Application state.
3928
3931
  *
3929
3932
  * @since 1.15.0
3930
- * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead
3933
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Navigation} instead.
3931
3934
  */
3932
3935
  export default class CrossApplicationNavigation extends sap.ushell.services
3933
3936
  .Service {
@@ -5680,7 +5683,7 @@ declare module "sap/ushell/services/LaunchPage" {
5680
5683
  * with the field "contentProvider".
5681
5684
  *
5682
5685
  * @since 1.15.0
5683
- * @deprecated As of version 1.99. This service has been deprecated as it only works for the classic homepage.
5686
+ * @deprecated As of version 1.99. Deprecated together with the classic homepage.
5684
5687
  */
5685
5688
  export default class LaunchPage extends sap.ushell.services.Service {
5686
5689
  /**
@@ -6050,7 +6053,7 @@ declare module "sap/ushell/services/LaunchPage" {
6050
6053
  * Returns the groups of the user. The order of the array is the order in which the groups will be displayed
6051
6054
  * to the user.
6052
6055
  *
6053
- * @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}
6056
+ * @deprecated As of version 1.99. Alternative for use with {@link sap.ushell.services.Bookmark} is {@link sap.ushell.services.Bookmark#getContentNodes}.
6054
6057
  *
6055
6058
  * @returns A promise that resolves to the list of groups
6056
6059
  */
@@ -6313,8 +6316,7 @@ declare module "sap/ushell/services/LaunchPage" {
6313
6316
  * Tile actions should be returned immediately without any additional server access in order to avoid delays
6314
6317
  * in rendering the action list in the browser.
6315
6318
  *
6316
- * @deprecated As of version 1.99. This feature has been deprecated with the classic homepage. There is
6317
- * no alternative with spaces and pages.
6319
+ * @deprecated As of version 1.99. Deprecated together with the classic homepage.
6318
6320
  */
6319
6321
  registerTileActionsProvider(
6320
6322
  /**
@@ -7851,7 +7853,7 @@ declare module "sap/ushell/services/Personalization" {
7851
7853
  *
7852
7854
  *
7853
7855
  * @since 1.15.0
7854
- * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead
7856
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2} instead.
7855
7857
  */
7856
7858
  export default class Personalization extends sap.ushell.services.Service {
7857
7859
  /**
@@ -8158,7 +8160,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8158
8160
  *
8159
8161
  * @since 1.22.0
8160
8162
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.ContextContainer }
8161
- * instead
8163
+ * instead.
8162
8164
  */
8163
8165
  export default class ContextContainer {
8164
8166
  /**
@@ -8170,7 +8172,7 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8170
8172
  * Returns an array with all internal keys of direct items in the container.
8171
8173
  *
8172
8174
  * @since 1.22.0
8173
- * @deprecated As of version 1.120.0.
8175
+ * @deprecated As of version 1.120.
8174
8176
  *
8175
8177
  * @returns item keys
8176
8178
  */
@@ -8278,8 +8280,8 @@ declare module "sap/ushell/services/_Personalization/ContextContainer" {
8278
8280
  * is serialized.
8279
8281
  *
8280
8282
  * @since 1.22.0
8281
- * @deprecated As of version 1.120.0. Use {@link sap.ushell.services.Personalization.ContextContainer#saveDeferred }
8282
- * instead
8283
+ * @deprecated As of version 1.120. Use {@link sap.ushell.services.Personalization.ContextContainer#saveDeferred }
8284
+ * instead.
8283
8285
  *
8284
8286
  * @returns Resolves once the container is saved.
8285
8287
  *
@@ -8326,7 +8328,7 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainer" {
8326
8328
  *
8327
8329
  * @since 1.18.0
8328
8330
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
8329
- * instead
8331
+ * instead.
8330
8332
  */
8331
8333
  export default class PersonalizationContainer {
8332
8334
  /**
@@ -8345,7 +8347,7 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
8345
8347
  *
8346
8348
  * @since 1.18.0
8347
8349
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
8348
- * instead
8350
+ * instead.
8349
8351
  */
8350
8352
  export default class PersonalizationContainerVariant {
8351
8353
  /**
@@ -8442,7 +8444,7 @@ declare module "sap/ushell/services/_Personalization/PersonalizationContainerVar
8442
8444
  *
8443
8445
  * @since 1.18.0
8444
8446
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.Personalization#getContainer }
8445
- * instead
8447
+ * instead.
8446
8448
  */
8447
8449
  export default class PersonalizationContainerVariantSet {
8448
8450
  /**
@@ -8541,7 +8543,7 @@ declare module "sap/ushell/services/_Personalization/Personalizer" {
8541
8543
  *
8542
8544
  * @since 1.15.0
8543
8545
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Personalizer }
8544
- * instead
8546
+ * instead.
8545
8547
  */
8546
8548
  export default class Personalizer {
8547
8549
  /**
@@ -8589,7 +8591,7 @@ declare module "sap/ushell/services/_Personalization/TransientPersonalizer" {
8589
8591
  *
8590
8592
  * @since 1.18.0
8591
8593
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.TransientPersonalizer }
8592
- * instead
8594
+ * instead.
8593
8595
  */
8594
8596
  export default class TransientPersonalizer {
8595
8597
  constructor();
@@ -8604,7 +8606,7 @@ declare module "sap/ushell/services/_Personalization/Variant" {
8604
8606
  * To be instantiated via Personalization.VariantSet add / get Variant only
8605
8607
  *
8606
8608
  * @since 1.22.0
8607
- * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead
8609
+ * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.Variant} instead.
8608
8610
  */
8609
8611
  export default class Variant {
8610
8612
  /**
@@ -8718,7 +8720,7 @@ declare module "sap/ushell/services/_Personalization/VariantSet" {
8718
8720
  *
8719
8721
  * @since 1.22.0
8720
8722
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSet }
8721
- * instead
8723
+ * instead.
8722
8724
  */
8723
8725
  export default class VariantSet {
8724
8726
  /**
@@ -8836,7 +8838,7 @@ declare module "sap/ushell/services/personalization/VariantSetAdapter" {
8836
8838
  *
8837
8839
  * @since 1.18.0
8838
8840
  * @deprecated As of version 1.120. Please use {@link sap.ushell.services.PersonalizationV2.VariantSetAdapter }
8839
- * instead
8841
+ * instead.
8840
8842
  */
8841
8843
  export default class VariantSetAdapter {
8842
8844
  /**
@@ -9930,8 +9932,7 @@ declare module "sap/ushell/services/SmartNavigation" {
9930
9932
  *
9931
9933
  *
9932
9934
  * @since 1.44.0
9933
- * @deprecated As of version 1.112. This service has been deprecated. Please use the CrossApplicationNavigation
9934
- * service instead.
9935
+ * @deprecated As of version 1.112. Please use the CrossApplicationNavigation service instead.
9935
9936
  */
9936
9937
  export default class SmartNavigation extends sap.ushell.services.Service {
9937
9938
  /**
@@ -10526,7 +10527,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
10526
10527
  *
10527
10528
  *
10528
10529
  * @since 1.32.0
10529
- * @deprecated As of version 1.120.0. The corresponding cloud service "SAP Web Analytics" has been retired,
10530
+ * @deprecated As of version 1.120. The corresponding cloud service "SAP Web Analytics" has been retired,
10530
10531
  * therefore this client-side service API cannot be used any longer.
10531
10532
  */
10532
10533
  export default class UsageAnalytics extends sap.ushell.services.Service {
@@ -10541,7 +10542,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
10541
10542
  * Currently these attributes correspond to database columns custom5...custom10.
10542
10543
  *
10543
10544
  * @since 1.32.0
10544
- * @deprecated As of version 1.120.0.
10545
+ * @deprecated As of version 1.120.
10545
10546
  */
10546
10547
  setCustomAttributes(
10547
10548
  /**
@@ -10564,7 +10565,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
10564
10565
  * Enables the renderer to set the content of the legal message..
10565
10566
  *
10566
10567
  * @since 1.32.0
10567
- * @deprecated As of version 1.120.0.
10568
+ * @deprecated As of version 1.120.
10568
10569
  */
10569
10570
  setLegalText(): void;
10570
10571
  /**
@@ -10575,7 +10576,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
10575
10576
  * Since the service is deprecated and no longer supported, this method always returns `false`.
10576
10577
  *
10577
10578
  * @since 1.32.0
10578
- * @deprecated As of version 1.120.0.
10579
+ * @deprecated As of version 1.120.
10579
10580
  *
10580
10581
  * @returns A boolean value indicating whether the UsageAnalytics service is enabled
10581
10582
  */
@@ -10588,7 +10589,7 @@ declare module "sap/ushell/services/UsageAnalytics" {
10588
10589
  * Since the service is deprecated and no longer supported, this method always returns `false`.
10589
10590
  *
10590
10591
  * @since 1.32.0
10591
- * @deprecated As of version 1.120.0.
10592
+ * @deprecated As of version 1.120.
10592
10593
  *
10593
10594
  * @returns A boolean value indicating whether the user has specified to track activities
10594
10595
  */
@@ -10777,6 +10778,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
10777
10778
  /**
10778
10779
  * Enables users to save bookmark tiles in the Fiori launchpad. Clicking the button opens a dialog box for
10779
10780
  * saving the app state, so that the app can be launched directly in that state from the launchpad.
10781
+ *
10782
+ * @deprecated As of version 1.136.
10780
10783
  */
10781
10784
  export default class AddBookmarkButton extends Button {
10782
10785
  /**
@@ -11231,6 +11234,8 @@ declare module "sap/ushell/ui/footerbar/AddBookmarkButton" {
11231
11234
  }
11232
11235
  /**
11233
11236
  * Describes the settings that can be provided to the AddBookmarkButton constructor.
11237
+ *
11238
+ * @deprecated As of version 1.136.
11234
11239
  */
11235
11240
  export interface $AddBookmarkButtonSettings extends $ButtonSettings {
11236
11241
  /**
@@ -14087,6 +14092,8 @@ declare namespace sap {
14087
14092
 
14088
14093
  "sap/ushell/library": undefined;
14089
14094
 
14095
+ "sap/ushell/modules/NavigationMenu": undefined;
14096
+
14090
14097
  "sap/ushell/renderers/fiori2/Renderer": undefined;
14091
14098
 
14092
14099
  "sap/ushell/services/_Personalization/ContextContainer": undefined;
@@ -14199,6 +14206,8 @@ declare namespace sap {
14199
14206
 
14200
14207
  "sap/ushell/System": undefined;
14201
14208
 
14209
+ "sap/ushell/thirdparty/NotificationListItemBase": undefined;
14210
+
14202
14211
  "sap/ushell/thirdparty/webcomponents-base": undefined;
14203
14212
 
14204
14213
  "sap/ushell/ui/appfinder/AppBox": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -7508,16 +7508,6 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7508
7508
  * @returns Value of property `importance`
7509
7509
  */
7510
7510
  getImportance(): Importance;
7511
- /**
7512
- * Returns the control name text.
7513
- *
7514
- * To be overwritten by the specific control method.
7515
- *
7516
- * @ui5-protected Do not call from applications (only from related classes in the framework)
7517
- *
7518
- * @returns control name text
7519
- */
7520
- getSectionText(): string;
7521
7511
  /**
7522
7512
  * Gets current value of property {@link #getTitle title}.
7523
7513
  *
@@ -7658,7 +7648,7 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7658
7648
  *
7659
7649
  * @ui5-protected Do not call from applications (only from related classes in the framework)
7660
7650
  */
7661
- setTitleVisible(bVisible: boolean): void;
7651
+ setTitleVisible(): void;
7662
7652
  /**
7663
7653
  * Sets a new value for property {@link #getVisible visible}.
7664
7654
  *
@@ -7677,15 +7667,6 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7677
7667
  */
7678
7668
  bVisible?: boolean
7679
7669
  ): this;
7680
- /**
7681
- * Performs the update of the invisible text label. This method is called for example when the section title
7682
- * is changed.
7683
- *
7684
- * @ui5-protected Do not call from applications (only from related classes in the framework)
7685
- *
7686
- * @returns this for chaining
7687
- */
7688
- updateInvisibleTextLabelValue(): this;
7689
7670
  }
7690
7671
  /**
7691
7672
  * Describes the settings that can be provided to the ObjectPageSectionBase constructor.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.135.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4