@sapui5/ts-types 1.142.3 → 1.143.1
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.ui.commons.d.ts → commons-1.143.0-d.ts} +1 -1
- package/types/{core-1.142.0-d.ts → core-1.143.0-d.ts} +66 -54
- package/types/{dt-1.142.1-d.ts → dt-1.143.0-d.ts} +1 -1
- package/types/index.d.ts +8 -7
- package/types/{mdc-1.142.1-d.ts → mdc-1.143.0-d.ts} +500 -137
- package/types/{mobile-1.142.0-d.ts → mobile-1.143.0-d.ts} +168 -11
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +670 -13
- package/types/sap.f.d.ts +8 -1
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +35 -102
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +7 -2
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +216 -11
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +24 -2
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +7 -4
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -6
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +27560 -0
- package/types/sap.ui.integration.d.ts +45 -9
- package/types/sap.ui.layout.d.ts +64 -46
- package/types/sap.ui.richtexteditor.d.ts +39 -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.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +61 -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 +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +53 -10
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- 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/{tnt-1.142.1-d.ts → tnt-1.143.0-d.ts} +1 -1
- package/types/{sap.ui.ux3.d.ts → ux3-1.143.0-d.ts} +1 -1
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -20469,6 +20469,13 @@ declare namespace sap {
|
|
|
20469
20469
|
unbindValue(): this;
|
|
20470
20470
|
}
|
|
20471
20471
|
/**
|
|
20472
|
+
* **Note:** `sap.f.ShellBar` is not UXC-compliant and will no longer be aligned with future UXC design
|
|
20473
|
+
* updates. For UXC-compliant applications, use the ui5-shellbar web component instead. It can be integrated
|
|
20474
|
+
* seamlessly using ui5-tooling-modules. See {@link https://ui5.sap.com/#/topic/1c80793df5bb424091954697fc0b2828 Using Web Components}.
|
|
20475
|
+
*
|
|
20476
|
+
*
|
|
20477
|
+
*
|
|
20478
|
+
*
|
|
20472
20479
|
* A horizontal bar control holding multiple child controls used as application shell header.
|
|
20473
20480
|
*
|
|
20474
20481
|
* Overview:
|
package/types/sap.fe.ariba.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -83,7 +83,6 @@ declare namespace sap {
|
|
|
83
83
|
* A controller extension to handle collaborative draft scenarios.
|
|
84
84
|
*
|
|
85
85
|
* @since 1.141.0
|
|
86
|
-
* @experimental As of version 1.141.0.
|
|
87
86
|
*/
|
|
88
87
|
class CollaborativeDraft extends sap.fe.core.controllerextensions
|
|
89
88
|
.BaseControllerExtension {
|
|
@@ -93,7 +92,6 @@ declare namespace sap {
|
|
|
93
92
|
*
|
|
94
93
|
*
|
|
95
94
|
* @since 1.141.0
|
|
96
|
-
* @experimental As of version 1.141.0.
|
|
97
95
|
*/
|
|
98
96
|
sendContextsCreated(
|
|
99
97
|
/**
|
|
@@ -109,7 +107,6 @@ declare namespace sap {
|
|
|
109
107
|
*
|
|
110
108
|
*
|
|
111
109
|
* @since 1.141.0
|
|
112
|
-
* @experimental As of version 1.141.0.
|
|
113
110
|
*/
|
|
114
111
|
sendContextsDeleted(
|
|
115
112
|
/**
|
|
@@ -121,7 +118,6 @@ declare namespace sap {
|
|
|
121
118
|
* Sends a notification to other users that a property has been locked or unlocked by the current user.
|
|
122
119
|
*
|
|
123
120
|
* @since 1.141.0
|
|
124
|
-
* @experimental As of version 1.141.0.
|
|
125
121
|
*/
|
|
126
122
|
sendLockChange(
|
|
127
123
|
/**
|
|
@@ -143,7 +139,6 @@ declare namespace sap {
|
|
|
143
139
|
*
|
|
144
140
|
*
|
|
145
141
|
* @since 1.141.0
|
|
146
|
-
* @experimental As of version 1.141.0.
|
|
147
142
|
*/
|
|
148
143
|
sendPropertyValuesChange(
|
|
149
144
|
/**
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -102,11 +102,6 @@ declare namespace sap {
|
|
|
102
102
|
*/
|
|
103
103
|
press?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
104
104
|
|
|
105
|
-
/**
|
|
106
|
-
* Defines the priority of the action in the overflow toolbar.
|
|
107
|
-
*/
|
|
108
|
-
priority?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
109
|
-
|
|
110
105
|
/**
|
|
111
106
|
* Defines if the action requires a selection.
|
|
112
107
|
*/
|
|
@@ -178,11 +173,6 @@ declare namespace sap {
|
|
|
178
173
|
*/
|
|
179
174
|
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
180
175
|
|
|
181
|
-
/**
|
|
182
|
-
* Id of the FilterBar building block associated with the chart.
|
|
183
|
-
*/
|
|
184
|
-
filterBar?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
185
|
-
|
|
186
176
|
/**
|
|
187
177
|
* Specifies the header text that is shown in the chart
|
|
188
178
|
*/
|
|
@@ -268,6 +258,11 @@ declare namespace sap {
|
|
|
268
258
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
269
259
|
| `{${string}}`;
|
|
270
260
|
|
|
261
|
+
/**
|
|
262
|
+
* Id of the FilterBar building block associated with the chart.
|
|
263
|
+
*/
|
|
264
|
+
filterBar?: sap.ui.core.Control | string;
|
|
265
|
+
|
|
271
266
|
/**
|
|
272
267
|
* An event triggered when chart selections are changed. The event contains information about the data selected/deselected
|
|
273
268
|
* and the Boolean flag that indicates whether data is selected or deselected.
|
|
@@ -421,13 +416,6 @@ declare namespace sap {
|
|
|
421
416
|
* @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
|
|
422
417
|
*/
|
|
423
418
|
getCurrentVariantKey(): null | string;
|
|
424
|
-
/**
|
|
425
|
-
* Gets current value of property filterBar.
|
|
426
|
-
*
|
|
427
|
-
*
|
|
428
|
-
* @returns Value of property `filterBar`
|
|
429
|
-
*/
|
|
430
|
-
getFilterBar(): string;
|
|
431
419
|
/**
|
|
432
420
|
* Gets current value of property header.
|
|
433
421
|
*
|
|
@@ -508,13 +496,6 @@ declare namespace sap {
|
|
|
508
496
|
*/
|
|
509
497
|
key: string
|
|
510
498
|
): void;
|
|
511
|
-
/**
|
|
512
|
-
* Gets current value of property filterBar.
|
|
513
|
-
*
|
|
514
|
-
*
|
|
515
|
-
* @returns Value of property `filterBar`
|
|
516
|
-
*/
|
|
517
|
-
setFilterBar(): string;
|
|
518
499
|
/**
|
|
519
500
|
* Gets current value of property header.
|
|
520
501
|
*
|
|
@@ -711,7 +692,7 @@ declare namespace sap {
|
|
|
711
692
|
* Describes the settings that can be provided to the BuildingBlockObjectProperty constructor.
|
|
712
693
|
*/
|
|
713
694
|
interface $BuildingBlockObjectPropertySettings
|
|
714
|
-
extends sap.
|
|
695
|
+
extends sap.fe.base.$BuildingBlockBaseSettings {}
|
|
715
696
|
|
|
716
697
|
/**
|
|
717
698
|
* Describes the settings that can be provided to the BuildingBlockWithTemplating constructor.
|
|
@@ -725,7 +706,8 @@ declare namespace sap {
|
|
|
725
706
|
/**
|
|
726
707
|
* Base class for building block complex object properties that can be serialized to XML.
|
|
727
708
|
*/
|
|
728
|
-
class BuildingBlockObjectProperty extends sap.
|
|
709
|
+
class BuildingBlockObjectProperty extends sap.fe.base
|
|
710
|
+
.BuildingBlockBase {}
|
|
729
711
|
/**
|
|
730
712
|
* Using this class you can define a building block that will manage and render a templating based building
|
|
731
713
|
* block.
|
|
@@ -4784,11 +4766,6 @@ declare namespace sap {
|
|
|
4784
4766
|
*/
|
|
4785
4767
|
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4786
4768
|
|
|
4787
|
-
/**
|
|
4788
|
-
* Id of the FilterBar building block associated with the chart.
|
|
4789
|
-
*/
|
|
4790
|
-
filterBar?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4791
|
-
|
|
4792
4769
|
/**
|
|
4793
4770
|
* Specifies the header text that is shown in the chart
|
|
4794
4771
|
*/
|
|
@@ -4870,6 +4847,11 @@ declare namespace sap {
|
|
|
4870
4847
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
4871
4848
|
| `{${string}}`;
|
|
4872
4849
|
|
|
4850
|
+
/**
|
|
4851
|
+
* Id of the FilterBar building block associated with the chart.
|
|
4852
|
+
*/
|
|
4853
|
+
filterBar?: sap.ui.core.Control | string;
|
|
4854
|
+
|
|
4873
4855
|
/**
|
|
4874
4856
|
* An event triggered when chart selections are changed. The event contains information about the data selected/deselected
|
|
4875
4857
|
* and the Boolean flag that indicates whether data is selected or deselected.
|
|
@@ -4879,31 +4861,23 @@ declare namespace sap {
|
|
|
4879
4861
|
|
|
4880
4862
|
/**
|
|
4881
4863
|
* Describes the settings that can be provided to the CollaborativeDraftHandler constructor.
|
|
4882
|
-
*
|
|
4883
|
-
* @experimental As of version 1.141.0.
|
|
4884
4864
|
*/
|
|
4885
4865
|
interface $CollaborativeDraftHandlerSettings
|
|
4886
4866
|
extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
|
|
4887
4867
|
/**
|
|
4888
4868
|
* Defines the path of the context used in the current page or block.
|
|
4889
4869
|
* This setting is defined by the framework, and can be overwritten.
|
|
4890
|
-
*
|
|
4891
|
-
* @experimental As of version 1.141.0.
|
|
4892
4870
|
*/
|
|
4893
4871
|
contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4894
4872
|
|
|
4895
4873
|
/**
|
|
4896
4874
|
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
4897
|
-
*
|
|
4898
|
-
* @experimental As of version 1.141.0.
|
|
4899
4875
|
*/
|
|
4900
4876
|
metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
4901
4877
|
|
|
4902
4878
|
/**
|
|
4903
4879
|
* If set to true, the standard Avatar control is displayed to indicate the lock status.
|
|
4904
4880
|
* If set to false, nothing is displayed.
|
|
4905
|
-
*
|
|
4906
|
-
* @experimental As of version 1.141.0.
|
|
4907
4881
|
*/
|
|
4908
4882
|
showAvatar?:
|
|
4909
4883
|
| boolean
|
|
@@ -4938,8 +4912,6 @@ declare namespace sap {
|
|
|
4938
4912
|
|
|
4939
4913
|
/**
|
|
4940
4914
|
* Describes the settings that can be provided to the ConditionalSwitch constructor.
|
|
4941
|
-
*
|
|
4942
|
-
* @experimental As of version 1.141.0.
|
|
4943
4915
|
*/
|
|
4944
4916
|
interface $ConditionalSwitchSettings
|
|
4945
4917
|
extends sap.fe.base.$BuildingBlockBaseSettings {
|
|
@@ -4957,8 +4929,6 @@ declare namespace sap {
|
|
|
4957
4929
|
|
|
4958
4930
|
/**
|
|
4959
4931
|
* Describes the settings that can be provided to the ConditionalSwitchProperty constructor.
|
|
4960
|
-
*
|
|
4961
|
-
* @experimental As of version 1.141.0.
|
|
4962
4932
|
*/
|
|
4963
4933
|
interface $ConditionalSwitchPropertySettings
|
|
4964
4934
|
extends sap.ui.core.$ElementSettings {
|
|
@@ -5055,10 +5025,7 @@ declare namespace sap {
|
|
|
5055
5025
|
/**
|
|
5056
5026
|
* The Number to be displayed.
|
|
5057
5027
|
*/
|
|
5058
|
-
number?:
|
|
5059
|
-
| any
|
|
5060
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5061
|
-
| `{${string}}`;
|
|
5028
|
+
number?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5062
5029
|
|
|
5063
5030
|
/**
|
|
5064
5031
|
* Set it to `true` if the KPI should display its status icon.
|
|
@@ -5071,34 +5038,22 @@ declare namespace sap {
|
|
|
5071
5038
|
/**
|
|
5072
5039
|
* The Status to be displayed.
|
|
5073
5040
|
*/
|
|
5074
|
-
status?:
|
|
5075
|
-
| any
|
|
5076
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5077
|
-
| `{${string}}`;
|
|
5041
|
+
status?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5078
5042
|
|
|
5079
5043
|
/**
|
|
5080
5044
|
* The Text to be displayed.
|
|
5081
5045
|
*/
|
|
5082
|
-
text?:
|
|
5083
|
-
| any
|
|
5084
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5085
|
-
| `{${string}}`;
|
|
5046
|
+
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5086
5047
|
|
|
5087
5048
|
/**
|
|
5088
5049
|
* The Tooltip to be displayed.
|
|
5089
5050
|
*/
|
|
5090
|
-
tooltip?:
|
|
5091
|
-
| any
|
|
5092
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5093
|
-
| `{${string}}`;
|
|
5051
|
+
tooltip?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5094
5052
|
|
|
5095
5053
|
/**
|
|
5096
5054
|
* The Unit of Measure of the number to be displayed.
|
|
5097
5055
|
*/
|
|
5098
|
-
unit?:
|
|
5099
|
-
| any
|
|
5100
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5101
|
-
| `{${string}}`;
|
|
5056
|
+
unit?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5102
5057
|
|
|
5103
5058
|
/**
|
|
5104
5059
|
* An event is triggered when the KPI is pressed.
|
|
@@ -5131,7 +5086,9 @@ declare namespace sap {
|
|
|
5131
5086
|
/**
|
|
5132
5087
|
* The event is triggered when the message button's visibility changes.
|
|
5133
5088
|
*/
|
|
5134
|
-
visibilityChange?: (
|
|
5089
|
+
visibilityChange?: (
|
|
5090
|
+
oEvent: MessageButton$VisibilityChangeEvent
|
|
5091
|
+
) => void;
|
|
5135
5092
|
}
|
|
5136
5093
|
|
|
5137
5094
|
/**
|
|
@@ -5217,14 +5174,12 @@ declare namespace sap {
|
|
|
5217
5174
|
|
|
5218
5175
|
/**
|
|
5219
5176
|
* Provides additional details of the page. This property is considered only if the title property is defined.
|
|
5220
|
-
* Can be a string or a binding info object.
|
|
5221
5177
|
*/
|
|
5222
5178
|
description?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5223
5179
|
|
|
5224
5180
|
/**
|
|
5225
5181
|
* Title of the page. If no title is provided, the title, avatar, and description are derived from the unqualified
|
|
5226
5182
|
* HeaderInfo annotation associated with the entity.
|
|
5227
|
-
* Can be a string or a binding info object.
|
|
5228
5183
|
*/
|
|
5229
5184
|
title?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
5230
5185
|
|
|
@@ -5338,8 +5293,6 @@ declare namespace sap {
|
|
|
5338
5293
|
|
|
5339
5294
|
/**
|
|
5340
5295
|
* Describes the settings that can be provided to the Status constructor.
|
|
5341
|
-
*
|
|
5342
|
-
* @experimental As of version 1.141.0.
|
|
5343
5296
|
*/
|
|
5344
5297
|
interface $StatusSettings
|
|
5345
5298
|
extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
|
|
@@ -5402,14 +5355,6 @@ declare namespace sap {
|
|
|
5402
5355
|
*/
|
|
5403
5356
|
interface $VariantManagementSettings
|
|
5404
5357
|
extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
|
|
5405
|
-
/**
|
|
5406
|
-
* A list of control IDs to which the variant management is applied.
|
|
5407
|
-
*/
|
|
5408
|
-
for?:
|
|
5409
|
-
| string[]
|
|
5410
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5411
|
-
| `{${string}}`;
|
|
5412
|
-
|
|
5413
5358
|
/**
|
|
5414
5359
|
* Header level for the variant management, determining its position or style.
|
|
5415
5360
|
*/
|
|
@@ -5430,6 +5375,11 @@ declare namespace sap {
|
|
|
5430
5375
|
| boolean
|
|
5431
5376
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5432
5377
|
| `{${string}}`;
|
|
5378
|
+
|
|
5379
|
+
/**
|
|
5380
|
+
* A list of control IDs to which the variant management is applied.
|
|
5381
|
+
*/
|
|
5382
|
+
for?: sap.ui.core.Control | string;
|
|
5433
5383
|
}
|
|
5434
5384
|
|
|
5435
5385
|
/**
|
|
@@ -6426,7 +6376,9 @@ declare namespace sap {
|
|
|
6426
6376
|
/**
|
|
6427
6377
|
* Parameters of the MessageButton#visibilityChange event.
|
|
6428
6378
|
*/
|
|
6429
|
-
interface MessageButton$VisibilityChangeEventParameters {
|
|
6379
|
+
interface MessageButton$VisibilityChangeEventParameters {
|
|
6380
|
+
visible?: boolean;
|
|
6381
|
+
}
|
|
6430
6382
|
|
|
6431
6383
|
/**
|
|
6432
6384
|
* Parameters of the Status#press event.
|
|
@@ -6588,13 +6540,6 @@ declare namespace sap {
|
|
|
6588
6540
|
* @returns Variant key of {@link sap.ui.fl.variants.VariantManagement} applied to the chart
|
|
6589
6541
|
*/
|
|
6590
6542
|
getCurrentVariantKey(): null | string;
|
|
6591
|
-
/**
|
|
6592
|
-
* Gets current value of property filterBar.
|
|
6593
|
-
*
|
|
6594
|
-
*
|
|
6595
|
-
* @returns Value of property `filterBar`
|
|
6596
|
-
*/
|
|
6597
|
-
getFilterBar(): string;
|
|
6598
6543
|
/**
|
|
6599
6544
|
* Gets current value of property header.
|
|
6600
6545
|
*
|
|
@@ -6675,13 +6620,6 @@ declare namespace sap {
|
|
|
6675
6620
|
*/
|
|
6676
6621
|
key: string
|
|
6677
6622
|
): void;
|
|
6678
|
-
/**
|
|
6679
|
-
* Gets current value of property filterBar.
|
|
6680
|
-
*
|
|
6681
|
-
*
|
|
6682
|
-
* @returns Value of property `filterBar`
|
|
6683
|
-
*/
|
|
6684
|
-
setFilterBar(): string;
|
|
6685
6623
|
/**
|
|
6686
6624
|
* Gets current value of property header.
|
|
6687
6625
|
*
|
|
@@ -6761,7 +6699,6 @@ declare namespace sap {
|
|
|
6761
6699
|
* A BuildingBlock to watch the lock status of a property and to react on changes.
|
|
6762
6700
|
*
|
|
6763
6701
|
* @since 1.141.0
|
|
6764
|
-
* @experimental As of version 1.141.0.
|
|
6765
6702
|
*/
|
|
6766
6703
|
class CollaborativeDraftHandler extends sap.fe.core.buildingBlocks
|
|
6767
6704
|
.BuildingBlock {
|
|
@@ -6980,7 +6917,6 @@ declare namespace sap {
|
|
|
6980
6917
|
* block.
|
|
6981
6918
|
*
|
|
6982
6919
|
* @since 1.141.0
|
|
6983
|
-
* @experimental As of version 1.141.0.
|
|
6984
6920
|
*/
|
|
6985
6921
|
class ConditionalSwitch
|
|
6986
6922
|
extends sap.fe.base.BuildingBlockBase
|
|
@@ -6993,7 +6929,6 @@ declare namespace sap {
|
|
|
6993
6929
|
* When the value is changed, a `valueChanged` event is fired.
|
|
6994
6930
|
*
|
|
6995
6931
|
* @since 1.141.0
|
|
6996
|
-
* @experimental As of version 1.141.0.
|
|
6997
6932
|
*/
|
|
6998
6933
|
class ConditionalSwitchProperty extends sap.ui.core.Element {
|
|
6999
6934
|
/**
|
|
@@ -7387,7 +7322,7 @@ declare namespace sap {
|
|
|
7387
7322
|
/**
|
|
7388
7323
|
* The function to be called when the event occurs
|
|
7389
7324
|
*/
|
|
7390
|
-
fnFunction: (p1:
|
|
7325
|
+
fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
|
|
7391
7326
|
/**
|
|
7392
7327
|
* The context object to call the event handler with. Defaults to this `this` control
|
|
7393
7328
|
*/
|
|
@@ -7402,7 +7337,7 @@ declare namespace sap {
|
|
|
7402
7337
|
/**
|
|
7403
7338
|
* The function to be called when the event occurs
|
|
7404
7339
|
*/
|
|
7405
|
-
fnFunction: (p1:
|
|
7340
|
+
fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
|
|
7406
7341
|
/**
|
|
7407
7342
|
* The context object to call the event handler with. Defaults to this `this` control
|
|
7408
7343
|
*/
|
|
@@ -7417,7 +7352,7 @@ declare namespace sap {
|
|
|
7417
7352
|
/**
|
|
7418
7353
|
* The function to be called when the event occurs
|
|
7419
7354
|
*/
|
|
7420
|
-
fnFunction: (p1:
|
|
7355
|
+
fnFunction: (p1: MessageButton$VisibilityChangeEvent) => void,
|
|
7421
7356
|
/**
|
|
7422
7357
|
* The context object to call the event handler with. Defaults to this `this` control
|
|
7423
7358
|
*/
|
|
@@ -7438,7 +7373,7 @@ declare namespace sap {
|
|
|
7438
7373
|
* See {@link .........types.EventHandler>} for the
|
|
7439
7374
|
* set of parameters that are expected by the event handlers.
|
|
7440
7375
|
*/
|
|
7441
|
-
mParameters?:
|
|
7376
|
+
mParameters?: sap.fe.macros.MessageButton$VisibilityChangeEventParameters
|
|
7442
7377
|
): this;
|
|
7443
7378
|
}
|
|
7444
7379
|
/**
|
|
@@ -7628,8 +7563,7 @@ declare namespace sap {
|
|
|
7628
7563
|
/**
|
|
7629
7564
|
* Building block to display a status and criticality.
|
|
7630
7565
|
*
|
|
7631
|
-
* @since 1.
|
|
7632
|
-
* @experimental As of version 1.141.0.
|
|
7566
|
+
* @since 1.143.0
|
|
7633
7567
|
*/
|
|
7634
7568
|
class Status
|
|
7635
7569
|
extends sap.fe.core.buildingBlocks.BuildingBlock
|
|
@@ -7698,7 +7632,6 @@ declare namespace sap {
|
|
|
7698
7632
|
firePress(
|
|
7699
7633
|
/**
|
|
7700
7634
|
* The parameters to pass along with the event.
|
|
7701
|
-
* See {@link } for the set of parameters that are expected by the event handlers.
|
|
7702
7635
|
*/
|
|
7703
7636
|
mParameters?: {}
|
|
7704
7637
|
): this;
|
package/types/sap.fe.test.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.143.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -3324,7 +3324,12 @@ declare namespace sap {
|
|
|
3324
3324
|
*
|
|
3325
3325
|
* @returns The result of the {@link sap.ui.test.Opa5#waitFor} function, to be used for chained statements
|
|
3326
3326
|
*/
|
|
3327
|
-
iResetTestData(
|
|
3327
|
+
iResetTestData(
|
|
3328
|
+
/**
|
|
3329
|
+
* Ignore the redeploy
|
|
3330
|
+
*/
|
|
3331
|
+
bIgnoreRedeploy?: boolean
|
|
3332
|
+
): /* was: sap.ui.test.OpaBuilder */ any;
|
|
3328
3333
|
/**
|
|
3329
3334
|
* Simulates a refresh of the page by tearing it down and then restarting it with the very same hash.
|
|
3330
3335
|
*
|
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED