@openui5/ts-types 1.102.1 → 1.103.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.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -56,6 +56,8 @@ declare namespace sap {
56
56
 
57
57
  "sap/ui/fl/apply/_internal/flexObjects/UpdatableChange": undefined;
58
58
 
59
+ "sap/ui/fl/apply/_internal/flexObjects/Variant": undefined;
60
+
59
61
  "sap/ui/fl/apply/_internal/flexState/changes/DependencyHandler": undefined;
60
62
 
61
63
  "sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -635,7 +635,7 @@ declare namespace sap {
635
635
  | int
636
636
  | string
637
637
  | sap.ui.integration.ActionDefinition
638
- ): sap.ui.integration.ActionDefinition;
638
+ ): sap.ui.integration.ActionDefinition | null;
639
639
  /**
640
640
  * @EXPERIMENTAL (since 1.79)
641
641
  *
@@ -1624,7 +1624,7 @@ declare namespace sap {
1624
1624
  | int
1625
1625
  | string
1626
1626
  | sap.ui.integration.ActionDefinition
1627
- ): sap.ui.integration.ActionDefinition;
1627
+ ): sap.ui.integration.ActionDefinition | null;
1628
1628
  /**
1629
1629
  * @SINCE 1.85
1630
1630
  * @EXPERIMENTAL (since 1.85)
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -781,7 +781,7 @@ declare namespace sap {
781
781
  * The item to remove or its index or id
782
782
  */
783
783
  vItem: int | string | sap.ui.core.Control
784
- ): sap.ui.core.Control;
784
+ ): sap.ui.core.Control | null;
785
785
  /**
786
786
  * Sets the aggregated {@link #getCustomLayout customLayout}.
787
787
  *
@@ -1766,10 +1766,9 @@ declare namespace sap {
1766
1766
  aElements: sap.ui.core.Control[] | HTMLElement[]
1767
1767
  ): void;
1768
1768
  /**
1769
- * Should return sap.ui.layout.cssgrid.GridSettings - The active GridSettings Must be implemented by child
1770
- * classes
1769
+ * Should return the active GridSettings. Must be implemented by child classes.
1771
1770
  */
1772
- getActiveGridSettings(): void;
1771
+ getActiveGridSettings(): sap.ui.layout.cssgrid.GridSettings;
1773
1772
  /**
1774
1773
  *
1775
1774
  * @returns If the Grid Layout is responsive.
@@ -4555,7 +4554,7 @@ declare namespace sap {
4555
4554
  * The formContainer to remove or its index or id
4556
4555
  */
4557
4556
  vFormContainer: int | string | sap.ui.layout.form.FormContainer
4558
- ): sap.ui.layout.form.FormContainer;
4557
+ ): sap.ui.layout.form.FormContainer | null;
4559
4558
  /**
4560
4559
  * @SINCE 1.20.0
4561
4560
  *
@@ -4913,7 +4912,7 @@ declare namespace sap {
4913
4912
  * The formElement to remove or its index or id
4914
4913
  */
4915
4914
  vFormElement: int | string | sap.ui.layout.form.FormElement
4916
- ): sap.ui.layout.form.FormElement;
4915
+ ): sap.ui.layout.form.FormElement | null;
4917
4916
  /**
4918
4917
  * Sets a new value for property {@link #getExpandable expandable}.
4919
4918
  *
@@ -5195,7 +5194,7 @@ declare namespace sap {
5195
5194
  * The field to remove or its index or id
5196
5195
  */
5197
5196
  vField: int | string | sap.ui.core.Control
5198
- ): sap.ui.core.Control;
5197
+ ): sap.ui.core.Control | null;
5199
5198
  /**
5200
5199
  * Sets the aggregated {@link #getLabel label}.
5201
5200
  *
@@ -6576,7 +6575,7 @@ declare namespace sap {
6576
6575
  * The fieldLabel to remove or its index or id
6577
6576
  */
6578
6577
  vFieldLabel: int | string | sap.ui.core.Label
6579
- ): sap.ui.core.Label;
6578
+ ): sap.ui.core.Label | null;
6580
6579
  /**
6581
6580
  * Sets a new value for property {@link #getDelimiter delimiter}.
6582
6581
  *
@@ -7218,7 +7217,7 @@ declare namespace sap {
7218
7217
  * The content to remove or its index or id
7219
7218
  */
7220
7219
  vContent: int | string | sap.ui.core.Element
7221
- ): sap.ui.core.Element;
7220
+ ): sap.ui.core.Element | null;
7222
7221
  /**
7223
7222
  * @SINCE 1.34.0
7224
7223
  *
@@ -7930,8 +7929,7 @@ declare namespace sap {
7930
7929
  /**
7931
7930
  * @SINCE 1.48
7932
7931
  *
7933
- * The Background color set from which the background color will be selected. By using background colors
7934
- * from the predefined sets your colors could later be customized from the Theme Designer. **Note:** backgroundColorSet
7932
+ * The Background color set from which the background color will be selected. **Note:** backgroundColorSet
7935
7933
  * should be used only in combination with backgroundColorShade.
7936
7934
  */
7937
7935
  backgroundColorSet?:
@@ -7942,9 +7940,8 @@ declare namespace sap {
7942
7940
  /**
7943
7941
  * @SINCE 1.48
7944
7942
  *
7945
- * The index of the background color in the color set from which the color will be selected. By using background
7946
- * colors from the predefined sets your colors could later be customized from the Theme Designer. **Note:**
7947
- * backgroundColorShade should be used only in combination with backgroundColorSet.
7943
+ * The index of the background color in the color set from which the color will be selected. **Note:** backgroundColorShade
7944
+ * should be used only in combination with backgroundColorSet.
7948
7945
  */
7949
7946
  backgroundColorShade?:
7950
7947
  | sap.ui.layout.BlockLayoutCellColorShade
@@ -8865,10 +8862,9 @@ declare namespace sap {
8865
8862
  * are attached directly to the blocks of the layout.
8866
8863
  *
8867
8864
  * **Note:** With version 1.48 colors can be set for each individual {@link sap.ui.layout.BlockLayoutCell
8868
- * cell}. There are 11 pre-defined color sets, each with 4 different shades for the Belize theme and 6 different
8869
- * shades for the Fiori 3 theme. The main colors of the sets can be changed in Theme Designer. To change
8870
- * the background of a particular cell, set `backgroundColorSet` (main color) and `backgroundColorShade`
8871
- * (shade).
8865
+ * cell}. There are 11 pre-defined color sets, each with 4 different shades for the SAP Belize theme and
8866
+ * 6 different shades for the Quartz and Horizon themes. To change the background of a particular cell,
8867
+ * set `backgroundColorSet` (main color) and `backgroundColorShade` (shade).
8872
8868
  *
8873
8869
  * **Note:** Usage of disabled, emphasized or subtle links as titles is not recommended. Dark background
8874
8870
  * designs, for example Accent, are not fully supported with regards to Accessibility when used with links
@@ -9043,7 +9039,7 @@ declare namespace sap {
9043
9039
  * The content to remove or its index or id
9044
9040
  */
9045
9041
  vContent: int | string | sap.ui.layout.BlockLayoutRow
9046
- ): sap.ui.layout.BlockLayoutRow;
9042
+ ): sap.ui.layout.BlockLayoutRow | null;
9047
9043
  /**
9048
9044
  * @SINCE 1.42
9049
9045
  *
@@ -9180,8 +9176,7 @@ declare namespace sap {
9180
9176
  *
9181
9177
  * Gets current value of property {@link #getBackgroundColorSet backgroundColorSet}.
9182
9178
  *
9183
- * The Background color set from which the background color will be selected. By using background colors
9184
- * from the predefined sets your colors could later be customized from the Theme Designer. **Note:** backgroundColorSet
9179
+ * The Background color set from which the background color will be selected. **Note:** backgroundColorSet
9185
9180
  * should be used only in combination with backgroundColorShade.
9186
9181
  *
9187
9182
  * @returns Value of property `backgroundColorSet`
@@ -9192,9 +9187,8 @@ declare namespace sap {
9192
9187
  *
9193
9188
  * Gets current value of property {@link #getBackgroundColorShade backgroundColorShade}.
9194
9189
  *
9195
- * The index of the background color in the color set from which the color will be selected. By using background
9196
- * colors from the predefined sets your colors could later be customized from the Theme Designer. **Note:**
9197
- * backgroundColorShade should be used only in combination with backgroundColorSet.
9190
+ * The index of the background color in the color set from which the color will be selected. **Note:** backgroundColorShade
9191
+ * should be used only in combination with backgroundColorSet.
9198
9192
  *
9199
9193
  * @returns Value of property `backgroundColorShade`
9200
9194
  */
@@ -9310,14 +9304,13 @@ declare namespace sap {
9310
9304
  * The content to remove or its index or id
9311
9305
  */
9312
9306
  vContent: int | string | sap.ui.core.Control
9313
- ): sap.ui.core.Control;
9307
+ ): sap.ui.core.Control | null;
9314
9308
  /**
9315
9309
  * @SINCE 1.48
9316
9310
  *
9317
9311
  * Sets a new value for property {@link #getBackgroundColorSet backgroundColorSet}.
9318
9312
  *
9319
- * The Background color set from which the background color will be selected. By using background colors
9320
- * from the predefined sets your colors could later be customized from the Theme Designer. **Note:** backgroundColorSet
9313
+ * The Background color set from which the background color will be selected. **Note:** backgroundColorSet
9321
9314
  * should be used only in combination with backgroundColorShade.
9322
9315
  *
9323
9316
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -9335,9 +9328,8 @@ declare namespace sap {
9335
9328
  *
9336
9329
  * Sets a new value for property {@link #getBackgroundColorShade backgroundColorShade}.
9337
9330
  *
9338
- * The index of the background color in the color set from which the color will be selected. By using background
9339
- * colors from the predefined sets your colors could later be customized from the Theme Designer. **Note:**
9340
- * backgroundColorShade should be used only in combination with backgroundColorSet.
9331
+ * The index of the background color in the color set from which the color will be selected. **Note:** backgroundColorShade
9332
+ * should be used only in combination with backgroundColorSet.
9341
9333
  *
9342
9334
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9343
9335
  *
@@ -9803,7 +9795,7 @@ declare namespace sap {
9803
9795
  * The content to remove or its index or id
9804
9796
  */
9805
9797
  vContent: int | string | sap.ui.layout.BlockLayoutCell
9806
- ): sap.ui.layout.BlockLayoutCell;
9798
+ ): sap.ui.layout.BlockLayoutCell | null;
9807
9799
  /**
9808
9800
  * @SINCE 1.42
9809
9801
  *
@@ -10283,7 +10275,7 @@ declare namespace sap {
10283
10275
  * The mainContent to remove or its index or id
10284
10276
  */
10285
10277
  vMainContent: int | string | sap.ui.core.Control
10286
- ): sap.ui.core.Control;
10278
+ ): sap.ui.core.Control | null;
10287
10279
  /**
10288
10280
  * Removes a sideContent from the aggregation {@link #getSideContent sideContent}.
10289
10281
  *
@@ -10294,7 +10286,7 @@ declare namespace sap {
10294
10286
  * The sideContent to remove or its index or id
10295
10287
  */
10296
10288
  vSideContent: int | string | sap.ui.core.Control
10297
- ): sap.ui.core.Control;
10289
+ ): sap.ui.core.Control | null;
10298
10290
  /**
10299
10291
  * Sets a new value for property {@link #getContainerQuery containerQuery}.
10300
10292
  *
@@ -10629,7 +10621,7 @@ declare namespace sap {
10629
10621
  * The fixContent to remove or its index or id
10630
10622
  */
10631
10623
  vFixContent: int | string | sap.ui.core.Control
10632
- ): sap.ui.core.Control;
10624
+ ): sap.ui.core.Control | null;
10633
10625
  /**
10634
10626
  * Sets a new value for property {@link #getFixContentSize fixContentSize}.
10635
10627
  *
@@ -11008,7 +11000,7 @@ declare namespace sap {
11008
11000
  * The content to remove or its index or id
11009
11001
  */
11010
11002
  vContent: int | string | sap.ui.core.Control
11011
- ): sap.ui.core.Control;
11003
+ ): sap.ui.core.Control | null;
11012
11004
  /**
11013
11005
  * Sets a new value for property {@link #getContainerQuery containerQuery}.
11014
11006
  *
@@ -12204,7 +12196,7 @@ declare namespace sap {
12204
12196
  * The content to remove or its index or id
12205
12197
  */
12206
12198
  vContent: int | string | sap.ui.core.Control
12207
- ): sap.ui.core.Control;
12199
+ ): sap.ui.core.Control | null;
12208
12200
  /**
12209
12201
  * Sets a new value for property {@link #getAllowWrapping allowWrapping}.
12210
12202
  *
@@ -13574,7 +13566,7 @@ declare namespace sap {
13574
13566
  * The contentArea to remove or its index or id
13575
13567
  */
13576
13568
  vContentArea: int | string | sap.ui.core.Control
13577
- ): sap.ui.core.Control;
13569
+ ): sap.ui.core.Control | null;
13578
13570
  /**
13579
13571
  * Resets the size (width or height) of each of the content areas.
13580
13572
  */
@@ -13961,7 +13953,7 @@ declare namespace sap {
13961
13953
  * The content to remove or its index or id
13962
13954
  */
13963
13955
  vContent: int | string | sap.ui.core.Control
13964
- ): sap.ui.core.Control;
13956
+ ): sap.ui.core.Control | null;
13965
13957
  /**
13966
13958
  * Sets a new value for property {@link #getEnabled enabled}.
13967
13959
  *
@@ -14120,11 +14112,11 @@ declare namespace sap {
14120
14112
  */
14121
14113
  ShadeD = "ShadeD",
14122
14114
  /**
14123
- * Shade E - available only for Fiori 3 theme
14115
+ * Shade E - available only for SAP Quartz and Horizon themes
14124
14116
  */
14125
14117
  ShadeE = "ShadeE",
14126
14118
  /**
14127
- * Shade F - available only for Fiori 3 theme
14119
+ * Shade F - available only for SAP Quartz and Horizon themes
14128
14120
  */
14129
14121
  ShadeF = "ShadeF",
14130
14122
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -3373,7 +3373,7 @@ declare namespace sap {
3373
3373
  * The multiLabel to remove or its index or id
3374
3374
  */
3375
3375
  vMultiLabel: int | string | sap.ui.core.Control
3376
- ): sap.ui.core.Control;
3376
+ ): sap.ui.core.Control | null;
3377
3377
  /**
3378
3378
  * @SINCE 1.21.1
3379
3379
  *
@@ -4062,7 +4062,7 @@ declare namespace sap {
4062
4062
  * The cell to remove or its index or id
4063
4063
  */
4064
4064
  vCell: int | string | sap.ui.core.Control
4065
- ): sap.ui.core.Control;
4065
+ ): sap.ui.core.Control | null;
4066
4066
  }
4067
4067
  /**
4068
4068
  * @SINCE 1.45
@@ -4212,7 +4212,7 @@ declare namespace sap {
4212
4212
  * The item to remove or its index or id
4213
4213
  */
4214
4214
  vItem: int | string | sap.ui.table.RowActionItem
4215
- ): sap.ui.table.RowActionItem;
4215
+ ): sap.ui.table.RowActionItem | null;
4216
4216
  /**
4217
4217
  * Sets a new value for property {@link #getVisible visible}.
4218
4218
  *
@@ -6612,7 +6612,7 @@ declare namespace sap {
6612
6612
  * For server-based models you should consider to only make this API call when the index is within the currently
6613
6613
  * visible scroll area.
6614
6614
  *
6615
- * @returns The context at this index or null
6615
+ * @returns The context at this index or `null`
6616
6616
  */
6617
6617
  getContextByIndex(
6618
6618
  /**
@@ -7311,7 +7311,7 @@ declare namespace sap {
7311
7311
  * The column to remove or its index or id
7312
7312
  */
7313
7313
  vColumn: int | string | sap.ui.table.Column
7314
- ): sap.ui.table.Column;
7314
+ ): sap.ui.table.Column | null;
7315
7315
  /**
7316
7316
  * Removes a extension from the aggregation {@link #getExtension extension}.
7317
7317
  *
@@ -7322,7 +7322,7 @@ declare namespace sap {
7322
7322
  * The extension to remove or its index or id
7323
7323
  */
7324
7324
  vExtension: int | string | sap.ui.core.Control
7325
- ): sap.ui.core.Control;
7325
+ ): sap.ui.core.Control | null;
7326
7326
  /**
7327
7327
  * @SINCE 1.64
7328
7328
  *
@@ -7335,7 +7335,7 @@ declare namespace sap {
7335
7335
  * The plugin to remove or its index or id
7336
7336
  */
7337
7337
  vPlugin: int | string | sap.ui.table.plugins.SelectionPlugin
7338
- ): sap.ui.table.plugins.SelectionPlugin;
7338
+ ): sap.ui.table.plugins.SelectionPlugin | null;
7339
7339
  /**
7340
7340
  * Removes a row from the aggregation {@link #getRows rows}.
7341
7341
  *
@@ -7346,7 +7346,7 @@ declare namespace sap {
7346
7346
  * The row to remove or its index or id
7347
7347
  */
7348
7348
  vRow: int | string | sap.ui.table.Row
7349
- ): sap.ui.table.Row;
7349
+ ): sap.ui.table.Row | null;
7350
7350
  /**
7351
7351
  * Removes the given selection interval from the selection. In case of single selection, only `iIndexTo`
7352
7352
  * is removed from the selection.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.1
1
+ // For Library Version: 1.103.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {