@openui5/ts-types-esm 1.102.0 → 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 +295 -16
- 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.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
|
*
|
|
@@ -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.
|
|
@@ -21312,6 +21352,17 @@ declare module "sap/m/DynamicDateUtil" {
|
|
|
21312
21352
|
*/
|
|
21313
21353
|
aOptionKeys: any[]
|
|
21314
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;
|
|
21315
21366
|
/**
|
|
21316
21367
|
* Calculates a date range from a provided object in the format of the DynamicDateRange's value.
|
|
21317
21368
|
*
|
|
@@ -28400,6 +28451,16 @@ declare module "sap/m/GenericTile" {
|
|
|
28400
28451
|
* to display an icon or image use sap.m.ImageContent control instead.
|
|
28401
28452
|
*/
|
|
28402
28453
|
getIcon(): Control;
|
|
28454
|
+
/**
|
|
28455
|
+
* Gets current value of property {@link #getIconLoaded iconLoaded}.
|
|
28456
|
+
*
|
|
28457
|
+
* The load state of the tileIcon.
|
|
28458
|
+
*
|
|
28459
|
+
* Default value is `true`.
|
|
28460
|
+
*
|
|
28461
|
+
* @returns Value of property `iconLoaded`
|
|
28462
|
+
*/
|
|
28463
|
+
getIconLoaded(): boolean;
|
|
28403
28464
|
/**
|
|
28404
28465
|
* Gets current value of property {@link #getImageDescription imageDescription}.
|
|
28405
28466
|
*
|
|
@@ -28535,7 +28596,7 @@ declare module "sap/m/GenericTile" {
|
|
|
28535
28596
|
getUrl(): URI;
|
|
28536
28597
|
/**
|
|
28537
28598
|
* @SINCE 1.95
|
|
28538
|
-
* @EXPERIMENTAL
|
|
28599
|
+
* @EXPERIMENTAL (since 1.95)
|
|
28539
28600
|
*
|
|
28540
28601
|
* Gets current value of property {@link #getValueColor valueColor}.
|
|
28541
28602
|
*
|
|
@@ -28889,6 +28950,23 @@ declare module "sap/m/GenericTile" {
|
|
|
28889
28950
|
*/
|
|
28890
28951
|
oIcon: Control
|
|
28891
28952
|
): this;
|
|
28953
|
+
/**
|
|
28954
|
+
* Sets a new value for property {@link #getIconLoaded iconLoaded}.
|
|
28955
|
+
*
|
|
28956
|
+
* The load state of the tileIcon.
|
|
28957
|
+
*
|
|
28958
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
28959
|
+
*
|
|
28960
|
+
* Default value is `true`.
|
|
28961
|
+
*
|
|
28962
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
28963
|
+
*/
|
|
28964
|
+
setIconLoaded(
|
|
28965
|
+
/**
|
|
28966
|
+
* New value for property `iconLoaded`
|
|
28967
|
+
*/
|
|
28968
|
+
bIconLoaded?: boolean
|
|
28969
|
+
): this;
|
|
28892
28970
|
/**
|
|
28893
28971
|
* Sets a new value for property {@link #getImageDescription imageDescription}.
|
|
28894
28972
|
*
|
|
@@ -29094,7 +29172,7 @@ declare module "sap/m/GenericTile" {
|
|
|
29094
29172
|
): this;
|
|
29095
29173
|
/**
|
|
29096
29174
|
* @SINCE 1.95
|
|
29097
|
-
* @EXPERIMENTAL
|
|
29175
|
+
* @EXPERIMENTAL (since 1.95)
|
|
29098
29176
|
*
|
|
29099
29177
|
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
29100
29178
|
*
|
|
@@ -29369,7 +29447,7 @@ declare module "sap/m/GenericTile" {
|
|
|
29369
29447
|
|
|
29370
29448
|
/**
|
|
29371
29449
|
* @SINCE 1.95
|
|
29372
|
-
* @EXPERIMENTAL
|
|
29450
|
+
* @EXPERIMENTAL (since 1.95)
|
|
29373
29451
|
*
|
|
29374
29452
|
* The semantic color of the value.
|
|
29375
29453
|
*/
|
|
@@ -29378,6 +29456,11 @@ declare module "sap/m/GenericTile" {
|
|
|
29378
29456
|
| PropertyBindingInfo
|
|
29379
29457
|
| `{${string}}`;
|
|
29380
29458
|
|
|
29459
|
+
/**
|
|
29460
|
+
* The load state of the tileIcon.
|
|
29461
|
+
*/
|
|
29462
|
+
iconLoaded?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
29463
|
+
|
|
29381
29464
|
/**
|
|
29382
29465
|
* The content of the tile.
|
|
29383
29466
|
*/
|
|
@@ -31140,9 +31223,15 @@ declare module "sap/m/IconTabBar" {
|
|
|
31140
31223
|
*/
|
|
31141
31224
|
getShowOverflowSelectList(): boolean;
|
|
31142
31225
|
/**
|
|
31143
|
-
*
|
|
31226
|
+
* @deprecated (since 1.15.0) - Regarding to changes of this control this property is not needed anymore.
|
|
31144
31227
|
*
|
|
31145
|
-
*
|
|
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`
|
|
31146
31235
|
*/
|
|
31147
31236
|
getShowSelection(): boolean;
|
|
31148
31237
|
/**
|
|
@@ -41162,7 +41251,7 @@ declare module "sap/m/Link" {
|
|
|
41162
41251
|
|
|
41163
41252
|
import Event from "sap/ui/base/Event";
|
|
41164
41253
|
|
|
41165
|
-
import { EmptyIndicatorMode } from "sap/m/library";
|
|
41254
|
+
import { LinkAccessibleRole, EmptyIndicatorMode } from "sap/m/library";
|
|
41166
41255
|
|
|
41167
41256
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
41168
41257
|
|
|
@@ -41379,6 +41468,24 @@ declare module "sap/m/Link" {
|
|
|
41379
41468
|
* @returns The `sap.m.Link` accessibility information
|
|
41380
41469
|
*/
|
|
41381
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;
|
|
41382
41489
|
/**
|
|
41383
41490
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy
|
|
41384
41491
|
* ariaDescribedBy}.
|
|
@@ -41449,8 +41556,9 @@ declare module "sap/m/Link" {
|
|
|
41449
41556
|
/**
|
|
41450
41557
|
* Gets current value of property {@link #getHref href}.
|
|
41451
41558
|
*
|
|
41452
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41453
|
-
*
|
|
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.
|
|
41454
41562
|
*
|
|
41455
41563
|
* @returns Value of property `href`
|
|
41456
41564
|
*/
|
|
@@ -41599,6 +41707,31 @@ declare module "sap/m/Link" {
|
|
|
41599
41707
|
*/
|
|
41600
41708
|
vAriaLabelledBy: int | ID | Control
|
|
41601
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;
|
|
41602
41735
|
/**
|
|
41603
41736
|
* @SINCE 1.86.0
|
|
41604
41737
|
*
|
|
@@ -41685,8 +41818,9 @@ declare module "sap/m/Link" {
|
|
|
41685
41818
|
/**
|
|
41686
41819
|
* Sets a new value for property {@link #getHref href}.
|
|
41687
41820
|
*
|
|
41688
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41689
|
-
*
|
|
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.
|
|
41690
41824
|
*
|
|
41691
41825
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41692
41826
|
*
|
|
@@ -41910,8 +42044,9 @@ declare module "sap/m/Link" {
|
|
|
41910
42044
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
41911
42045
|
|
|
41912
42046
|
/**
|
|
41913
|
-
* Defines the link target URI. Supports standard hyperlink behavior.
|
|
41914
|
-
*
|
|
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.
|
|
41915
42050
|
*/
|
|
41916
42051
|
href?: URI | PropertyBindingInfo | `{${string}}`;
|
|
41917
42052
|
|
|
@@ -41988,6 +42123,22 @@ declare module "sap/m/Link" {
|
|
|
41988
42123
|
| PropertyBindingInfo
|
|
41989
42124
|
| `{${string}}`;
|
|
41990
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
|
+
|
|
41991
42142
|
/**
|
|
41992
42143
|
* @SINCE 1.89
|
|
41993
42144
|
*
|
|
@@ -119451,12 +119602,16 @@ declare module "sap/m/TileContent" {
|
|
|
119451
119602
|
PropertyBindingInfo,
|
|
119452
119603
|
} from "sap/ui/base/ManagedObject";
|
|
119453
119604
|
|
|
119454
|
-
import {
|
|
119605
|
+
import {
|
|
119606
|
+
ValueColor,
|
|
119607
|
+
FrameType,
|
|
119608
|
+
Priority,
|
|
119609
|
+
Size,
|
|
119610
|
+
LoadState,
|
|
119611
|
+
} from "sap/m/library";
|
|
119455
119612
|
|
|
119456
119613
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
119457
119614
|
|
|
119458
|
-
import { Priority } from "sap/ui/core/library";
|
|
119459
|
-
|
|
119460
119615
|
/**
|
|
119461
119616
|
* @SINCE 1.34.0
|
|
119462
119617
|
*
|
|
@@ -119601,6 +119756,14 @@ declare module "sap/m/TileContent" {
|
|
|
119601
119756
|
* @returns Value of property `priority`
|
|
119602
119757
|
*/
|
|
119603
119758
|
getPriority(): Priority | keyof typeof Priority;
|
|
119759
|
+
/**
|
|
119760
|
+
* Gets current value of property {@link #getPriorityText priorityText}.
|
|
119761
|
+
*
|
|
119762
|
+
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
119763
|
+
*
|
|
119764
|
+
* @returns Value of property `priorityText`
|
|
119765
|
+
*/
|
|
119766
|
+
getPriorityText(): string;
|
|
119604
119767
|
/**
|
|
119605
119768
|
* @deprecated (since 1.38.0) - The TileContent control has now a fixed size, depending on the used media
|
|
119606
119769
|
* (desktop, tablet or phone).
|
|
@@ -119733,6 +119896,21 @@ declare module "sap/m/TileContent" {
|
|
|
119733
119896
|
*/
|
|
119734
119897
|
sPriority?: Priority | keyof typeof Priority
|
|
119735
119898
|
): this;
|
|
119899
|
+
/**
|
|
119900
|
+
* Sets a new value for property {@link #getPriorityText priorityText}.
|
|
119901
|
+
*
|
|
119902
|
+
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
119903
|
+
*
|
|
119904
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
119905
|
+
*
|
|
119906
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
119907
|
+
*/
|
|
119908
|
+
setPriorityText(
|
|
119909
|
+
/**
|
|
119910
|
+
* New value for property `priorityText`
|
|
119911
|
+
*/
|
|
119912
|
+
sPriorityText?: string
|
|
119913
|
+
): this;
|
|
119736
119914
|
/**
|
|
119737
119915
|
* Setter for protected property to enable or disable content rendering. This function does not invalidate
|
|
119738
119916
|
* the control.
|
|
@@ -119873,6 +120051,11 @@ declare module "sap/m/TileContent" {
|
|
|
119873
120051
|
| PropertyBindingInfo
|
|
119874
120052
|
| `{${string}}`;
|
|
119875
120053
|
|
|
120054
|
+
/**
|
|
120055
|
+
* Sets the Text inside the Priority badge in Generic Tile ActionMode.
|
|
120056
|
+
*/
|
|
120057
|
+
priorityText?: string | PropertyBindingInfo;
|
|
120058
|
+
|
|
119876
120059
|
/**
|
|
119877
120060
|
* @SINCE 1.100.0
|
|
119878
120061
|
*
|
|
@@ -127943,6 +128126,18 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
127943
128126
|
*/
|
|
127944
128127
|
iIndex: int
|
|
127945
128128
|
): this;
|
|
128129
|
+
/**
|
|
128130
|
+
* Opens the FileUploader dialog. When an UploadSetItem is provided, this method can be used to update a
|
|
128131
|
+
* file with a new version.
|
|
128132
|
+
*
|
|
128133
|
+
* @returns this to allow method chaining
|
|
128134
|
+
*/
|
|
128135
|
+
openFileDialog(
|
|
128136
|
+
/**
|
|
128137
|
+
* The UploadSetItem to update with a new version. This parameter is mandatory.
|
|
128138
|
+
*/
|
|
128139
|
+
item: /* was: sap.m.UploadSetItem */ any
|
|
128140
|
+
): this;
|
|
127946
128141
|
/**
|
|
127947
128142
|
* Attaches all necessary handlers to the given uploader instance, so that the progress and status of the
|
|
127948
128143
|
* upload can be displayed and monitored. This is necessary in case when custom uploader is used.
|
|
@@ -129616,6 +129811,88 @@ declare module "sap/m/upload/UploadSetItem" {
|
|
|
129616
129811
|
}
|
|
129617
129812
|
}
|
|
129618
129813
|
|
|
129814
|
+
declare module "sap/m/upload/UploadSetToolbarPlaceholder" {
|
|
129815
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
129816
|
+
|
|
129817
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
129818
|
+
|
|
129819
|
+
/**
|
|
129820
|
+
* Used to create a customizable toolbar for the UploadSet. A FileUploader instance is required in the toolbar
|
|
129821
|
+
* and it is placed by the application.
|
|
129822
|
+
*/
|
|
129823
|
+
export default class UploadSetToolbarPlaceholder extends Control {
|
|
129824
|
+
/**
|
|
129825
|
+
* Constructor for a new UploadSetToolbarPlaceholder.
|
|
129826
|
+
*
|
|
129827
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
129828
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
129829
|
+
* of the syntax of the settings object.
|
|
129830
|
+
*
|
|
129831
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
|
|
129832
|
+
* sap.ui.core.Control} can be used.
|
|
129833
|
+
*/
|
|
129834
|
+
constructor(
|
|
129835
|
+
/**
|
|
129836
|
+
* initial settings for the new control
|
|
129837
|
+
*/
|
|
129838
|
+
mSettings?: $UploadSetToolbarPlaceholderSettings
|
|
129839
|
+
);
|
|
129840
|
+
/**
|
|
129841
|
+
* Constructor for a new UploadSetToolbarPlaceholder.
|
|
129842
|
+
*
|
|
129843
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
129844
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
129845
|
+
* of the syntax of the settings object.
|
|
129846
|
+
*
|
|
129847
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.core.Control#constructor
|
|
129848
|
+
* sap.ui.core.Control} can be used.
|
|
129849
|
+
*/
|
|
129850
|
+
constructor(
|
|
129851
|
+
/**
|
|
129852
|
+
* ID for the new control, generated automatically if no ID is given
|
|
129853
|
+
*/
|
|
129854
|
+
sId?: string,
|
|
129855
|
+
/**
|
|
129856
|
+
* initial settings for the new control
|
|
129857
|
+
*/
|
|
129858
|
+
mSettings?: $UploadSetToolbarPlaceholderSettings
|
|
129859
|
+
);
|
|
129860
|
+
|
|
129861
|
+
/**
|
|
129862
|
+
* Creates a new subclass of class sap.m.upload.UploadSetToolbarPlaceholder with name `sClassName` and enriches
|
|
129863
|
+
* it with the information contained in `oClassInfo`.
|
|
129864
|
+
*
|
|
129865
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
129866
|
+
*
|
|
129867
|
+
* @returns Created class / constructor function
|
|
129868
|
+
*/
|
|
129869
|
+
static extend<T extends Record<string, unknown>>(
|
|
129870
|
+
/**
|
|
129871
|
+
* Name of the class being created
|
|
129872
|
+
*/
|
|
129873
|
+
sClassName: string,
|
|
129874
|
+
/**
|
|
129875
|
+
* Object literal with information about the class
|
|
129876
|
+
*/
|
|
129877
|
+
oClassInfo?: sap.ClassInfo<T, UploadSetToolbarPlaceholder>,
|
|
129878
|
+
/**
|
|
129879
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
129880
|
+
* used by this class
|
|
129881
|
+
*/
|
|
129882
|
+
FNMetaImpl?: Function
|
|
129883
|
+
): Function;
|
|
129884
|
+
/**
|
|
129885
|
+
* Returns a metadata object for class sap.m.upload.UploadSetToolbarPlaceholder.
|
|
129886
|
+
*
|
|
129887
|
+
* @returns Metadata object describing this class
|
|
129888
|
+
*/
|
|
129889
|
+
static getMetadata(): ElementMetadata;
|
|
129890
|
+
}
|
|
129891
|
+
|
|
129892
|
+
export interface $UploadSetToolbarPlaceholderSettings
|
|
129893
|
+
extends $ControlSettings {}
|
|
129894
|
+
}
|
|
129895
|
+
|
|
129619
129896
|
declare module "sap/m/UploadCollection" {
|
|
129620
129897
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
129621
129898
|
|
|
@@ -138778,6 +139055,8 @@ declare namespace sap {
|
|
|
138778
139055
|
|
|
138779
139056
|
"sap/m/upload/UploadSetItem": undefined;
|
|
138780
139057
|
|
|
139058
|
+
"sap/m/upload/UploadSetToolbarPlaceholder": undefined;
|
|
139059
|
+
|
|
138781
139060
|
"sap/m/UploadCollection": undefined;
|
|
138782
139061
|
|
|
138783
139062
|
"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.4
|
|
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