@openui5/ts-types 1.128.0 → 1.129.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.128.0",
3
+ "version": "1.129.0",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -2916,8 +2916,6 @@ declare namespace sap {
2916
2916
 
2917
2917
  /**
2918
2918
  * Describes the settings that can be provided to the UploadSetwithTable constructor.
2919
- *
2920
- * @experimental (since 1.124)
2921
2919
  */
2922
2920
  interface $UploadSetwithTableSettings
2923
2921
  extends sap.ui.core.$ElementSettings {
@@ -5056,7 +5054,6 @@ declare namespace sap {
5056
5054
  * such as rename, download etc.
5057
5055
  *
5058
5056
  * @since 1.124
5059
- * @experimental (since 1.124)
5060
5057
  */
5061
5058
  class UploadSetwithTable extends sap.ui.core.Element {
5062
5059
  /**
@@ -17475,8 +17472,6 @@ declare namespace sap {
17475
17472
  }
17476
17473
  /**
17477
17474
  * Describes the settings that can be provided to the ActionsPlaceholder constructor.
17478
- *
17479
- * @experimental (since 1.120)
17480
17475
  */
17481
17476
  interface $ActionsPlaceholderSettings
17482
17477
  extends sap.ui.core.$ControlSettings {
@@ -17569,6 +17564,8 @@ declare namespace sap {
17569
17564
 
17570
17565
  /**
17571
17566
  * Describes the settings that can be provided to the Uploader constructor.
17567
+ *
17568
+ * @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploaderTableItem}
17572
17569
  */
17573
17570
  interface $UploaderSettings extends sap.ui.core.$ElementSettings {
17574
17571
  /**
@@ -17625,8 +17622,6 @@ declare namespace sap {
17625
17622
 
17626
17623
  /**
17627
17624
  * Describes the settings that can be provided to the UploaderTableItem constructor.
17628
- *
17629
- * @experimental (since 1.120)
17630
17625
  */
17631
17626
  interface $UploaderTableItemSettings
17632
17627
  extends sap.ui.core.$ElementSettings {
@@ -17679,8 +17674,6 @@ declare namespace sap {
17679
17674
 
17680
17675
  /**
17681
17676
  * Describes the settings that can be provided to the UploadItem constructor.
17682
- *
17683
- * @experimental (since 1.124)
17684
17677
  */
17685
17678
  interface $UploadItemSettings extends sap.ui.core.$ElementSettings {
17686
17679
  /**
@@ -17751,8 +17744,6 @@ declare namespace sap {
17751
17744
 
17752
17745
  /**
17753
17746
  * Describes the settings that can be provided to the UploadItemConfiguration constructor.
17754
- *
17755
- * @experimental (since 1.124)
17756
17747
  */
17757
17748
  interface $UploadItemConfigurationSettings
17758
17749
  extends sap.ui.core.$ElementSettings {
@@ -17803,6 +17794,8 @@ declare namespace sap {
17803
17794
 
17804
17795
  /**
17805
17796
  * Describes the settings that can be provided to the UploadSet constructor.
17797
+ *
17798
+ * @deprecated (since 1.129) - replaced by {@link sap.m.plugins.UploadSetwithTable}
17806
17799
  */
17807
17800
  interface $UploadSetSettings extends sap.ui.core.$ControlSettings {
17808
17801
  /**
@@ -18185,6 +18178,8 @@ declare namespace sap {
18185
18178
 
18186
18179
  /**
18187
18180
  * Describes the settings that can be provided to the UploadSetItem constructor.
18181
+ *
18182
+ * @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploadItem}
18188
18183
  */
18189
18184
  interface $UploadSetItemSettings extends sap.ui.core.$ElementSettings {
18190
18185
  /**
@@ -18328,6 +18323,8 @@ declare namespace sap {
18328
18323
 
18329
18324
  /**
18330
18325
  * Describes the settings that can be provided to the UploadSetToolbarPlaceholder constructor.
18326
+ *
18327
+ * @deprecated (since 1.129) - replaced by {@link sap.m.upload.ActionsPlaceholder}
18331
18328
  */
18332
18329
  interface $UploadSetToolbarPlaceholderSettings
18333
18330
  extends sap.ui.core.$ControlSettings {}
@@ -19172,15 +19169,14 @@ declare namespace sap {
19172
19169
  }
19173
19170
 
19174
19171
  /**
19175
- * The control acts as placeholder to position specific action controls (Upload, PersonalizationSettings,
19176
- * VariantManagement) on headertoolbar of {@link sap.m.upload.UploadSetwithTable UploadSetwithTable} control.
19172
+ * The control acts as placeholder to position specific action controls (Upload, Upload from cloud) on headertoolbar
19173
+ * of table with connected plugin {@link sap.m.plugins.UploadSetwithTable UploadSetwithTable} Plugin.
19177
19174
  * The type of action control placed on the headertoolbar is determined by the {@link sap.m.UploadSetwithTableActionPlaceHolder UploadSetwithTableActionPlaceHolder }
19178
19175
  * enum set.
19179
- * This control is supposed to be used only within the headertoolbar aggregation of the {@link sap.m.upload.UploadSetwithTable UploadSetwithTable }
19180
- * control.
19176
+ * This control is supposed to be used only within the association of the {@link sap.m.plugins.UploadSetwithTable UploadSetwithTable }
19177
+ * Plugin.
19181
19178
  *
19182
19179
  * @since 1.120
19183
- * @experimental (since 1.120)
19184
19180
  */
19185
19181
  class ActionsPlaceholder extends sap.ui.core.Control {
19186
19182
  /**
@@ -19712,6 +19708,7 @@ declare namespace sap {
19712
19708
  * A basic implementation for uploading and downloading one or multiple files.
19713
19709
  *
19714
19710
  * @since 1.63
19711
+ * @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploaderTableItem}
19715
19712
  */
19716
19713
  class Uploader extends sap.ui.core.Element {
19717
19714
  /**
@@ -20278,7 +20275,6 @@ declare namespace sap {
20278
20275
  * A basic implementation for uploading and downloading one or multiple files.
20279
20276
  *
20280
20277
  * @since 1.120
20281
- * @experimental (since 1.120)
20282
20278
  */
20283
20279
  class UploaderTableItem extends sap.ui.core.Element {
20284
20280
  /**
@@ -20734,7 +20730,6 @@ declare namespace sap {
20734
20730
  * plugin.
20735
20731
  *
20736
20732
  * @since 1.124
20737
- * @experimental (since 1.124)
20738
20733
  */
20739
20734
  class UploadItem extends sap.ui.core.Element {
20740
20735
  /**
@@ -21141,7 +21136,6 @@ declare namespace sap {
21141
21136
  * plugin.
21142
21137
  *
21143
21138
  * @since 1.124
21144
- * @experimental (since 1.124)
21145
21139
  */
21146
21140
  class UploadItemConfiguration extends sap.ui.core.Element {
21147
21141
  /**
@@ -21397,6 +21391,7 @@ declare namespace sap {
21397
21391
  * and requests, unified behavior of instant and deferred uploads, as well as improved progress indication.
21398
21392
  *
21399
21393
  * @since 1.63
21394
+ * @deprecated (since 1.129) - replaced by {@link sap.m.plugins.UploadSetwithTable}
21400
21395
  */
21401
21396
  class UploadSet extends sap.ui.core.Control {
21402
21397
  /**
@@ -24104,6 +24099,7 @@ declare namespace sap {
24104
24099
  * Item that represents one file to be uploaded using the {@link sap.m.upload.UploadSet} control.
24105
24100
  *
24106
24101
  * @since 1.63
24102
+ * @deprecated (since 1.129) - replaced by {@link sap.m.upload.UploadItem}
24107
24103
  */
24108
24104
  class UploadSetItem extends sap.ui.core.Element {
24109
24105
  /**
@@ -25105,6 +25101,7 @@ declare namespace sap {
25105
25101
  * and it is placed by the application.
25106
25102
  *
25107
25103
  * @since 1.103.0
25104
+ * @deprecated (since 1.129) - replaced by {@link sap.m.upload.ActionsPlaceholder}
25108
25105
  */
25109
25106
  class UploadSetToolbarPlaceholder extends sap.ui.core.Control {
25110
25107
  /**
@@ -35522,6 +35519,7 @@ declare namespace sap {
35522
35519
 
35523
35520
  /**
35524
35521
  * Determines the limited collection of HTML elements passed to the `text` property should be evaluated.
35522
+ * The `text` property value is set as `htmlText` to an internal instance of {@link sap.m.FormattedText}
35525
35523
  *
35526
35524
  * **Note:** If this property is set to true the string passed to `text` property can evaluate the following
35527
35525
  * list of limited HTML elements. All other HTML elements and their nested content will not be rendered
@@ -35544,6 +35542,19 @@ declare namespace sap {
35544
35542
  */
35545
35543
  link?: sap.m.Link;
35546
35544
 
35545
+ /**
35546
+ * List of `sap.m.Link` controls that replace the placeholders in the text. Placeholders are replaced according
35547
+ * to their indexes. The first link in the aggregation replaces the placeholder with index %%0, and so on.
35548
+ * **Note:** Placeholders are replaced if the `enableFormattedText` property is set to true.
35549
+ *
35550
+ * @since 1.129
35551
+ */
35552
+ controls?:
35553
+ | sap.m.Link[]
35554
+ | sap.m.Link
35555
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
35556
+ | `{${string}}`;
35557
+
35547
35558
  /**
35548
35559
  * This event will be fired after the container is closed.
35549
35560
  */
@@ -40789,7 +40800,7 @@ declare namespace sap {
40789
40800
  /**
40790
40801
  * The Size of the image or icon to be displayed. The default value depends on the theme. Please be sure
40791
40802
  * that the size is corresponding to a full pixel value as some browsers don't support subpixel calculations.
40792
- * Recommended size is 1.375rem (22px) for normal, 1rem (16px) for small, and 2rem (32px) for large icons
40803
+ * Recommended size is 1.5rem (24px) for normal, 1.375rem (22px) for small, and 2rem (32px) for large icons
40793
40804
  * correspondingly.
40794
40805
  */
40795
40806
  iconSize?:
@@ -41057,6 +41068,13 @@ declare namespace sap {
41057
41068
  */
41058
41069
  endButton?: sap.m.Button;
41059
41070
 
41071
+ /**
41072
+ * The footer of this popover.
41073
+ *
41074
+ * @since 1.129
41075
+ */
41076
+ footer?: sap.m.Toolbar;
41077
+
41060
41078
  /**
41061
41079
  * InitialFocus is supported by both variants. Please see the documentation on sap.m.Popover#initialFocus
41062
41080
  * and sap.m.Dialog#initialFocus
@@ -52229,6 +52247,10 @@ declare namespace sap {
52229
52247
  * a default error message will be displayed
52230
52248
  */
52231
52249
  details?: string | object | (() => Promise<string | object>);
52250
+ /**
52251
+ * The width of the MessageBox
52252
+ */
52253
+ contentWidth?: sap.ui.core.CSSSize;
52232
52254
  /**
52233
52255
  * Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
52234
52256
  * occurs.
@@ -52355,6 +52377,10 @@ declare namespace sap {
52355
52377
  * a default error message will be displayed
52356
52378
  */
52357
52379
  details?: string | object | (() => Promise<string | object>);
52380
+ /**
52381
+ * The width of the MessageBox
52382
+ */
52383
+ contentWidth?: sap.ui.core.CSSSize;
52358
52384
  /**
52359
52385
  * Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
52360
52386
  * occurs.
@@ -52476,6 +52502,10 @@ declare namespace sap {
52476
52502
  * a default error message will be displayed
52477
52503
  */
52478
52504
  details?: string | object | (() => Promise<string | object>);
52505
+ /**
52506
+ * The width of the MessageBox
52507
+ */
52508
+ contentWidth?: sap.ui.core.CSSSize;
52479
52509
  /**
52480
52510
  * Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
52481
52511
  * occurs.
@@ -52595,6 +52625,10 @@ declare namespace sap {
52595
52625
  * a default error message will be displayed
52596
52626
  */
52597
52627
  details?: string | object | (() => Promise<string | object>);
52628
+ /**
52629
+ * The width of the MessageBox
52630
+ */
52631
+ contentWidth?: sap.ui.core.CSSSize;
52598
52632
  /**
52599
52633
  * Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
52600
52634
  * occurs.
@@ -52846,6 +52880,10 @@ declare namespace sap {
52846
52880
  * a default error message will be displayed
52847
52881
  */
52848
52882
  details?: string | object | (() => Promise<string | object>);
52883
+ /**
52884
+ * The width of the MessageBox
52885
+ */
52886
+ contentWidth?: sap.ui.core.CSSSize;
52849
52887
  /**
52850
52888
  * Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
52851
52889
  * occurs.
@@ -52965,6 +53003,10 @@ declare namespace sap {
52965
53003
  * a default error message will be displayed
52966
53004
  */
52967
53005
  details?: string | object | (() => Promise<string | object>);
53006
+ /**
53007
+ * The width of the MessageBox
53008
+ */
53009
+ contentWidth?: sap.ui.core.CSSSize;
52968
53010
  /**
52969
53011
  * Added since version 1.72.0. Whether the MessageBox will be closed automatically when a routing navigation
52970
53012
  * occurs.
@@ -95904,6 +95946,19 @@ declare namespace sap {
95904
95946
  * @returns Metadata object describing this class
95905
95947
  */
95906
95948
  static getMetadata(): sap.ui.core.ElementMetadata;
95949
+ /**
95950
+ * Adds some control to the aggregation {@link #getControls controls}.
95951
+ *
95952
+ * @since 1.129
95953
+ *
95954
+ * @returns Reference to `this` in order to allow method chaining
95955
+ */
95956
+ addControl(
95957
+ /**
95958
+ * The control to add; if empty, nothing is inserted
95959
+ */
95960
+ oControl: sap.m.Link
95961
+ ): this;
95907
95962
  /**
95908
95963
  * Attaches event handler `fnFunction` to the {@link #event:close close} event of this `sap.m.MessageStrip`.
95909
95964
  *
@@ -95956,6 +96011,14 @@ declare namespace sap {
95956
96011
  * can be shown again by setting the visible property to true.
95957
96012
  */
95958
96013
  close(): void;
96014
+ /**
96015
+ * Destroys all the controls in the aggregation {@link #getControls controls}.
96016
+ *
96017
+ * @since 1.129
96018
+ *
96019
+ * @returns Reference to `this` in order to allow method chaining
96020
+ */
96021
+ destroyControls(): this;
95959
96022
  /**
95960
96023
  * Destroys the link in the aggregation {@link #getLink link}.
95961
96024
  *
@@ -95994,6 +96057,16 @@ declare namespace sap {
95994
96057
  */
95995
96058
  mParameters?: object
95996
96059
  ): this;
96060
+ /**
96061
+ * Gets content of aggregation {@link #getControls controls}.
96062
+ *
96063
+ * List of `sap.m.Link` controls that replace the placeholders in the text. Placeholders are replaced according
96064
+ * to their indexes. The first link in the aggregation replaces the placeholder with index %%0, and so on.
96065
+ * **Note:** Placeholders are replaced if the `enableFormattedText` property is set to true.
96066
+ *
96067
+ * @since 1.129
96068
+ */
96069
+ getControls(): sap.m.Link[];
95997
96070
  /**
95998
96071
  * Gets current value of property {@link #getCustomIcon customIcon}.
95999
96072
  *
@@ -96010,6 +96083,7 @@ declare namespace sap {
96010
96083
  * Gets current value of property {@link #getEnableFormattedText enableFormattedText}.
96011
96084
  *
96012
96085
  * Determines the limited collection of HTML elements passed to the `text` property should be evaluated.
96086
+ * The `text` property value is set as `htmlText` to an internal instance of {@link sap.m.FormattedText}
96013
96087
  *
96014
96088
  * **Note:** If this property is set to true the string passed to `text` property can evaluate the following
96015
96089
  * list of limited HTML elements. All other HTML elements and their nested content will not be rendered
@@ -96079,6 +96153,62 @@ declare namespace sap {
96079
96153
  * @returns Value of property `type`
96080
96154
  */
96081
96155
  getType(): sap.ui.core.MessageType;
96156
+ /**
96157
+ * Checks for the provided `sap.m.Link` in the aggregation {@link #getControls controls}. and returns its
96158
+ * index if found or -1 otherwise.
96159
+ *
96160
+ * @since 1.129
96161
+ *
96162
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
96163
+ */
96164
+ indexOfControl(
96165
+ /**
96166
+ * The control whose index is looked for
96167
+ */
96168
+ oControl: sap.m.Link
96169
+ ): int;
96170
+ /**
96171
+ * Inserts a control into the aggregation {@link #getControls controls}.
96172
+ *
96173
+ * @since 1.129
96174
+ *
96175
+ * @returns Reference to `this` in order to allow method chaining
96176
+ */
96177
+ insertControl(
96178
+ /**
96179
+ * The control to insert; if empty, nothing is inserted
96180
+ */
96181
+ oControl: sap.m.Link,
96182
+ /**
96183
+ * The `0`-based index the control should be inserted at; for a negative value of `iIndex`, the control
96184
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the control
96185
+ * is inserted at the last position
96186
+ */
96187
+ iIndex: int
96188
+ ): this;
96189
+ /**
96190
+ * Removes all the controls from the aggregation {@link #getControls controls}.
96191
+ *
96192
+ * Additionally, it unregisters them from the hosting UIArea.
96193
+ *
96194
+ * @since 1.129
96195
+ *
96196
+ * @returns An array of the removed elements (might be empty)
96197
+ */
96198
+ removeAllControls(): sap.m.Link[];
96199
+ /**
96200
+ * Removes a control from the aggregation {@link #getControls controls}.
96201
+ *
96202
+ * @since 1.129
96203
+ *
96204
+ * @returns The removed control or `null`
96205
+ */
96206
+ removeControl(
96207
+ /**
96208
+ * The control to remove or its index or id
96209
+ */
96210
+ vControl: int | string | sap.m.Link
96211
+ ): sap.m.Link | null;
96082
96212
  /**
96083
96213
  * Sets a new value for property {@link #getCustomIcon customIcon}.
96084
96214
  *
@@ -96102,6 +96232,7 @@ declare namespace sap {
96102
96232
  * Sets a new value for property {@link #getEnableFormattedText enableFormattedText}.
96103
96233
  *
96104
96234
  * Determines the limited collection of HTML elements passed to the `text` property should be evaluated.
96235
+ * The `text` property value is set as `htmlText` to an internal instance of {@link sap.m.FormattedText}
96105
96236
  *
96106
96237
  * **Note:** If this property is set to true the string passed to `text` property can evaluate the following
96107
96238
  * list of limited HTML elements. All other HTML elements and their nested content will not be rendered
@@ -125099,10 +125230,12 @@ declare namespace sap {
125099
125230
  * The preferred number of icons is between 5 (default) and 7. Responsive Behavior: You can display icons
125100
125231
  * in 4 recommended sizes:
125101
125232
  * - large - 32px
125102
- * - medium(default) - 22px
125103
- * - small - 16px
125104
- * - XS - 12px **Note:** If no icon size is set, the rating indicator will set it according to the
125105
- * content density.
125233
+ * - medium(default) - 24px
125234
+ * - small - 22px
125235
+ * - XS - 12px **Note:** It is not recommended to use the XS size as an editable rating indicator.
125236
+ * If an editable rating indicator is needed then it is recommended to set the size S or above to be compliant
125237
+ * with minimum touch size. **Note:** If no icon size is set, the rating indicator will set it according
125238
+ * to the content density.
125106
125239
  *
125107
125240
  * @since 1.14
125108
125241
  */
@@ -125464,7 +125597,7 @@ declare namespace sap {
125464
125597
  *
125465
125598
  * The Size of the image or icon to be displayed. The default value depends on the theme. Please be sure
125466
125599
  * that the size is corresponding to a full pixel value as some browsers don't support subpixel calculations.
125467
- * Recommended size is 1.375rem (22px) for normal, 1rem (16px) for small, and 2rem (32px) for large icons
125600
+ * Recommended size is 1.5rem (24px) for normal, 1.375rem (22px) for small, and 2rem (32px) for large icons
125468
125601
  * correspondingly.
125469
125602
  *
125470
125603
  *
@@ -125664,7 +125797,7 @@ declare namespace sap {
125664
125797
  *
125665
125798
  * The Size of the image or icon to be displayed. The default value depends on the theme. Please be sure
125666
125799
  * that the size is corresponding to a full pixel value as some browsers don't support subpixel calculations.
125667
- * Recommended size is 1.375rem (22px) for normal, 1rem (16px) for small, and 2rem (32px) for large icons
125800
+ * Recommended size is 1.5rem (24px) for normal, 1.375rem (22px) for small, and 2rem (32px) for large icons
125668
125801
  * correspondingly.
125669
125802
  *
125670
125803
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -126111,6 +126244,14 @@ declare namespace sap {
126111
126244
  * @returns Reference to `this` in order to allow method chaining
126112
126245
  */
126113
126246
  destroyEndButton(): this;
126247
+ /**
126248
+ * Destroys the footer in the aggregation {@link #getFooter footer}.
126249
+ *
126250
+ * @since 1.129
126251
+ *
126252
+ * @returns Reference to `this` in order to allow method chaining
126253
+ */
126254
+ destroyFooter(): this;
126114
126255
  /**
126115
126256
  * Destroys the subHeader in the aggregation {@link #getSubHeader subHeader}.
126116
126257
  *
@@ -126297,6 +126438,14 @@ declare namespace sap {
126297
126438
  * @returns The button that is set as an endButton aggregation
126298
126439
  */
126299
126440
  getEndButton(): sap.m.Button;
126441
+ /**
126442
+ * Gets content of aggregation {@link #getFooter footer}.
126443
+ *
126444
+ * The footer of this popover.
126445
+ *
126446
+ * @since 1.129
126447
+ */
126448
+ getFooter(): sap.m.Toolbar;
126300
126449
  /**
126301
126450
  * Gets current value of property {@link #getHorizontalScrolling horizontalScrolling}.
126302
126451
  *
@@ -126634,6 +126783,19 @@ declare namespace sap {
126634
126783
  */
126635
126784
  oButton: sap.m.Button
126636
126785
  ): this;
126786
+ /**
126787
+ * Sets the aggregated {@link #getFooter footer}.
126788
+ *
126789
+ * @since 1.129
126790
+ *
126791
+ * @returns Reference to `this` in order to allow method chaining
126792
+ */
126793
+ setFooter(
126794
+ /**
126795
+ * The footer to set
126796
+ */
126797
+ oFooter: sap.m.Toolbar
126798
+ ): this;
126637
126799
  /**
126638
126800
  * Sets a new value for property {@link #getHorizontalScrolling horizontalScrolling}.
126639
126801
  *
@@ -166313,6 +166475,12 @@ declare namespace sap {
166313
166475
  * The column headers remain in a fixed position.
166314
166476
  */
166315
166477
  ColumnHeaders = "ColumnHeaders",
166478
+ /**
166479
+ * The group headers remain in a fixed position at the top of the page during vertical scrolling.
166480
+ *
166481
+ * @since 1.128
166482
+ */
166483
+ GroupHeaders = "GroupHeaders",
166316
166484
  /**
166317
166485
  * The header toolbar remains in a fixed position.
166318
166486
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {