@openui5/ts-types-esm 1.96.2 → 1.98.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.96.2
1
+ // For Library Version: 1.98.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -92,8 +92,8 @@ declare module "sap/ui/webc/main/library" {
92
92
  XS = "XS",
93
93
  }
94
94
  /**
95
- * @SINCE 1.92.0
96
- * @EXPERIMENTAL (since 1.92.0)
95
+ * @SINCE 1.95.0
96
+ * @EXPERIMENTAL (since 1.95.0)
97
97
  *
98
98
  * Different types of `Breadcrumbs`.
99
99
  */
@@ -109,8 +109,8 @@ declare module "sap/ui/webc/main/library" {
109
109
  Standard = "Standard",
110
110
  }
111
111
  /**
112
- * @SINCE 1.92.0
113
- * @EXPERIMENTAL (since 1.92.0)
112
+ * @SINCE 1.95.0
113
+ * @EXPERIMENTAL (since 1.95.0)
114
114
  *
115
115
  * Different types of `Breadcrumbs` separator.
116
116
  */
@@ -260,8 +260,8 @@ declare module "sap/ui/webc/main/library" {
260
260
  }
261
261
 
262
262
  /**
263
- * @SINCE 1.92.0
264
- * @EXPERIMENTAL (since 1.92.0)
263
+ * @SINCE 1.95.0
264
+ * @EXPERIMENTAL (since 1.95.0)
265
265
  *
266
266
  * Interface for components that may be slotted inside `ui5-breadcrumbs` as options
267
267
  */
@@ -392,8 +392,8 @@ declare module "sap/ui/webc/main/library" {
392
392
  URL = "URL",
393
393
  }
394
394
  /**
395
- * @SINCE 1.92.0
396
- * @EXPERIMENTAL (since 1.92.0)
395
+ * @SINCE 1.95.0
396
+ * @EXPERIMENTAL (since 1.95.0)
397
397
  *
398
398
  * Interface for components that may be slotted inside `ui5-segmented-button` as items
399
399
  */
@@ -950,8 +950,8 @@ declare module "sap/ui/webc/main/Avatar" {
950
950
  *
951
951
  *
952
952
  * - [SPACE, ENTER, RETURN] - Fires the `click` event if the `interactive` property is set to true.
953
- * - [SHIFT] - If [SPACE] or [ENTER],[RETURN] is pressed, pressing [SHIFT] releases the component without
954
- * triggering the click event.
953
+ * - [SHIFT] - If [SPACE] is pressed, pressing [SHIFT] releases the component without triggering the click
954
+ * event.
955
955
  */
956
956
  export default class Avatar extends WebComponent implements IAvatar {
957
957
  __implements__sap_ui_webc_main_IAvatar: boolean;
@@ -1995,8 +1995,8 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
1995
1995
  } from "sap/ui/base/ManagedObject";
1996
1996
 
1997
1997
  /**
1998
- * @SINCE 1.92.0
1999
- * @EXPERIMENTAL (since 1.92.0)
1998
+ * @SINCE 1.95.0
1999
+ * @EXPERIMENTAL (since 1.95.0)
2000
2000
  *
2001
2001
  * Overview: Enables users to navigate between items by providing a list of links to previous steps in the
2002
2002
  * user's navigation path. It helps the user to be aware of their location within the application and allows
@@ -2350,8 +2350,8 @@ declare module "sap/ui/webc/main/BreadcrumbsItem" {
2350
2350
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2351
2351
 
2352
2352
  /**
2353
- * @SINCE 1.92.0
2354
- * @EXPERIMENTAL (since 1.92.0)
2353
+ * @SINCE 1.95.0
2354
+ * @EXPERIMENTAL (since 1.95.0)
2355
2355
  *
2356
2356
  * Overview:
2357
2357
  *
@@ -3115,7 +3115,7 @@ declare module "sap/ui/webc/main/Button" {
3115
3115
  *
3116
3116
  *
3117
3117
  *
3118
- * **Note:**
3118
+ * **The available values are:**
3119
3119
  *
3120
3120
  *
3121
3121
  * - `Default`
@@ -3131,8 +3131,8 @@ declare module "sap/ui/webc/main/Button" {
3131
3131
  /**
3132
3132
  * Gets current value of property {@link #getDisabled disabled}.
3133
3133
  *
3134
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
3135
- * pressed or focused, and it is not in the tab chain.
3134
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
3135
+ * not in the tab chain.
3136
3136
  *
3137
3137
  * Default value is `false`.
3138
3138
  */
@@ -3207,7 +3207,7 @@ declare module "sap/ui/webc/main/Button" {
3207
3207
  *
3208
3208
  *
3209
3209
  *
3210
- * **Note:**
3210
+ * **The available values are:**
3211
3211
  *
3212
3212
  *
3213
3213
  * - `Default`
@@ -3230,8 +3230,8 @@ declare module "sap/ui/webc/main/Button" {
3230
3230
  /**
3231
3231
  * Sets a new value for property {@link #getDisabled disabled}.
3232
3232
  *
3233
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
3234
- * pressed or focused, and it is not in the tab chain.
3233
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
3234
+ * not in the tab chain.
3235
3235
  *
3236
3236
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3237
3237
  *
@@ -3348,7 +3348,7 @@ declare module "sap/ui/webc/main/Button" {
3348
3348
  *
3349
3349
  *
3350
3350
  *
3351
- * **Note:**
3351
+ * **The available values are:**
3352
3352
  *
3353
3353
  *
3354
3354
  * - `Default`
@@ -3361,8 +3361,8 @@ declare module "sap/ui/webc/main/Button" {
3361
3361
  design?: (ButtonDesign | keyof typeof ButtonDesign) | PropertyBindingInfo;
3362
3362
 
3363
3363
  /**
3364
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
3365
- * pressed or focused, and it is not in the tab chain.
3364
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
3365
+ * not in the tab chain.
3366
3366
  */
3367
3367
  disabled?: boolean | PropertyBindingInfo;
3368
3368
 
@@ -3485,8 +3485,8 @@ declare module "sap/ui/webc/main/Calendar" {
3485
3485
  *
3486
3486
  *
3487
3487
  *
3488
- * - [PAGEUP] - Navigate to the previous month
3489
- * - [PAGEDOWN] - Navigate to the next month
3488
+ * - [PAGEUP] - Navigate to the previous year
3489
+ * - [PAGEDOWN] - Navigate to the next year
3490
3490
  * - [HOME] - Navigate to the first month of the current row
3491
3491
  * - [END] - Navigate to the last month of the current row
3492
3492
  * - [CTRL] + [HOME] - Navigate to the first month of the current year
@@ -3707,7 +3707,7 @@ declare module "sap/ui/webc/main/Calendar" {
3707
3707
  /**
3708
3708
  * Gets current value of property {@link #getMinDate minDate}.
3709
3709
  *
3710
- * Determines the мinimum date available for selection.
3710
+ * Determines the minimum date available for selection.
3711
3711
  *
3712
3712
  * Default value is `empty string`.
3713
3713
  */
@@ -3835,7 +3835,7 @@ declare module "sap/ui/webc/main/Calendar" {
3835
3835
  /**
3836
3836
  * Sets a new value for property {@link #getMinDate minDate}.
3837
3837
  *
3838
- * Determines the мinimum date available for selection.
3838
+ * Determines the minimum date available for selection.
3839
3839
  *
3840
3840
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3841
3841
  *
@@ -3922,7 +3922,7 @@ declare module "sap/ui/webc/main/Calendar" {
3922
3922
  maxDate?: string | PropertyBindingInfo;
3923
3923
 
3924
3924
  /**
3925
- * Determines the мinimum date available for selection.
3925
+ * Determines the minimum date available for selection.
3926
3926
  */
3927
3927
  minDate?: string | PropertyBindingInfo;
3928
3928
 
@@ -4199,6 +4199,23 @@ declare module "sap/ui/webc/main/Card" {
4199
4199
  * Destroys all the header in the aggregation {@link #getHeader header}.
4200
4200
  */
4201
4201
  destroyHeader(): this;
4202
+ /**
4203
+ * Gets current value of property {@link #getAccessibleName accessibleName}.
4204
+ *
4205
+ * Defines the accessible name of the component, which is used as the name of the card region and should
4206
+ * be unique per card. **Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.
4207
+ *
4208
+ * Default value is `empty string`.
4209
+ */
4210
+ getAccessibleName(): string;
4211
+ /**
4212
+ * Gets current value of property {@link #getAccessibleNameRef accessibleNameRef}.
4213
+ *
4214
+ * Defines the IDs of the elements that label the component.
4215
+ *
4216
+ * Default value is `empty string`.
4217
+ */
4218
+ getAccessibleNameRef(): string;
4202
4219
  /**
4203
4220
  * Gets content of aggregation {@link #getContent content}.
4204
4221
  *
@@ -4305,6 +4322,37 @@ declare module "sap/ui/webc/main/Card" {
4305
4322
  */
4306
4323
  vHeader: int | string | Control
4307
4324
  ): Control;
4325
+ /**
4326
+ * Sets a new value for property {@link #getAccessibleName accessibleName}.
4327
+ *
4328
+ * Defines the accessible name of the component, which is used as the name of the card region and should
4329
+ * be unique per card. **Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.
4330
+ *
4331
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4332
+ *
4333
+ * Default value is `empty string`.
4334
+ */
4335
+ setAccessibleName(
4336
+ /**
4337
+ * New value for property `accessibleName`
4338
+ */
4339
+ sAccessibleName?: string
4340
+ ): this;
4341
+ /**
4342
+ * Sets a new value for property {@link #getAccessibleNameRef accessibleNameRef}.
4343
+ *
4344
+ * Defines the IDs of the elements that label the component.
4345
+ *
4346
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4347
+ *
4348
+ * Default value is `empty string`.
4349
+ */
4350
+ setAccessibleNameRef(
4351
+ /**
4352
+ * New value for property `accessibleNameRef`
4353
+ */
4354
+ sAccessibleNameRef?: string
4355
+ ): this;
4308
4356
  /**
4309
4357
  * Sets a new value for property {@link #getHeight height}.
4310
4358
  *
@@ -4334,6 +4382,17 @@ declare module "sap/ui/webc/main/Card" {
4334
4382
  }
4335
4383
 
4336
4384
  export interface $CardSettings extends $WebComponentSettings {
4385
+ /**
4386
+ * Defines the accessible name of the component, which is used as the name of the card region and should
4387
+ * be unique per card. **Note:** `accessibleName` should be always set, unless `accessibleNameRef` is set.
4388
+ */
4389
+ accessibleName?: string | PropertyBindingInfo;
4390
+
4391
+ /**
4392
+ * Defines the IDs of the elements that label the component.
4393
+ */
4394
+ accessibleNameRef?: string | PropertyBindingInfo;
4395
+
4337
4396
  /**
4338
4397
  * Defines the height of the control
4339
4398
  */
@@ -4376,8 +4435,8 @@ declare module "sap/ui/webc/main/CardHeader" {
4376
4435
  } from "sap/ui/base/ManagedObject";
4377
4436
 
4378
4437
  /**
4379
- * @SINCE 1.92.0
4380
- * @EXPERIMENTAL (since 1.92.0)
4438
+ * @SINCE 1.95.0
4439
+ * @EXPERIMENTAL (since 1.95.0)
4381
4440
  *
4382
4441
  * Overview:
4383
4442
  *
@@ -5819,13 +5878,14 @@ declare module "sap/ui/webc/main/ColorPalette" {
5819
5878
  * @SINCE 1.92.0
5820
5879
  * @EXPERIMENTAL (since 1.92.0)
5821
5880
  *
5822
- * Overview: The ColorPalette provides the users with a range of predefined colors. The colors are fixed
5823
- * and do not change with the theme.
5881
+ * Overview: The `sap.ui.webc.main.ColorPalette` provides the users with a range of predefined colors. The
5882
+ * colors are fixed and do not change with the theme.
5824
5883
  *
5825
5884
  * Usage:
5826
5885
  *
5827
- * The Colorpalette is meant for users that needs to select a color from a predefined set. To define the
5828
- * colors, use the `sap.ui.webc.main.ColorPaletteItem` component inside the default slot of the `sap.ui.webc.main.ColorPalette`.
5886
+ * The `sap.ui.webc.main.ColorPalette` is meant for users that need to select a color from a predefined
5887
+ * set. To define the colors, use the `sap.ui.webc.main.ColorPaletteItem` component inside the default slot
5888
+ * of the `sap.ui.webc.main.ColorPalette`.
5829
5889
  */
5830
5890
  export default class ColorPalette extends WebComponent {
5831
5891
  /**
@@ -5970,7 +6030,7 @@ declare module "sap/ui/webc/main/ColorPalette" {
5970
6030
  /**
5971
6031
  * Gets content of aggregation {@link #getColors colors}.
5972
6032
  *
5973
- * Defines the `sap.ui.webc.main.ColorPaletteItem` items.
6033
+ * Defines the `sap.ui.webc.main.ColorPaletteItem` elements.
5974
6034
  */
5975
6035
  getColors(): IColorPaletteItem[];
5976
6036
  /**
@@ -6017,7 +6077,7 @@ declare module "sap/ui/webc/main/ColorPalette" {
6017
6077
 
6018
6078
  export interface $ColorPaletteSettings extends $WebComponentSettings {
6019
6079
  /**
6020
- * Defines the `sap.ui.webc.main.ColorPaletteItem` items.
6080
+ * Defines the `sap.ui.webc.main.ColorPaletteItem` elements.
6021
6081
  */
6022
6082
  colors?: IColorPaletteItem[] | IColorPaletteItem | AggregationBindingInfo;
6023
6083
 
@@ -6109,39 +6169,393 @@ declare module "sap/ui/webc/main/ColorPaletteItem" {
6109
6169
  /**
6110
6170
  * Returns a metadata object for class sap.ui.webc.main.ColorPaletteItem.
6111
6171
  */
6112
- static getMetadata(): WebComponentMetadata;
6172
+ static getMetadata(): WebComponentMetadata;
6173
+ /**
6174
+ * Gets current value of property {@link #getValue value}.
6175
+ *
6176
+ * Defines the colour of the component.
6177
+ *
6178
+ * **Note:** The value should be a valid CSS color.
6179
+ */
6180
+ getValue(): CSSColor;
6181
+ /**
6182
+ * Sets a new value for property {@link #getValue value}.
6183
+ *
6184
+ * Defines the colour of the component.
6185
+ *
6186
+ * **Note:** The value should be a valid CSS color.
6187
+ *
6188
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6189
+ */
6190
+ setValue(
6191
+ /**
6192
+ * New value for property `value`
6193
+ */
6194
+ sValue: CSSColor
6195
+ ): this;
6196
+ }
6197
+
6198
+ export interface $ColorPaletteItemSettings extends $WebComponentSettings {
6199
+ /**
6200
+ * Defines the colour of the component.
6201
+ *
6202
+ * **Note:** The value should be a valid CSS color.
6203
+ */
6204
+ value?: CSSColor | PropertyBindingInfo;
6205
+ }
6206
+ }
6207
+
6208
+ declare module "sap/ui/webc/main/ColorPalettePopover" {
6209
+ import {
6210
+ default as WebComponent,
6211
+ $WebComponentSettings,
6212
+ } from "sap/ui/webc/common/WebComponent";
6213
+
6214
+ import Control from "sap/ui/core/Control";
6215
+
6216
+ import Event from "sap/ui/base/Event";
6217
+
6218
+ import { CSSColor } from "sap/ui/core/library";
6219
+
6220
+ import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
6221
+
6222
+ import {
6223
+ PropertyBindingInfo,
6224
+ AggregationBindingInfo,
6225
+ } from "sap/ui/base/ManagedObject";
6226
+
6227
+ /**
6228
+ * @SINCE 1.97.0
6229
+ * @EXPERIMENTAL (since 1.97.0)
6230
+ *
6231
+ * Overview: Represents a predefined range of colors for easier selection.
6232
+ *
6233
+ * Overview The ColorPalettePopover provides the users with a slot to predefine colors.
6234
+ *
6235
+ * You can customize them with the use of the colors property. You can specify a defaultColor and display
6236
+ * a "Default color" button for the user to choose directly. You can display a "More colors..." button that
6237
+ * opens an additional color picker for the user to choose specific colors that are not present in the predefined
6238
+ * range.
6239
+ *
6240
+ * Usage:
6241
+ *
6242
+ * The palette is intended for users, who don't want to check and remember the different values of the colors
6243
+ * and spend large amount of time to configure the right color through the color picker.
6244
+ */
6245
+ export default class ColorPalettePopover extends WebComponent {
6246
+ /**
6247
+ * Constructor for a new `ColorPalettePopover`.
6248
+ *
6249
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
6250
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6251
+ * of the syntax of the settings object.
6252
+ */
6253
+ constructor(
6254
+ /**
6255
+ * Initial settings for the new control
6256
+ */
6257
+ mSettings?: $ColorPalettePopoverSettings
6258
+ );
6259
+ /**
6260
+ * Constructor for a new `ColorPalettePopover`.
6261
+ *
6262
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
6263
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
6264
+ * of the syntax of the settings object.
6265
+ */
6266
+ constructor(
6267
+ /**
6268
+ * ID for the new control, generated automatically if no ID is given
6269
+ */
6270
+ sId?: string,
6271
+ /**
6272
+ * Initial settings for the new control
6273
+ */
6274
+ mSettings?: $ColorPalettePopoverSettings
6275
+ );
6276
+
6277
+ /**
6278
+ * Creates a new subclass of class sap.ui.webc.main.ColorPalettePopover with name `sClassName` and enriches
6279
+ * it with the information contained in `oClassInfo`.
6280
+ *
6281
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.webc.common.WebComponent.extend}.
6282
+ */
6283
+ static extend<T extends Record<string, unknown>>(
6284
+ /**
6285
+ * Name of the class being created
6286
+ */
6287
+ sClassName: string,
6288
+ /**
6289
+ * Object literal with information about the class
6290
+ */
6291
+ oClassInfo?: sap.ClassInfo<T, ColorPalettePopover>,
6292
+ /**
6293
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
6294
+ * used by this class
6295
+ */
6296
+ FNMetaImpl?: Function
6297
+ ): Function;
6298
+ /**
6299
+ * Returns a metadata object for class sap.ui.webc.main.ColorPalettePopover.
6300
+ */
6301
+ static getMetadata(): WebComponentMetadata;
6302
+ /**
6303
+ * Adds some content to the aggregation {@link #getContent content}.
6304
+ */
6305
+ addContent(
6306
+ /**
6307
+ * The content to add; if empty, nothing is inserted
6308
+ */
6309
+ oContent: Control
6310
+ ): this;
6311
+ /**
6312
+ * Attaches event handler `fnFunction` to the {@link #event:itemClick itemClick} event of this `sap.ui.webc.main.ColorPalettePopover`.
6313
+ *
6314
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
6315
+ * otherwise it will be bound to this `sap.ui.webc.main.ColorPalettePopover` itself.
6316
+ *
6317
+ * Fired when the user selects a color.
6318
+ */
6319
+ attachItemClick(
6320
+ /**
6321
+ * An application-specific payload object that will be passed to the event handler along with the event
6322
+ * object when firing the event
6323
+ */
6324
+ oData: object,
6325
+ /**
6326
+ * The function to be called when the event occurs
6327
+ */
6328
+ fnFunction: (p1: Event) => void,
6329
+ /**
6330
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.ColorPalettePopover`
6331
+ * itself
6332
+ */
6333
+ oListener?: object
6334
+ ): this;
6335
+ /**
6336
+ * Attaches event handler `fnFunction` to the {@link #event:itemClick itemClick} event of this `sap.ui.webc.main.ColorPalettePopover`.
6337
+ *
6338
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
6339
+ * otherwise it will be bound to this `sap.ui.webc.main.ColorPalettePopover` itself.
6340
+ *
6341
+ * Fired when the user selects a color.
6342
+ */
6343
+ attachItemClick(
6344
+ /**
6345
+ * The function to be called when the event occurs
6346
+ */
6347
+ fnFunction: (p1: Event) => void,
6348
+ /**
6349
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.ColorPalettePopover`
6350
+ * itself
6351
+ */
6352
+ oListener?: object
6353
+ ): this;
6354
+ /**
6355
+ * Destroys all the content in the aggregation {@link #getContent content}.
6356
+ */
6357
+ destroyContent(): this;
6358
+ /**
6359
+ * Detaches event handler `fnFunction` from the {@link #event:itemClick itemClick} event of this `sap.ui.webc.main.ColorPalettePopover`.
6360
+ *
6361
+ * The passed function and listener object must match the ones used for event registration.
6362
+ */
6363
+ detachItemClick(
6364
+ /**
6365
+ * The function to be called, when the event occurs
6366
+ */
6367
+ fnFunction: (p1: Event) => void,
6368
+ /**
6369
+ * Context object on which the given function had to be called
6370
+ */
6371
+ oListener?: object
6372
+ ): this;
6373
+ /**
6374
+ * Fires event {@link #event:itemClick itemClick} to attached listeners.
6375
+ */
6376
+ fireItemClick(
6377
+ /**
6378
+ * Parameters to pass along with the event
6379
+ */
6380
+ mParameters?: {
6381
+ /**
6382
+ * the selected color
6383
+ */
6384
+ color?: string;
6385
+ }
6386
+ ): this;
6387
+ /**
6388
+ * Gets content of aggregation {@link #getContent content}.
6389
+ *
6390
+ * Defines the content of the component.
6391
+ */
6392
+ getContent(): Control[];
6393
+ /**
6394
+ * Gets current value of property {@link #getDefaultColor defaultColor}.
6395
+ *
6396
+ * Defines the default color of the component. **Note:** The default color should be a part of the ColorPalette
6397
+ * colors
6398
+ */
6399
+ getDefaultColor(): CSSColor;
6400
+ /**
6401
+ * Gets current value of property {@link #getShowDefaultColor showDefaultColor}.
6402
+ *
6403
+ * Defines whether the user can choose the default color from a button.
6404
+ *
6405
+ * Default value is `false`.
6406
+ */
6407
+ getShowDefaultColor(): boolean;
6408
+ /**
6409
+ * Gets current value of property {@link #getShowMoreColors showMoreColors}.
6410
+ *
6411
+ * Defines whether the user can choose a custom color from a component. **Note:** In order to use this property
6412
+ * you need to import the following module: `"@ui5/webcomponents/dist/features/ColorPaletteMoreColors.js"`
6413
+ *
6414
+ * Default value is `false`.
6415
+ */
6416
+ getShowMoreColors(): boolean;
6417
+ /**
6418
+ * Gets current value of property {@link #getShowRecentColors showRecentColors}.
6419
+ *
6420
+ * Defines whether the user can see the last used colors in the bottom of the component
6421
+ *
6422
+ * Default value is `false`.
6423
+ */
6424
+ getShowRecentColors(): boolean;
6425
+ /**
6426
+ * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
6427
+ * its index if found or -1 otherwise.
6428
+ */
6429
+ indexOfContent(
6430
+ /**
6431
+ * The content whose index is looked for
6432
+ */
6433
+ oContent: Control
6434
+ ): int;
6435
+ /**
6436
+ * Inserts a content into the aggregation {@link #getContent content}.
6437
+ */
6438
+ insertContent(
6439
+ /**
6440
+ * The content to insert; if empty, nothing is inserted
6441
+ */
6442
+ oContent: Control,
6443
+ /**
6444
+ * The `0`-based index the content should be inserted at; for a negative value of `iIndex`, the content
6445
+ * is inserted at position 0; for a value greater than the current size of the aggregation, the content
6446
+ * is inserted at the last position
6447
+ */
6448
+ iIndex: int
6449
+ ): this;
6450
+ /**
6451
+ * Removes all the controls from the aggregation {@link #getContent content}.
6452
+ *
6453
+ * Additionally, it unregisters them from the hosting UIArea.
6454
+ */
6455
+ removeAllContent(): Control[];
6456
+ /**
6457
+ * Removes a content from the aggregation {@link #getContent content}.
6458
+ */
6459
+ removeContent(
6460
+ /**
6461
+ * The content to remove or its index or id
6462
+ */
6463
+ vContent: int | string | Control
6464
+ ): Control;
6465
+ /**
6466
+ * Sets a new value for property {@link #getDefaultColor defaultColor}.
6467
+ *
6468
+ * Defines the default color of the component. **Note:** The default color should be a part of the ColorPalette
6469
+ * colors
6470
+ *
6471
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6472
+ */
6473
+ setDefaultColor(
6474
+ /**
6475
+ * New value for property `defaultColor`
6476
+ */
6477
+ sDefaultColor: CSSColor
6478
+ ): this;
6479
+ /**
6480
+ * Sets a new value for property {@link #getShowDefaultColor showDefaultColor}.
6481
+ *
6482
+ * Defines whether the user can choose the default color from a button.
6483
+ *
6484
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6485
+ *
6486
+ * Default value is `false`.
6487
+ */
6488
+ setShowDefaultColor(
6489
+ /**
6490
+ * New value for property `showDefaultColor`
6491
+ */
6492
+ bShowDefaultColor?: boolean
6493
+ ): this;
6113
6494
  /**
6114
- * Gets current value of property {@link #getValue value}.
6495
+ * Sets a new value for property {@link #getShowMoreColors showMoreColors}.
6115
6496
  *
6116
- * Defines the colour of the component.
6497
+ * Defines whether the user can choose a custom color from a component. **Note:** In order to use this property
6498
+ * you need to import the following module: `"@ui5/webcomponents/dist/features/ColorPaletteMoreColors.js"`
6117
6499
  *
6118
- * **Note:** The value should be a valid CSS color.
6500
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6501
+ *
6502
+ * Default value is `false`.
6119
6503
  */
6120
- getValue(): CSSColor;
6504
+ setShowMoreColors(
6505
+ /**
6506
+ * New value for property `showMoreColors`
6507
+ */
6508
+ bShowMoreColors?: boolean
6509
+ ): this;
6121
6510
  /**
6122
- * Sets a new value for property {@link #getValue value}.
6123
- *
6124
- * Defines the colour of the component.
6511
+ * Sets a new value for property {@link #getShowRecentColors showRecentColors}.
6125
6512
  *
6126
- * **Note:** The value should be a valid CSS color.
6513
+ * Defines whether the user can see the last used colors in the bottom of the component
6127
6514
  *
6128
6515
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6516
+ *
6517
+ * Default value is `false`.
6129
6518
  */
6130
- setValue(
6519
+ setShowRecentColors(
6131
6520
  /**
6132
- * New value for property `value`
6521
+ * New value for property `showRecentColors`
6133
6522
  */
6134
- sValue: CSSColor
6523
+ bShowRecentColors?: boolean
6135
6524
  ): this;
6136
6525
  }
6137
6526
 
6138
- export interface $ColorPaletteItemSettings extends $WebComponentSettings {
6527
+ export interface $ColorPalettePopoverSettings extends $WebComponentSettings {
6139
6528
  /**
6140
- * Defines the colour of the component.
6141
- *
6142
- * **Note:** The value should be a valid CSS color.
6529
+ * Defines the default color of the component. **Note:** The default color should be a part of the ColorPalette
6530
+ * colors
6143
6531
  */
6144
- value?: CSSColor | PropertyBindingInfo;
6532
+ defaultColor?: CSSColor | PropertyBindingInfo;
6533
+
6534
+ /**
6535
+ * Defines whether the user can choose the default color from a button.
6536
+ */
6537
+ showDefaultColor?: boolean | PropertyBindingInfo;
6538
+
6539
+ /**
6540
+ * Defines whether the user can choose a custom color from a component. **Note:** In order to use this property
6541
+ * you need to import the following module: `"@ui5/webcomponents/dist/features/ColorPaletteMoreColors.js"`
6542
+ */
6543
+ showMoreColors?: boolean | PropertyBindingInfo;
6544
+
6545
+ /**
6546
+ * Defines whether the user can see the last used colors in the bottom of the component
6547
+ */
6548
+ showRecentColors?: boolean | PropertyBindingInfo;
6549
+
6550
+ /**
6551
+ * Defines the content of the component.
6552
+ */
6553
+ content?: Control[] | Control | AggregationBindingInfo;
6554
+
6555
+ /**
6556
+ * Fired when the user selects a color.
6557
+ */
6558
+ itemClick?: (oEvent: Event) => void;
6145
6559
  }
6146
6560
  }
6147
6561
 
@@ -6153,6 +6567,8 @@ declare module "sap/ui/webc/main/ColorPicker" {
6153
6567
 
6154
6568
  import Event from "sap/ui/base/Event";
6155
6569
 
6570
+ import { CSSColor } from "sap/ui/core/library";
6571
+
6156
6572
  import WebComponentMetadata from "sap/ui/webc/common/WebComponentMetadata";
6157
6573
 
6158
6574
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
@@ -6161,8 +6577,8 @@ declare module "sap/ui/webc/main/ColorPicker" {
6161
6577
  * @SINCE 1.92.0
6162
6578
  * @EXPERIMENTAL (since 1.92.0)
6163
6579
  *
6164
- * Overview: The ColorPicker allows users to choose any color and provides different input options for selecting
6165
- * colors.
6580
+ * Overview: The `sap.ui.webc.main.ColorPicker` allows users to choose any color and provides different
6581
+ * input options for selecting colors.
6166
6582
  *
6167
6583
  * Usage:
6168
6584
  *
@@ -6301,7 +6717,7 @@ declare module "sap/ui/webc/main/ColorPicker" {
6301
6717
  *
6302
6718
  * **Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.
6303
6719
  */
6304
- getColor(): string;
6720
+ getColor(): CSSColor;
6305
6721
  /**
6306
6722
  * Sets a new value for property {@link #getColor color}.
6307
6723
  *
@@ -6315,7 +6731,7 @@ declare module "sap/ui/webc/main/ColorPicker" {
6315
6731
  /**
6316
6732
  * New value for property `color`
6317
6733
  */
6318
- sColor: string
6734
+ sColor: CSSColor
6319
6735
  ): this;
6320
6736
  }
6321
6737
 
@@ -6325,7 +6741,7 @@ declare module "sap/ui/webc/main/ColorPicker" {
6325
6741
  *
6326
6742
  * **Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.
6327
6743
  */
6328
- color?: string | PropertyBindingInfo;
6744
+ color?: CSSColor | PropertyBindingInfo;
6329
6745
 
6330
6746
  /**
6331
6747
  * Fired when the the selected color is changed
@@ -6362,8 +6778,8 @@ declare module "sap/ui/webc/main/ComboBox" {
6362
6778
  * The `sap.ui.webc.main.ComboBox` component represents a drop-down menu with a list of the available options
6363
6779
  * and a text input field to narrow down the options.
6364
6780
  *
6365
- * It is commonly used to enable users to select one or more options from a predefined list. Structure:
6366
- * The `sap.ui.webc.main.ComboBox` consists of the following elements:
6781
+ * It is commonly used to enable users to select an option from a predefined list. Structure: The `sap.ui.webc.main.ComboBox`
6782
+ * consists of the following elements:
6367
6783
  * - Input field - displays the selected option or a custom user entry. Users can type to narrow down
6368
6784
  * the list or enter their own value. Drop-down arrow - expands\collapses the option list.
6369
6785
  * - Option list - the list of available options. Keyboard Handling:
@@ -6673,7 +7089,7 @@ declare module "sap/ui/webc/main/ComboBox" {
6673
7089
  *
6674
7090
  * Defines whether the component is in disabled state.
6675
7091
  *
6676
- * **Note:** A disabled component is completely uninteractive.
7092
+ * **Note:** A disabled component is completely noninteractive.
6677
7093
  *
6678
7094
  * Default value is `false`.
6679
7095
  */
@@ -6718,7 +7134,7 @@ declare module "sap/ui/webc/main/ComboBox" {
6718
7134
  /**
6719
7135
  * Gets current value of property {@link #getReadonly readonly}.
6720
7136
  *
6721
- * Defines whether the component is readonly.
7137
+ * Defines whether the component is read-only.
6722
7138
  *
6723
7139
  * **Note:** A read-only component is not editable, but still provides visual feedback upon user interaction.
6724
7140
  *
@@ -6847,7 +7263,7 @@ declare module "sap/ui/webc/main/ComboBox" {
6847
7263
  *
6848
7264
  * Defines whether the component is in disabled state.
6849
7265
  *
6850
- * **Note:** A disabled component is completely uninteractive.
7266
+ * **Note:** A disabled component is completely noninteractive.
6851
7267
  *
6852
7268
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6853
7269
  *
@@ -6917,7 +7333,7 @@ declare module "sap/ui/webc/main/ComboBox" {
6917
7333
  /**
6918
7334
  * Sets a new value for property {@link #getReadonly readonly}.
6919
7335
  *
6920
- * Defines whether the component is readonly.
7336
+ * Defines whether the component is read-only.
6921
7337
  *
6922
7338
  * **Note:** A read-only component is not editable, but still provides visual feedback upon user interaction.
6923
7339
  *
@@ -7031,7 +7447,7 @@ declare module "sap/ui/webc/main/ComboBox" {
7031
7447
  /**
7032
7448
  * Defines whether the component is in disabled state.
7033
7449
  *
7034
- * **Note:** A disabled component is completely uninteractive.
7450
+ * **Note:** A disabled component is completely noninteractive.
7035
7451
  */
7036
7452
  disabled?: boolean | PropertyBindingInfo;
7037
7453
 
@@ -7052,7 +7468,7 @@ declare module "sap/ui/webc/main/ComboBox" {
7052
7468
  placeholder?: string | PropertyBindingInfo;
7053
7469
 
7054
7470
  /**
7055
- * Defines whether the component is readonly.
7471
+ * Defines whether the component is read-only.
7056
7472
  *
7057
7473
  * **Note:** A read-only component is not editable, but still provides visual feedback upon user interaction.
7058
7474
  */
@@ -7136,8 +7552,8 @@ declare module "sap/ui/webc/main/ComboBoxGroupItem" {
7136
7552
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
7137
7553
 
7138
7554
  /**
7139
- * @SINCE 1.92.0
7140
- * @EXPERIMENTAL (since 1.92.0)
7555
+ * @SINCE 1.95.0
7556
+ * @EXPERIMENTAL (since 1.95.0)
7141
7557
  *
7142
7558
  * The `ui5-combobox-group-item` is type of suggestion item, that can be used to split the `sap.ui.webc.main.ComboBox`
7143
7559
  * suggestions into groups.
@@ -7732,7 +8148,7 @@ declare module "sap/ui/webc/main/DatePicker" {
7732
8148
  * - Using the calendar that opens in a popup
7733
8149
  * - Typing it in directly in the input field
7734
8150
  *
7735
- * When the user makes an entry and chooses the enter key, the calendar shows the corresponding date. When
8151
+ * When the user makes an entry and presses the enter key, the calendar shows the corresponding date. When
7736
8152
  * the user directly triggers the calendar display, the actual date is displayed.
7737
8153
  *
7738
8154
  * Formatting:
@@ -7774,11 +8190,13 @@ declare module "sap/ui/webc/main/DatePicker" {
7774
8190
  *
7775
8191
  *
7776
8192
  * Or, you can use the global configuration and set the `calendarType` key:
7777
- * <script data-id="sap-ui-config" type="application/json">
8193
+ *
8194
+ * ```javascript
8195
+ * <script data-id="sap-ui-config" type="application/json">
7778
8196
  * {
7779
8197
  * "calendarType": "Japanese"
7780
8198
  * }
7781
- * </script>
8199
+ * </script>```
7782
8200
  */
7783
8201
  export default class DatePicker extends WebComponent {
7784
8202
  /**
@@ -8046,8 +8464,8 @@ declare module "sap/ui/webc/main/DatePicker" {
8046
8464
  *
8047
8465
  *
8048
8466
  *
8049
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
8050
- * is set.
8467
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
8468
+ * set.
8051
8469
  *
8052
8470
  * Default value is `false`.
8053
8471
  */
@@ -8063,7 +8481,7 @@ declare module "sap/ui/webc/main/DatePicker" {
8063
8481
  /**
8064
8482
  * Gets current value of property {@link #getMinDate minDate}.
8065
8483
  *
8066
- * Determines the мinimum date available for selection.
8484
+ * Determines the minimum date available for selection.
8067
8485
  *
8068
8486
  * Default value is `empty string`.
8069
8487
  */
@@ -8257,8 +8675,8 @@ declare module "sap/ui/webc/main/DatePicker" {
8257
8675
  *
8258
8676
  *
8259
8677
  *
8260
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
8261
- * is set.
8678
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
8679
+ * set.
8262
8680
  *
8263
8681
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8264
8682
  *
@@ -8288,7 +8706,7 @@ declare module "sap/ui/webc/main/DatePicker" {
8288
8706
  /**
8289
8707
  * Sets a new value for property {@link #getMinDate minDate}.
8290
8708
  *
8291
- * Determines the мinimum date available for selection.
8709
+ * Determines the minimum date available for selection.
8292
8710
  *
8293
8711
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
8294
8712
  *
@@ -8496,8 +8914,8 @@ declare module "sap/ui/webc/main/DatePicker" {
8496
8914
  *
8497
8915
  *
8498
8916
  *
8499
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
8500
- * is set.
8917
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
8918
+ * set.
8501
8919
  */
8502
8920
  hideWeekNumbers?: boolean | PropertyBindingInfo;
8503
8921
 
@@ -8507,7 +8925,7 @@ declare module "sap/ui/webc/main/DatePicker" {
8507
8925
  maxDate?: string | PropertyBindingInfo;
8508
8926
 
8509
8927
  /**
8510
- * Determines the мinimum date available for selection.
8928
+ * Determines the minimum date available for selection.
8511
8929
  */
8512
8930
  minDate?: string | PropertyBindingInfo;
8513
8931
 
@@ -8915,8 +9333,8 @@ declare module "sap/ui/webc/main/DateRangePicker" {
8915
9333
  *
8916
9334
  *
8917
9335
  *
8918
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
8919
- * is set.
9336
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
9337
+ * set.
8920
9338
  *
8921
9339
  * Default value is `false`.
8922
9340
  */
@@ -8932,7 +9350,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
8932
9350
  /**
8933
9351
  * Gets current value of property {@link #getMinDate minDate}.
8934
9352
  *
8935
- * Determines the мinimum date available for selection.
9353
+ * Determines the minimum date available for selection.
8936
9354
  *
8937
9355
  * Default value is `empty string`.
8938
9356
  */
@@ -9144,8 +9562,8 @@ declare module "sap/ui/webc/main/DateRangePicker" {
9144
9562
  *
9145
9563
  *
9146
9564
  *
9147
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
9148
- * is set.
9565
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
9566
+ * set.
9149
9567
  *
9150
9568
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9151
9569
  *
@@ -9175,7 +9593,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
9175
9593
  /**
9176
9594
  * Sets a new value for property {@link #getMinDate minDate}.
9177
9595
  *
9178
- * Determines the мinimum date available for selection.
9596
+ * Determines the minimum date available for selection.
9179
9597
  *
9180
9598
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
9181
9599
  *
@@ -9389,8 +9807,8 @@ declare module "sap/ui/webc/main/DateRangePicker" {
9389
9807
  *
9390
9808
  *
9391
9809
  *
9392
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
9393
- * is set.
9810
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
9811
+ * set.
9394
9812
  */
9395
9813
  hideWeekNumbers?: boolean | PropertyBindingInfo;
9396
9814
 
@@ -9400,7 +9818,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
9400
9818
  maxDate?: string | PropertyBindingInfo;
9401
9819
 
9402
9820
  /**
9403
- * Determines the мinimum date available for selection.
9821
+ * Determines the minimum date available for selection.
9404
9822
  */
9405
9823
  minDate?: string | PropertyBindingInfo;
9406
9824
 
@@ -9527,9 +9945,6 @@ declare module "sap/ui/webc/main/DateTimePicker" {
9527
9945
  *
9528
9946
  * Programatically, to set date/time for the `DateTimePicker`, use the `value` property
9529
9947
  *
9530
- * As most of the input based components, the `DateTimePicker` supports properties, such as: `disabled`,
9531
- * `readonly`, `valueState` and `placeholder`.
9532
- *
9533
9948
  * Formatting:
9534
9949
  *
9535
9950
  * The value entered by typing into the input field must fit to the used date/time format.
@@ -9834,8 +10249,8 @@ declare module "sap/ui/webc/main/DateTimePicker" {
9834
10249
  *
9835
10250
  *
9836
10251
  *
9837
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
9838
- * is set.
10252
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
10253
+ * set.
9839
10254
  *
9840
10255
  * Default value is `false`.
9841
10256
  */
@@ -9851,7 +10266,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
9851
10266
  /**
9852
10267
  * Gets current value of property {@link #getMinDate minDate}.
9853
10268
  *
9854
- * Determines the мinimum date available for selection.
10269
+ * Determines the minimum date available for selection.
9855
10270
  *
9856
10271
  * Default value is `empty string`.
9857
10272
  */
@@ -10045,8 +10460,8 @@ declare module "sap/ui/webc/main/DateTimePicker" {
10045
10460
  *
10046
10461
  *
10047
10462
  *
10048
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
10049
- * is set.
10463
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
10464
+ * set.
10050
10465
  *
10051
10466
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10052
10467
  *
@@ -10076,7 +10491,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
10076
10491
  /**
10077
10492
  * Sets a new value for property {@link #getMinDate minDate}.
10078
10493
  *
10079
- * Determines the мinimum date available for selection.
10494
+ * Determines the minimum date available for selection.
10080
10495
  *
10081
10496
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
10082
10497
  *
@@ -10284,8 +10699,8 @@ declare module "sap/ui/webc/main/DateTimePicker" {
10284
10699
  *
10285
10700
  *
10286
10701
  *
10287
- * Note: For calendars other than Gregorian, the week numbers are not displayed regardless of what
10288
- * is set.
10702
+ * **Note:** For calendars other than Gregorian, the week numbers are not displayed regardless of what is
10703
+ * set.
10289
10704
  */
10290
10705
  hideWeekNumbers?: boolean | PropertyBindingInfo;
10291
10706
 
@@ -10295,7 +10710,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
10295
10710
  maxDate?: string | PropertyBindingInfo;
10296
10711
 
10297
10712
  /**
10298
- * Determines the мinimum date available for selection.
10713
+ * Determines the minimum date available for selection.
10299
10714
  */
10300
10715
  minDate?: string | PropertyBindingInfo;
10301
10716
 
@@ -11493,7 +11908,7 @@ declare module "sap/ui/webc/main/FileUploader" {
11493
11908
  *
11494
11909
  * Defines whether the component is in disabled state.
11495
11910
  *
11496
- * **Note:** A disabledcomponent is completely noninteractive.
11911
+ * **Note:** A disabled component is completely noninteractive.
11497
11912
  *
11498
11913
  * Default value is `false`.
11499
11914
  */
@@ -11644,7 +12059,7 @@ declare module "sap/ui/webc/main/FileUploader" {
11644
12059
  *
11645
12060
  * Defines whether the component is in disabled state.
11646
12061
  *
11647
- * **Note:** A disabledcomponent is completely noninteractive.
12062
+ * **Note:** A disabled component is completely noninteractive.
11648
12063
  *
11649
12064
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11650
12065
  *
@@ -11805,7 +12220,7 @@ declare module "sap/ui/webc/main/FileUploader" {
11805
12220
  /**
11806
12221
  * Defines whether the component is in disabled state.
11807
12222
  *
11808
- * **Note:** A disabledcomponent is completely noninteractive.
12223
+ * **Note:** A disabled component is completely noninteractive.
11809
12224
  */
11810
12225
  disabled?: boolean | PropertyBindingInfo;
11811
12226
 
@@ -12497,8 +12912,8 @@ declare module "sap/ui/webc/main/Input" {
12497
12912
 
12498
12913
  import {
12499
12914
  IInput,
12500
- IInputSuggestionItem,
12501
12915
  IIcon,
12916
+ IInputSuggestionItem,
12502
12917
  InputType,
12503
12918
  } from "sap/ui/webc/main/library";
12504
12919
 
@@ -12525,7 +12940,7 @@ declare module "sap/ui/webc/main/Input" {
12525
12940
  *
12526
12941
  *
12527
12942
  * The text field can be editable or read-only (`readonly` property), and it can be enabled or disabled
12528
- * (`enabled` property). To visualize semantic states, such as "error" or "warning", the `valueState` property
12943
+ * (`disabled` property). To visualize semantic states, such as "error" or "warning", the `valueState` property
12529
12944
  * is provided. When the user makes changes to the text, the change event is fired, which enables you to
12530
12945
  * react on any text change.
12531
12946
  *
@@ -12591,6 +13006,15 @@ declare module "sap/ui/webc/main/Input" {
12591
13006
  * Returns a metadata object for class sap.ui.webc.main.Input.
12592
13007
  */
12593
13008
  static getMetadata(): WebComponentMetadata;
13009
+ /**
13010
+ * Adds some icon to the aggregation {@link #getIcon icon}.
13011
+ */
13012
+ addIcon(
13013
+ /**
13014
+ * The icon to add; if empty, nothing is inserted
13015
+ */
13016
+ oIcon: IIcon
13017
+ ): this;
12594
13018
  /**
12595
13019
  * Adds some suggestionItem to the aggregation {@link #getSuggestionItems suggestionItems}.
12596
13020
  */
@@ -12773,50 +13197,7 @@ declare module "sap/ui/webc/main/Input" {
12773
13197
  oListener?: object
12774
13198
  ): this;
12775
13199
  /**
12776
- * Attaches event handler `fnFunction` to the {@link #event:suggestionScroll suggestionScroll} event of
12777
- * this `sap.ui.webc.main.Input`.
12778
- *
12779
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
12780
- * otherwise it will be bound to this `sap.ui.webc.main.Input` itself.
12781
- *
12782
- * Fired when the user scrolls the suggestion popover.
12783
- */
12784
- attachSuggestionScroll(
12785
- /**
12786
- * An application-specific payload object that will be passed to the event handler along with the event
12787
- * object when firing the event
12788
- */
12789
- oData: object,
12790
- /**
12791
- * The function to be called when the event occurs
12792
- */
12793
- fnFunction: (p1: Event) => void,
12794
- /**
12795
- * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.Input` itself
12796
- */
12797
- oListener?: object
12798
- ): this;
12799
- /**
12800
- * Attaches event handler `fnFunction` to the {@link #event:suggestionScroll suggestionScroll} event of
12801
- * this `sap.ui.webc.main.Input`.
12802
- *
12803
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
12804
- * otherwise it will be bound to this `sap.ui.webc.main.Input` itself.
12805
- *
12806
- * Fired when the user scrolls the suggestion popover.
12807
- */
12808
- attachSuggestionScroll(
12809
- /**
12810
- * The function to be called when the event occurs
12811
- */
12812
- fnFunction: (p1: Event) => void,
12813
- /**
12814
- * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.Input` itself
12815
- */
12816
- oListener?: object
12817
- ): this;
12818
- /**
12819
- * Destroys the icon in the aggregation {@link #getIcon icon}.
13200
+ * Destroys all the icon in the aggregation {@link #getIcon icon}.
12820
13201
  */
12821
13202
  destroyIcon(): this;
12822
13203
  /**
@@ -12885,22 +13266,6 @@ declare module "sap/ui/webc/main/Input" {
12885
13266
  */
12886
13267
  oListener?: object
12887
13268
  ): this;
12888
- /**
12889
- * Detaches event handler `fnFunction` from the {@link #event:suggestionScroll suggestionScroll} event of
12890
- * this `sap.ui.webc.main.Input`.
12891
- *
12892
- * The passed function and listener object must match the ones used for event registration.
12893
- */
12894
- detachSuggestionScroll(
12895
- /**
12896
- * The function to be called, when the event occurs
12897
- */
12898
- fnFunction: (p1: Event) => void,
12899
- /**
12900
- * Context object on which the given function had to be called
12901
- */
12902
- oListener?: object
12903
- ): this;
12904
13269
  /**
12905
13270
  * Fires event {@link #event:change change} to attached listeners.
12906
13271
  */
@@ -12928,7 +13293,7 @@ declare module "sap/ui/webc/main/Input" {
12928
13293
  */
12929
13294
  mParameters?: {
12930
13295
  /**
12931
- * The previewed suggestion item
13296
+ * The previewed suggestion item.
12932
13297
  */
12933
13298
  item?: HTMLElement;
12934
13299
  /**
@@ -12946,29 +13311,11 @@ declare module "sap/ui/webc/main/Input" {
12946
13311
  */
12947
13312
  mParameters?: {
12948
13313
  /**
12949
- * The selected item
13314
+ * The selected item.
12950
13315
  */
12951
13316
  item?: HTMLElement;
12952
13317
  }
12953
13318
  ): this;
12954
- /**
12955
- * Fires event {@link #event:suggestionScroll suggestionScroll} to attached listeners.
12956
- */
12957
- fireSuggestionScroll(
12958
- /**
12959
- * Parameters to pass along with the event
12960
- */
12961
- mParameters?: {
12962
- /**
12963
- * The current scroll position
12964
- */
12965
- scrollTop?: int;
12966
- /**
12967
- * The scroll container
12968
- */
12969
- scrollContainer?: HTMLElement;
12970
- }
12971
- ): this;
12972
13319
  /**
12973
13320
  * Gets current value of property {@link #getAccessibleName accessibleName}.
12974
13321
  *
@@ -12978,7 +13325,7 @@ declare module "sap/ui/webc/main/Input" {
12978
13325
  /**
12979
13326
  * Gets current value of property {@link #getAccessibleNameRef accessibleNameRef}.
12980
13327
  *
12981
- * Receives id(or many ids) of the elements that label the input
13328
+ * Receives id(or many ids) of the elements that label the input.
12982
13329
  *
12983
13330
  * Default value is `empty string`.
12984
13331
  */
@@ -12998,7 +13345,7 @@ declare module "sap/ui/webc/main/Input" {
12998
13345
  *
12999
13346
  * Defines the icon to be displayed in the component.
13000
13347
  */
13001
- getIcon(): IIcon;
13348
+ getIcon(): IIcon[];
13002
13349
  /**
13003
13350
  * Gets current value of property {@link #getMaxlength maxlength}.
13004
13351
  *
@@ -13115,6 +13462,16 @@ declare module "sap/ui/webc/main/Input" {
13115
13462
  * Default value is `empty string`.
13116
13463
  */
13117
13464
  getValueStateMessage(): string;
13465
+ /**
13466
+ * Checks for the provided `sap.ui.webc.main.IIcon` in the aggregation {@link #getIcon icon}. and returns
13467
+ * its index if found or -1 otherwise.
13468
+ */
13469
+ indexOfIcon(
13470
+ /**
13471
+ * The icon whose index is looked for
13472
+ */
13473
+ oIcon: IIcon
13474
+ ): int;
13118
13475
  /**
13119
13476
  * Checks for the provided `sap.ui.webc.main.IInputSuggestionItem` in the aggregation {@link #getSuggestionItems
13120
13477
  * suggestionItems}. and returns its index if found or -1 otherwise.
@@ -13125,6 +13482,21 @@ declare module "sap/ui/webc/main/Input" {
13125
13482
  */
13126
13483
  oSuggestionItem: IInputSuggestionItem
13127
13484
  ): int;
13485
+ /**
13486
+ * Inserts a icon into the aggregation {@link #getIcon icon}.
13487
+ */
13488
+ insertIcon(
13489
+ /**
13490
+ * The icon to insert; if empty, nothing is inserted
13491
+ */
13492
+ oIcon: IIcon,
13493
+ /**
13494
+ * The `0`-based index the icon should be inserted at; for a negative value of `iIndex`, the icon is inserted
13495
+ * at position 0; for a value greater than the current size of the aggregation, the icon is inserted at
13496
+ * the last position
13497
+ */
13498
+ iIndex: int
13499
+ ): this;
13128
13500
  /**
13129
13501
  * Inserts a suggestionItem into the aggregation {@link #getSuggestionItems suggestionItems}.
13130
13502
  */
@@ -13140,12 +13512,27 @@ declare module "sap/ui/webc/main/Input" {
13140
13512
  */
13141
13513
  iIndex: int
13142
13514
  ): this;
13515
+ /**
13516
+ * Removes all the controls from the aggregation {@link #getIcon icon}.
13517
+ *
13518
+ * Additionally, it unregisters them from the hosting UIArea.
13519
+ */
13520
+ removeAllIcon(): IIcon[];
13143
13521
  /**
13144
13522
  * Removes all the controls from the aggregation {@link #getSuggestionItems suggestionItems}.
13145
13523
  *
13146
13524
  * Additionally, it unregisters them from the hosting UIArea.
13147
13525
  */
13148
13526
  removeAllSuggestionItems(): IInputSuggestionItem[];
13527
+ /**
13528
+ * Removes a icon from the aggregation {@link #getIcon icon}.
13529
+ */
13530
+ removeIcon(
13531
+ /**
13532
+ * The icon to remove or its index or id
13533
+ */
13534
+ vIcon: int | string | IIcon
13535
+ ): IIcon;
13149
13536
  /**
13150
13537
  * Removes a suggestionItem from the aggregation {@link #getSuggestionItems suggestionItems}.
13151
13538
  */
@@ -13171,7 +13558,7 @@ declare module "sap/ui/webc/main/Input" {
13171
13558
  /**
13172
13559
  * Sets a new value for property {@link #getAccessibleNameRef accessibleNameRef}.
13173
13560
  *
13174
- * Receives id(or many ids) of the elements that label the input
13561
+ * Receives id(or many ids) of the elements that label the input.
13175
13562
  *
13176
13563
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
13177
13564
  *
@@ -13200,15 +13587,6 @@ declare module "sap/ui/webc/main/Input" {
13200
13587
  */
13201
13588
  bDisabled?: boolean
13202
13589
  ): this;
13203
- /**
13204
- * Sets the aggregated {@link #getIcon icon}.
13205
- */
13206
- setIcon(
13207
- /**
13208
- * The icon to set
13209
- */
13210
- oIcon: IIcon
13211
- ): this;
13212
13590
  /**
13213
13591
  * Sets a new value for property {@link #getMaxlength maxlength}.
13214
13592
  *
@@ -13396,7 +13774,7 @@ declare module "sap/ui/webc/main/Input" {
13396
13774
  accessibleName?: string | PropertyBindingInfo;
13397
13775
 
13398
13776
  /**
13399
- * Receives id(or many ids) of the elements that label the input
13777
+ * Receives id(or many ids) of the elements that label the input.
13400
13778
  */
13401
13779
  accessibleNameRef?: string | PropertyBindingInfo;
13402
13780
 
@@ -13490,7 +13868,7 @@ declare module "sap/ui/webc/main/Input" {
13490
13868
  /**
13491
13869
  * Defines the icon to be displayed in the component.
13492
13870
  */
13493
- icon?: IIcon;
13871
+ icon?: IIcon[] | IIcon | AggregationBindingInfo;
13494
13872
 
13495
13873
  suggestionItems?:
13496
13874
  | IInputSuggestionItem[]
@@ -13518,11 +13896,6 @@ declare module "sap/ui/webc/main/Input" {
13518
13896
  * Fired when a suggestion item, that is displayed in the suggestion popup, is selected.
13519
13897
  */
13520
13898
  suggestionItemSelect?: (oEvent: Event) => void;
13521
-
13522
- /**
13523
- * Fired when the user scrolls the suggestion popover.
13524
- */
13525
- suggestionScroll?: (oEvent: Event) => void;
13526
13899
  }
13527
13900
  }
13528
13901
 
@@ -13634,7 +14007,7 @@ declare module "sap/ui/webc/main/Label" {
13634
14007
  /**
13635
14008
  * Gets current value of property {@link #getShowColon showColon}.
13636
14009
  *
13637
- * Defines whether semi-colon is added to the component text.
14010
+ * Defines whether colon is added to the component text.
13638
14011
  *
13639
14012
  * **Note:** Usually used in forms.
13640
14013
  *
@@ -13703,7 +14076,7 @@ declare module "sap/ui/webc/main/Label" {
13703
14076
  /**
13704
14077
  * Sets a new value for property {@link #getShowColon showColon}.
13705
14078
  *
13706
- * Defines whether semi-colon is added to the component text.
14079
+ * Defines whether colon is added to the component text.
13707
14080
  *
13708
14081
  * **Note:** Usually used in forms.
13709
14082
  *
@@ -13781,7 +14154,7 @@ declare module "sap/ui/webc/main/Label" {
13781
14154
  required?: boolean | PropertyBindingInfo;
13782
14155
 
13783
14156
  /**
13784
- * Defines whether semi-colon is added to the component text.
14157
+ * Defines whether colon is added to the component text.
13785
14158
  *
13786
14159
  * **Note:** Usually used in forms.
13787
14160
  */
@@ -13993,7 +14366,7 @@ declare module "sap/ui/webc/main/Link" {
13993
14366
  *
13994
14367
  * Defines whether the component is disabled.
13995
14368
  *
13996
- * **Note:** When disabled, the component cannot be triggered by the user.
14369
+ * **Note:** When disabled, the click event cannot be triggered by the user.
13997
14370
  *
13998
14371
  * Default value is `false`.
13999
14372
  */
@@ -14083,7 +14456,7 @@ declare module "sap/ui/webc/main/Link" {
14083
14456
  *
14084
14457
  * Defines whether the component is disabled.
14085
14458
  *
14086
- * **Note:** When disabled, the component cannot be triggered by the user.
14459
+ * **Note:** When disabled, the click event cannot be triggered by the user.
14087
14460
  *
14088
14461
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14089
14462
  *
@@ -14189,7 +14562,7 @@ declare module "sap/ui/webc/main/Link" {
14189
14562
  /**
14190
14563
  * Defines whether the component is disabled.
14191
14564
  *
14192
- * **Note:** When disabled, the component cannot be triggered by the user.
14565
+ * **Note:** When disabled, the click event cannot be triggered by the user.
14193
14566
  */
14194
14567
  disabled?: boolean | PropertyBindingInfo;
14195
14568
 
@@ -14273,7 +14646,7 @@ declare module "sap/ui/webc/main/List" {
14273
14646
  * The `sap.ui.webc.main.List` component allows displaying a list of items, advanced keyboard handling support
14274
14647
  * for navigating between items, and predefined modes to improve the development efficiency.
14275
14648
  *
14276
- * The `sap.ui.webc.main.List` is а container for the available list items:
14649
+ * The `sap.ui.webc.main.List` is a container for the available list items:
14277
14650
  * - `sap.ui.webc.main.StandardListItem`
14278
14651
  * - `sap.ui.webc.main.CustomListItem`
14279
14652
  * - `sap.ui.webc.main.GroupHeaderListItem`
@@ -14828,7 +15201,7 @@ declare module "sap/ui/webc/main/List" {
14828
15201
  /**
14829
15202
  * Gets current value of property {@link #getAccessibleName accessibleName}.
14830
15203
  *
14831
- * Sets the accessible aria name of the component.
15204
+ * Defines the accessible name of the component.
14832
15205
  *
14833
15206
  * Default value is `empty string`.
14834
15207
  */
@@ -14836,7 +15209,7 @@ declare module "sap/ui/webc/main/List" {
14836
15209
  /**
14837
15210
  * Gets current value of property {@link #getAccessibleNameRef accessibleNameRef}.
14838
15211
  *
14839
- * Receives id(or many ids) of the elements that label the input
15212
+ * Defines the IDs of the elements that label the input.
14840
15213
  *
14841
15214
  * Default value is `empty string`.
14842
15215
  */
@@ -14846,10 +15219,9 @@ declare module "sap/ui/webc/main/List" {
14846
15219
  *
14847
15220
  * Defines the accessible role of the component.
14848
15221
  *
14849
- * **Note:** If you use notification list items, it's recommended to set `accessible-role="list"` for better
14850
- * accessibility.
14851
15222
  *
14852
- * Default value is `"listbox"`.
15223
+ *
15224
+ * Default value is `"list"`.
14853
15225
  */
14854
15226
  getAccessibleRole(): string;
14855
15227
  /**
@@ -14893,7 +15265,7 @@ declare module "sap/ui/webc/main/List" {
14893
15265
  *
14894
15266
  *
14895
15267
  *
14896
- * **Limitations:** `growing="Scroll"` is not supported for Internet Explorer, on IE the component will
15268
+ * **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer, on IE the component will
14897
15269
  * fallback to `growing="Button"`.
14898
15270
  *
14899
15271
  * Default value is `None`.
@@ -14926,7 +15298,7 @@ declare module "sap/ui/webc/main/List" {
14926
15298
  /**
14927
15299
  * Gets current value of property {@link #getIndent indent}.
14928
15300
  *
14929
- * Determines whether the list items are indented.
15301
+ * Determines whether the component is indented.
14930
15302
  *
14931
15303
  * Default value is `false`.
14932
15304
  */
@@ -15062,7 +15434,7 @@ declare module "sap/ui/webc/main/List" {
15062
15434
  /**
15063
15435
  * Sets a new value for property {@link #getAccessibleName accessibleName}.
15064
15436
  *
15065
- * Sets the accessible aria name of the component.
15437
+ * Defines the accessible name of the component.
15066
15438
  *
15067
15439
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15068
15440
  *
@@ -15077,7 +15449,7 @@ declare module "sap/ui/webc/main/List" {
15077
15449
  /**
15078
15450
  * Sets a new value for property {@link #getAccessibleNameRef accessibleNameRef}.
15079
15451
  *
15080
- * Receives id(or many ids) of the elements that label the input
15452
+ * Defines the IDs of the elements that label the input.
15081
15453
  *
15082
15454
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15083
15455
  *
@@ -15094,12 +15466,11 @@ declare module "sap/ui/webc/main/List" {
15094
15466
  *
15095
15467
  * Defines the accessible role of the component.
15096
15468
  *
15097
- * **Note:** If you use notification list items, it's recommended to set `accessible-role="list"` for better
15098
- * accessibility.
15469
+ *
15099
15470
  *
15100
15471
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15101
15472
  *
15102
- * Default value is `"listbox"`.
15473
+ * Default value is `"list"`.
15103
15474
  */
15104
15475
  setAccessibleRole(
15105
15476
  /**
@@ -15169,7 +15540,7 @@ declare module "sap/ui/webc/main/List" {
15169
15540
  *
15170
15541
  *
15171
15542
  *
15172
- * **Limitations:** `growing="Scroll"` is not supported for Internet Explorer, on IE the component will
15543
+ * **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer, on IE the component will
15173
15544
  * fallback to `growing="Button"`.
15174
15545
  *
15175
15546
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -15215,7 +15586,7 @@ declare module "sap/ui/webc/main/List" {
15215
15586
  /**
15216
15587
  * Sets a new value for property {@link #getIndent indent}.
15217
15588
  *
15218
- * Determines whether the list items are indented.
15589
+ * Determines whether the component is indented.
15219
15590
  *
15220
15591
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15221
15592
  *
@@ -15298,20 +15669,17 @@ declare module "sap/ui/webc/main/List" {
15298
15669
 
15299
15670
  export interface $ListSettings extends $WebComponentSettings {
15300
15671
  /**
15301
- * Sets the accessible aria name of the component.
15672
+ * Defines the accessible name of the component.
15302
15673
  */
15303
15674
  accessibleName?: string | PropertyBindingInfo;
15304
15675
 
15305
15676
  /**
15306
- * Receives id(or many ids) of the elements that label the input
15677
+ * Defines the IDs of the elements that label the input.
15307
15678
  */
15308
15679
  accessibleNameRef?: string | PropertyBindingInfo;
15309
15680
 
15310
15681
  /**
15311
15682
  * Defines the accessible role of the component.
15312
- *
15313
- * **Note:** If you use notification list items, it's recommended to set `accessible-role="list"` for better
15314
- * accessibility.
15315
15683
  */
15316
15684
  accessibleRole?: string | PropertyBindingInfo;
15317
15685
 
@@ -15345,7 +15713,7 @@ declare module "sap/ui/webc/main/List" {
15345
15713
  *
15346
15714
  *
15347
15715
  *
15348
- * **Limitations:** `growing="Scroll"` is not supported for Internet Explorer, on IE the component will
15716
+ * **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer, on IE the component will
15349
15717
  * fallback to `growing="Button"`.
15350
15718
  */
15351
15719
  growing?: ListGrowingMode | PropertyBindingInfo;
@@ -15363,7 +15731,7 @@ declare module "sap/ui/webc/main/List" {
15363
15731
  height?: CSSSize | PropertyBindingInfo;
15364
15732
 
15365
15733
  /**
15366
- * Determines whether the list items are indented.
15734
+ * Determines whether the component is indented.
15367
15735
  */
15368
15736
  indent?: boolean | PropertyBindingInfo;
15369
15737
 
@@ -15631,7 +15999,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
15631
15999
  /**
15632
16000
  * Gets current value of property {@link #getHideCloseButton hideCloseButton}.
15633
16001
  *
15634
- * Defines whether the MessageStrip renders close icon.
16002
+ * Defines whether the MessageStrip renders close button.
15635
16003
  *
15636
16004
  * Default value is `false`.
15637
16005
  */
@@ -15705,7 +16073,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
15705
16073
  /**
15706
16074
  * Sets a new value for property {@link #getHideCloseButton hideCloseButton}.
15707
16075
  *
15708
- * Defines whether the MessageStrip renders close icon.
16076
+ * Defines whether the MessageStrip renders close button.
15709
16077
  *
15710
16078
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
15711
16079
  *
@@ -15788,7 +16156,7 @@ declare module "sap/ui/webc/main/MessageStrip" {
15788
16156
  height?: CSSSize | PropertyBindingInfo;
15789
16157
 
15790
16158
  /**
15791
- * Defines whether the MessageStrip renders close icon.
16159
+ * Defines whether the MessageStrip renders close button.
15792
16160
  */
15793
16161
  hideCloseButton?: boolean | PropertyBindingInfo;
15794
16162
 
@@ -15852,13 +16220,13 @@ declare module "sap/ui/webc/main/MultiComboBox" {
15852
16220
  *
15853
16221
  * Overview:
15854
16222
  *
15855
- * The `sap.ui.webc.main.MultiComboBox` component provides a list box with items and a text field allowing
15856
- * the user to either type a value directly into the control, or choose from the list of existing items.
16223
+ * The `sap.ui.webc.main.MultiComboBox` component consists of a list box with items and a text field allowing
16224
+ * the user to either type a value directly into the text field, or choose from the list of existing items.
15857
16225
  *
15858
- * It is a drop-down list for selecting and filtering values, commonly used to enable users to select one
15859
- * or more options from a predefined list. The control provides an editable input field to filter the list,
15860
- * and a dropdown arrow of available options. The select options in the list have checkboxes that permit
15861
- * multi-selection. Entered values are displayed as tokens. Structure: The `sap.ui.webc.main.MultiComboBox`
16226
+ * The drop-down list is used for selecting and filtering values, it enables users to select one or more
16227
+ * options from a predefined list. The control provides an editable input field to filter the list, and
16228
+ * a dropdown arrow to expand/collapse the list of available options. The options in the list have checkboxes
16229
+ * that permit multi-selection. Entered values are displayed as tokens. Structure: The `sap.ui.webc.main.MultiComboBox`
15862
16230
  * consists of the following elements:
15863
16231
  * - Tokenizer - a list of tokens with selected options. Input field - displays the selected option/s
15864
16232
  * as token/s. Users can type to filter the list. Drop-down arrow - expands\collapses the option list.
@@ -15879,11 +16247,6 @@ declare module "sap/ui/webc/main/MultiComboBox" {
15879
16247
  * - Delete - deletes the token and focuses the previous token.
15880
16248
  * - Backspace - deletes the token and focus the next token.
15881
16249
  *
15882
- * In the context of `sap.ui.webc.main.MultiComboBox`, you can provide a custom stable DOM ref for:
15883
- *
15884
- * - Every `sap.ui.webc.main.MultiComboBoxItem` that you provide. Example: `
15885
- * `
15886
- *
15887
16250
  * CSS Shadow Parts:
15888
16251
  *
15889
16252
  * CSS Shadow Parts
@@ -16813,9 +17176,9 @@ declare module "sap/ui/webc/main/MultiInput" {
16813
17176
  } from "sap/ui/webc/common/WebComponent";
16814
17177
 
16815
17178
  import {
17179
+ IIcon,
16816
17180
  IInputSuggestionItem,
16817
17181
  IToken,
16818
- IIcon,
16819
17182
  InputType,
16820
17183
  } from "sap/ui/webc/main/library";
16821
17184
 
@@ -16899,6 +17262,15 @@ declare module "sap/ui/webc/main/MultiInput" {
16899
17262
  * Returns a metadata object for class sap.ui.webc.main.MultiInput.
16900
17263
  */
16901
17264
  static getMetadata(): WebComponentMetadata;
17265
+ /**
17266
+ * Adds some icon to the aggregation {@link #getIcon icon}.
17267
+ */
17268
+ addIcon(
17269
+ /**
17270
+ * The icon to add; if empty, nothing is inserted
17271
+ */
17272
+ oIcon: IIcon
17273
+ ): this;
16902
17274
  /**
16903
17275
  * Adds some suggestionItem to the aggregation {@link #getSuggestionItems suggestionItems}.
16904
17276
  */
@@ -17027,59 +17399,16 @@ declare module "sap/ui/webc/main/MultiInput" {
17027
17399
  oListener?: object
17028
17400
  ): this;
17029
17401
  /**
17030
- * Attaches event handler `fnFunction` to the {@link #event:suggestionItemPreview suggestionItemPreview}
17031
- * event of this `sap.ui.webc.main.MultiInput`.
17032
- *
17033
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
17034
- * otherwise it will be bound to this `sap.ui.webc.main.MultiInput` itself.
17035
- *
17036
- * Fired when the user navigates to a suggestion item via the ARROW keys, as a preview, before the final
17037
- * selection.
17038
- */
17039
- attachSuggestionItemPreview(
17040
- /**
17041
- * The function to be called when the event occurs
17042
- */
17043
- fnFunction: (p1: Event) => void,
17044
- /**
17045
- * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.MultiInput` itself
17046
- */
17047
- oListener?: object
17048
- ): this;
17049
- /**
17050
- * Attaches event handler `fnFunction` to the {@link #event:suggestionItemSelect suggestionItemSelect} event
17051
- * of this `sap.ui.webc.main.MultiInput`.
17052
- *
17053
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
17054
- * otherwise it will be bound to this `sap.ui.webc.main.MultiInput` itself.
17055
- *
17056
- * Fired when a suggestion item, that is displayed in the suggestion popup, is selected.
17057
- */
17058
- attachSuggestionItemSelect(
17059
- /**
17060
- * An application-specific payload object that will be passed to the event handler along with the event
17061
- * object when firing the event
17062
- */
17063
- oData: object,
17064
- /**
17065
- * The function to be called when the event occurs
17066
- */
17067
- fnFunction: (p1: Event) => void,
17068
- /**
17069
- * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.MultiInput` itself
17070
- */
17071
- oListener?: object
17072
- ): this;
17073
- /**
17074
- * Attaches event handler `fnFunction` to the {@link #event:suggestionItemSelect suggestionItemSelect} event
17075
- * of this `sap.ui.webc.main.MultiInput`.
17402
+ * Attaches event handler `fnFunction` to the {@link #event:suggestionItemPreview suggestionItemPreview}
17403
+ * event of this `sap.ui.webc.main.MultiInput`.
17076
17404
  *
17077
17405
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
17078
17406
  * otherwise it will be bound to this `sap.ui.webc.main.MultiInput` itself.
17079
17407
  *
17080
- * Fired when a suggestion item, that is displayed in the suggestion popup, is selected.
17408
+ * Fired when the user navigates to a suggestion item via the ARROW keys, as a preview, before the final
17409
+ * selection.
17081
17410
  */
17082
- attachSuggestionItemSelect(
17411
+ attachSuggestionItemPreview(
17083
17412
  /**
17084
17413
  * The function to be called when the event occurs
17085
17414
  */
@@ -17090,15 +17419,15 @@ declare module "sap/ui/webc/main/MultiInput" {
17090
17419
  oListener?: object
17091
17420
  ): this;
17092
17421
  /**
17093
- * Attaches event handler `fnFunction` to the {@link #event:suggestionScroll suggestionScroll} event of
17094
- * this `sap.ui.webc.main.MultiInput`.
17422
+ * Attaches event handler `fnFunction` to the {@link #event:suggestionItemSelect suggestionItemSelect} event
17423
+ * of this `sap.ui.webc.main.MultiInput`.
17095
17424
  *
17096
17425
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
17097
17426
  * otherwise it will be bound to this `sap.ui.webc.main.MultiInput` itself.
17098
17427
  *
17099
- * Fired when the user scrolls the suggestion popover.
17428
+ * Fired when a suggestion item, that is displayed in the suggestion popup, is selected.
17100
17429
  */
17101
- attachSuggestionScroll(
17430
+ attachSuggestionItemSelect(
17102
17431
  /**
17103
17432
  * An application-specific payload object that will be passed to the event handler along with the event
17104
17433
  * object when firing the event
@@ -17114,15 +17443,15 @@ declare module "sap/ui/webc/main/MultiInput" {
17114
17443
  oListener?: object
17115
17444
  ): this;
17116
17445
  /**
17117
- * Attaches event handler `fnFunction` to the {@link #event:suggestionScroll suggestionScroll} event of
17118
- * this `sap.ui.webc.main.MultiInput`.
17446
+ * Attaches event handler `fnFunction` to the {@link #event:suggestionItemSelect suggestionItemSelect} event
17447
+ * of this `sap.ui.webc.main.MultiInput`.
17119
17448
  *
17120
17449
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
17121
17450
  * otherwise it will be bound to this `sap.ui.webc.main.MultiInput` itself.
17122
17451
  *
17123
- * Fired when the user scrolls the suggestion popover.
17452
+ * Fired when a suggestion item, that is displayed in the suggestion popup, is selected.
17124
17453
  */
17125
- attachSuggestionScroll(
17454
+ attachSuggestionItemSelect(
17126
17455
  /**
17127
17456
  * The function to be called when the event occurs
17128
17457
  */
@@ -17219,7 +17548,7 @@ declare module "sap/ui/webc/main/MultiInput" {
17219
17548
  oListener?: object
17220
17549
  ): this;
17221
17550
  /**
17222
- * Destroys the icon in the aggregation {@link #getIcon icon}.
17551
+ * Destroys all the icon in the aggregation {@link #getIcon icon}.
17223
17552
  */
17224
17553
  destroyIcon(): this;
17225
17554
  /**
@@ -17292,22 +17621,6 @@ declare module "sap/ui/webc/main/MultiInput" {
17292
17621
  */
17293
17622
  oListener?: object
17294
17623
  ): this;
17295
- /**
17296
- * Detaches event handler `fnFunction` from the {@link #event:suggestionScroll suggestionScroll} event of
17297
- * this `sap.ui.webc.main.MultiInput`.
17298
- *
17299
- * The passed function and listener object must match the ones used for event registration.
17300
- */
17301
- detachSuggestionScroll(
17302
- /**
17303
- * The function to be called, when the event occurs
17304
- */
17305
- fnFunction: (p1: Event) => void,
17306
- /**
17307
- * Context object on which the given function had to be called
17308
- */
17309
- oListener?: object
17310
- ): this;
17311
17624
  /**
17312
17625
  * Detaches event handler `fnFunction` from the {@link #event:tokenDelete tokenDelete} event of this `sap.ui.webc.main.MultiInput`.
17313
17626
  *
@@ -17366,7 +17679,7 @@ declare module "sap/ui/webc/main/MultiInput" {
17366
17679
  */
17367
17680
  mParameters?: {
17368
17681
  /**
17369
- * The previewed suggestion item
17682
+ * The previewed suggestion item.
17370
17683
  */
17371
17684
  item?: HTMLElement;
17372
17685
  /**
@@ -17384,29 +17697,11 @@ declare module "sap/ui/webc/main/MultiInput" {
17384
17697
  */
17385
17698
  mParameters?: {
17386
17699
  /**
17387
- * The selected item
17700
+ * The selected item.
17388
17701
  */
17389
17702
  item?: HTMLElement;
17390
17703
  }
17391
17704
  ): this;
17392
- /**
17393
- * Fires event {@link #event:suggestionScroll suggestionScroll} to attached listeners.
17394
- */
17395
- fireSuggestionScroll(
17396
- /**
17397
- * Parameters to pass along with the event
17398
- */
17399
- mParameters?: {
17400
- /**
17401
- * The current scroll position
17402
- */
17403
- scrollTop?: int;
17404
- /**
17405
- * The scroll container
17406
- */
17407
- scrollContainer?: HTMLElement;
17408
- }
17409
- ): this;
17410
17705
  /**
17411
17706
  * Fires event {@link #event:tokenDelete tokenDelete} to attached listeners.
17412
17707
  */
@@ -17439,7 +17734,7 @@ declare module "sap/ui/webc/main/MultiInput" {
17439
17734
  /**
17440
17735
  * Gets current value of property {@link #getAccessibleNameRef accessibleNameRef}.
17441
17736
  *
17442
- * Receives id(or many ids) of the elements that label the input
17737
+ * Receives id(or many ids) of the elements that label the input.
17443
17738
  *
17444
17739
  * Default value is `empty string`.
17445
17740
  */
@@ -17459,7 +17754,7 @@ declare module "sap/ui/webc/main/MultiInput" {
17459
17754
  *
17460
17755
  * Defines the icon to be displayed in the component.
17461
17756
  */
17462
- getIcon(): IIcon;
17757
+ getIcon(): IIcon[];
17463
17758
  /**
17464
17759
  * Gets current value of property {@link #getMaxlength maxlength}.
17465
17760
  *
@@ -17523,8 +17818,8 @@ declare module "sap/ui/webc/main/MultiInput" {
17523
17818
  /**
17524
17819
  * Gets current value of property {@link #getShowValueHelpIcon showValueHelpIcon}.
17525
17820
  *
17526
- * Determines whether a value help icon will be should in the end of the input. Pressing the icon will fire
17527
- * `value-help-trigger` event.
17821
+ * Determines whether a value help icon will be visualized in the end of the input. Pressing the icon will
17822
+ * fire `value-help-trigger` event.
17528
17823
  *
17529
17824
  * Default value is `false`.
17530
17825
  */
@@ -17591,6 +17886,16 @@ declare module "sap/ui/webc/main/MultiInput" {
17591
17886
  * Default value is `empty string`.
17592
17887
  */
17593
17888
  getValueStateMessage(): string;
17889
+ /**
17890
+ * Checks for the provided `sap.ui.webc.main.IIcon` in the aggregation {@link #getIcon icon}. and returns
17891
+ * its index if found or -1 otherwise.
17892
+ */
17893
+ indexOfIcon(
17894
+ /**
17895
+ * The icon whose index is looked for
17896
+ */
17897
+ oIcon: IIcon
17898
+ ): int;
17594
17899
  /**
17595
17900
  * Checks for the provided `sap.ui.webc.main.IInputSuggestionItem` in the aggregation {@link #getSuggestionItems
17596
17901
  * suggestionItems}. and returns its index if found or -1 otherwise.
@@ -17611,6 +17916,21 @@ declare module "sap/ui/webc/main/MultiInput" {
17611
17916
  */
17612
17917
  oToken: IToken
17613
17918
  ): int;
17919
+ /**
17920
+ * Inserts a icon into the aggregation {@link #getIcon icon}.
17921
+ */
17922
+ insertIcon(
17923
+ /**
17924
+ * The icon to insert; if empty, nothing is inserted
17925
+ */
17926
+ oIcon: IIcon,
17927
+ /**
17928
+ * The `0`-based index the icon should be inserted at; for a negative value of `iIndex`, the icon is inserted
17929
+ * at position 0; for a value greater than the current size of the aggregation, the icon is inserted at
17930
+ * the last position
17931
+ */
17932
+ iIndex: int
17933
+ ): this;
17614
17934
  /**
17615
17935
  * Inserts a suggestionItem into the aggregation {@link #getSuggestionItems suggestionItems}.
17616
17936
  */
@@ -17641,6 +17961,12 @@ declare module "sap/ui/webc/main/MultiInput" {
17641
17961
  */
17642
17962
  iIndex: int
17643
17963
  ): this;
17964
+ /**
17965
+ * Removes all the controls from the aggregation {@link #getIcon icon}.
17966
+ *
17967
+ * Additionally, it unregisters them from the hosting UIArea.
17968
+ */
17969
+ removeAllIcon(): IIcon[];
17644
17970
  /**
17645
17971
  * Removes all the controls from the aggregation {@link #getSuggestionItems suggestionItems}.
17646
17972
  *
@@ -17653,6 +17979,15 @@ declare module "sap/ui/webc/main/MultiInput" {
17653
17979
  * Additionally, it unregisters them from the hosting UIArea.
17654
17980
  */
17655
17981
  removeAllTokens(): IToken[];
17982
+ /**
17983
+ * Removes a icon from the aggregation {@link #getIcon icon}.
17984
+ */
17985
+ removeIcon(
17986
+ /**
17987
+ * The icon to remove or its index or id
17988
+ */
17989
+ vIcon: int | string | IIcon
17990
+ ): IIcon;
17656
17991
  /**
17657
17992
  * Removes a suggestionItem from the aggregation {@link #getSuggestionItems suggestionItems}.
17658
17993
  */
@@ -17687,7 +18022,7 @@ declare module "sap/ui/webc/main/MultiInput" {
17687
18022
  /**
17688
18023
  * Sets a new value for property {@link #getAccessibleNameRef accessibleNameRef}.
17689
18024
  *
17690
- * Receives id(or many ids) of the elements that label the input
18025
+ * Receives id(or many ids) of the elements that label the input.
17691
18026
  *
17692
18027
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17693
18028
  *
@@ -17716,15 +18051,6 @@ declare module "sap/ui/webc/main/MultiInput" {
17716
18051
  */
17717
18052
  bDisabled?: boolean
17718
18053
  ): this;
17719
- /**
17720
- * Sets the aggregated {@link #getIcon icon}.
17721
- */
17722
- setIcon(
17723
- /**
17724
- * The icon to set
17725
- */
17726
- oIcon: IIcon
17727
- ): this;
17728
18054
  /**
17729
18055
  * Sets a new value for property {@link #getMaxlength maxlength}.
17730
18056
  *
@@ -17826,8 +18152,8 @@ declare module "sap/ui/webc/main/MultiInput" {
17826
18152
  /**
17827
18153
  * Sets a new value for property {@link #getShowValueHelpIcon showValueHelpIcon}.
17828
18154
  *
17829
- * Determines whether a value help icon will be should in the end of the input. Pressing the icon will fire
17830
- * `value-help-trigger` event.
18155
+ * Determines whether a value help icon will be visualized in the end of the input. Pressing the icon will
18156
+ * fire `value-help-trigger` event.
17831
18157
  *
17832
18158
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17833
18159
  *
@@ -17928,7 +18254,7 @@ declare module "sap/ui/webc/main/MultiInput" {
17928
18254
  accessibleName?: string | PropertyBindingInfo;
17929
18255
 
17930
18256
  /**
17931
- * Receives id(or many ids) of the elements that label the input
18257
+ * Receives id(or many ids) of the elements that label the input.
17932
18258
  */
17933
18259
  accessibleNameRef?: string | PropertyBindingInfo;
17934
18260
 
@@ -17980,8 +18306,8 @@ declare module "sap/ui/webc/main/MultiInput" {
17980
18306
  showSuggestions?: boolean | PropertyBindingInfo;
17981
18307
 
17982
18308
  /**
17983
- * Determines whether a value help icon will be should in the end of the input. Pressing the icon will fire
17984
- * `value-help-trigger` event.
18309
+ * Determines whether a value help icon will be visualized in the end of the input. Pressing the icon will
18310
+ * fire `value-help-trigger` event.
17985
18311
  */
17986
18312
  showValueHelpIcon?: boolean | PropertyBindingInfo;
17987
18313
 
@@ -18028,7 +18354,7 @@ declare module "sap/ui/webc/main/MultiInput" {
18028
18354
  /**
18029
18355
  * Defines the icon to be displayed in the component.
18030
18356
  */
18031
- icon?: IIcon;
18357
+ icon?: IIcon[] | IIcon | AggregationBindingInfo;
18032
18358
 
18033
18359
  suggestionItems?:
18034
18360
  | IInputSuggestionItem[]
@@ -18062,11 +18388,6 @@ declare module "sap/ui/webc/main/MultiInput" {
18062
18388
  */
18063
18389
  suggestionItemSelect?: (oEvent: Event) => void;
18064
18390
 
18065
- /**
18066
- * Fired when the user scrolls the suggestion popover.
18067
- */
18068
- suggestionScroll?: (oEvent: Event) => void;
18069
-
18070
18391
  /**
18071
18392
  * Fired when a token is about to be deleted.
18072
18393
  */
@@ -18347,13 +18668,13 @@ declare module "sap/ui/webc/main/Panel" {
18347
18668
  * - Nesting two or more panels is not recommended.
18348
18669
  * - Do not stack too many panels on one page.
18349
18670
  *
18350
- * Structure: A panel consists of a title bar with a header text or custom header.
18351
- * The content area can contain an arbitrary set of controls. The header is clickable and can be used to
18352
- * toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state.
18353
- *
18671
+ * Structure: The panel's header area consists of a title bar with a header text or custom header.
18672
+ * The header is clickable and can be used to toggle between the expanded and collapsed state. It includes
18673
+ * an icon which rotates depending on the state.
18354
18674
  * The custom header can be set through the `header` slot and it may contain arbitraray content, such as:
18355
18675
  * title, buttons or any other HTML elements.
18356
- * **Note:** the custom header is not clickable out of the box, but in this case the icon is interactive
18676
+ * The content area can contain an arbitrary set of controls.
18677
+ * **Note:** The custom header is not clickable out of the box, but in this case the icon is interactive
18357
18678
  * and allows to show/hide the content area.
18358
18679
  *
18359
18680
  * Responsive Behavior:
@@ -20046,6 +20367,16 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
20046
20367
  * Default value is `false`.
20047
20368
  */
20048
20369
  getDisabled(): boolean;
20370
+ /**
20371
+ * Gets current value of property {@link #getDisplayValue displayValue}.
20372
+ *
20373
+ * Specifies the text value to be displayed in the bar.
20374
+ *
20375
+ * **Note:**
20376
+ * - If there is no value provided or the value is empty, the default percentage value is shown.
20377
+ * - If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.
20378
+ */
20379
+ getDisplayValue(): string;
20049
20380
  /**
20050
20381
  * Gets current value of property {@link #getHideValue hideValue}.
20051
20382
  *
@@ -20095,6 +20426,24 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
20095
20426
  */
20096
20427
  bDisabled?: boolean
20097
20428
  ): this;
20429
+ /**
20430
+ * Sets a new value for property {@link #getDisplayValue displayValue}.
20431
+ *
20432
+ * Specifies the text value to be displayed in the bar.
20433
+ *
20434
+ * **Note:**
20435
+ * - If there is no value provided or the value is empty, the default percentage value is shown.
20436
+ * - If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.
20437
+ *
20438
+ *
20439
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
20440
+ */
20441
+ setDisplayValue(
20442
+ /**
20443
+ * New value for property `displayValue`
20444
+ */
20445
+ sDisplayValue: string
20446
+ ): this;
20098
20447
  /**
20099
20448
  * Sets a new value for property {@link #getHideValue hideValue}.
20100
20449
  *
@@ -20158,6 +20507,15 @@ declare module "sap/ui/webc/main/ProgressIndicator" {
20158
20507
  */
20159
20508
  disabled?: boolean | PropertyBindingInfo;
20160
20509
 
20510
+ /**
20511
+ * Specifies the text value to be displayed in the bar.
20512
+ *
20513
+ * **Note:**
20514
+ * - If there is no value provided or the value is empty, the default percentage value is shown.
20515
+ * - If `hideValue` property is `true` both the `displayValue` and `value` property values are not shown.
20516
+ */
20517
+ displayValue?: string | PropertyBindingInfo;
20518
+
20161
20519
  /**
20162
20520
  * Defines whether the component value is shown.
20163
20521
  */
@@ -20682,17 +21040,16 @@ declare module "sap/ui/webc/main/RangeSlider" {
20682
21040
  * @SINCE 1.92.0
20683
21041
  * @EXPERIMENTAL (since 1.92.0)
20684
21042
  *
20685
- * Represents a numerical interval and two handles (grips) to select a sub-range within it.
20686
- *
20687
- * Overview: The purpose of the component to enable visual selection of sub-ranges within a given interval.
21043
+ * Overview: Represents a numerical interval and two handles (grips) to select a sub-range within it. The
21044
+ * purpose of the component to enable visual selection of sub-ranges within a given interval.
20688
21045
  *
20689
21046
  * Structure: The most important properties of the Range Slider are:
20690
- * - min - The minimum value of the slider range
20691
- * - max - The maximum value of the slider range
20692
- * - value - The current value of the slider
20693
- * - step - Determines the increments in which the slider will move
20694
- * - showTooltip - Determines if a tooltip should be displayed above the handle
20695
- * - showTickmarks - Displays a visual divider between the step values
21047
+ * - min - The minimum value of the slider range.
21048
+ * - max - The maximum value of the slider range.
21049
+ * - value - The current value of the slider.
21050
+ * - step - Determines the increments in which the slider will move.
21051
+ * - showTooltip - Determines if a tooltip should be displayed above the handle.
21052
+ * - showTickmarks - Displays a visual divider between the step values.
20696
21053
  * - labelInterval - Labels some or all of the tickmarks with their values. Notes::
20697
21054
  * - The right and left handle can be moved individually and their positions could therefore switch.
20698
21055
  * - The entire range can be moved along the interval. Usage: The most common use case is to select
@@ -20710,13 +21067,13 @@ declare module "sap/ui/webc/main/RangeSlider" {
20710
21067
  * step equal to 1/10th of the entire range;
20711
21068
  * - `Right or Up Arrow + Ctrl/Cmd` - Moves a component's handle to the right or the entire range with
20712
21069
  * step equal to 1/10th of the entire range;
20713
- * - `Plus` - Same as `Right or Up Arrow`
20714
- * - `Minus` - Same as `Left or Down Arrow`
21070
+ * - `Plus` - Same as `Right or Up Arrow`;
21071
+ * - `Minus` - Same as `Left or Down Arrow`;
20715
21072
  * - `Home` - Moves the entire selection or the selected handle to the beginning of the component's range;
20716
21073
  *
20717
21074
  * - `End` - Moves the entire selection or the selected handle to the end of the component's range;
20718
- * - `Page Up` - Same as `Right or Up Arrow + Ctrl/Cmd`
20719
- * - `Page Down` - Same as `Left or Down Arrow + Ctrl/Cmd`
21075
+ * - `Page Up` - Same as `Right or Up Arrow + Ctrl/Cmd`;
21076
+ * - `Page Down` - Same as `Left or Down Arrow + Ctrl/Cmd`;
20720
21077
  * - `Escape` - Resets the `startValue` and `endValue` properties to the values prior the component focusing;
20721
21078
  */
20722
21079
  export default class RangeSlider extends WebComponent {
@@ -20939,7 +21296,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
20939
21296
  /**
20940
21297
  * Gets current value of property {@link #getMax max}.
20941
21298
  *
20942
- * Defines the maximum value of the slider
21299
+ * Defines the maximum value of the slider.
20943
21300
  *
20944
21301
  * Default value is `100`.
20945
21302
  */
@@ -20947,7 +21304,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
20947
21304
  /**
20948
21305
  * Gets current value of property {@link #getMin min}.
20949
21306
  *
20950
- * Defines the minimum value of the slider
21307
+ * Defines the minimum value of the slider.
20951
21308
  *
20952
21309
  * Default value is `0`.
20953
21310
  */
@@ -20955,7 +21312,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
20955
21312
  /**
20956
21313
  * Gets current value of property {@link #getShowTickmarks showTickmarks}.
20957
21314
  *
20958
- * Enables tick marks visualization for each step.
21315
+ * Enables tickmarks visualization for each step.
20959
21316
  *
20960
21317
  * **Note:** The step must be a positive number.
20961
21318
  *
@@ -21052,7 +21409,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
21052
21409
  /**
21053
21410
  * Sets a new value for property {@link #getMax max}.
21054
21411
  *
21055
- * Defines the maximum value of the slider
21412
+ * Defines the maximum value of the slider.
21056
21413
  *
21057
21414
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
21058
21415
  *
@@ -21067,7 +21424,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
21067
21424
  /**
21068
21425
  * Sets a new value for property {@link #getMin min}.
21069
21426
  *
21070
- * Defines the minimum value of the slider
21427
+ * Defines the minimum value of the slider.
21071
21428
  *
21072
21429
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
21073
21430
  *
@@ -21082,7 +21439,7 @@ declare module "sap/ui/webc/main/RangeSlider" {
21082
21439
  /**
21083
21440
  * Sets a new value for property {@link #getShowTickmarks showTickmarks}.
21084
21441
  *
21085
- * Enables tick marks visualization for each step.
21442
+ * Enables tickmarks visualization for each step.
21086
21443
  *
21087
21444
  * **Note:** The step must be a positive number.
21088
21445
  *
@@ -21183,17 +21540,17 @@ declare module "sap/ui/webc/main/RangeSlider" {
21183
21540
  labelInterval?: int | PropertyBindingInfo;
21184
21541
 
21185
21542
  /**
21186
- * Defines the maximum value of the slider
21543
+ * Defines the maximum value of the slider.
21187
21544
  */
21188
21545
  max?: float | PropertyBindingInfo;
21189
21546
 
21190
21547
  /**
21191
- * Defines the minimum value of the slider
21548
+ * Defines the minimum value of the slider.
21192
21549
  */
21193
21550
  min?: float | PropertyBindingInfo;
21194
21551
 
21195
21552
  /**
21196
- * Enables tick marks visualization for each step.
21553
+ * Enables tickmarks visualization for each step.
21197
21554
  *
21198
21555
  * **Note:** The step must be a positive number.
21199
21556
  */
@@ -21251,7 +21608,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21251
21608
  * @SINCE 1.92.0
21252
21609
  * @EXPERIMENTAL (since 1.92.0)
21253
21610
  *
21254
- * Overview: The RatingIndicator is used to display a specific number of icons that are used to rate an
21611
+ * Overview: The Rating Indicator is used to display a specific number of icons that are used to rate an
21255
21612
  * item. Additionally, it is also used to display the average and overall ratings.
21256
21613
  *
21257
21614
  * Usage: The recommended number of icons is between 5 and 7.
@@ -21403,7 +21760,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21403
21760
  /**
21404
21761
  * Gets current value of property {@link #getMax max}.
21405
21762
  *
21406
- * The number of displayed rating symbols
21763
+ * The number of displayed rating symbols.
21407
21764
  *
21408
21765
  * Default value is `5`.
21409
21766
  */
@@ -21421,7 +21778,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21421
21778
  /**
21422
21779
  * Gets current value of property {@link #getValue value}.
21423
21780
  *
21424
- * The indicated value of the rating
21781
+ * The indicated value of the rating.
21425
21782
  *
21426
21783
  * **Note:** If you set a number which is not round, it would be shown as follows:
21427
21784
  * - 1.0 - 1.2 -> 1
@@ -21466,7 +21823,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21466
21823
  /**
21467
21824
  * Sets a new value for property {@link #getMax max}.
21468
21825
  *
21469
- * The number of displayed rating symbols
21826
+ * The number of displayed rating symbols.
21470
21827
  *
21471
21828
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
21472
21829
  *
@@ -21498,7 +21855,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21498
21855
  /**
21499
21856
  * Sets a new value for property {@link #getValue value}.
21500
21857
  *
21501
- * The indicated value of the rating
21858
+ * The indicated value of the rating.
21502
21859
  *
21503
21860
  * **Note:** If you set a number which is not round, it would be shown as follows:
21504
21861
  * - 1.0 - 1.2 -> 1
@@ -21533,7 +21890,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21533
21890
  disabled?: boolean | PropertyBindingInfo;
21534
21891
 
21535
21892
  /**
21536
- * The number of displayed rating symbols
21893
+ * The number of displayed rating symbols.
21537
21894
  */
21538
21895
  max?: int | PropertyBindingInfo;
21539
21896
 
@@ -21545,7 +21902,7 @@ declare module "sap/ui/webc/main/RatingIndicator" {
21545
21902
  readonly?: boolean | PropertyBindingInfo;
21546
21903
 
21547
21904
  /**
21548
- * The indicated value of the rating
21905
+ * The indicated value of the rating.
21549
21906
  *
21550
21907
  * **Note:** If you set a number which is not round, it would be shown as follows:
21551
21908
  * - 1.0 - 1.2 -> 1
@@ -22822,8 +23179,8 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
22822
23179
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
22823
23180
 
22824
23181
  /**
22825
- * @SINCE 1.92.0
22826
- * @EXPERIMENTAL (since 1.92.0)
23182
+ * @SINCE 1.95.0
23183
+ * @EXPERIMENTAL (since 1.95.0)
22827
23184
  *
22828
23185
  * Overview:
22829
23186
  *
@@ -22982,8 +23339,8 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
22982
23339
  /**
22983
23340
  * Gets current value of property {@link #getDisabled disabled}.
22984
23341
  *
22985
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
22986
- * pressed or focused, and it is not in the tab chain.
23342
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
23343
+ * not in the tab chain.
22987
23344
  *
22988
23345
  * Default value is `false`.
22989
23346
  */
@@ -23064,8 +23421,8 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
23064
23421
  /**
23065
23422
  * Sets a new value for property {@link #getDisabled disabled}.
23066
23423
  *
23067
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
23068
- * pressed or focused, and it is not in the tab chain.
23424
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
23425
+ * not in the tab chain.
23069
23426
  *
23070
23427
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
23071
23428
  *
@@ -23171,8 +23528,8 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
23171
23528
  design?: (ButtonDesign | keyof typeof ButtonDesign) | PropertyBindingInfo;
23172
23529
 
23173
23530
  /**
23174
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
23175
- * pressed or focused, and it is not in the tab chain.
23531
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
23532
+ * not in the tab chain.
23176
23533
  */
23177
23534
  disabled?: boolean | PropertyBindingInfo;
23178
23535
 
@@ -23252,13 +23609,6 @@ declare module "sap/ui/webc/main/Select" {
23252
23609
  * - [ESC] - Closes the drop-down without changing the selection.
23253
23610
  * - [HOME] - Navigates to first option
23254
23611
  * - [END] - Navigates to the last option
23255
- *
23256
- *
23257
- * Stable DOM Refs:
23258
- *
23259
- * In the context of `sap.ui.webc.main.Select`, you can provide a custom stable DOM ref for:
23260
- * - Every `sap.ui.webc.main.Option` that you provide. Example: `
23261
- * `
23262
23612
  */
23263
23613
  export default class Select extends WebComponent {
23264
23614
  /**
@@ -23755,33 +24105,33 @@ declare module "sap/ui/webc/main/Slider" {
23755
24105
  * is to enable visual selection of a value in a continuous numerical range by moving an adjustable handle.
23756
24106
  *
23757
24107
  * Structure: The most important properties of the Slider are:
23758
- * - min - The minimum value of the slider range
23759
- * - max - The maximum value of the slider range
23760
- * - value - The current value of the slider
23761
- * - step - Determines the increments in which the slider will move
23762
- * - showTooltip - Determines if a tooltip should be displayed above the handle
23763
- * - showTickmarks - Displays a visual divider between the step values
24108
+ * - min - The minimum value of the slider range.
24109
+ * - max - The maximum value of the slider range.
24110
+ * - value - The current value of the slider range.
24111
+ * - step - Determines the increments in which the slider will move.
24112
+ * - showTooltip - Determines if a tooltip should be displayed above the handle.
24113
+ * - showTickmarks - Displays a visual divider between the step values.
23764
24114
  * - labelInterval - Labels some or all of the tickmarks with their values.
23765
24115
  *
23766
- * Usage: The most common usecase is to select values on a continuous numerical scale (e.g. temperature,
24116
+ * Usage: The most common use case is to select values on a continuous numerical scale (e.g. temperature,
23767
24117
  * volume, etc. ).
23768
24118
  *
23769
24119
  * Responsive Behavior: The `sap.ui.webc.main.Slider` component adjusts to the size of its parent container
23770
24120
  * by recalculating and resizing the width of the control. You can move the slider handle in several different
23771
24121
  * ways:
23772
- * - Drag and drop to the desired value
23773
- * - Click/tap on the range bar to move the handle to that location
24122
+ * - Drag and drop the handle to the desired value.
24123
+ * - Click/tap on the range bar to move the handle to that location.
23774
24124
  *
23775
24125
  * CSS Shadow Parts:
23776
24126
  *
23777
24127
  * CSS Shadow Parts
23778
24128
  * allow developers to style elements inside the Shadow DOM.
23779
24129
  * The `sap.ui.webc.main.Slider` exposes the following CSS Shadow Parts:
23780
- * - progress-container - Used to style the progress container(the thin line) of the `sap.ui.webc.main.Slider`
24130
+ * - progress-container - Used to style the progress container(the horizontal bar which visually represents
24131
+ * the range between the minimum and maximum value) of the `sap.ui.webc.main.Slider`.
24132
+ * - progress-bar - Used to style the progress bar, which shows the progress of the `sap.ui.webc.main.Slider`.
23781
24133
  *
23782
- * - progress-bar - Used to style the progress bar, which shows the progress of the `sap.ui.webc.main.Slider`
23783
- *
23784
- * - handle - Used to style the handle of the `sap.ui.webc.main.Slider`
24134
+ * - handle - Used to style the handle of the `sap.ui.webc.main.Slider`.
23785
24135
  *
23786
24136
  * Keyboard Handling:
23787
24137
  *
@@ -23794,12 +24144,12 @@ declare module "sap/ui/webc/main/Slider" {
23794
24144
  * range, effectively decreasing the component's value by 1/10th of the range;
23795
24145
  * - `Right or Up Arrow + Ctrl/Cmd` - Moves the handle to the right with step equal to 1/10th of the entire
23796
24146
  * range, effectively increasing the component's value by 1/10th of the range;
23797
- * - `Plus` - Same as `Right or Up Arrow`
23798
- * - `Minus` - Same as `Left or Down Arrow`
24147
+ * - `Plus` - Same as `Right or Up Arrow`;
24148
+ * - `Minus` - Same as `Left or Down Arrow`;
23799
24149
  * - `Home` - Moves the handle to the beginning of the range;
23800
24150
  * - `End` - Moves the handle to the end of the range;
23801
- * - `Page Up` - Same as `Right or Up + Ctrl/Cmd`
23802
- * - `Page Down` - Same as `Left or Down + Ctrl/Cmd`
24151
+ * - `Page Up` - Same as `Right or Up + Ctrl/Cmd`;
24152
+ * - `Page Down` - Same as `Left or Down + Ctrl/Cmd`;
23803
24153
  * - `Escape` - Resets the value property after interaction, to the position prior the component's focusing;
23804
24154
  */
23805
24155
  export default class Slider extends WebComponent {
@@ -24012,7 +24362,7 @@ declare module "sap/ui/webc/main/Slider" {
24012
24362
  /**
24013
24363
  * Gets current value of property {@link #getMax max}.
24014
24364
  *
24015
- * Defines the maximum value of the slider
24365
+ * Defines the maximum value of the slider.
24016
24366
  *
24017
24367
  * Default value is `100`.
24018
24368
  */
@@ -24020,7 +24370,7 @@ declare module "sap/ui/webc/main/Slider" {
24020
24370
  /**
24021
24371
  * Gets current value of property {@link #getMin min}.
24022
24372
  *
24023
- * Defines the minimum value of the slider
24373
+ * Defines the minimum value of the slider.
24024
24374
  *
24025
24375
  * Default value is `0`.
24026
24376
  */
@@ -24028,7 +24378,7 @@ declare module "sap/ui/webc/main/Slider" {
24028
24378
  /**
24029
24379
  * Gets current value of property {@link #getShowTickmarks showTickmarks}.
24030
24380
  *
24031
- * Enables tick marks visualization for each step.
24381
+ * Enables tickmarks visualization for each step.
24032
24382
  *
24033
24383
  * **Note:** The step must be a positive number.
24034
24384
  *
@@ -24100,7 +24450,7 @@ declare module "sap/ui/webc/main/Slider" {
24100
24450
  /**
24101
24451
  * Sets a new value for property {@link #getMax max}.
24102
24452
  *
24103
- * Defines the maximum value of the slider
24453
+ * Defines the maximum value of the slider.
24104
24454
  *
24105
24455
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24106
24456
  *
@@ -24115,7 +24465,7 @@ declare module "sap/ui/webc/main/Slider" {
24115
24465
  /**
24116
24466
  * Sets a new value for property {@link #getMin min}.
24117
24467
  *
24118
- * Defines the minimum value of the slider
24468
+ * Defines the minimum value of the slider.
24119
24469
  *
24120
24470
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24121
24471
  *
@@ -24130,7 +24480,7 @@ declare module "sap/ui/webc/main/Slider" {
24130
24480
  /**
24131
24481
  * Sets a new value for property {@link #getShowTickmarks showTickmarks}.
24132
24482
  *
24133
- * Enables tick marks visualization for each step.
24483
+ * Enables tickmarks visualization for each step.
24134
24484
  *
24135
24485
  * **Note:** The step must be a positive number.
24136
24486
  *
@@ -24211,17 +24561,17 @@ declare module "sap/ui/webc/main/Slider" {
24211
24561
  labelInterval?: int | PropertyBindingInfo;
24212
24562
 
24213
24563
  /**
24214
- * Defines the maximum value of the slider
24564
+ * Defines the maximum value of the slider.
24215
24565
  */
24216
24566
  max?: float | PropertyBindingInfo;
24217
24567
 
24218
24568
  /**
24219
- * Defines the minimum value of the slider
24569
+ * Defines the minimum value of the slider.
24220
24570
  */
24221
24571
  min?: float | PropertyBindingInfo;
24222
24572
 
24223
24573
  /**
24224
- * Enables tick marks visualization for each step.
24574
+ * Enables tickmarks visualization for each step.
24225
24575
  *
24226
24576
  * **Note:** The step must be a positive number.
24227
24577
  */
@@ -25369,8 +25719,8 @@ declare module "sap/ui/webc/main/SuggestionGroupItem" {
25369
25719
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
25370
25720
 
25371
25721
  /**
25372
- * @SINCE 1.92.0
25373
- * @EXPERIMENTAL (since 1.92.0)
25722
+ * @SINCE 1.95.0
25723
+ * @EXPERIMENTAL (since 1.95.0)
25374
25724
  *
25375
25725
  * The `sap.ui.webc.main.SuggestionGroupItem` is type of suggestion item, that can be used to split the
25376
25726
  * `sap.ui.webc.main.Input` suggestions into groups.
@@ -25559,7 +25909,7 @@ declare module "sap/ui/webc/main/SuggestionItem" {
25559
25909
  *
25560
25910
  * Defines the state of the `additionalText`.
25561
25911
  *
25562
- * Available options are: `"None"` (by default), `"Success"`, `"Warning"` and `"Erorr"`.
25912
+ * Available options are: `"None"` (by default), `"Success"`, `"Information"`, `"Warning"` and `"Erorr"`.
25563
25913
  *
25564
25914
  * Default value is `None`.
25565
25915
  */
@@ -25635,7 +25985,7 @@ declare module "sap/ui/webc/main/SuggestionItem" {
25635
25985
  *
25636
25986
  * Defines the state of the `additionalText`.
25637
25987
  *
25638
- * Available options are: `"None"` (by default), `"Success"`, `"Warning"` and `"Erorr"`.
25988
+ * Available options are: `"None"` (by default), `"Success"`, `"Information"`, `"Warning"` and `"Erorr"`.
25639
25989
  *
25640
25990
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
25641
25991
  *
@@ -25753,7 +26103,7 @@ declare module "sap/ui/webc/main/SuggestionItem" {
25753
26103
  /**
25754
26104
  * Defines the state of the `additionalText`.
25755
26105
  *
25756
- * Available options are: `"None"` (by default), `"Success"`, `"Warning"` and `"Erorr"`.
26106
+ * Available options are: `"None"` (by default), `"Success"`, `"Information"`, `"Warning"` and `"Erorr"`.
25757
26107
  */
25758
26108
  additionalTextState?:
25759
26109
  | (ValueState | keyof typeof ValueState)
@@ -25835,8 +26185,8 @@ declare module "sap/ui/webc/main/Switch" {
25835
26185
  * allow developers to style elements inside the Shadow DOM.
25836
26186
  * The `sap.ui.webc.main.Switch` exposes the following CSS Shadow Parts:
25837
26187
  * - slider - Used to style the track, where the handle is being slid
25838
- * - text-on - Used to style the onText
25839
- * - text-off - Used to style the offText
26188
+ * - text-on - Used to style the `textOn` property text
26189
+ * - text-off - Used to style the `textOff` property text
25840
26190
  * - handle - Used to style the handle of the switch
25841
26191
  */
25842
26192
  export default class Switch extends WebComponent {
@@ -25997,7 +26347,8 @@ declare module "sap/ui/webc/main/Switch" {
25997
26347
  *
25998
26348
  * Defines the text, displayed when the component is not checked.
25999
26349
  *
26000
- * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
26350
+ * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off). **Note:**
26351
+ * This property will have no effect if the theme is set to `sap_horizon`.
26001
26352
  *
26002
26353
  * Default value is `empty string`.
26003
26354
  */
@@ -26009,7 +26360,8 @@ declare module "sap/ui/webc/main/Switch" {
26009
26360
  *
26010
26361
  *
26011
26362
  *
26012
- * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
26363
+ * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off). **Note:**
26364
+ * This property will have no effect if the theme is set to `sap_horizon`.
26013
26365
  *
26014
26366
  * Default value is `empty string`.
26015
26367
  */
@@ -26071,7 +26423,8 @@ declare module "sap/ui/webc/main/Switch" {
26071
26423
  *
26072
26424
  * Defines the text, displayed when the component is not checked.
26073
26425
  *
26074
- * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
26426
+ * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off). **Note:**
26427
+ * This property will have no effect if the theme is set to `sap_horizon`.
26075
26428
  *
26076
26429
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
26077
26430
  *
@@ -26090,7 +26443,8 @@ declare module "sap/ui/webc/main/Switch" {
26090
26443
  *
26091
26444
  *
26092
26445
  *
26093
- * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
26446
+ * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off). **Note:**
26447
+ * This property will have no effect if the theme is set to `sap_horizon`.
26094
26448
  *
26095
26449
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
26096
26450
  *
@@ -26130,7 +26484,8 @@ declare module "sap/ui/webc/main/Switch" {
26130
26484
  /**
26131
26485
  * Defines the text, displayed when the component is not checked.
26132
26486
  *
26133
- * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
26487
+ * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off). **Note:**
26488
+ * This property will have no effect if the theme is set to `sap_horizon`.
26134
26489
  */
26135
26490
  textOff?: string | PropertyBindingInfo;
26136
26491
 
@@ -26139,7 +26494,8 @@ declare module "sap/ui/webc/main/Switch" {
26139
26494
  *
26140
26495
  *
26141
26496
  *
26142
- * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off).
26497
+ * **Note:** We recommend using short texts, up to 3 letters (larger texts would be cut off). **Note:**
26498
+ * This property will have no effect if the theme is set to `sap_horizon`.
26143
26499
  */
26144
26500
  textOn?: string | PropertyBindingInfo;
26145
26501
 
@@ -26306,6 +26662,11 @@ declare module "sap/ui/webc/main/Tab" {
26306
26662
  * Default value is `false`.
26307
26663
  */
26308
26664
  getSelected(): boolean;
26665
+ /**
26666
+ * Returns the DOM reference of the tab that is placed in the header. **Note:** If you need a DOM ref to
26667
+ * the tab content please use the `getDomRef` method.
26668
+ */
26669
+ getTabInStripDomRef(): void;
26309
26670
  /**
26310
26671
  * Gets current value of property {@link #getText text}.
26311
26672
  *
@@ -26546,12 +26907,6 @@ declare module "sap/ui/webc/main/TabContainer" {
26546
26907
  * The `sap.ui.webc.main.TabContainer` can hold two types of entities:
26547
26908
  * - `sap.ui.webc.main.Tab` - contains all the information on an item (text and icon)
26548
26909
  * - `sap.ui.webc.main.TabSeparator` - used to separate tabs with a vertical line
26549
- *
26550
- * Stable DOM Refs:
26551
- *
26552
- * In the context of `sap.ui.webc.main.TabContainer`, you can provide a custom stable DOM refs for:
26553
- *
26554
- * - Each `sap.ui.webc.main.Tab` Example: ` `
26555
26910
  */
26556
26911
  export default class TabContainer extends WebComponent {
26557
26912
  /**
@@ -27461,7 +27816,7 @@ declare module "sap/ui/webc/main/Table" {
27461
27816
  *
27462
27817
  *
27463
27818
  *
27464
- * **Limitations:** `growing="Scroll"` is not supported for Internet Explorer, and the component will fallback
27819
+ * **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer, and the component will fallback
27465
27820
  * to `growing="Button"`.
27466
27821
  *
27467
27822
  * Default value is `None`.
@@ -27542,7 +27897,7 @@ declare module "sap/ui/webc/main/Table" {
27542
27897
  * Determines whether the column headers remain fixed at the top of the page during vertical scrolling as
27543
27898
  * long as the Web Component is in the viewport.
27544
27899
  *
27545
- * **Limitations:**
27900
+ * **Restrictions:**
27546
27901
  * - Browsers that do not support this feature:
27547
27902
  * Internet Explorer
27548
27903
  * - Microsoft Edge lower than version 41 (EdgeHTML 16)
@@ -27691,7 +28046,7 @@ declare module "sap/ui/webc/main/Table" {
27691
28046
  *
27692
28047
  *
27693
28048
  *
27694
- * **Limitations:** `growing="Scroll"` is not supported for Internet Explorer, and the component will fallback
28049
+ * **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer, and the component will fallback
27695
28050
  * to `growing="Button"`.
27696
28051
  *
27697
28052
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
@@ -27813,7 +28168,7 @@ declare module "sap/ui/webc/main/Table" {
27813
28168
  * Determines whether the column headers remain fixed at the top of the page during vertical scrolling as
27814
28169
  * long as the Web Component is in the viewport.
27815
28170
  *
27816
- * **Limitations:**
28171
+ * **Restrictions:**
27817
28172
  * - Browsers that do not support this feature:
27818
28173
  * Internet Explorer
27819
28174
  * - Microsoft Edge lower than version 41 (EdgeHTML 16)
@@ -27877,7 +28232,7 @@ declare module "sap/ui/webc/main/Table" {
27877
28232
  *
27878
28233
  *
27879
28234
  *
27880
- * **Limitations:** `growing="Scroll"` is not supported for Internet Explorer, and the component will fallback
28235
+ * **Restrictions:** `growing="Scroll"` is not supported for Internet Explorer, and the component will fallback
27881
28236
  * to `growing="Button"`.
27882
28237
  */
27883
28238
  growing?: TableGrowingMode | PropertyBindingInfo;
@@ -27931,7 +28286,7 @@ declare module "sap/ui/webc/main/Table" {
27931
28286
  * Determines whether the column headers remain fixed at the top of the page during vertical scrolling as
27932
28287
  * long as the Web Component is in the viewport.
27933
28288
  *
27934
- * **Limitations:**
28289
+ * **Restrictions:**
27935
28290
  * - Browsers that do not support this feature:
27936
28291
  * Internet Explorer
27937
28292
  * - Microsoft Edge lower than version 41 (EdgeHTML 16)
@@ -28425,8 +28780,8 @@ declare module "sap/ui/webc/main/TableGroupRow" {
28425
28780
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
28426
28781
 
28427
28782
  /**
28428
- * @SINCE 1.92.0
28429
- * @EXPERIMENTAL (since 1.92.0)
28783
+ * @SINCE 1.95.0
28784
+ * @EXPERIMENTAL (since 1.95.0)
28430
28785
  *
28431
28786
  * Overview:
28432
28787
  *
@@ -28437,7 +28792,7 @@ declare module "sap/ui/webc/main/TableGroupRow" {
28437
28792
  * CSS Shadow Parts
28438
28793
  * allow developers to style elements inside the Shadow DOM.
28439
28794
  * The `sap.ui.webc.main.TableGroupRow` exposes the following CSS Shadow Parts:
28440
- * - group-row - Used to style the native `tr` tag element.
28795
+ * - group-row - Used to style the native `tr` element.
28441
28796
  */
28442
28797
  export default class TableGroupRow extends WebComponent implements ITableRow {
28443
28798
  __implements__sap_ui_webc_main_ITableRow: boolean;
@@ -28878,9 +29233,7 @@ declare module "sap/ui/webc/main/TextArea" {
28878
29233
  *
28879
29234
  * Overview:
28880
29235
  *
28881
- * The `sap.ui.webc.main.TextArea` component provides large spaces for text entries in the form of multiple
28882
- * rows. It has the functionality of the `TextField` with the additional functionality for multiline texts.
28883
- *
29236
+ * The `sap.ui.webc.main.TextArea` component is used to enter multiple lines of text.
28884
29237
  *
28885
29238
  * When empty, it can hold a placeholder similar to a `sap.ui.webc.main.Input`. You can define the rows
28886
29239
  * of the `sap.ui.webc.main.TextArea` and also determine specific behavior when handling long texts.
@@ -29098,7 +29451,7 @@ declare module "sap/ui/webc/main/TextArea" {
29098
29451
  *
29099
29452
  * Indicates whether the user can interact with the component or not.
29100
29453
  *
29101
- * **Note:** Disabled components cannot be focused and they are out of the tab chain.
29454
+ * **Note:** A disabled component is completely noninteractive.
29102
29455
  *
29103
29456
  * Default value is `false`.
29104
29457
  */
@@ -29116,7 +29469,7 @@ declare module "sap/ui/webc/main/TextArea" {
29116
29469
  /**
29117
29470
  * Gets current value of property {@link #getGrowingMaxLines growingMaxLines}.
29118
29471
  *
29119
- * Defines the maximum number of lines that the Web Component can grow.
29472
+ * Defines the maximum number of lines that the component can grow.
29120
29473
  *
29121
29474
  * Default value is `0`.
29122
29475
  */
@@ -29201,7 +29554,7 @@ declare module "sap/ui/webc/main/TextArea" {
29201
29554
  /**
29202
29555
  * Gets current value of property {@link #getValue value}.
29203
29556
  *
29204
- * Defines the value of the Web Component.
29557
+ * Defines the value of the component.
29205
29558
  *
29206
29559
  * Default value is `empty string`.
29207
29560
  */
@@ -29275,7 +29628,7 @@ declare module "sap/ui/webc/main/TextArea" {
29275
29628
  *
29276
29629
  * Indicates whether the user can interact with the component or not.
29277
29630
  *
29278
- * **Note:** Disabled components cannot be focused and they are out of the tab chain.
29631
+ * **Note:** A disabled component is completely noninteractive.
29279
29632
  *
29280
29633
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
29281
29634
  *
@@ -29307,7 +29660,7 @@ declare module "sap/ui/webc/main/TextArea" {
29307
29660
  /**
29308
29661
  * Sets a new value for property {@link #getGrowingMaxLines growingMaxLines}.
29309
29662
  *
29310
- * Defines the maximum number of lines that the Web Component can grow.
29663
+ * Defines the maximum number of lines that the component can grow.
29311
29664
  *
29312
29665
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
29313
29666
  *
@@ -29455,7 +29808,7 @@ declare module "sap/ui/webc/main/TextArea" {
29455
29808
  /**
29456
29809
  * Sets a new value for property {@link #getValue value}.
29457
29810
  *
29458
- * Defines the value of the Web Component.
29811
+ * Defines the value of the component.
29459
29812
  *
29460
29813
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
29461
29814
  *
@@ -29540,7 +29893,7 @@ declare module "sap/ui/webc/main/TextArea" {
29540
29893
  /**
29541
29894
  * Indicates whether the user can interact with the component or not.
29542
29895
  *
29543
- * **Note:** Disabled components cannot be focused and they are out of the tab chain.
29896
+ * **Note:** A disabled component is completely noninteractive.
29544
29897
  */
29545
29898
  disabled?: boolean | PropertyBindingInfo;
29546
29899
 
@@ -29552,7 +29905,7 @@ declare module "sap/ui/webc/main/TextArea" {
29552
29905
  growing?: boolean | PropertyBindingInfo;
29553
29906
 
29554
29907
  /**
29555
- * Defines the maximum number of lines that the Web Component can grow.
29908
+ * Defines the maximum number of lines that the component can grow.
29556
29909
  */
29557
29910
  growingMaxLines?: int | PropertyBindingInfo;
29558
29911
 
@@ -29614,7 +29967,7 @@ declare module "sap/ui/webc/main/TextArea" {
29614
29967
  showExceededText?: boolean | PropertyBindingInfo;
29615
29968
 
29616
29969
  /**
29617
- * Defines the value of the Web Component.
29970
+ * Defines the value of the component.
29618
29971
  */
29619
29972
  value?: string | PropertyBindingInfo;
29620
29973
 
@@ -29678,11 +30031,11 @@ declare module "sap/ui/webc/main/TimePicker" {
29678
30031
  * @EXPERIMENTAL (since 1.92.0)
29679
30032
  *
29680
30033
  * Overview: The `sap.ui.webc.main.TimePicker` component provides an input field with assigned sliders which
29681
- * opens on user action. The `sap.ui.webc.main.TimePicker` allows users to select a localized time using
29682
- * touch, mouse, or keyboard input. It consists of two parts: the time input field and the sliders.
30034
+ * are opened on user action. The `sap.ui.webc.main.TimePicker` allows users to select a localized time
30035
+ * using touch, mouse, or keyboard input. It consists of two parts: the time input field and the sliders.
29683
30036
  *
29684
30037
  * Usage: The user can enter a time by:
29685
- * - Using the sliders that opens in a popup
30038
+ * - Using the sliders that are displayed in a popup
29686
30039
  * - Typing it in directly in the input field
29687
30040
  *
29688
30041
  * When the user makes an entry and chooses the enter key, the sliders shows the corresponding time. When
@@ -30896,7 +31249,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
30896
31249
  *
30897
31250
  *
30898
31251
  *
30899
- * **Note:**
31252
+ * **The available values are:**
30900
31253
  *
30901
31254
  *
30902
31255
  * - `Default`
@@ -30912,8 +31265,8 @@ declare module "sap/ui/webc/main/ToggleButton" {
30912
31265
  /**
30913
31266
  * Gets current value of property {@link #getDisabled disabled}.
30914
31267
  *
30915
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
30916
- * pressed or focused, and it is not in the tab chain.
31268
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
31269
+ * not in the tab chain.
30917
31270
  *
30918
31271
  * Default value is `false`.
30919
31272
  */
@@ -30987,7 +31340,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
30987
31340
  *
30988
31341
  *
30989
31342
  *
30990
- * **Note:**
31343
+ * **The available values are:**
30991
31344
  *
30992
31345
  *
30993
31346
  * - `Default`
@@ -31010,8 +31363,8 @@ declare module "sap/ui/webc/main/ToggleButton" {
31010
31363
  /**
31011
31364
  * Sets a new value for property {@link #getDisabled disabled}.
31012
31365
  *
31013
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
31014
- * pressed or focused, and it is not in the tab chain.
31366
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
31367
+ * not in the tab chain.
31015
31368
  *
31016
31369
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
31017
31370
  *
@@ -31127,7 +31480,7 @@ declare module "sap/ui/webc/main/ToggleButton" {
31127
31480
  *
31128
31481
  *
31129
31482
  *
31130
- * **Note:**
31483
+ * **The available values are:**
31131
31484
  *
31132
31485
  *
31133
31486
  * - `Default`
@@ -31140,8 +31493,8 @@ declare module "sap/ui/webc/main/ToggleButton" {
31140
31493
  design?: (ButtonDesign | keyof typeof ButtonDesign) | PropertyBindingInfo;
31141
31494
 
31142
31495
  /**
31143
- * Defines whether the component is disabled (default is set to `false`). A disabled component can't be
31144
- * pressed or focused, and it is not in the tab chain.
31496
+ * Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is
31497
+ * not in the tab chain.
31145
31498
  */
31146
31499
  disabled?: boolean | PropertyBindingInfo;
31147
31500
 
@@ -31340,7 +31693,7 @@ declare module "sap/ui/webc/main/Token" {
31340
31693
  * Gets content of aggregation {@link #getCloseIcon closeIcon}.
31341
31694
  *
31342
31695
  * Defines the close icon for the token. If nothing is provided to this slot, the default close icon will
31343
- * be used. Accepts `sap.ui.webc.main.Icon`
31696
+ * be used. Accepts `sap.ui.webc.main.Icon`.
31344
31697
  */
31345
31698
  getCloseIcon(): IIcon;
31346
31699
  /**
@@ -31442,7 +31795,7 @@ declare module "sap/ui/webc/main/Token" {
31442
31795
 
31443
31796
  /**
31444
31797
  * Defines the close icon for the token. If nothing is provided to this slot, the default close icon will
31445
- * be used. Accepts `sap.ui.webc.main.Icon`
31798
+ * be used. Accepts `sap.ui.webc.main.Icon`.
31446
31799
  */
31447
31800
  closeIcon?: IIcon;
31448
31801
 
@@ -31667,6 +32020,88 @@ declare module "sap/ui/webc/main/Tree" {
31667
32020
  */
31668
32021
  oListener?: object
31669
32022
  ): this;
32023
+ /**
32024
+ * Attaches event handler `fnFunction` to the {@link #event:itemMouseout itemMouseout} event of this `sap.ui.webc.main.Tree`.
32025
+ *
32026
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
32027
+ * otherwise it will be bound to this `sap.ui.webc.main.Tree` itself.
32028
+ *
32029
+ * Fired when the mouse cursor leaves the tree item borders.
32030
+ */
32031
+ attachItemMouseout(
32032
+ /**
32033
+ * An application-specific payload object that will be passed to the event handler along with the event
32034
+ * object when firing the event
32035
+ */
32036
+ oData: object,
32037
+ /**
32038
+ * The function to be called when the event occurs
32039
+ */
32040
+ fnFunction: (p1: Event) => void,
32041
+ /**
32042
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.Tree` itself
32043
+ */
32044
+ oListener?: object
32045
+ ): this;
32046
+ /**
32047
+ * Attaches event handler `fnFunction` to the {@link #event:itemMouseout itemMouseout} event of this `sap.ui.webc.main.Tree`.
32048
+ *
32049
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
32050
+ * otherwise it will be bound to this `sap.ui.webc.main.Tree` itself.
32051
+ *
32052
+ * Fired when the mouse cursor leaves the tree item borders.
32053
+ */
32054
+ attachItemMouseout(
32055
+ /**
32056
+ * The function to be called when the event occurs
32057
+ */
32058
+ fnFunction: (p1: Event) => void,
32059
+ /**
32060
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.Tree` itself
32061
+ */
32062
+ oListener?: object
32063
+ ): this;
32064
+ /**
32065
+ * Attaches event handler `fnFunction` to the {@link #event:itemMouseover itemMouseover} event of this `sap.ui.webc.main.Tree`.
32066
+ *
32067
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
32068
+ * otherwise it will be bound to this `sap.ui.webc.main.Tree` itself.
32069
+ *
32070
+ * Fired when the mouse cursor enters the tree item borders.
32071
+ */
32072
+ attachItemMouseover(
32073
+ /**
32074
+ * An application-specific payload object that will be passed to the event handler along with the event
32075
+ * object when firing the event
32076
+ */
32077
+ oData: object,
32078
+ /**
32079
+ * The function to be called when the event occurs
32080
+ */
32081
+ fnFunction: (p1: Event) => void,
32082
+ /**
32083
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.Tree` itself
32084
+ */
32085
+ oListener?: object
32086
+ ): this;
32087
+ /**
32088
+ * Attaches event handler `fnFunction` to the {@link #event:itemMouseover itemMouseover} event of this `sap.ui.webc.main.Tree`.
32089
+ *
32090
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
32091
+ * otherwise it will be bound to this `sap.ui.webc.main.Tree` itself.
32092
+ *
32093
+ * Fired when the mouse cursor enters the tree item borders.
32094
+ */
32095
+ attachItemMouseover(
32096
+ /**
32097
+ * The function to be called when the event occurs
32098
+ */
32099
+ fnFunction: (p1: Event) => void,
32100
+ /**
32101
+ * Context object to call the event handler with. Defaults to this `sap.ui.webc.main.Tree` itself
32102
+ */
32103
+ oListener?: object
32104
+ ): this;
31670
32105
  /**
31671
32106
  * Attaches event handler `fnFunction` to the {@link #event:itemToggle itemToggle} event of this `sap.ui.webc.main.Tree`.
31672
32107
  *
@@ -31797,6 +32232,37 @@ declare module "sap/ui/webc/main/Tree" {
31797
32232
  */
31798
32233
  oListener?: object
31799
32234
  ): this;
32235
+ /**
32236
+ * Detaches event handler `fnFunction` from the {@link #event:itemMouseout itemMouseout} event of this `sap.ui.webc.main.Tree`.
32237
+ *
32238
+ * The passed function and listener object must match the ones used for event registration.
32239
+ */
32240
+ detachItemMouseout(
32241
+ /**
32242
+ * The function to be called, when the event occurs
32243
+ */
32244
+ fnFunction: (p1: Event) => void,
32245
+ /**
32246
+ * Context object on which the given function had to be called
32247
+ */
32248
+ oListener?: object
32249
+ ): this;
32250
+ /**
32251
+ * Detaches event handler `fnFunction` from the {@link #event:itemMouseover itemMouseover} event of this
32252
+ * `sap.ui.webc.main.Tree`.
32253
+ *
32254
+ * The passed function and listener object must match the ones used for event registration.
32255
+ */
32256
+ detachItemMouseover(
32257
+ /**
32258
+ * The function to be called, when the event occurs
32259
+ */
32260
+ fnFunction: (p1: Event) => void,
32261
+ /**
32262
+ * Context object on which the given function had to be called
32263
+ */
32264
+ oListener?: object
32265
+ ): this;
31800
32266
  /**
31801
32267
  * Detaches event handler `fnFunction` from the {@link #event:itemToggle itemToggle} event of this `sap.ui.webc.main.Tree`.
31802
32268
  *
@@ -31856,6 +32322,34 @@ declare module "sap/ui/webc/main/Tree" {
31856
32322
  item?: HTMLElement;
31857
32323
  }
31858
32324
  ): this;
32325
+ /**
32326
+ * Fires event {@link #event:itemMouseout itemMouseout} to attached listeners.
32327
+ */
32328
+ fireItemMouseout(
32329
+ /**
32330
+ * Parameters to pass along with the event
32331
+ */
32332
+ mParameters?: {
32333
+ /**
32334
+ * the hovered item.
32335
+ */
32336
+ item?: HTMLElement;
32337
+ }
32338
+ ): this;
32339
+ /**
32340
+ * Fires event {@link #event:itemMouseover itemMouseover} to attached listeners.
32341
+ */
32342
+ fireItemMouseover(
32343
+ /**
32344
+ * Parameters to pass along with the event
32345
+ */
32346
+ mParameters?: {
32347
+ /**
32348
+ * the hovered item.
32349
+ */
32350
+ item?: HTMLElement;
32351
+ }
32352
+ ): this;
31859
32353
  /**
31860
32354
  * Fires event {@link #event:itemToggle itemToggle} to attached listeners.
31861
32355
  *
@@ -32230,6 +32724,16 @@ declare module "sap/ui/webc/main/Tree" {
32230
32724
  */
32231
32725
  itemDelete?: (oEvent: Event) => void;
32232
32726
 
32727
+ /**
32728
+ * Fired when the mouse cursor leaves the tree item borders.
32729
+ */
32730
+ itemMouseout?: (oEvent: Event) => void;
32731
+
32732
+ /**
32733
+ * Fired when the mouse cursor enters the tree item borders.
32734
+ */
32735
+ itemMouseover?: (oEvent: Event) => void;
32736
+
32233
32737
  /**
32234
32738
  * Fired when a tree item is expanded or collapsed. Note: You can call `preventDefault()` on the
32235
32739
  * event object to suppress the event, if needed. This may be handy for example if you want to dynamically
@@ -32654,6 +33158,8 @@ declare namespace sap {
32654
33158
 
32655
33159
  "sap/ui/webc/main/ColorPaletteItem": undefined;
32656
33160
 
33161
+ "sap/ui/webc/main/ColorPalettePopover": undefined;
33162
+
32657
33163
  "sap/ui/webc/main/ColorPicker": undefined;
32658
33164
 
32659
33165
  "sap/ui/webc/main/ComboBox": undefined;