@openui5/ts-types-esm 1.102.0 → 1.102.3
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 +276 -14
- 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 +21 -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.3
|
|
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.3
|
|
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
|
*
|
|
@@ -1960,6 +1975,31 @@ declare module "sap/m/library" {
|
|
|
1960
1975
|
*/
|
|
1961
1976
|
GridSmall = "GridSmall",
|
|
1962
1977
|
}
|
|
1978
|
+
/**
|
|
1979
|
+
* Defines the priority for the TileContent in ActionMode
|
|
1980
|
+
*/
|
|
1981
|
+
export enum Priority {
|
|
1982
|
+
/**
|
|
1983
|
+
* It displays high priority color for the GenericTag
|
|
1984
|
+
*/
|
|
1985
|
+
High = "High",
|
|
1986
|
+
/**
|
|
1987
|
+
* It displays low priority color for the GenericTag
|
|
1988
|
+
*/
|
|
1989
|
+
Low = "Low",
|
|
1990
|
+
/**
|
|
1991
|
+
* It displays medium priority color for the GenericTag
|
|
1992
|
+
*/
|
|
1993
|
+
Medium = "Medium",
|
|
1994
|
+
/**
|
|
1995
|
+
* The priority is not set
|
|
1996
|
+
*/
|
|
1997
|
+
None = "None",
|
|
1998
|
+
/**
|
|
1999
|
+
* It displays very high priority color for the GenericTag
|
|
2000
|
+
*/
|
|
2001
|
+
VeryHigh = "VeryHigh",
|
|
2002
|
+
}
|
|
1963
2003
|
/**
|
|
1964
2004
|
* QuickViewGroupElement is a combination of one label and another control (Link or Text) associated to
|
|
1965
2005
|
* this label.
|
|
@@ -28400,6 +28440,16 @@ declare module "sap/m/GenericTile" {
|
|
|
28400
28440
|
* to display an icon or image use sap.m.ImageContent control instead.
|
|
28401
28441
|
*/
|
|
28402
28442
|
getIcon(): Control;
|
|
28443
|
+
/**
|
|
28444
|
+
* Gets current value of property {@link #getIconLoaded iconLoaded}.
|
|
28445
|
+
*
|
|
28446
|
+
* The load state of the tileIcon.
|
|
28447
|
+
*
|
|
28448
|
+
* Default value is `true`.
|
|
28449
|
+
*
|
|
28450
|
+
* @returns Value of property `iconLoaded`
|
|
28451
|
+
*/
|
|
28452
|
+
getIconLoaded(): boolean;
|
|
28403
28453
|
/**
|
|
28404
28454
|
* Gets current value of property {@link #getImageDescription imageDescription}.
|
|
28405
28455
|
*
|
|
@@ -28535,7 +28585,7 @@ declare module "sap/m/GenericTile" {
|
|
|
28535
28585
|
getUrl(): URI;
|
|
28536
28586
|
/**
|
|
28537
28587
|
* @SINCE 1.95
|
|
28538
|
-
* @EXPERIMENTAL
|
|
28588
|
+
* @EXPERIMENTAL (since 1.95)
|
|
28539
28589
|
*
|
|
28540
28590
|
* Gets current value of property {@link #getValueColor valueColor}.
|
|
28541
28591
|
*
|
|
@@ -28889,6 +28939,23 @@ declare module "sap/m/GenericTile" {
|
|
|
28889
28939
|
*/
|
|
28890
28940
|
oIcon: Control
|
|
28891
28941
|
): this;
|
|
28942
|
+
/**
|
|
28943
|
+
* Sets a new value for property {@link #getIconLoaded iconLoaded}.
|
|
28944
|
+
*
|
|
28945
|
+
* The load state of the tileIcon.
|
|
28946
|
+
*
|
|
28947
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
28948
|
+
*
|
|
28949
|
+
* Default value is `true`.
|
|
28950
|
+
*
|
|
28951
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
28952
|
+
*/
|
|
28953
|
+
setIconLoaded(
|
|
28954
|
+
/**
|
|
28955
|
+
* New value for property `iconLoaded`
|
|
28956
|
+
*/
|
|
28957
|
+
bIconLoaded?: boolean
|
|
28958
|
+
): this;
|
|
28892
28959
|
/**
|
|
28893
28960
|
* Sets a new value for property {@link #getImageDescription imageDescription}.
|
|
28894
28961
|
*
|
|
@@ -29094,7 +29161,7 @@ declare module "sap/m/GenericTile" {
|
|
|
29094
29161
|
): this;
|
|
29095
29162
|
/**
|
|
29096
29163
|
* @SINCE 1.95
|
|
29097
|
-
* @EXPERIMENTAL
|
|
29164
|
+
* @EXPERIMENTAL (since 1.95)
|
|
29098
29165
|
*
|
|
29099
29166
|
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
29100
29167
|
*
|
|
@@ -29369,7 +29436,7 @@ declare module "sap/m/GenericTile" {
|
|
|
29369
29436
|
|
|
29370
29437
|
/**
|
|
29371
29438
|
* @SINCE 1.95
|
|
29372
|
-
* @EXPERIMENTAL
|
|
29439
|
+
* @EXPERIMENTAL (since 1.95)
|
|
29373
29440
|
*
|
|
29374
29441
|
* The semantic color of the value.
|
|
29375
29442
|
*/
|
|
@@ -29378,6 +29445,11 @@ declare module "sap/m/GenericTile" {
|
|
|
29378
29445
|
| PropertyBindingInfo
|
|
29379
29446
|
| `{${string}}`;
|
|
29380
29447
|
|
|
29448
|
+
/**
|
|
29449
|
+
* The load state of the tileIcon.
|
|
29450
|
+
*/
|
|
29451
|
+
iconLoaded?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
29452
|
+
|
|
29381
29453
|
/**
|
|
29382
29454
|
* The content of the tile.
|
|
29383
29455
|
*/
|
|
@@ -41162,7 +41234,7 @@ declare module "sap/m/Link" {
|
|
|
41162
41234
|
|
|
41163
41235
|
import Event from "sap/ui/base/Event";
|
|
41164
41236
|
|
|
41165
|
-
import { EmptyIndicatorMode } from "sap/m/library";
|
|
41237
|
+
import { LinkAccessibleRole, EmptyIndicatorMode } from "sap/m/library";
|
|
41166
41238
|
|
|
41167
41239
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
41168
41240
|
|
|
@@ -41379,6 +41451,24 @@ declare module "sap/m/Link" {
|
|
|
41379
41451
|
* @returns The `sap.m.Link` accessibility information
|
|
41380
41452
|
*/
|
|
41381
41453
|
getAccessibilityInfo(): object;
|
|
41454
|
+
/**
|
|
41455
|
+
* @SINCE 1.102.2
|
|
41456
|
+
*
|
|
41457
|
+
* Gets current value of property {@link #getAccessibleRole accessibleRole}.
|
|
41458
|
+
*
|
|
41459
|
+
* Describes the accessibility role of the link:
|
|
41460
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
41461
|
+
*
|
|
41462
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
41463
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
41464
|
+
*
|
|
41465
|
+
* **Note:** This is a downported feature introduced in version 1.104
|
|
41466
|
+
*
|
|
41467
|
+
* Default value is `Default`.
|
|
41468
|
+
*
|
|
41469
|
+
* @returns Value of property `accessibleRole`
|
|
41470
|
+
*/
|
|
41471
|
+
getAccessibleRole(): LinkAccessibleRole | keyof typeof LinkAccessibleRole;
|
|
41382
41472
|
/**
|
|
41383
41473
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
41384
41474
|
* ariaDescribedBy}.
|
|
@@ -41449,8 +41539,9 @@ declare module "sap/m/Link" {
|
|
|
41449
41539
|
/**
|
|
41450
41540
|
* Gets current value of property {@link #getHref href}.
|
|
41451
41541
|
*
|
|
41452
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41453
|
-
*
|
|
41542
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
41543
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
41544
|
+
* and register a `press` event handler.
|
|
41454
41545
|
*
|
|
41455
41546
|
* @returns Value of property `href`
|
|
41456
41547
|
*/
|
|
@@ -41599,6 +41690,31 @@ declare module "sap/m/Link" {
|
|
|
41599
41690
|
*/
|
|
41600
41691
|
vAriaLabelledBy: int | ID | Control
|
|
41601
41692
|
): ID;
|
|
41693
|
+
/**
|
|
41694
|
+
* @SINCE 1.102.2
|
|
41695
|
+
*
|
|
41696
|
+
* Sets a new value for property {@link #getAccessibleRole accessibleRole}.
|
|
41697
|
+
*
|
|
41698
|
+
* Describes the accessibility role of the link:
|
|
41699
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
41700
|
+
*
|
|
41701
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
41702
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
41703
|
+
*
|
|
41704
|
+
* **Note:** This is a downported feature introduced in version 1.104
|
|
41705
|
+
*
|
|
41706
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41707
|
+
*
|
|
41708
|
+
* Default value is `Default`.
|
|
41709
|
+
*
|
|
41710
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41711
|
+
*/
|
|
41712
|
+
setAccessibleRole(
|
|
41713
|
+
/**
|
|
41714
|
+
* New value for property `accessibleRole`
|
|
41715
|
+
*/
|
|
41716
|
+
sAccessibleRole?: LinkAccessibleRole | keyof typeof LinkAccessibleRole
|
|
41717
|
+
): this;
|
|
41602
41718
|
/**
|
|
41603
41719
|
* @SINCE 1.86.0
|
|
41604
41720
|
*
|
|
@@ -41685,8 +41801,9 @@ declare module "sap/m/Link" {
|
|
|
41685
41801
|
/**
|
|
41686
41802
|
* Sets a new value for property {@link #getHref href}.
|
|
41687
41803
|
*
|
|
41688
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41689
|
-
*
|
|
41804
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
41805
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
41806
|
+
* and register a `press` event handler.
|
|
41690
41807
|
*
|
|
41691
41808
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41692
41809
|
*
|
|
@@ -41910,8 +42027,9 @@ declare module "sap/m/Link" {
|
|
|
41910
42027
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
41911
42028
|
|
|
41912
42029
|
/**
|
|
41913
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41914
|
-
*
|
|
42030
|
+
* Defines the link target URI. Supports standard hyperlink behavior. **Note:** Don't set `href` property
|
|
42031
|
+
* if an action should be triggered by the link. Instead set `accessibleRole` property to `LinkAccessibleRole.Button`
|
|
42032
|
+
* and register a `press` event handler.
|
|
41915
42033
|
*/
|
|
41916
42034
|
href?: URI | PropertyBindingInfo | `{${string}}`;
|
|
41917
42035
|
|
|
@@ -41988,6 +42106,22 @@ declare module "sap/m/Link" {
|
|
|
41988
42106
|
| PropertyBindingInfo
|
|
41989
42107
|
| `{${string}}`;
|
|
41990
42108
|
|
|
42109
|
+
/**
|
|
42110
|
+
* @SINCE 1.102.2
|
|
42111
|
+
*
|
|
42112
|
+
* Describes the accessibility role of the link:
|
|
42113
|
+
* - `LinkAccessibleRole.Default` - a navagation is expected to the location given in `href` property
|
|
42114
|
+
*
|
|
42115
|
+
* - `LinkAccessibleRole.Button` - there will be `role` attribute with value "Button" rendered. In this
|
|
42116
|
+
* scenario the `href` property value shouldn't be set as navigation isn't expected to occur.
|
|
42117
|
+
*
|
|
42118
|
+
* **Note:** This is a downported feature introduced in version 1.104
|
|
42119
|
+
*/
|
|
42120
|
+
accessibleRole?:
|
|
42121
|
+
| (LinkAccessibleRole | keyof typeof LinkAccessibleRole)
|
|
42122
|
+
| PropertyBindingInfo
|
|
42123
|
+
| `{${string}}`;
|
|
42124
|
+
|
|
41991
42125
|
/**
|
|
41992
42126
|
* @SINCE 1.89
|
|
41993
42127
|
*
|
|
@@ -119451,12 +119585,16 @@ declare module "sap/m/TileContent" {
|
|
|
119451
119585
|
PropertyBindingInfo,
|
|
119452
119586
|
} from "sap/ui/base/ManagedObject";
|
|
119453
119587
|
|
|
119454
|
-
import {
|
|
119588
|
+
import {
|
|
119589
|
+
ValueColor,
|
|
119590
|
+
FrameType,
|
|
119591
|
+
Priority,
|
|
119592
|
+
Size,
|
|
119593
|
+
LoadState,
|
|
119594
|
+
} from "sap/m/library";
|
|
119455
119595
|
|
|
119456
119596
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
119457
119597
|
|
|
119458
|
-
import { Priority } from "sap/ui/core/library";
|
|
119459
|
-
|
|
119460
119598
|
/**
|
|
119461
119599
|
* @SINCE 1.34.0
|
|
119462
119600
|
*
|
|
@@ -119601,6 +119739,14 @@ declare module "sap/m/TileContent" {
|
|
|
119601
119739
|
* @returns Value of property `priority`
|
|
119602
119740
|
*/
|
|
119603
119741
|
getPriority(): Priority | keyof typeof Priority;
|
|
119742
|
+
/**
|
|
119743
|
+
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
119744
|
+
*
|
|
119745
|
+
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
119746
|
+
*
|
|
119747
|
+
* @returns Value of property `priorityText`
|
|
119748
|
+
*/
|
|
119749
|
+
getPriorityText(): string;
|
|
119604
119750
|
/**
|
|
119605
119751
|
* @deprecated (since 1.38.0) - The TileContent control has now a fixed size, depending on the used media
|
|
119606
119752
|
* (desktop, tablet or phone).
|
|
@@ -119733,6 +119879,21 @@ declare module "sap/m/TileContent" {
|
|
|
119733
119879
|
*/
|
|
119734
119880
|
sPriority?: Priority | keyof typeof Priority
|
|
119735
119881
|
): this;
|
|
119882
|
+
/**
|
|
119883
|
+
* Sets a new value for property {@link #getPriorityText priorityText}.
|
|
119884
|
+
*
|
|
119885
|
+
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
119886
|
+
*
|
|
119887
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
119888
|
+
*
|
|
119889
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
119890
|
+
*/
|
|
119891
|
+
setPriorityText(
|
|
119892
|
+
/**
|
|
119893
|
+
* New value for property `priorityText`
|
|
119894
|
+
*/
|
|
119895
|
+
sPriorityText?: string
|
|
119896
|
+
): this;
|
|
119736
119897
|
/**
|
|
119737
119898
|
* Setter for protected property to enable or disable content rendering. This function does not invalidate
|
|
119738
119899
|
* the control.
|
|
@@ -119873,6 +120034,11 @@ declare module "sap/m/TileContent" {
|
|
|
119873
120034
|
| PropertyBindingInfo
|
|
119874
120035
|
| `{${string}}`;
|
|
119875
120036
|
|
|
120037
|
+
/**
|
|
120038
|
+
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
120039
|
+
*/
|
|
120040
|
+
priorityText?: string | PropertyBindingInfo;
|
|
120041
|
+
|
|
119876
120042
|
/**
|
|
119877
120043
|
* @SINCE 1.100.0
|
|
119878
120044
|
*
|
|
@@ -127943,6 +128109,18 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
127943
128109
|
*/
|
|
127944
128110
|
iIndex: int
|
|
127945
128111
|
): this;
|
|
128112
|
+
/**
|
|
128113
|
+
* Opens the FileUploader dialog. When an UploadSetItem is provided, this method can be used to update a
|
|
128114
|
+
* file with a new version.
|
|
128115
|
+
*
|
|
128116
|
+
* @returns this to allow method chaining
|
|
128117
|
+
*/
|
|
128118
|
+
openFileDialog(
|
|
128119
|
+
/**
|
|
128120
|
+
* The UploadSetItem to update with a new version. This parameter is mandatory.
|
|
128121
|
+
*/
|
|
128122
|
+
item: /* was: sap.m.UploadSetItem */ any
|
|
128123
|
+
): this;
|
|
127946
128124
|
/**
|
|
127947
128125
|
* Attaches all necessary handlers to the given uploader instance, so that the progress and status of the
|
|
127948
128126
|
* upload can be displayed and monitored. This is necessary in case when custom uploader is used.
|
|
@@ -129616,6 +129794,88 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
129616
129794
|
}
|
|
129617
129795
|
}
|
|
129618
129796
|
|
|
129797
|
+
declare module "sap/m/upload/UploadSetToolbarPlaceholder" {
|
|
129798
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
129799
|
+
|
|
129800
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
129801
|
+
|
|
129802
|
+
/**
|
|
129803
|
+
* Used to create a customizable toolbar for the UploadSet. A FileUploader instance is required in the toolbar
|
|
129804
|
+
* and it is placed by the application.
|
|
129805
|
+
*/
|
|
129806
|
+
export default class UploadSetToolbarPlaceholder extends Control {
|
|
129807
|
+
/**
|
|
129808
|
+
* Constructor for a new UploadSetToolbarPlaceholder.
|
|
129809
|
+
*
|
|
129810
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
129811
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
129812
|
+
* of the syntax of the settings object.
|
|
129813
|
+
*
|
|
129814
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
|
|
129815
|
+
* sap.ui.core.Control} can be used.
|
|
129816
|
+
*/
|
|
129817
|
+
constructor(
|
|
129818
|
+
/**
|
|
129819
|
+
* initial settings for the new control
|
|
129820
|
+
*/
|
|
129821
|
+
mSettings?: $UploadSetToolbarPlaceholderSettings
|
|
129822
|
+
);
|
|
129823
|
+
/**
|
|
129824
|
+
* Constructor for a new UploadSetToolbarPlaceholder.
|
|
129825
|
+
*
|
|
129826
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
129827
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
129828
|
+
* of the syntax of the settings object.
|
|
129829
|
+
*
|
|
129830
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
|
|
129831
|
+
* sap.ui.core.Control} can be used.
|
|
129832
|
+
*/
|
|
129833
|
+
constructor(
|
|
129834
|
+
/**
|
|
129835
|
+
* ID for the new control, generated automatically if no ID is given
|
|
129836
|
+
*/
|
|
129837
|
+
sId?: string,
|
|
129838
|
+
/**
|
|
129839
|
+
* initial settings for the new control
|
|
129840
|
+
*/
|
|
129841
|
+
mSettings?: $UploadSetToolbarPlaceholderSettings
|
|
129842
|
+
);
|
|
129843
|
+
|
|
129844
|
+
/**
|
|
129845
|
+
* Creates a new subclass of class sap.m.upload.UploadSetToolbarPlaceholder with name `sClassName` and enriches
|
|
129846
|
+
* it with the information contained in `oClassInfo`.
|
|
129847
|
+
*
|
|
129848
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
129849
|
+
*
|
|
129850
|
+
* @returns Created class / constructor function
|
|
129851
|
+
*/
|
|
129852
|
+
static extend<T extends Record<string, unknown>>(
|
|
129853
|
+
/**
|
|
129854
|
+
* Name of the class being created
|
|
129855
|
+
*/
|
|
129856
|
+
sClassName: string,
|
|
129857
|
+
/**
|
|
129858
|
+
* Object literal with information about the class
|
|
129859
|
+
*/
|
|
129860
|
+
oClassInfo?: sap.ClassInfo<T, UploadSetToolbarPlaceholder>,
|
|
129861
|
+
/**
|
|
129862
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
129863
|
+
* used by this class
|
|
129864
|
+
*/
|
|
129865
|
+
FNMetaImpl?: Function
|
|
129866
|
+
): Function;
|
|
129867
|
+
/**
|
|
129868
|
+
* Returns a metadata object for class sap.m.upload.UploadSetToolbarPlaceholder.
|
|
129869
|
+
*
|
|
129870
|
+
* @returns Metadata object describing this class
|
|
129871
|
+
*/
|
|
129872
|
+
static getMetadata(): ElementMetadata;
|
|
129873
|
+
}
|
|
129874
|
+
|
|
129875
|
+
export interface $UploadSetToolbarPlaceholderSettings
|
|
129876
|
+
extends $ControlSettings {}
|
|
129877
|
+
}
|
|
129878
|
+
|
|
129619
129879
|
declare module "sap/m/UploadCollection" {
|
|
129620
129880
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
129621
129881
|
|
|
@@ -138778,6 +139038,8 @@ declare namespace sap {
|
|
|
138778
139038
|
|
|
138779
139039
|
"sap/m/upload/UploadSetItem": undefined;
|
|
138780
139040
|
|
|
139041
|
+
"sap/m/upload/UploadSetToolbarPlaceholder": undefined;
|
|
139042
|
+
|
|
138781
139043
|
"sap/m/UploadCollection": undefined;
|
|
138782
139044
|
|
|
138783
139045
|
"sap/m/UploadCollectionItem": undefined;
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.102.
|
|
267
|
+
// For Library Version: 1.102.3
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -20112,6 +20112,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20112
20112
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20113
20113
|
*/
|
|
20114
20114
|
showScale?: boolean;
|
|
20115
|
+
/**
|
|
20116
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20117
|
+
* are not validated.
|
|
20118
|
+
*/
|
|
20119
|
+
strictGroupingValidation?: boolean;
|
|
20115
20120
|
/**
|
|
20116
20121
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20117
20122
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -20303,6 +20308,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20303
20308
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20304
20309
|
*/
|
|
20305
20310
|
showScale?: boolean;
|
|
20311
|
+
/**
|
|
20312
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20313
|
+
* are not validated.
|
|
20314
|
+
*/
|
|
20315
|
+
strictGroupingValidation?: boolean;
|
|
20306
20316
|
/**
|
|
20307
20317
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20308
20318
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -20451,6 +20461,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20451
20461
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20452
20462
|
*/
|
|
20453
20463
|
showScale?: boolean;
|
|
20464
|
+
/**
|
|
20465
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20466
|
+
* are not validated.
|
|
20467
|
+
*/
|
|
20468
|
+
strictGroupingValidation?: boolean;
|
|
20454
20469
|
/**
|
|
20455
20470
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20456
20471
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
|
@@ -20613,6 +20628,11 @@ declare module "sap/ui/core/format/NumberFormat" {
|
|
|
20613
20628
|
* only when the 'style' options is set to either 'short' or 'long'.
|
|
20614
20629
|
*/
|
|
20615
20630
|
showScale?: boolean;
|
|
20631
|
+
/**
|
|
20632
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
20633
|
+
* are not validated.
|
|
20634
|
+
*/
|
|
20635
|
+
strictGroupingValidation?: boolean;
|
|
20616
20636
|
/**
|
|
20617
20637
|
* defines the style of format. Valid values are 'short, 'long' or 'standard' (based on the CLDR decimalFormat).
|
|
20618
20638
|
* When set to 'short' or 'long', numbers are formatted into compact forms. When this option is set, the
|
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