@openui5/ts-types-esm 1.102.2 → 1.102.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +149 -1
- package/types/sap.m.d.ts +104 -10
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -8211,6 +8211,17 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8211
8211
|
* @returns Metadata object describing this class
|
|
8212
8212
|
*/
|
|
8213
8213
|
static getMetadata(): ElementMetadata;
|
|
8214
|
+
/**
|
|
8215
|
+
* Gets current value of property {@link #getFirstColumnBackArrowLabel firstColumnBackArrowLabel}.
|
|
8216
|
+
*
|
|
8217
|
+
* Text that describes the landmark of the back arrow of the first column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8218
|
+
* control.
|
|
8219
|
+
*
|
|
8220
|
+
* If not set, a predefined text is used.
|
|
8221
|
+
*
|
|
8222
|
+
* @returns Value of property `firstColumnBackArrowLabel`
|
|
8223
|
+
*/
|
|
8224
|
+
getFirstColumnBackArrowLabel(): string;
|
|
8214
8225
|
/**
|
|
8215
8226
|
* Gets current value of property {@link #getFirstColumnLabel firstColumnLabel}.
|
|
8216
8227
|
*
|
|
@@ -8222,6 +8233,17 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8222
8233
|
* @returns Value of property `firstColumnLabel`
|
|
8223
8234
|
*/
|
|
8224
8235
|
getFirstColumnLabel(): string;
|
|
8236
|
+
/**
|
|
8237
|
+
* Gets current value of property {@link #getLastColumnForwardArrowLabel lastColumnForwardArrowLabel}.
|
|
8238
|
+
*
|
|
8239
|
+
* Text that describes the landmark of forward arrow of the last column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8240
|
+
* control.
|
|
8241
|
+
*
|
|
8242
|
+
* If not set, a predefined text is used.
|
|
8243
|
+
*
|
|
8244
|
+
* @returns Value of property `lastColumnForwardArrowLabel`
|
|
8245
|
+
*/
|
|
8246
|
+
getLastColumnForwardArrowLabel(): string;
|
|
8225
8247
|
/**
|
|
8226
8248
|
* Gets current value of property {@link #getLastColumnLabel lastColumnLabel}.
|
|
8227
8249
|
*
|
|
@@ -8233,6 +8255,28 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8233
8255
|
* @returns Value of property `lastColumnLabel`
|
|
8234
8256
|
*/
|
|
8235
8257
|
getLastColumnLabel(): string;
|
|
8258
|
+
/**
|
|
8259
|
+
* Gets current value of property {@link #getMiddleColumnBackArrowLabel middleColumnBackArrowLabel}.
|
|
8260
|
+
*
|
|
8261
|
+
* Text that describes the landmark of back arrow of the middle column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8262
|
+
* control.
|
|
8263
|
+
*
|
|
8264
|
+
* If not set, a predefined text is used.
|
|
8265
|
+
*
|
|
8266
|
+
* @returns Value of property `middleColumnBackArrowLabel`
|
|
8267
|
+
*/
|
|
8268
|
+
getMiddleColumnBackArrowLabel(): string;
|
|
8269
|
+
/**
|
|
8270
|
+
* Gets current value of property {@link #getMiddleColumnForwardArrowLabel middleColumnForwardArrowLabel}.
|
|
8271
|
+
*
|
|
8272
|
+
* Text that describes the landmark of forward arrow of the middle column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8273
|
+
* control.
|
|
8274
|
+
*
|
|
8275
|
+
* If not set, a predefined text is used.
|
|
8276
|
+
*
|
|
8277
|
+
* @returns Value of property `middleColumnForwardArrowLabel`
|
|
8278
|
+
*/
|
|
8279
|
+
getMiddleColumnForwardArrowLabel(): string;
|
|
8236
8280
|
/**
|
|
8237
8281
|
* Gets current value of property {@link #getMiddleColumnLabel middleColumnLabel}.
|
|
8238
8282
|
*
|
|
@@ -8244,6 +8288,24 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8244
8288
|
* @returns Value of property `middleColumnLabel`
|
|
8245
8289
|
*/
|
|
8246
8290
|
getMiddleColumnLabel(): string;
|
|
8291
|
+
/**
|
|
8292
|
+
* Sets a new value for property {@link #getFirstColumnBackArrowLabel firstColumnBackArrowLabel}.
|
|
8293
|
+
*
|
|
8294
|
+
* Text that describes the landmark of the back arrow of the first column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8295
|
+
* control.
|
|
8296
|
+
*
|
|
8297
|
+
* If not set, a predefined text is used.
|
|
8298
|
+
*
|
|
8299
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8300
|
+
*
|
|
8301
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8302
|
+
*/
|
|
8303
|
+
setFirstColumnBackArrowLabel(
|
|
8304
|
+
/**
|
|
8305
|
+
* New value for property `firstColumnBackArrowLabel`
|
|
8306
|
+
*/
|
|
8307
|
+
sFirstColumnBackArrowLabel?: string
|
|
8308
|
+
): this;
|
|
8247
8309
|
/**
|
|
8248
8310
|
* Sets a new value for property {@link #getFirstColumnLabel firstColumnLabel}.
|
|
8249
8311
|
*
|
|
@@ -8262,6 +8324,24 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8262
8324
|
*/
|
|
8263
8325
|
sFirstColumnLabel?: string
|
|
8264
8326
|
): this;
|
|
8327
|
+
/**
|
|
8328
|
+
* Sets a new value for property {@link #getLastColumnForwardArrowLabel lastColumnForwardArrowLabel}.
|
|
8329
|
+
*
|
|
8330
|
+
* Text that describes the landmark of forward arrow of the last column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8331
|
+
* control.
|
|
8332
|
+
*
|
|
8333
|
+
* If not set, a predefined text is used.
|
|
8334
|
+
*
|
|
8335
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8336
|
+
*
|
|
8337
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8338
|
+
*/
|
|
8339
|
+
setLastColumnForwardArrowLabel(
|
|
8340
|
+
/**
|
|
8341
|
+
* New value for property `lastColumnForwardArrowLabel`
|
|
8342
|
+
*/
|
|
8343
|
+
sLastColumnForwardArrowLabel?: string
|
|
8344
|
+
): this;
|
|
8265
8345
|
/**
|
|
8266
8346
|
* Sets a new value for property {@link #getLastColumnLabel lastColumnLabel}.
|
|
8267
8347
|
*
|
|
@@ -8280,6 +8360,42 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8280
8360
|
*/
|
|
8281
8361
|
sLastColumnLabel?: string
|
|
8282
8362
|
): this;
|
|
8363
|
+
/**
|
|
8364
|
+
* Sets a new value for property {@link #getMiddleColumnBackArrowLabel middleColumnBackArrowLabel}.
|
|
8365
|
+
*
|
|
8366
|
+
* Text that describes the landmark of back arrow of the middle column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8367
|
+
* control.
|
|
8368
|
+
*
|
|
8369
|
+
* If not set, a predefined text is used.
|
|
8370
|
+
*
|
|
8371
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8372
|
+
*
|
|
8373
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8374
|
+
*/
|
|
8375
|
+
setMiddleColumnBackArrowLabel(
|
|
8376
|
+
/**
|
|
8377
|
+
* New value for property `middleColumnBackArrowLabel`
|
|
8378
|
+
*/
|
|
8379
|
+
sMiddleColumnBackArrowLabel?: string
|
|
8380
|
+
): this;
|
|
8381
|
+
/**
|
|
8382
|
+
* Sets a new value for property {@link #getMiddleColumnForwardArrowLabel middleColumnForwardArrowLabel}.
|
|
8383
|
+
*
|
|
8384
|
+
* Text that describes the landmark of forward arrow of the middle column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8385
|
+
* control.
|
|
8386
|
+
*
|
|
8387
|
+
* If not set, a predefined text is used.
|
|
8388
|
+
*
|
|
8389
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8390
|
+
*
|
|
8391
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
8392
|
+
*/
|
|
8393
|
+
setMiddleColumnForwardArrowLabel(
|
|
8394
|
+
/**
|
|
8395
|
+
* New value for property `middleColumnForwardArrowLabel`
|
|
8396
|
+
*/
|
|
8397
|
+
sMiddleColumnForwardArrowLabel?: string
|
|
8398
|
+
): this;
|
|
8283
8399
|
/**
|
|
8284
8400
|
* Sets a new value for property {@link #getMiddleColumnLabel middleColumnLabel}.
|
|
8285
8401
|
*
|
|
@@ -8325,6 +8441,38 @@ declare module "sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo" {
|
|
|
8325
8441
|
* If not set, a predefined text is used.
|
|
8326
8442
|
*/
|
|
8327
8443
|
lastColumnLabel?: string | PropertyBindingInfo;
|
|
8444
|
+
|
|
8445
|
+
/**
|
|
8446
|
+
* Text that describes the landmark of the back arrow of the first column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8447
|
+
* control.
|
|
8448
|
+
*
|
|
8449
|
+
* If not set, a predefined text is used.
|
|
8450
|
+
*/
|
|
8451
|
+
firstColumnBackArrowLabel?: string | PropertyBindingInfo;
|
|
8452
|
+
|
|
8453
|
+
/**
|
|
8454
|
+
* Text that describes the landmark of forward arrow of the middle column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8455
|
+
* control.
|
|
8456
|
+
*
|
|
8457
|
+
* If not set, a predefined text is used.
|
|
8458
|
+
*/
|
|
8459
|
+
middleColumnForwardArrowLabel?: string | PropertyBindingInfo;
|
|
8460
|
+
|
|
8461
|
+
/**
|
|
8462
|
+
* Text that describes the landmark of back arrow of the middle column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8463
|
+
* control.
|
|
8464
|
+
*
|
|
8465
|
+
* If not set, a predefined text is used.
|
|
8466
|
+
*/
|
|
8467
|
+
middleColumnBackArrowLabel?: string | PropertyBindingInfo;
|
|
8468
|
+
|
|
8469
|
+
/**
|
|
8470
|
+
* Text that describes the landmark of forward arrow of the last column in the corresponding `sap.f.FlexibleColumnLayout`
|
|
8471
|
+
* control.
|
|
8472
|
+
*
|
|
8473
|
+
* If not set, a predefined text is used.
|
|
8474
|
+
*/
|
|
8475
|
+
lastColumnForwardArrowLabel?: string | PropertyBindingInfo;
|
|
8328
8476
|
}
|
|
8329
8477
|
}
|
|
8330
8478
|
|
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -1265,6 +1265,21 @@ declare module "sap/m/library" {
|
|
|
1265
1265
|
*/
|
|
1266
1266
|
TimeOutError = "TIME_OUT_ERROR",
|
|
1267
1267
|
}
|
|
1268
|
+
/**
|
|
1269
|
+
* @SINCE 1.102.2
|
|
1270
|
+
*
|
|
1271
|
+
* Enumeration for possible Link accessibility roles.
|
|
1272
|
+
*/
|
|
1273
|
+
export enum LinkAccessibleRole {
|
|
1274
|
+
/**
|
|
1275
|
+
* Link will receive `role="Button"` attibute.
|
|
1276
|
+
*/
|
|
1277
|
+
Button = "Button",
|
|
1278
|
+
/**
|
|
1279
|
+
* Default mode.
|
|
1280
|
+
*/
|
|
1281
|
+
Default = "Default",
|
|
1282
|
+
}
|
|
1268
1283
|
/**
|
|
1269
1284
|
* @SINCE 1.45.5
|
|
1270
1285
|
*
|
|
@@ -21337,6 +21352,17 @@ declare module "sap/m/DynamicDateUtil" {
|
|
|
21337
21352
|
*/
|
|
21338
21353
|
aOptionKeys: any[]
|
|
21339
21354
|
): object[];
|
|
21355
|
+
/**
|
|
21356
|
+
* Returns a date in machine timezone setting, removing the offset added by the application configuration.
|
|
21357
|
+
*
|
|
21358
|
+
* @returns A local JS date with removed offset
|
|
21359
|
+
*/
|
|
21360
|
+
removeTimezoneOffset(
|
|
21361
|
+
/**
|
|
21362
|
+
* A local JS date with added offset
|
|
21363
|
+
*/
|
|
21364
|
+
oDate: Object
|
|
21365
|
+
): Object;
|
|
21340
21366
|
/**
|
|
21341
21367
|
* Calculates a date range from a provided object in the format of the DynamicDateRange's value.
|
|
21342
21368
|
*
|
|
@@ -31197,9 +31223,15 @@ declare module "sap/m/IconTabBar" {
|
|
|
31197
31223
|
*/
|
|
31198
31224
|
getShowOverflowSelectList(): boolean;
|
|
31199
31225
|
/**
|
|
31200
|
-
*
|
|
31226
|
+
* @deprecated (since 1.15.0) - Regarding to changes of this control this property is not needed anymore.
|
|
31201
31227
|
*
|
|
31202
|
-
*
|
|
31228
|
+
* Gets current value of property {@link #getShowSelection showSelection}.
|
|
31229
|
+
*
|
|
31230
|
+
* Defines whether the current selection should be visualized.
|
|
31231
|
+
*
|
|
31232
|
+
* Default value is `true`.
|
|
31233
|
+
*
|
|
31234
|
+
* @returns Value of property `showSelection`
|
|
31203
31235
|
*/
|
|
31204
31236
|
getShowSelection(): boolean;
|
|
31205
31237
|
/**
|
|
@@ -41219,7 +41251,7 @@ declare module "sap/m/Link" {
|
|
|
41219
41251
|
|
|
41220
41252
|
import Event from "sap/ui/base/Event";
|
|
41221
41253
|
|
|
41222
|
-
import { EmptyIndicatorMode } from "sap/m/library";
|
|
41254
|
+
import { LinkAccessibleRole, EmptyIndicatorMode } from "sap/m/library";
|
|
41223
41255
|
|
|
41224
41256
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
41225
41257
|
|
|
@@ -41436,6 +41468,24 @@ declare module "sap/m/Link" {
|
|
|
41436
41468
|
* @returns The `sap.m.Link` accessibility information
|
|
41437
41469
|
*/
|
|
41438
41470
|
getAccessibilityInfo(): object;
|
|
41471
|
+
/**
|
|
41472
|
+
* @SINCE 1.102.2
|
|
41473
|
+
*
|
|
41474
|
+
* Gets current value of property {@link #getAccessibleRole accessibleRole}.
|
|
41475
|
+
*
|
|
41476
|
+
* Describes the accessibility role of the link:
|
|
41477
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
41478
|
+
*
|
|
41479
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
41480
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
41481
|
+
*
|
|
41482
|
+
* **Note:** This is a downported feature introduced in version 1.104
|
|
41483
|
+
*
|
|
41484
|
+
* Default value is `Default`.
|
|
41485
|
+
*
|
|
41486
|
+
* @returns Value of property `accessibleRole`
|
|
41487
|
+
*/
|
|
41488
|
+
getAccessibleRole(): LinkAccessibleRole | keyof typeof LinkAccessibleRole;
|
|
41439
41489
|
/**
|
|
41440
41490
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
41441
41491
|
* ariaDescribedBy}.
|
|
@@ -41506,8 +41556,9 @@ declare module "sap/m/Link" {
|
|
|
41506
41556
|
/**
|
|
41507
41557
|
* Gets current value of property {@link #getHref href}.
|
|
41508
41558
|
*
|
|
41509
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41510
|
-
*
|
|
41559
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
41560
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
41561
|
+
* and register a `press` event handler.
|
|
41511
41562
|
*
|
|
41512
41563
|
* @returns Value of property `href`
|
|
41513
41564
|
*/
|
|
@@ -41656,6 +41707,31 @@ declare module "sap/m/Link" {
|
|
|
41656
41707
|
*/
|
|
41657
41708
|
vAriaLabelledBy: int | ID | Control
|
|
41658
41709
|
): ID;
|
|
41710
|
+
/**
|
|
41711
|
+
* @SINCE 1.102.2
|
|
41712
|
+
*
|
|
41713
|
+
* Sets a new value for property {@link #getAccessibleRole accessibleRole}.
|
|
41714
|
+
*
|
|
41715
|
+
* Describes the accessibility role of the link:
|
|
41716
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
41717
|
+
*
|
|
41718
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
41719
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
41720
|
+
*
|
|
41721
|
+
* **Note:** This is a downported feature introduced in version 1.104
|
|
41722
|
+
*
|
|
41723
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41724
|
+
*
|
|
41725
|
+
* Default value is `Default`.
|
|
41726
|
+
*
|
|
41727
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41728
|
+
*/
|
|
41729
|
+
setAccessibleRole(
|
|
41730
|
+
/**
|
|
41731
|
+
* New value for property `accessibleRole`
|
|
41732
|
+
*/
|
|
41733
|
+
sAccessibleRole?: LinkAccessibleRole | keyof typeof LinkAccessibleRole
|
|
41734
|
+
): this;
|
|
41659
41735
|
/**
|
|
41660
41736
|
* @SINCE 1.86.0
|
|
41661
41737
|
*
|
|
@@ -41742,8 +41818,9 @@ declare module "sap/m/Link" {
|
|
|
41742
41818
|
/**
|
|
41743
41819
|
* Sets a new value for property {@link #getHref href}.
|
|
41744
41820
|
*
|
|
41745
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41746
|
-
*
|
|
41821
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
41822
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
41823
|
+
* and register a `press` event handler.
|
|
41747
41824
|
*
|
|
41748
41825
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41749
41826
|
*
|
|
@@ -41967,8 +42044,9 @@ declare module "sap/m/Link" {
|
|
|
41967
42044
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
41968
42045
|
|
|
41969
42046
|
/**
|
|
41970
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41971
|
-
*
|
|
42047
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
42048
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
42049
|
+
* and register a `press` event handler.
|
|
41972
42050
|
*/
|
|
41973
42051
|
href?: URI | PropertyBindingInfo | `{${string}}`;
|
|
41974
42052
|
|
|
@@ -42045,6 +42123,22 @@ declare module "sap/m/Link" {
|
|
|
42045
42123
|
| PropertyBindingInfo
|
|
42046
42124
|
| `{${string}}`;
|
|
42047
42125
|
|
|
42126
|
+
/**
|
|
42127
|
+
* @SINCE 1.102.2
|
|
42128
|
+
*
|
|
42129
|
+
* Describes the accessibility role of the link:
|
|
42130
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
42131
|
+
*
|
|
42132
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
42133
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
42134
|
+
*
|
|
42135
|
+
* **Note:** This is a downported feature introduced in version 1.104
|
|
42136
|
+
*/
|
|
42137
|
+
accessibleRole?:
|
|
42138
|
+
| (LinkAccessibleRole | keyof typeof LinkAccessibleRole)
|
|
42139
|
+
| PropertyBindingInfo
|
|
42140
|
+
| `{${string}}`;
|
|
42141
|
+
|
|
42048
42142
|
/**
|
|
42049
42143
|
* @SINCE 1.89
|
|
42050
42144
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED