@sapui5/ts-types 1.109.2 → 1.110.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.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +39 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +235 -28
- package/types/sap.f.d.ts +49 -28
- package/types/sap.fe.core.d.ts +85 -22
- package/types/sap.fe.macros.d.ts +84 -36
- package/types/sap.fe.navigation.d.ts +316 -936
- package/types/sap.fe.templates.d.ts +103 -8
- package/types/sap.fe.test.d.ts +25 -24
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +176 -29
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +4272 -712
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +20 -8
- package/types/sap.ovp.d.ts +125 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +102 -4
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +51 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +4 -2
- package/types/sap.ui.commons.d.ts +86 -32
- package/types/sap.ui.comp.d.ts +89 -20
- package/types/sap.ui.core.d.ts +4160 -3750
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +86 -1
- package/types/sap.ui.fl.d.ts +12 -2
- package/types/sap.ui.generic.app.d.ts +59 -4
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +60 -41
- package/types/sap.ui.layout.d.ts +12 -12
- package/types/sap.ui.mdc.d.ts +11 -7
- package/types/sap.ui.richtexteditor.d.ts +19 -10
- 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 +51 -349
- package/types/sap.ui.table.d.ts +66 -10
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +102 -322
- package/types/sap.ui.ux3.d.ts +7 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +122 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +6 -6
- package/types/sap.ui.webc.main.d.ts +5 -5
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +32 -81
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +8 -29
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/sap.fe.common.d.ts +0 -3
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1278,6 +1278,8 @@ declare namespace sap {
|
|
|
1278
1278
|
| `{${string}}`;
|
|
1279
1279
|
|
|
1280
1280
|
/**
|
|
1281
|
+
* @SINCE 1.24.5
|
|
1282
|
+
*
|
|
1281
1283
|
* This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
|
|
1282
1284
|
*/
|
|
1283
1285
|
alwaysShowToggler?:
|
|
@@ -4062,12 +4064,12 @@ declare namespace sap {
|
|
|
4062
4064
|
/**
|
|
4063
4065
|
* View
|
|
4064
4066
|
*/
|
|
4065
|
-
oView:
|
|
4067
|
+
oView: /* was: sap.m.Element */ any,
|
|
4066
4068
|
/**
|
|
4067
4069
|
* Index of view
|
|
4068
4070
|
*/
|
|
4069
4071
|
iIndex: int
|
|
4070
|
-
):
|
|
4072
|
+
): /* was: sap.m.Button */ any;
|
|
4071
4073
|
/**
|
|
4072
4074
|
* Destroys all the filter in the aggregation {@link #getFilter filter}.
|
|
4073
4075
|
*
|
|
@@ -11023,6 +11025,8 @@ declare namespace sap {
|
|
|
11023
11025
|
}
|
|
11024
11026
|
): this;
|
|
11025
11027
|
/**
|
|
11028
|
+
* @SINCE 1.24.5
|
|
11029
|
+
*
|
|
11026
11030
|
* Gets current value of property {@link #getAlwaysShowToggler alwaysShowToggler}.
|
|
11027
11031
|
*
|
|
11028
11032
|
* This property defines if the toggler should be displayed the whole time when the NotificationBar is shown.
|
package/types/sap.ui.vbm.d.ts
CHANGED
package/types/sap.ui.vk.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -15859,6 +15859,11 @@ declare namespace sap {
|
|
|
15859
15859
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15860
15860
|
| `{${string}}`;
|
|
15861
15861
|
|
|
15862
|
+
navigationMode?:
|
|
15863
|
+
| sap.ui.vk.NavigationMode
|
|
15864
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
15865
|
+
| `{${string}}`;
|
|
15866
|
+
|
|
15862
15867
|
/**
|
|
15863
15868
|
* Determines the content of the DrawerToolbar. See {@link sap.m.OverflowToolbar} for list of allowed controls.
|
|
15864
15869
|
* The content visible when the DrawerToolbar is expanded.
|
|
@@ -17236,6 +17241,22 @@ declare namespace sap {
|
|
|
17236
17241
|
| sap.ui.core.CSSColor
|
|
17237
17242
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17238
17243
|
| `{${string}}`;
|
|
17244
|
+
|
|
17245
|
+
/**
|
|
17246
|
+
* Navigation mode (optional)
|
|
17247
|
+
*/
|
|
17248
|
+
navigationMode?:
|
|
17249
|
+
| sap.ui.vk.NavigationMode
|
|
17250
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17251
|
+
| `{${string}}`;
|
|
17252
|
+
|
|
17253
|
+
/**
|
|
17254
|
+
* Dimension (optional)
|
|
17255
|
+
*/
|
|
17256
|
+
dimension?:
|
|
17257
|
+
| int
|
|
17258
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17259
|
+
| `{${string}}`;
|
|
17239
17260
|
}
|
|
17240
17261
|
|
|
17241
17262
|
interface $ViewerSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -22344,6 +22365,14 @@ declare namespace sap {
|
|
|
22344
22365
|
* @returns Value of property `expanded`
|
|
22345
22366
|
*/
|
|
22346
22367
|
getExpanded(): boolean;
|
|
22368
|
+
/**
|
|
22369
|
+
* Gets current value of property {@link #getNavigationMode navigationMode}.
|
|
22370
|
+
*
|
|
22371
|
+
* Default value is `Turntable`.
|
|
22372
|
+
*
|
|
22373
|
+
* @returns Value of property `navigationMode`
|
|
22374
|
+
*/
|
|
22375
|
+
getNavigationMode(): sap.ui.vk.NavigationMode;
|
|
22347
22376
|
/**
|
|
22348
22377
|
* ID of the element which is the current target of the association {@link #getViewport viewport}, or `null`.
|
|
22349
22378
|
*/
|
|
@@ -22407,6 +22436,21 @@ declare namespace sap {
|
|
|
22407
22436
|
*/
|
|
22408
22437
|
bExpanded: boolean
|
|
22409
22438
|
): this;
|
|
22439
|
+
/**
|
|
22440
|
+
* Sets a new value for property {@link #getNavigationMode navigationMode}.
|
|
22441
|
+
*
|
|
22442
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
22443
|
+
*
|
|
22444
|
+
* Default value is `Turntable`.
|
|
22445
|
+
*
|
|
22446
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
22447
|
+
*/
|
|
22448
|
+
setNavigationMode(
|
|
22449
|
+
/**
|
|
22450
|
+
* New value for property `navigationMode`
|
|
22451
|
+
*/
|
|
22452
|
+
sNavigationMode?: sap.ui.vk.NavigationMode
|
|
22453
|
+
): this;
|
|
22410
22454
|
/**
|
|
22411
22455
|
* Sets the associated {@link #getViewport viewport}.
|
|
22412
22456
|
*
|
|
@@ -33612,6 +33656,14 @@ declare namespace sap {
|
|
|
33612
33656
|
* @returns Value of property `description`
|
|
33613
33657
|
*/
|
|
33614
33658
|
getDescription(): string;
|
|
33659
|
+
/**
|
|
33660
|
+
* Gets current value of property {@link #getDimension dimension}.
|
|
33661
|
+
*
|
|
33662
|
+
* Dimension (optional)
|
|
33663
|
+
*
|
|
33664
|
+
* @returns Value of property `dimension`
|
|
33665
|
+
*/
|
|
33666
|
+
getDimension(): int;
|
|
33615
33667
|
/**
|
|
33616
33668
|
* Gets current value of property {@link #getName name}.
|
|
33617
33669
|
*
|
|
@@ -33620,6 +33672,16 @@ declare namespace sap {
|
|
|
33620
33672
|
* @returns Value of property `name`
|
|
33621
33673
|
*/
|
|
33622
33674
|
getName(): string;
|
|
33675
|
+
/**
|
|
33676
|
+
* Gets current value of property {@link #getNavigationMode navigationMode}.
|
|
33677
|
+
*
|
|
33678
|
+
* Navigation mode (optional)
|
|
33679
|
+
*
|
|
33680
|
+
* Default value is `NoChange`.
|
|
33681
|
+
*
|
|
33682
|
+
* @returns Value of property `navigationMode`
|
|
33683
|
+
*/
|
|
33684
|
+
getNavigationMode(): sap.ui.vk.NavigationMode;
|
|
33623
33685
|
/**
|
|
33624
33686
|
* @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
|
|
33625
33687
|
* versions.
|
|
@@ -33737,6 +33799,21 @@ declare namespace sap {
|
|
|
33737
33799
|
*/
|
|
33738
33800
|
sDescription: string
|
|
33739
33801
|
): this;
|
|
33802
|
+
/**
|
|
33803
|
+
* Sets a new value for property {@link #getDimension dimension}.
|
|
33804
|
+
*
|
|
33805
|
+
* Dimension (optional)
|
|
33806
|
+
*
|
|
33807
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
33808
|
+
*
|
|
33809
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
33810
|
+
*/
|
|
33811
|
+
setDimension(
|
|
33812
|
+
/**
|
|
33813
|
+
* New value for property `dimension`
|
|
33814
|
+
*/
|
|
33815
|
+
iDimension: int
|
|
33816
|
+
): this;
|
|
33740
33817
|
/**
|
|
33741
33818
|
* Sets a new value for property {@link #getName name}.
|
|
33742
33819
|
*
|
|
@@ -33752,6 +33829,23 @@ declare namespace sap {
|
|
|
33752
33829
|
*/
|
|
33753
33830
|
sName: string
|
|
33754
33831
|
): this;
|
|
33832
|
+
/**
|
|
33833
|
+
* Sets a new value for property {@link #getNavigationMode navigationMode}.
|
|
33834
|
+
*
|
|
33835
|
+
* Navigation mode (optional)
|
|
33836
|
+
*
|
|
33837
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
33838
|
+
*
|
|
33839
|
+
* Default value is `NoChange`.
|
|
33840
|
+
*
|
|
33841
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
33842
|
+
*/
|
|
33843
|
+
setNavigationMode(
|
|
33844
|
+
/**
|
|
33845
|
+
* New value for property `navigationMode`
|
|
33846
|
+
*/
|
|
33847
|
+
sNavigationMode?: sap.ui.vk.NavigationMode
|
|
33848
|
+
): this;
|
|
33755
33849
|
/**
|
|
33756
33850
|
* @EXPERIMENTAL (since 1.73.0) - This class is experimental and might be modified or removed in future
|
|
33757
33851
|
* versions.
|
|
@@ -40553,6 +40647,31 @@ declare namespace sap {
|
|
|
40553
40647
|
|
|
40554
40648
|
Toggle = "Toggle",
|
|
40555
40649
|
}
|
|
40650
|
+
/**
|
|
40651
|
+
* Navigation mode
|
|
40652
|
+
*/
|
|
40653
|
+
enum NavigationMode {
|
|
40654
|
+
/**
|
|
40655
|
+
* Navigation mode stays the same.
|
|
40656
|
+
*/
|
|
40657
|
+
NoChange = "NoChange",
|
|
40658
|
+
/**
|
|
40659
|
+
* The orbit navigation mode.
|
|
40660
|
+
*/
|
|
40661
|
+
Orbit = "Orbit",
|
|
40662
|
+
/**
|
|
40663
|
+
* The pan navigation mode.
|
|
40664
|
+
*/
|
|
40665
|
+
Pan = "Pan",
|
|
40666
|
+
/**
|
|
40667
|
+
* The turntable navigation mode.
|
|
40668
|
+
*/
|
|
40669
|
+
Turntable = "Turntable",
|
|
40670
|
+
/**
|
|
40671
|
+
* The zoom navigation mode.
|
|
40672
|
+
*/
|
|
40673
|
+
Zoom = "Zoom",
|
|
40674
|
+
}
|
|
40556
40675
|
/**
|
|
40557
40676
|
* Node content type for {@link sap.ui.vk.NodeHierarchy.createNode}.
|
|
40558
40677
|
*/
|
|
@@ -40759,6 +40878,8 @@ declare namespace sap {
|
|
|
40759
40878
|
|
|
40760
40879
|
"sap/ui/vk/NativeViewport": undefined;
|
|
40761
40880
|
|
|
40881
|
+
"sap/ui/vk/NavigationMode": undefined;
|
|
40882
|
+
|
|
40762
40883
|
"sap/ui/vk/NodeContentType": undefined;
|
|
40763
40884
|
|
|
40764
40885
|
"sap/ui/vk/NodeHierarchy": undefined;
|
package/types/sap.ui.vtm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -11240,11 +11240,11 @@ declare namespace sap {
|
|
|
11240
11240
|
/**
|
|
11241
11241
|
* Gets current value of property {@link #getFile file}.
|
|
11242
11242
|
*
|
|
11243
|
-
* Holds an instance of
|
|
11243
|
+
* Holds an instance of File associated with this item.
|
|
11244
11244
|
*
|
|
11245
11245
|
* @returns Value of property `file`
|
|
11246
11246
|
*/
|
|
11247
|
-
getFile():
|
|
11247
|
+
getFile(): File;
|
|
11248
11248
|
/**
|
|
11249
11249
|
* Gets current value of property {@link #getFileName fileName}.
|
|
11250
11250
|
*
|
|
@@ -11383,9 +11383,9 @@ declare namespace sap {
|
|
|
11383
11383
|
bDisableDeleteButton?: boolean
|
|
11384
11384
|
): this;
|
|
11385
11385
|
/**
|
|
11386
|
-
* Sets a new value for property {@link #
|
|
11386
|
+
* Sets a new value for property {@link #setFile file}.
|
|
11387
11387
|
*
|
|
11388
|
-
* Holds an instance of
|
|
11388
|
+
* Holds an instance of File associated with this item.
|
|
11389
11389
|
*
|
|
11390
11390
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11391
11391
|
*
|
|
@@ -11395,7 +11395,7 @@ declare namespace sap {
|
|
|
11395
11395
|
/**
|
|
11396
11396
|
* New value for property `file`
|
|
11397
11397
|
*/
|
|
11398
|
-
oFile?:
|
|
11398
|
+
oFile?: File
|
|
11399
11399
|
): this;
|
|
11400
11400
|
/**
|
|
11401
11401
|
* Sets a new value for property {@link #getFileName fileName}.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -13448,7 +13448,7 @@ declare namespace sap {
|
|
|
13448
13448
|
/**
|
|
13449
13449
|
* A Java Script date object to be formatted as string
|
|
13450
13450
|
*/
|
|
13451
|
-
date:
|
|
13451
|
+
date: Date
|
|
13452
13452
|
): void;
|
|
13453
13453
|
/**
|
|
13454
13454
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -14259,7 +14259,7 @@ declare namespace sap {
|
|
|
14259
14259
|
/**
|
|
14260
14260
|
* A Java Script date object to be formatted as string
|
|
14261
14261
|
*/
|
|
14262
|
-
date:
|
|
14262
|
+
date: Date
|
|
14263
14263
|
): void;
|
|
14264
14264
|
/**
|
|
14265
14265
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -15144,7 +15144,7 @@ declare namespace sap {
|
|
|
15144
15144
|
/**
|
|
15145
15145
|
* A Java Script date object to be formatted as string
|
|
15146
15146
|
*/
|
|
15147
|
-
date:
|
|
15147
|
+
date: Date
|
|
15148
15148
|
): void;
|
|
15149
15149
|
/**
|
|
15150
15150
|
* Gets current value of property {@link #getAccessibleName accessibleName}.
|
|
@@ -36591,7 +36591,7 @@ declare namespace sap {
|
|
|
36591
36591
|
/**
|
|
36592
36592
|
* A Java Script date object to be formatted as string
|
|
36593
36593
|
*/
|
|
36594
|
-
date:
|
|
36594
|
+
date: Date
|
|
36595
36595
|
): void;
|
|
36596
36596
|
/**
|
|
36597
36597
|
* Returns the currently selected time represented as JavaScript Date instance
|
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ushell {
|
|
@@ -417,6 +417,9 @@ declare namespace sap {
|
|
|
417
417
|
sVariantKey: string
|
|
418
418
|
): void;
|
|
419
419
|
}
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
namespace personalization {
|
|
420
423
|
/**
|
|
421
424
|
* @SINCE 1.18.0
|
|
422
425
|
*
|
|
@@ -434,68 +437,12 @@ declare namespace sap {
|
|
|
434
437
|
* and the table settings. It might be used for a different screen than the variants of type 1. In this
|
|
435
438
|
* example you would have 2 variant sets, one for each variant type.
|
|
436
439
|
*/
|
|
437
|
-
constructor(
|
|
438
|
-
|
|
439
|
-
/**
|
|
440
|
-
* @SINCE 1.22.0
|
|
441
|
-
*
|
|
442
|
-
* Creates a new variant set in the container. In case a variant set with this key is already existing an
|
|
443
|
-
* exception is thrown.
|
|
444
|
-
*
|
|
445
|
-
* @returns {@link ontainerVariantSet}
|
|
446
|
-
*/
|
|
447
|
-
addVariantSet(
|
|
448
|
-
/**
|
|
449
|
-
* variant set key
|
|
450
|
-
*/
|
|
451
|
-
sVariantSetKey: string
|
|
452
|
-
): object;
|
|
453
|
-
/**
|
|
454
|
-
* @SINCE 1.18.0
|
|
455
|
-
*
|
|
456
|
-
* Checks if a specific variant set is contained in the container.
|
|
457
|
-
*
|
|
458
|
-
* @returns true if the container contains a variant set with the key
|
|
459
|
-
*/
|
|
460
|
-
containsVariantSet(
|
|
461
|
-
/**
|
|
462
|
-
* variant set key
|
|
463
|
-
*/
|
|
464
|
-
sVariantSetKey: string
|
|
465
|
-
): boolean;
|
|
466
|
-
/**
|
|
467
|
-
* @SINCE 1.22.0
|
|
468
|
-
*
|
|
469
|
-
* Deletes a variant set from the container. In case the variant set does not exist nothing happens.
|
|
470
|
-
*/
|
|
471
|
-
delVariantSet(
|
|
472
|
-
/**
|
|
473
|
-
* variant set key
|
|
474
|
-
*/
|
|
475
|
-
sVariantSetKey: string
|
|
476
|
-
): void;
|
|
477
|
-
/**
|
|
478
|
-
* @SINCE 1.22.0
|
|
479
|
-
*
|
|
480
|
-
* Returns the variant set object from the container.
|
|
481
|
-
*
|
|
482
|
-
* @returns {@link ontainerVariantSet}. In case the container does not contain a variant set with this key
|
|
483
|
-
* `undefined` is returned.
|
|
484
|
-
*/
|
|
485
|
-
getVariantSet(
|
|
440
|
+
constructor(
|
|
486
441
|
/**
|
|
487
|
-
*
|
|
442
|
+
* Context
|
|
488
443
|
*/
|
|
489
|
-
|
|
490
|
-
)
|
|
491
|
-
/**
|
|
492
|
-
* @SINCE 1.18.0
|
|
493
|
-
*
|
|
494
|
-
* Returns an array with the keys of the variant sets in the container.
|
|
495
|
-
*
|
|
496
|
-
* @returns variant set keys
|
|
497
|
-
*/
|
|
498
|
-
getVariantSetKeys(): any[];
|
|
444
|
+
oContextContainer: object
|
|
445
|
+
);
|
|
499
446
|
}
|
|
500
447
|
}
|
|
501
448
|
|
|
@@ -2657,7 +2604,7 @@ declare namespace sap {
|
|
|
2657
2604
|
*/
|
|
2658
2605
|
isNavigationSupported(
|
|
2659
2606
|
/**
|
|
2660
|
-
* the intents (such as `["#AnObject-action?A=B&c=e"]`) to be checked with object
|
|
2607
|
+
* the intents (such as `["#AnObject-action?A=B&c=e"]`) to be checked with object being instances the oArgs
|
|
2661
2608
|
* object of toExternal, hrefForExternal etc. e.g. ` { target : { semanticObject : "AnObject", action: "action"
|
|
2662
2609
|
* }, params : { A : "B" } } ` or e.g. ` { target : { semanticObject : "AnObject", action: "action" }, params
|
|
2663
2610
|
* : { A : "B", c : "e" } } ` or `{ target : { shellHash : "AnObject-action?A=B&c=e" } }`
|
|
@@ -3188,7 +3135,7 @@ declare namespace sap {
|
|
|
3188
3135
|
*
|
|
3189
3136
|
* Do not mix the usage of a personalizer and a personalization container for one containerKey.
|
|
3190
3137
|
*
|
|
3191
|
-
* Fetching multiple
|
|
3138
|
+
* Fetching multiple Personalizer for the same container, but different items is not supported. Use {@link
|
|
3192
3139
|
* sap.ushell.services.Personalizer#getContainer} instead for this scenario.
|
|
3193
3140
|
*
|
|
3194
3141
|
* @returns {@link sap.ushell.services.Personalizer} which provides generic read and write access to the
|
|
@@ -3815,12 +3762,12 @@ declare namespace sap {
|
|
|
3815
3762
|
*
|
|
3816
3763
|
* Most of the parse methods are robust w.r.t. a leading "#".
|
|
3817
3764
|
*
|
|
3818
|
-
* Note: The functions were designed with a "truthy"
|
|
3765
|
+
* Note: The functions were designed with a "truthy" behavior for not present values, Thus a client should
|
|
3819
3766
|
* not rely on the difference between null, "undefined", "" when testing for the result of a parse action.
|
|
3820
3767
|
*
|
|
3821
3768
|
* The parsing functions are deliberately restrictive and fragile, only shell compliant hashes are parsed
|
|
3822
|
-
* correctly,
|
|
3823
|
-
* do "degrade"
|
|
3769
|
+
* correctly, behavior for non-compliant hashes is undefined and subject to change, notably we do not aim
|
|
3770
|
+
* do "degrade" nicely or support partial parsing of corrupted urls.
|
|
3824
3771
|
* See:
|
|
3825
3772
|
* sap.ushell.services.Container#getServiceAsync
|
|
3826
3773
|
*/
|
|
@@ -3890,7 +3837,7 @@ declare namespace sap {
|
|
|
3890
3837
|
constructShellHash(
|
|
3891
3838
|
/**
|
|
3892
3839
|
* The action must be a valid action, it may not contain "?" or directly a parameter string `undefined`
|
|
3893
|
-
* if not a
|
|
3840
|
+
* if not a parsable hash ` { target: { semanticObject: string, action: string, contextRaw: string }, params:
|
|
3894
3841
|
* MapObject, appStateKey: string appSpecificRoute: string } ` xor `{ target: { shellHash
|
|
3895
3842
|
* } }` Note: in general it is preferred to add an appStateKey directly to the params object
|
|
3896
3843
|
*/
|
|
@@ -4010,7 +3957,7 @@ declare namespace sap {
|
|
|
4010
3957
|
*
|
|
4011
3958
|
* Decompose a shell hash into the respective parts
|
|
4012
3959
|
*
|
|
4013
|
-
* @returns `undefined` if not a
|
|
3960
|
+
* @returns `undefined` if not a parsable hash
|
|
4014
3961
|
* ` { semanticObject : string,
|
|
4015
3962
|
* action : string,
|
|
4016
3963
|
* contextRaw : string,
|
|
@@ -4033,7 +3980,7 @@ declare namespace sap {
|
|
|
4033
3980
|
* parts
|
|
4034
3981
|
* for non compliant hash strings, the empty object {} is returned. an optional leading # is stripped
|
|
4035
3982
|
*
|
|
4036
|
-
* @returns `{}`(empty object) if not a
|
|
3983
|
+
* @returns `{}`(empty object) if not a parsable hash ` { shellPart : "Object-name~AFE2==?PV1=PV2&PV4=V5",
|
|
4037
3984
|
* appSpecificRoute : "display/detail/7?UU=HH" } ` otherwise Note that params always has an Array for each
|
|
4038
3985
|
* parameter value!
|
|
4039
3986
|
*/
|
|
@@ -5148,8 +5095,12 @@ declare namespace sap {
|
|
|
5148
5095
|
* @SINCE 1.30
|
|
5149
5096
|
*
|
|
5150
5097
|
* Creates and displays a shell header icon in Fiori launchpad, in the given launchpad states.
|
|
5151
|
-
* The icon is displayed in the right side of the Fiori Launchpad shell header or in an
|
|
5152
|
-
*
|
|
5098
|
+
* The icon is displayed in the right side of the Fiori Launchpad shell header or in an overflow menu.
|
|
5099
|
+
* The text property is mandatory as it might be used in the overflow menu.
|
|
5100
|
+
* The tooltip property must not have the same text as the text property, as this causes accessibility
|
|
5101
|
+
* issues if the item is in the overflow menu.
|
|
5102
|
+
* If no tooltip is provided, the text property is shown as tooltip when the item is not in the overflow
|
|
5103
|
+
* menu.
|
|
5153
5104
|
*
|
|
5154
5105
|
*
|
|
5155
5106
|
* **Example:**
|
|
@@ -5164,7 +5115,7 @@ declare namespace sap {
|
|
|
5164
5115
|
* tooltip: resources.i18n.getText("testButton.tooltip"),
|
|
5165
5116
|
* text: resources.i18n.getText("testButton.text"),
|
|
5166
5117
|
* ariaLabel: resources.i18n.getText("testButton.ariaLabel"),
|
|
5167
|
-
* ariaHaspopup: "dialog"
|
|
5118
|
+
* ariaHaspopup: "dialog",
|
|
5168
5119
|
* press: [myController.handleTestButtonPress, myController]
|
|
5169
5120
|
* }, true);
|
|
5170
5121
|
*
|
|
@@ -5172,7 +5123,7 @@ declare namespace sap {
|
|
|
5172
5123
|
* oRenderer.addHeaderEndItem({
|
|
5173
5124
|
* id: "myTestLink",
|
|
5174
5125
|
* ariaLabel: resources.i18n.getText("testLink.label"),
|
|
5175
|
-
* target: "#MyTestApplication-show"
|
|
5126
|
+
* target: "#MyTestApplication-show",
|
|
5176
5127
|
* icon: "sap-icon://overflow"
|
|
5177
5128
|
* }, true, true);
|
|
5178
5129
|
* ```
|
|
@@ -5235,7 +5186,7 @@ declare namespace sap {
|
|
|
5235
5186
|
* oRenderer.addHeaderItem({
|
|
5236
5187
|
* id: "myTestButton",
|
|
5237
5188
|
* ariaLabel: resources.i18n.getText("testButton.label"),
|
|
5238
|
-
* ariaHaspopup: "dialog"
|
|
5189
|
+
* ariaHaspopup: "dialog",
|
|
5239
5190
|
* icon: "sap-icon://action-settings",
|
|
5240
5191
|
* tooltip: resources.i18n.getText("testButton.tooltip"),
|
|
5241
5192
|
* text: resources.i18n.getText("testButton.text"),
|
|
@@ -5297,7 +5248,7 @@ declare namespace sap {
|
|
|
5297
5248
|
* oRenderer.addHeaderItem({
|
|
5298
5249
|
* id: "myTestButton",
|
|
5299
5250
|
* ariaLabel: resources.i18n.getText("testButton.label"),
|
|
5300
|
-
* ariaHaspopup: "dialog"
|
|
5251
|
+
* ariaHaspopup: "dialog",
|
|
5301
5252
|
* icon: "sap-icon://action-settings",
|
|
5302
5253
|
* tooltip: resources.i18n.getText("testButton.tooltip"),
|
|
5303
5254
|
* text: resources.i18n.getText("testButton.text"),
|
|
@@ -6740,7 +6691,7 @@ declare namespace sap {
|
|
|
6740
6691
|
* A callback function that is called after the save-as-tile dialog is closed.
|
|
6741
6692
|
*/
|
|
6742
6693
|
afterPressHandler?:
|
|
6743
|
-
|
|
|
6694
|
+
| Function
|
|
6744
6695
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
6745
6696
|
| `{${string}}`;
|
|
6746
6697
|
|
|
@@ -6900,7 +6851,7 @@ declare namespace sap {
|
|
|
6900
6851
|
*
|
|
6901
6852
|
* @returns Value of property `afterPressHandler`
|
|
6902
6853
|
*/
|
|
6903
|
-
getAfterPressHandler():
|
|
6854
|
+
getAfterPressHandler(): Function;
|
|
6904
6855
|
/**
|
|
6905
6856
|
* @deprecated (since 1.31) - Use dedicated properties like afterPressHandler, beforePresshandler, customUrl,
|
|
6906
6857
|
* ... of the AddBookmarkButton instead.
|
|
@@ -7025,7 +6976,7 @@ declare namespace sap {
|
|
|
7025
6976
|
/**
|
|
7026
6977
|
* New value for property `afterPressHandler`
|
|
7027
6978
|
*/
|
|
7028
|
-
|
|
6979
|
+
fnAfterPressHandler?: Function
|
|
7029
6980
|
): this;
|
|
7030
6981
|
/**
|
|
7031
6982
|
* @deprecated (since 1.31) - Use dedicated properties like afterPressHandler, beforePresshandler, customUrl,
|
|
@@ -9488,7 +9439,7 @@ declare namespace sap {
|
|
|
9488
9439
|
* arguments). The object is expected to be a UI component (i.e. extend `sap.ui.core.UIComponent`), which
|
|
9489
9440
|
* is then automatically wrapped into a `sap.ui.core.ComponentContainer` control by this method. The `sap.ui.core.ComponentContainer`
|
|
9490
9441
|
* is created with `height` and `width` set to "100%" to accommodate the complete available space. Besides
|
|
9491
|
-
*
|
|
9442
|
+
* UIComponents a control (i.e. extend `sap.ui.core.Control`) is accepted, too.
|
|
9492
9443
|
*
|
|
9493
9444
|
* The returned renderer is supposed to be added to a direct child (for example `div`) of the `body` of
|
|
9494
9445
|
* the page and there should be no other parts of the page consuming space outside the renderer. Use CSS
|
|
@@ -9849,8 +9800,6 @@ declare namespace sap {
|
|
|
9849
9800
|
|
|
9850
9801
|
"sap/ushell/services/_Personalization/VariantSet": undefined;
|
|
9851
9802
|
|
|
9852
|
-
"sap/ushell/services/_Personalization/VariantSetAdapter": undefined;
|
|
9853
|
-
|
|
9854
9803
|
"sap/ushell/services/AppConfiguration": undefined;
|
|
9855
9804
|
|
|
9856
9805
|
"sap/ushell/services/AppLifeCycle": undefined;
|
|
@@ -9873,6 +9822,8 @@ declare namespace sap {
|
|
|
9873
9822
|
|
|
9874
9823
|
"sap/ushell/services/Personalization": undefined;
|
|
9875
9824
|
|
|
9825
|
+
"sap/ushell/services/personalization/VariantSetAdapter": undefined;
|
|
9826
|
+
|
|
9876
9827
|
"sap/ushell/services/SearchableContent": undefined;
|
|
9877
9828
|
|
|
9878
9829
|
"sap/ushell/services/ShellNavigation": undefined;
|
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -3625,26 +3625,6 @@ declare namespace sap {
|
|
|
3625
3625
|
*/
|
|
3626
3626
|
oBreadcrumbs: sap.m.Breadcrumbs
|
|
3627
3627
|
): this;
|
|
3628
|
-
/**
|
|
3629
|
-
* @deprecated (since 1.40.1)
|
|
3630
|
-
*
|
|
3631
|
-
* Sets a new value for property {@link #getHeaderDesign headerDesign}.
|
|
3632
|
-
*
|
|
3633
|
-
* Determines the design of the header - Light or Dark. **Note: **This property is deprecated. It will continue
|
|
3634
|
-
* to work in the Blue Crystal theme, but it will not be taken into account for the Belize themes.
|
|
3635
|
-
*
|
|
3636
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3637
|
-
*
|
|
3638
|
-
* Default value is `Light`.
|
|
3639
|
-
*
|
|
3640
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
3641
|
-
*/
|
|
3642
|
-
setHeaderDesign(
|
|
3643
|
-
/**
|
|
3644
|
-
* New value for property `headerDesign`
|
|
3645
|
-
*/
|
|
3646
|
-
sHeaderDesign?: sap.uxap.ObjectPageHeaderDesign
|
|
3647
|
-
): this;
|
|
3648
3628
|
/**
|
|
3649
3629
|
* Sets a new value for property {@link #getIsActionAreaAlwaysVisible isActionAreaAlwaysVisible}.
|
|
3650
3630
|
*
|
|
@@ -6885,14 +6865,6 @@ declare namespace sap {
|
|
|
6885
6865
|
*/
|
|
6886
6866
|
sImportance?: sap.uxap.Importance
|
|
6887
6867
|
): this;
|
|
6888
|
-
/**
|
|
6889
|
-
* Returns the DOM Element that should get the focus.
|
|
6890
|
-
*
|
|
6891
|
-
* To be overwritten by the specific control method.
|
|
6892
|
-
*
|
|
6893
|
-
* @returns this for chaining
|
|
6894
|
-
*/
|
|
6895
|
-
setInvisibleTextLabelValue(): this;
|
|
6896
6868
|
/**
|
|
6897
6869
|
* Sets a new value for property {@link #getTitle title}.
|
|
6898
6870
|
*
|
|
@@ -6954,6 +6926,13 @@ declare namespace sap {
|
|
|
6954
6926
|
*/
|
|
6955
6927
|
bVisible?: boolean
|
|
6956
6928
|
): this;
|
|
6929
|
+
/**
|
|
6930
|
+
* Performs the update of the invisible text label. This method is called for example when the section title
|
|
6931
|
+
* is changed.
|
|
6932
|
+
*
|
|
6933
|
+
* @returns this for chaining
|
|
6934
|
+
*/
|
|
6935
|
+
updateInvisibleTextLabelValue(): this;
|
|
6957
6936
|
}
|
|
6958
6937
|
/**
|
|
6959
6938
|
* @SINCE 1.26
|
package/types/sap.viz.d.ts
CHANGED