@openui5/ts-types 1.143.0 → 1.144.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1411,10 +1411,10 @@ declare namespace sap {
1411
1411
 
1412
1412
  "sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
1413
1413
 
1414
- "sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
1415
-
1416
1414
  "sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState": undefined;
1417
1415
 
1416
+ "sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagerApply": undefined;
1417
+
1418
1418
  "sap/ui/fl/apply/_internal/flexState/DataSelector": undefined;
1419
1419
 
1420
1420
  "sap/ui/fl/apply/_internal/flexState/FlexObjectState": undefined;
@@ -1425,8 +1425,6 @@ declare namespace sap {
1425
1425
 
1426
1426
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1427
1427
 
1428
- "sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1429
-
1430
1428
  "sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
1431
1429
 
1432
1430
  "sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
@@ -1471,6 +1469,8 @@ declare namespace sap {
1471
1469
 
1472
1470
  "sap/ui/fl/initial/_internal/connectors/Utils": undefined;
1473
1471
 
1472
+ "sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1473
+
1474
1474
  "sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
1475
1475
 
1476
1476
  "sap/ui/fl/initial/_internal/Settings": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1016,10 +1016,10 @@ declare namespace sap {
1016
1016
  *
1017
1017
  * - Add controls as input fields, text fields or other as needed.
1018
1018
  * - Use {@link sap.ui.core.Element#setLayoutData LayoutData} to influence the layout for special cases
1019
- * in the single controls. For example, if a {@link sap.ui.layout.ColumnLayout ColumnLayout} is used as
1020
- * a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part, for
1021
- * large size. If there is only little space, the labels are above the fields and each field uses 12 cells.
1022
- * If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
1019
+ * in the single controls. For example, if a {@link sap.ui.layout.form.ColumnLayout ColumnLayout} is used
1020
+ * as a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
1021
+ * for large size. If there is only little space, the labels are above the fields and each field uses 12
1022
+ * cells. If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
1023
1023
  * to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. Ensure that the sum of
1024
1024
  * the weights in the {@link sap.ui.layout.form.ColumnElementData ColumnElementData} is not more than 12,
1025
1025
  * as this is the total width of the input control part of each form row. Example for a row where
@@ -1033,14 +1033,14 @@ declare namespace sap {
1033
1033
  * ```
1034
1034
  *
1035
1035
  *
1036
- * For example, if a {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
1036
+ * For example, if a {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
1037
1037
  * there are 12 cells in one row. Depending on the screen size the labels use the defined `labelSpan`. The
1038
1038
  * remaining cells are used for the fields (and `emptySpan` if defined). The available cells are distributed
1039
1039
  * to all fields in the row. If one field should use a fixed number of cells you can add {@link sap.ui.layout.GridData GridData }
1040
1040
  * to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. If there are additional
1041
1041
  * fields in the row they will get the remaining cells. Example for a row with two {@link sap.m.Input Input }
1042
1042
  * controls where one uses four cells on small screens, one cell on medium screens and 2 cells on larger
1043
- * screens (using {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout}):
1043
+ * screens (using {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout}):
1044
1044
  * ```javascript
1045
1045
  *
1046
1046
  * new sap.m.Label({text:"Label"});
@@ -4412,10 +4412,10 @@ declare namespace sap {
4412
4412
  *
4413
4413
  * - Add controls as input fields, text fields or other as needed.
4414
4414
  * - Use {@link sap.ui.core.Element#setLayoutData LayoutData} to influence the layout for special cases
4415
- * in the single controls. For example, if a {@link sap.ui.layout.ColumnLayout ColumnLayout} is used as
4416
- * a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part, for
4417
- * large size. If there is only little space, the labels are above the fields and each field uses 12 cells.
4418
- * If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
4415
+ * in the single controls. For example, if a {@link sap.ui.layout.form.ColumnLayout ColumnLayout} is used
4416
+ * as a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
4417
+ * for large size. If there is only little space, the labels are above the fields and each field uses 12
4418
+ * cells. If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
4419
4419
  * to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. Ensure that the sum of
4420
4420
  * the weights in the {@link sap.ui.layout.form.ColumnElementData ColumnElementData} is not more than 12,
4421
4421
  * as this is the total width of the input control part of each form row. Example for a row where
@@ -4429,14 +4429,14 @@ declare namespace sap {
4429
4429
  * ```
4430
4430
  *
4431
4431
  *
4432
- * For example, if a {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
4432
+ * For example, if a {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
4433
4433
  * there are 12 cells in one row. Depending on the screen size the labels use the defined `labelSpan`. The
4434
4434
  * remaining cells are used for the fields (and `emptySpan` if defined). The available cells are distributed
4435
4435
  * to all fields in the row. If one field should use a fixed number of cells you can add {@link sap.ui.layout.GridData GridData }
4436
4436
  * to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. If there are additional
4437
4437
  * fields in the row they will get the remaining cells. Example for a row with two {@link sap.m.Input Input }
4438
4438
  * controls where one uses four cells on small screens, one cell on medium screens and 2 cells on larger
4439
- * screens (using {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout}):
4439
+ * screens (using {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout}):
4440
4440
  * ```javascript
4441
4441
  *
4442
4442
  * new sap.m.Label({text:"Label"});
@@ -5390,7 +5390,7 @@ declare namespace sap {
5390
5390
  }
5391
5391
  /**
5392
5392
  * An `int` type that defines how many cells a control inside of a column of a {@link sap.ui.layout.form.Form Form }
5393
- * control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.FormE#setLayout layout }
5393
+ * control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.Form#setLayout layout }
5394
5394
  * can use.
5395
5395
  *
5396
5396
  * Allowed values are numbers from 1 to 12 and -1. -1 means the value is calculated.
@@ -5401,7 +5401,7 @@ declare namespace sap {
5401
5401
 
5402
5402
  /**
5403
5403
  * An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
5404
- * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.FormE#setLayout layout }
5404
+ * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
5405
5405
  * can have if it has large size
5406
5406
  *
5407
5407
  * Allowed values are numbers from 1 to 4. **Note:** In versions lower than 1.122 only 3 columns are allowed.
@@ -5412,7 +5412,7 @@ declare namespace sap {
5412
5412
 
5413
5413
  /**
5414
5414
  * An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
5415
- * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.FormE#setLayout layout }
5415
+ * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
5416
5416
  * can have if it has medium size
5417
5417
  *
5418
5418
  * Allowed values are numbers from 1 to 3. **Note:** In versions lower than 1.122 only 2 columns are allowed.
@@ -5423,7 +5423,7 @@ declare namespace sap {
5423
5423
 
5424
5424
  /**
5425
5425
  * An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
5426
- * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.FormE#setLayout layout }
5426
+ * {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
5427
5427
  * can have if it has extra-large size
5428
5428
  *
5429
5429
  * Allowed values are numbers from 1 to 6. **Note:** In versions lower than 1.89 only 4 columns are allowed.
@@ -5434,7 +5434,7 @@ declare namespace sap {
5434
5434
 
5435
5435
  /**
5436
5436
  * An `int` type that defines how many cells beside the controls inside of a column of a {@link sap.ui.layout.form.Form Form }
5437
- * control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.FormE#setLayout layout }
5437
+ * control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.Form#setLayout layout }
5438
5438
  * are empty.
5439
5439
  *
5440
5440
  * Allowed values are numbers from 0 to 11.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1319,7 +1319,9 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
1319
1319
  */
1320
1320
  additionalValueType: sap.ui.model.SimpleType;
1321
1321
  }
1322
- ): Array<sap.ui.mdc.condition.ConditionObject | string> | Promise<any[]>;
1322
+ ):
1323
+ | Array<sap.ui.mdc.condition.ConditionObject | string>
1324
+ | Promise<Array<sap.ui.mdc.condition.ConditionObject | string>>;
1323
1325
  }
1324
1326
  const FieldBaseDelegate: FieldBaseDelegate;
1325
1327
  export default FieldBaseDelegate;
@@ -1572,7 +1574,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
1572
1574
 
1573
1575
  /**
1574
1576
  * Base Delegate for {@link sap.ui.mdc.Geomap Geomap}. Extend this object in your project to use all functionalities
1575
- * of the {@link sap.ui.mdc.GeoMap GeoMap}.
1577
+ * of the {@link sap.ui.mdc.Geomap Geomap}.
1576
1578
  * This class provides method calls, that are called by the `geomap` for specific operations and overwrite
1577
1579
  * the internal behavior.
1578
1580
  *
@@ -1647,8 +1649,8 @@ declare module "sap/ui/mdc/GeomapDelegate" {
1647
1649
  * **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
1648
1650
  * Any changes of the returned values might result in undesired effects.
1649
1651
  *
1650
- * **Note**: Existing properties (set via `sap.ui.mdc.GeoMap#setPropertyInfo`) must not be removed and their
1651
- * attributes must not be changed during the {@link module:sap/ui/mdc/GeoMapDelegate.fetchProperties fetchProperties }
1652
+ * **Note**: Existing properties (set via `sap.ui.mdc.Geomap#setPropertyInfo`) must not be removed and their
1653
+ * attributes must not be changed during the {@link module:sap/ui/mdc/GeomapDelegate.fetchProperties fetchProperties }
1652
1654
  * callback. Otherwise validation errors might occur whenever personalization-related control features (such
1653
1655
  * as the opening of any personalization dialog) are activated.
1654
1656
  *
@@ -1660,7 +1662,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
1660
1662
  * Reference to the geomap
1661
1663
  */
1662
1664
  oGeomap: sap.ui.mdc.Geomap
1663
- ): Promise</* was: sap.ui.mdc.GeoMap.PropertyInfo */ any[]>;
1665
+ ): Promise</* was: sap.ui.mdc.Geomap.PropertyInfo */ any[]>;
1664
1666
  /**
1665
1667
  * Returns the binding info for given geomap.
1666
1668
  *
@@ -1703,7 +1705,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
1703
1705
  * Reference to the MDC geomap
1704
1706
  */
1705
1707
  oGeomap: sap.ui.mdc.Geomap
1706
- ): /* was: sap.ui.mdc.GeoMap.GeomapTypeObject */ any[];
1708
+ ): sap.ui.mdc.Geomap.GeomapTypeObject[];
1707
1709
  /**
1708
1710
  * Gets the current zooming information for the geomap.
1709
1711
  *
@@ -1836,7 +1838,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
1836
1838
  /**
1837
1839
  * Reference to the geomap
1838
1840
  */
1839
- oGeoMap: /* was: sap.ui.mdc.GeoMap */ any
1841
+ oGeomap: sap.ui.mdc.Geomap
1840
1842
  ): void;
1841
1843
  }
1842
1844
  const GeomapDelegate: GeomapDelegate;
@@ -2271,12 +2273,12 @@ declare module "sap/ui/mdc/TableDelegate" {
2271
2273
  * To enable specific functionalities, the configuration must contain the following functions:
2272
2274
  * - To enable **Expand Entire Tree**, the `expandAll` function needs to be implemented.
2273
2275
  * - To enable **Collapse Entire Tree**, the `collapseAll` function needs to be implemented.
2274
- * - To enable **Expand Entire Node**, the `expandAllFromNode` and `isNodeExpanded` functions need to
2275
- * be implemented.
2276
- * - To enable **Collapse Entire Node**, the `collapseAllFromNode` and `isNodeExpanded` functions need
2276
+ * - To enable **Expand Entire Node**, the `expandEntireNode` and `isNodeExpanded` functions need to be
2277
+ * implemented.
2278
+ * - To enable **Collapse Entire Node**, the `collapseEntireNode` and `isNodeExpanded` functions need
2277
2279
  * to be implemented.
2278
2280
  *
2279
- * **Note:** Expand and collapse all from a specific node is only supported if the table rows are selectable.
2281
+ * **Note:** Expanding and collapsing an entire node is only supported if the table rows are selectable.
2280
2282
  *
2281
2283
  * @ui5-protected Do not call from applications (only from related classes in the framework)
2282
2284
  *
@@ -5379,37 +5381,53 @@ declare namespace sap {
5379
5381
  */
5380
5382
  enum FieldEditMode {
5381
5383
  /**
5382
- * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
5383
- * is rendered in disabled mode
5384
+ * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
5385
+ * is rendered in disabled mode.
5384
5386
  */
5385
5387
  Disabled = "Disabled",
5386
5388
  /**
5387
- * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
5388
- * is rendered in display mode
5389
+ * If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
5390
+ * or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is disabled, and the other
5391
+ * parts are in display mode.
5392
+ *
5393
+ * @since 1.144
5394
+ */
5395
+ DisabledDisplay = "DisabledDisplay",
5396
+ /**
5397
+ * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
5398
+ * is rendered in display mode.
5389
5399
  */
5390
5400
  Display = "Display",
5391
5401
  /**
5392
- * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
5393
- * is rendered in editable mode
5402
+ * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
5403
+ * is rendered in editable mode.
5394
5404
  */
5395
5405
  Editable = "Editable",
5396
5406
  /**
5397
- * If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField }
5407
+ * If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
5398
5408
  * or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is editable, and the other
5399
5409
  * parts are in display mode.
5400
5410
  */
5401
5411
  EditableDisplay = "EditableDisplay",
5402
5412
  /**
5403
- * If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField }
5413
+ * If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
5404
5414
  * or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is editable, and the other
5405
5415
  * parts are read-only.
5406
5416
  */
5407
5417
  EditableReadOnly = "EditableReadOnly",
5408
5418
  /**
5409
- * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
5410
- * is rendered in read-only mode
5419
+ * {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
5420
+ * is rendered in read-only mode.
5411
5421
  */
5412
5422
  ReadOnly = "ReadOnly",
5423
+ /**
5424
+ * If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
5425
+ * or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is read-only, and the other
5426
+ * parts are in display mode.
5427
+ *
5428
+ * @since 1.144
5429
+ */
5430
+ ReadOnlyDisplay = "ReadOnlyDisplay",
5413
5431
  }
5414
5432
  /**
5415
5433
  * Defines the personalization mode of the filter bar.
@@ -6238,19 +6256,19 @@ declare namespace sap {
6238
6256
  }
6239
6257
  /**
6240
6258
  * Defines the supported positions for table-relevant actions within the table toolbar, in accordance with
6241
- * the {@link https://www.sap.com/design-system/fiori-design-web/ui-elements/table-bar/ SAP Design System}.
6259
+ * the {@link https://www.sap.com/design-system/fiori-design-web/ui-elements/table-bar/ SAP Design System guidelines}.
6242
6260
  *
6243
6261
  * @since 1.143
6244
6262
  */
6245
6263
  enum TableActionPosition {
6246
6264
  /**
6247
6265
  * Extension point for actions displayed after all table-relevant actions. These actions allow applications
6248
- * to add additional functionality, such as Pagination, Refresh.
6266
+ * to add additional functionality, such as pagination, refresh.
6249
6267
  */
6250
6268
  EndActions = "EndActions",
6251
6269
  /**
6252
6270
  * Extension point for the export actions at the start of the group. These actions convert the content of
6253
- * the table into an external format, such as Excel, PDF, Print.
6271
+ * the table into an external format, such as Excel, PDF, a printed document.
6254
6272
  */
6255
6273
  ExportActions = "ExportActions",
6256
6274
  /**
@@ -6271,7 +6289,7 @@ declare namespace sap {
6271
6289
  PersonalizationActions = "PersonalizationActions",
6272
6290
  /**
6273
6291
  * Extension point for the personalization actions inserted after the first and before the second group
6274
- * of predefined actions. These actions change the arrangement or personalization of the table on an item
6292
+ * of predefined actions. These actions change the arrangement or personalization of the table at the item
6275
6293
  * level, such as Expand/Collapse Node, Show/Hide Details, Table Settings.
6276
6294
  */
6277
6295
  PersonalizationActionsMiddle = "PersonalizationActionsMiddle",
@@ -6340,12 +6358,12 @@ declare namespace sap {
6340
6358
  */
6341
6359
  enum TablePopinDisplay {
6342
6360
  /**
6343
- * The header is displayed in the first line, and the cell content is displayed in the next line.
6361
+ * The header is displayed on the first line, and the cell content is displayed on the next line.
6344
6362
  */
6345
6363
  Block = "Block",
6346
6364
  /**
6347
- * The cell content is displayed next to the header in the same line. **Note:** If there is not enough space
6348
- * for the cell content, then it is displayed in the next line.
6365
+ * The cell content is displayed next to the header on the same line. **Note:** If there is not enough space
6366
+ * for the cell content, then it is displayed on the next line.
6349
6367
  */
6350
6368
  Inline = "Inline",
6351
6369
  }
@@ -9377,7 +9395,7 @@ declare namespace sap {
9377
9395
  * Returns the content of the popover.
9378
9396
  *
9379
9397
  *
9380
- * @returns `Promise` with a popover content of type sap.ui.Control as result
9398
+ * @returns `Promise` with a popover content of type sap.ui.core.Control as result
9381
9399
  */
9382
9400
  getContent(
9383
9401
  /**
@@ -10158,6 +10176,19 @@ declare namespace sap {
10158
10176
  */
10159
10177
  mParameters?: sap.ui.mdc.filterbar.FilterBarBase$SearchEventParameters
10160
10178
  ): this;
10179
+ /**
10180
+ * Updates the Adapt Filters button text based on the number of assigned filters.
10181
+ *
10182
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
10183
+ *
10184
+ * @returns text for the Adapt Filters button
10185
+ */
10186
+ getAdaptFiltersButtonText(
10187
+ /**
10188
+ * number of assigned filters
10189
+ */
10190
+ iFilterCount: int
10191
+ ): string;
10161
10192
  /**
10162
10193
  * Gets the labels of all filters with a value assignment.
10163
10194
  *
@@ -10559,6 +10590,17 @@ declare namespace sap {
10559
10590
  * @returns Metadata object describing this class
10560
10591
  */
10561
10592
  static getMetadata(): sap.ui.core.ElementMetadata;
10593
+ /**
10594
+ * Adds a button control to the inner layout of the `IFilterContainer`.
10595
+ *
10596
+ * @since 1.144
10597
+ */
10598
+ addButton(
10599
+ /**
10600
+ * Control that is added
10601
+ */
10602
+ oControl: sap.ui.core.Control
10603
+ ): void;
10562
10604
  /**
10563
10605
  * Overwrites the default exit to clean up the created layout properly.
10564
10606
  */
@@ -15198,9 +15240,9 @@ declare namespace sap {
15198
15240
  }
15199
15241
 
15200
15242
  /**
15201
- * An object literal describing a data property in the context of a {@link sap.ui.mdc.GeoMap}.
15243
+ * An object literal describing a data property in the context of a {@link sap.ui.mdc.Geomap}.
15202
15244
  *
15203
- * When specifying the `PropertyInfo` objects in the {@link sap.ui.mdc.GeoMap#getPropertyInfo propertyInfo }
15245
+ * When specifying the `PropertyInfo` objects in the {@link sap.ui.mdc.Geomap#getPropertyInfo propertyInfo }
15204
15246
  * property, the following attributes need to be specified:
15205
15247
  * - `key`
15206
15248
  * - `label`
@@ -19348,44 +19390,44 @@ declare namespace sap {
19348
19390
  */
19349
19391
  type ExpandAndCollapseConfiguration = {
19350
19392
  /**
19351
- * Function to expand all rows
19393
+ * Function to expand the entire tree
19352
19394
  *
19353
19395
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19354
19396
  */
19355
19397
  expandAll?: (p1: sap.ui.mdc.Table) => void;
19356
19398
  /**
19357
- * Function to collapse all rows
19399
+ * Function to collapse the entire tree
19358
19400
  *
19359
19401
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19360
19402
  */
19361
19403
  collapseAll?: (p1: sap.ui.mdc.Table) => void;
19362
19404
  /**
19363
- * Function to expand all rows from a specific node
19405
+ * Function to expand a node and all the nodes in its entire subtree.
19364
19406
  *
19365
19407
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19366
19408
  */
19367
- expandAllFromNode?: (
19409
+ expandEntireNode?: (
19368
19410
  p1: sap.ui.mdc.Table,
19369
19411
  p2: sap.ui.model.Context
19370
19412
  ) => void;
19371
19413
  /**
19372
- * Function to collapse all rows from a specific node
19414
+ * Function to collapse a node and all the nodes in its entire subtree.
19373
19415
  *
19374
19416
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19375
19417
  */
19376
- collapseAllFromNode?: (
19418
+ collapseEntireNode?: (
19377
19419
  p1: sap.ui.mdc.Table,
19378
19420
  p2: sap.ui.model.Context
19379
19421
  ) => void;
19380
19422
  /**
19381
- * Function to check if a specific node is expanded
19423
+ * Function to check if a specific node is expanded. Returns `undefined` if the node is a leaf.
19382
19424
  *
19383
19425
  * @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19384
19426
  */
19385
19427
  isNodeExpanded?: (
19386
19428
  p1: sap.ui.mdc.Table,
19387
19429
  p2: sap.ui.model.Context
19388
- ) => void;
19430
+ ) => boolean | undefined;
19389
19431
  };
19390
19432
  }
19391
19433
  /**
@@ -19579,10 +19621,9 @@ declare namespace sap {
19579
19621
  | `{${string}}`;
19580
19622
 
19581
19623
  /**
19582
- * Defines the sort conditions.
19583
- * **Note:** This property must not be bound.
19584
- * **Note:** This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it for
19585
- * anything else.
19624
+ * Defines the XML baseline for sort conditions in SAPUI5 flexibility.
19625
+ *
19626
+ * **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
19586
19627
  *
19587
19628
  * @since 1.88
19588
19629
  */
@@ -19592,10 +19633,9 @@ declare namespace sap {
19592
19633
  | `{${string}}`;
19593
19634
 
19594
19635
  /**
19595
- * Defines the filter conditions.
19596
- * **Note:** This property must not be bound.
19597
- * **Note:** This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it for
19598
- * anything else.
19636
+ * Defines the XML baseline for filter conditions in SAPUI5 flexibility.
19637
+ *
19638
+ * **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
19599
19639
  *
19600
19640
  * @since 1.99
19601
19641
  */
@@ -20063,7 +20103,7 @@ declare namespace sap {
20063
20103
  * **Note:** This property must not be bound.
20064
20104
  * **Note:** This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it otherwise.
20065
20105
  * **Note**: Existing properties (set via `sap.ui.mdc.Geomap#setPropertyInfo`) must not be removed and
20066
- * their attributes must not be changed during the {@link module:sap/ui/mdc/GeoMapDelegate.fetchProperties fetchProperties }
20106
+ * their attributes must not be changed during the {@link module:sap/ui/mdc/GeomapDelegate.fetchProperties fetchProperties }
20067
20107
  * callback. Otherwise validation errors might occur whenever personalization-related control features (such
20068
20108
  * as the opening of any personalization dialog) are activated.
20069
20109
  *
@@ -20334,10 +20374,9 @@ declare namespace sap {
20334
20374
  | `{${string}}`;
20335
20375
 
20336
20376
  /**
20337
- * Defines the sort conditions.
20377
+ * Defines the XML baseline for sort conditions in SAPUI5 flexibility.
20338
20378
  *
20339
- * **Note:** This property must not be bound. It is used exclusively for handling SAPUI5 flexibility changes.
20340
- * Do not use it otherwise.
20379
+ * **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
20341
20380
  *
20342
20381
  * @since 1.73
20343
20382
  */
@@ -20347,10 +20386,9 @@ declare namespace sap {
20347
20386
  | `{${string}}`;
20348
20387
 
20349
20388
  /**
20350
- * Defines the filter conditions.
20389
+ * Defines the XML baseline for filter conditions in SAPUI5 flexibility.
20351
20390
  *
20352
- * **Note:** This property must not be bound. It is used exclusively for handling SAPUI5 flexibility changes.
20353
- * Do not use it otherwise.
20391
+ * **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
20354
20392
  *
20355
20393
  * @since 1.80.0
20356
20394
  */
@@ -20360,10 +20398,9 @@ declare namespace sap {
20360
20398
  | `{${string}}`;
20361
20399
 
20362
20400
  /**
20363
- * Defines the group conditions.
20401
+ * Defines the XML baseline for group conditions in SAPUI5 flexibility.
20364
20402
  *
20365
- * **Note:** This property must not be bound. It is used exclusively for handling SAPUI5 flexibility changes.
20366
- * Do not use it otherwise.
20403
+ * **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
20367
20404
  *
20368
20405
  * @since 1.87
20369
20406
  */
@@ -20373,10 +20410,9 @@ declare namespace sap {
20373
20410
  | `{${string}}`;
20374
20411
 
20375
20412
  /**
20376
- * Defines the aggregate conditions.
20413
+ * Defines the XML baseline for aggregate conditions in SAPUI5 flexibility.
20377
20414
  *
20378
- * **Note:** This property must not be bound. It is exclusively used for handling SAPUI5 flexibility changes.
20379
- * Do not use it otherwise.
20415
+ * **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
20380
20416
  *
20381
20417
  * @since 1.87
20382
20418
  */
@@ -23357,7 +23393,7 @@ declare namespace sap {
23357
23393
  __implements__sap_ui_mdc_IFilterSource: boolean;
23358
23394
  __implements__sap_ui_mdc_IxState: boolean;
23359
23395
  /**
23360
- * Constructor for a new GeoMap.
23396
+ * Constructor for a new Geomap.
23361
23397
  *
23362
23398
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
23363
23399
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -23372,7 +23408,7 @@ declare namespace sap {
23372
23408
  mSettings?: sap.ui.mdc.$GeomapSettings
23373
23409
  );
23374
23410
  /**
23375
- * Constructor for a new GeoMap.
23411
+ * Constructor for a new Geomap.
23376
23412
  *
23377
23413
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
23378
23414
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -26868,8 +26904,8 @@ declare namespace sap {
26868
26904
 
26869
26905
  /**
26870
26906
  * The `State` object describes the interface to apply and retrieve the current adaptation state from mdc
26871
- * controls. The {@link sap.mdc.p13n.StateUtil StateUtil} class can be used to programatically apply changes
26872
- * considered for the controls personalization to be part of its persistence.
26907
+ * controls. The {@link sap.ui.mdc.p13n.StateUtil StateUtil} class can be used to programatically apply
26908
+ * changes considered for the controls personalization to be part of its persistence.
26873
26909
  */
26874
26910
  type State = {
26875
26911
  /**
@@ -27233,6 +27269,8 @@ declare namespace sap {
27233
27269
 
27234
27270
  "sap/ui/mdc/filterbar/FilterBarBase": undefined;
27235
27271
 
27272
+ "sap/ui/mdc/filterbar/FilterContainer": undefined;
27273
+
27236
27274
  "sap/ui/mdc/filterbar/IFilterContainer": undefined;
27237
27275
 
27238
27276
  "sap/ui/mdc/filterbar/p13n/AdaptationFilterBar": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -700,6 +700,8 @@ declare namespace sap {
700
700
  * Defined color values for the Task Circle Control
701
701
  *
702
702
  * This enum is part of the 'sap/ui/suite/library' module export and must be accessed by the property 'TaskCircleColor'.
703
+ *
704
+ * @deprecated As of version 1.108. because it is part of the deprecated package sap.ui.suite
703
705
  */
704
706
  enum TaskCircleColor {
705
707
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {