@sapui5/ts-types-esm 1.131.0 → 1.132.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 (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 +5 -0
  7. package/types/sap.esh.search.ui.d.ts +35 -1
  8. package/types/sap.f.d.ts +103 -197
  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 +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +123 -94
  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 +1 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +408 -56
  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 +7 -2
  28. package/types/sap.rules.ui.d.ts +86 -1
  29. package/types/sap.sac.df.d.ts +1245 -890
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +7 -7
  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 +66 -5
  37. package/types/sap.ui.core.d.ts +363 -282
  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 +7 -1
  41. package/types/sap.ui.generic.app.d.ts +5 -11
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -1
  44. package/types/sap.ui.layout.d.ts +1 -1
  45. package/types/sap.ui.mdc.d.ts +439 -342
  46. package/types/sap.ui.richtexteditor.d.ts +1 -1
  47. package/types/sap.ui.rta.d.ts +3 -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 +13 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +25 -15
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +96 -1
  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 +5 -1
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +1 -1
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.131.0",
3
+ "version": "1.132.0",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/collaboration/library" {
4
4
  /**
@@ -216,6 +216,11 @@ declare module "sap/cux/home/MenuItem" {
216
216
  * Type of the menu item visualization in the menu list
217
217
  */
218
218
  type?: string | PropertyBindingInfo;
219
+
220
+ /**
221
+ * Visibility of the menu item in the menu list
222
+ */
223
+ visible?: boolean | PropertyBindingInfo | `{${string}}`;
219
224
  }
220
225
 
221
226
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/esh/search/ui/SearchCompositeControl" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -885,6 +885,17 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
885
885
  * @returns Value of property `searchTerm`
886
886
  */
887
887
  getSearchTerm(): string;
888
+ /**
889
+ * Gets current value of property {@link #getSearchTermLengthLimit searchTermLengthLimit}.
890
+ *
891
+ * Limit for length of searchterm.
892
+ *
893
+ * Default value is `1000`.
894
+ *
895
+ *
896
+ * @returns Value of property `searchTermLengthLimit`
897
+ */
898
+ getSearchTermLengthLimit(): int;
888
899
  /**
889
900
  * Gets current value of property {@link #getSelectionChange selectionChange}.
890
901
  *
@@ -1632,6 +1643,24 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
1632
1643
  */
1633
1644
  sSearchTerm?: string
1634
1645
  ): this;
1646
+ /**
1647
+ * Sets a new value for property {@link #getSearchTermLengthLimit searchTermLengthLimit}.
1648
+ *
1649
+ * Limit for length of searchterm.
1650
+ *
1651
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1652
+ *
1653
+ * Default value is `1000`.
1654
+ *
1655
+ *
1656
+ * @returns Reference to `this` in order to allow method chaining
1657
+ */
1658
+ setSearchTermLengthLimit(
1659
+ /**
1660
+ * New value for property `searchTermLengthLimit`
1661
+ */
1662
+ iSearchTermLengthLimit?: int
1663
+ ): this;
1635
1664
  /**
1636
1665
  * Sets a new value for property {@link #getSelectionChange selectionChange}.
1637
1666
  *
@@ -2053,6 +2082,11 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
2053
2082
  */
2054
2083
  eventConsumers?: string | PropertyBindingInfo;
2055
2084
 
2085
+ /**
2086
+ * Limit for length of searchterm.
2087
+ */
2088
+ searchTermLengthLimit?: int | PropertyBindingInfo | `{${string}}`;
2089
+
2056
2090
  /**
2057
2091
  * Prevents too many ajax requests in a short time.
2058
2092
  */
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1774,11 +1774,13 @@ declare module "sap/f/CardBase" {
1774
1774
  declare module "sap/f/cards/BaseHeader" {
1775
1775
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
1776
1776
 
1777
+ import { IBar, WrappingType } from "sap/m/library";
1778
+
1777
1779
  import Text from "sap/m/Text";
1778
1780
 
1779
- import ElementMetadata from "sap/ui/core/ElementMetadata";
1781
+ import Event from "sap/ui/base/Event";
1780
1782
 
1781
- import { WrappingType } from "sap/m/library";
1783
+ import ElementMetadata from "sap/ui/core/ElementMetadata";
1782
1784
 
1783
1785
  import {
1784
1786
  PropertyBindingInfo,
@@ -1788,7 +1790,8 @@ declare module "sap/f/cards/BaseHeader" {
1788
1790
  /**
1789
1791
  * Provides basic functionality for header controls that can be used in sap.f.Card
1790
1792
  */
1791
- export default abstract class BaseHeader extends Control {
1793
+ export default abstract class BaseHeader extends Control implements IBar {
1794
+ __implements__sap_m_IBar: boolean;
1792
1795
  /**
1793
1796
  * Constructor for a new `BaseHeader`.
1794
1797
  *
@@ -1865,6 +1868,53 @@ declare module "sap/f/cards/BaseHeader" {
1865
1868
  */
1866
1869
  oBannerLine: Text
1867
1870
  ): this;
1871
+ /**
1872
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.BaseHeader`.
1873
+ *
1874
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
1875
+ * otherwise it will be bound to this `sap.f.cards.BaseHeader` itself.
1876
+ *
1877
+ * Fires when the user presses the control.
1878
+ *
1879
+ *
1880
+ * @returns Reference to `this` in order to allow method chaining
1881
+ */
1882
+ attachPress(
1883
+ /**
1884
+ * An application-specific payload object that will be passed to the event handler along with the event
1885
+ * object when firing the event
1886
+ */
1887
+ oData: object,
1888
+ /**
1889
+ * The function to be called when the event occurs
1890
+ */
1891
+ fnFunction: (p1: Event) => void,
1892
+ /**
1893
+ * Context object to call the event handler with. Defaults to this `sap.f.cards.BaseHeader` itself
1894
+ */
1895
+ oListener?: object
1896
+ ): this;
1897
+ /**
1898
+ * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.BaseHeader`.
1899
+ *
1900
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
1901
+ * otherwise it will be bound to this `sap.f.cards.BaseHeader` itself.
1902
+ *
1903
+ * Fires when the user presses the control.
1904
+ *
1905
+ *
1906
+ * @returns Reference to `this` in order to allow method chaining
1907
+ */
1908
+ attachPress(
1909
+ /**
1910
+ * The function to be called when the event occurs
1911
+ */
1912
+ fnFunction: (p1: Event) => void,
1913
+ /**
1914
+ * Context object to call the event handler with. Defaults to this `sap.f.cards.BaseHeader` itself
1915
+ */
1916
+ oListener?: object
1917
+ ): this;
1868
1918
  /**
1869
1919
  * Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
1870
1920
  *
@@ -1883,6 +1933,37 @@ declare module "sap/f/cards/BaseHeader" {
1883
1933
  * @returns Reference to `this` in order to allow method chaining
1884
1934
  */
1885
1935
  destroyToolbar(): this;
1936
+ /**
1937
+ * Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.f.cards.BaseHeader`.
1938
+ *
1939
+ * The passed function and listener object must match the ones used for event registration.
1940
+ *
1941
+ *
1942
+ * @returns Reference to `this` in order to allow method chaining
1943
+ */
1944
+ detachPress(
1945
+ /**
1946
+ * The function to be called, when the event occurs
1947
+ */
1948
+ fnFunction: (p1: Event) => void,
1949
+ /**
1950
+ * Context object on which the given function had to be called
1951
+ */
1952
+ oListener?: object
1953
+ ): this;
1954
+ /**
1955
+ * Fires event {@link #event:press press} to attached listeners.
1956
+ *
1957
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1958
+ *
1959
+ * @returns Reference to `this` in order to allow method chaining
1960
+ */
1961
+ firePress(
1962
+ /**
1963
+ * Parameters to pass along with the event
1964
+ */
1965
+ mParameters?: object
1966
+ ): this;
1886
1967
  /**
1887
1968
  * Gets content of aggregation {@link #getBannerLines bannerLines}.
1888
1969
  *
@@ -2198,7 +2279,25 @@ declare module "sap/f/cards/BaseHeader" {
2198
2279
  * @experimental (since 1.118) - For usage only by Work Zone.
2199
2280
  */
2200
2281
  bannerLines?: Text[] | Text | AggregationBindingInfo | `{${string}}`;
2282
+
2283
+ /**
2284
+ * Fires when the user presses the control.
2285
+ */
2286
+ press?: (oEvent: Event) => void;
2201
2287
  }
2288
+
2289
+ /**
2290
+ * Parameters of the BaseHeader#press event.
2291
+ */
2292
+ export interface BaseHeader$PressEventParameters {}
2293
+
2294
+ /**
2295
+ * Event object of the BaseHeader#press event.
2296
+ */
2297
+ export type BaseHeader$PressEvent = Event<
2298
+ BaseHeader$PressEventParameters,
2299
+ BaseHeader
2300
+ >;
2202
2301
  }
2203
2302
 
2204
2303
  declare module "sap/f/cards/CardBadgeCustomData" {
@@ -2499,8 +2598,6 @@ declare module "sap/f/cards/Header" {
2499
2598
 
2500
2599
  import { cards } from "sap/f/library";
2501
2600
 
2502
- import Event from "sap/ui/base/Event";
2503
-
2504
2601
  import Control from "sap/ui/core/Control";
2505
2602
 
2506
2603
  import AvatarColor from "sap/m/AvatarColor";
@@ -2592,71 +2689,6 @@ declare module "sap/f/cards/Header" {
2592
2689
  * @returns Metadata object describing this class
2593
2690
  */
2594
2691
  static getMetadata(): ElementMetadata;
2595
- /**
2596
- * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.Header`.
2597
- *
2598
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
2599
- * otherwise it will be bound to this `sap.f.cards.Header` itself.
2600
- *
2601
- * Fires when the user presses the control.
2602
- *
2603
- *
2604
- * @returns Reference to `this` in order to allow method chaining
2605
- */
2606
- attachPress(
2607
- /**
2608
- * An application-specific payload object that will be passed to the event handler along with the event
2609
- * object when firing the event
2610
- */
2611
- oData: object,
2612
- /**
2613
- * The function to be called when the event occurs
2614
- */
2615
- fnFunction: (p1: Event) => void,
2616
- /**
2617
- * Context object to call the event handler with. Defaults to this `sap.f.cards.Header` itself
2618
- */
2619
- oListener?: object
2620
- ): this;
2621
- /**
2622
- * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.Header`.
2623
- *
2624
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
2625
- * otherwise it will be bound to this `sap.f.cards.Header` itself.
2626
- *
2627
- * Fires when the user presses the control.
2628
- *
2629
- *
2630
- * @returns Reference to `this` in order to allow method chaining
2631
- */
2632
- attachPress(
2633
- /**
2634
- * The function to be called when the event occurs
2635
- */
2636
- fnFunction: (p1: Event) => void,
2637
- /**
2638
- * Context object to call the event handler with. Defaults to this `sap.f.cards.Header` itself
2639
- */
2640
- oListener?: object
2641
- ): this;
2642
- /**
2643
- * Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.f.cards.Header`.
2644
- *
2645
- * The passed function and listener object must match the ones used for event registration.
2646
- *
2647
- *
2648
- * @returns Reference to `this` in order to allow method chaining
2649
- */
2650
- detachPress(
2651
- /**
2652
- * The function to be called, when the event occurs
2653
- */
2654
- fnFunction: (p1: Event) => void,
2655
- /**
2656
- * Context object on which the given function had to be called
2657
- */
2658
- oListener?: object
2659
- ): this;
2660
2692
  /**
2661
2693
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
2662
2694
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
@@ -2677,19 +2709,6 @@ declare module "sap/f/cards/Header" {
2677
2709
  level: string;
2678
2710
  }
2679
2711
  ): void;
2680
- /**
2681
- * Fires event {@link #event:press press} to attached listeners.
2682
- *
2683
- * @ui5-protected Do not call from applications (only from related classes in the framework)
2684
- *
2685
- * @returns Reference to `this` in order to allow method chaining
2686
- */
2687
- firePress(
2688
- /**
2689
- * Parameters to pass along with the event
2690
- */
2691
- mParameters?: object
2692
- ): this;
2693
2712
  /**
2694
2713
  * Gets current value of property {@link #getIconAlt iconAlt}.
2695
2714
  *
@@ -3182,22 +3201,7 @@ declare module "sap/f/cards/Header" {
3182
3201
  | (AvatarImageFitType | keyof typeof AvatarImageFitType)
3183
3202
  | PropertyBindingInfo
3184
3203
  | `{${string}}`;
3185
-
3186
- /**
3187
- * Fires when the user presses the control.
3188
- */
3189
- press?: (oEvent: Event) => void;
3190
3204
  }
3191
-
3192
- /**
3193
- * Parameters of the Header#press event.
3194
- */
3195
- export interface Header$PressEventParameters {}
3196
-
3197
- /**
3198
- * Event object of the Header#press event.
3199
- */
3200
- export type Header$PressEvent = Event<Header$PressEventParameters, Header>;
3201
3205
  }
3202
3206
 
3203
3207
  declare module "sap/f/cards/loading/PlaceholderBaseRenderer" {
@@ -3254,8 +3258,6 @@ declare module "sap/f/cards/NumericHeader" {
3254
3258
 
3255
3259
  import NumericSideIndicator from "sap/f/cards/NumericSideIndicator";
3256
3260
 
3257
- import Event from "sap/ui/base/Event";
3258
-
3259
3261
  import Control from "sap/ui/core/Control";
3260
3262
 
3261
3263
  import { ValueState, URI } from "sap/ui/core/library";
@@ -3370,53 +3372,6 @@ declare module "sap/f/cards/NumericHeader" {
3370
3372
  */
3371
3373
  oSideIndicator: NumericSideIndicator
3372
3374
  ): this;
3373
- /**
3374
- * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.NumericHeader`.
3375
- *
3376
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
3377
- * otherwise it will be bound to this `sap.f.cards.NumericHeader` itself.
3378
- *
3379
- * Fires when the user presses the control.
3380
- *
3381
- *
3382
- * @returns Reference to `this` in order to allow method chaining
3383
- */
3384
- attachPress(
3385
- /**
3386
- * An application-specific payload object that will be passed to the event handler along with the event
3387
- * object when firing the event
3388
- */
3389
- oData: object,
3390
- /**
3391
- * The function to be called when the event occurs
3392
- */
3393
- fnFunction: (p1: Event) => void,
3394
- /**
3395
- * Context object to call the event handler with. Defaults to this `sap.f.cards.NumericHeader` itself
3396
- */
3397
- oListener?: object
3398
- ): this;
3399
- /**
3400
- * Attaches event handler `fnFunction` to the {@link #event:press press} event of this `sap.f.cards.NumericHeader`.
3401
- *
3402
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
3403
- * otherwise it will be bound to this `sap.f.cards.NumericHeader` itself.
3404
- *
3405
- * Fires when the user presses the control.
3406
- *
3407
- *
3408
- * @returns Reference to `this` in order to allow method chaining
3409
- */
3410
- attachPress(
3411
- /**
3412
- * The function to be called when the event occurs
3413
- */
3414
- fnFunction: (p1: Event) => void,
3415
- /**
3416
- * Context object to call the event handler with. Defaults to this `sap.f.cards.NumericHeader` itself
3417
- */
3418
- oListener?: object
3419
- ): this;
3420
3375
  /**
3421
3376
  * Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
3422
3377
  *
@@ -3432,24 +3387,6 @@ declare module "sap/f/cards/NumericHeader" {
3432
3387
  * @returns Reference to `this` in order to allow method chaining
3433
3388
  */
3434
3389
  destroySideIndicators(): this;
3435
- /**
3436
- * Detaches event handler `fnFunction` from the {@link #event:press press} event of this `sap.f.cards.NumericHeader`.
3437
- *
3438
- * The passed function and listener object must match the ones used for event registration.
3439
- *
3440
- *
3441
- * @returns Reference to `this` in order to allow method chaining
3442
- */
3443
- detachPress(
3444
- /**
3445
- * The function to be called, when the event occurs
3446
- */
3447
- fnFunction: (p1: Event) => void,
3448
- /**
3449
- * Context object on which the given function had to be called
3450
- */
3451
- oListener?: object
3452
- ): this;
3453
3390
  /**
3454
3391
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
3455
3392
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
@@ -3470,19 +3407,6 @@ declare module "sap/f/cards/NumericHeader" {
3470
3407
  level: string;
3471
3408
  }
3472
3409
  ): void;
3473
- /**
3474
- * Fires event {@link #event:press press} to attached listeners.
3475
- *
3476
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3477
- *
3478
- * @returns Reference to `this` in order to allow method chaining
3479
- */
3480
- firePress(
3481
- /**
3482
- * Parameters to pass along with the event
3483
- */
3484
- mParameters?: object
3485
- ): this;
3486
3410
  /**
3487
3411
  * Gets current value of property {@link #getDetails details}.
3488
3412
  *
@@ -4502,25 +4426,7 @@ declare module "sap/f/cards/NumericHeader" {
4502
4426
  * @experimental (since 1.124)
4503
4427
  */
4504
4428
  microChart?: Control;
4505
-
4506
- /**
4507
- * Fires when the user presses the control.
4508
- */
4509
- press?: (oEvent: Event) => void;
4510
4429
  }
4511
-
4512
- /**
4513
- * Parameters of the NumericHeader#press event.
4514
- */
4515
- export interface NumericHeader$PressEventParameters {}
4516
-
4517
- /**
4518
- * Event object of the NumericHeader#press event.
4519
- */
4520
- export type NumericHeader$PressEvent = Event<
4521
- NumericHeader$PressEventParameters,
4522
- NumericHeader
4523
- >;
4524
4430
  }
4525
4431
 
4526
4432
  declare module "sap/f/cards/NumericSideIndicator" {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare namespace sap {}