@sapui5/ts-types 1.115.1 → 1.116.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/README.md +4 -14
- package/package.json +1 -1
- package/types/index.d.ts +9 -3
- package/types/sap.apf.d.ts +38 -30
- package/types/sap.ca.ui.d.ts +129 -87
- package/types/sap.chart.d.ts +3 -48
- package/types/sap.collaboration.d.ts +22 -20
- package/types/sap.esh.search.ui.d.ts +111 -107
- package/types/sap.f.d.ts +70 -248
- package/types/sap.fe.core.d.ts +130 -4
- package/types/sap.fe.macros.d.ts +21 -47
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1074 -1207
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.landvisz.d.ts +53 -27
- package/types/sap.m.d.ts +377 -2599
- package/types/sap.makit.d.ts +1 -36
- package/types/sap.me.d.ts +6 -63
- package/types/sap.ndc.d.ts +22 -25
- package/types/sap.ovp.d.ts +19 -6
- package/types/sap.rules.ui.d.ts +29 -37
- package/types/sap.sac.df.d.ts +7 -5
- package/types/sap.suite.ui.commons.d.ts +1012 -1165
- package/types/sap.suite.ui.generic.template.d.ts +1 -7
- package/types/sap.suite.ui.microchart.d.ts +4 -105
- package/types/sap.tnt.d.ts +51 -24
- package/types/sap.ui.codeeditor.d.ts +3 -19
- package/types/sap.ui.commons.d.ts +39 -415
- package/types/sap.ui.comp.d.ts +290 -778
- package/types/sap.ui.core.d.ts +253 -845
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -12
- package/types/sap.ui.fl.d.ts +4 -78
- package/types/sap.ui.generic.app.d.ts +28 -30
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +119 -93
- package/types/sap.ui.layout.d.ts +6 -40
- package/types/sap.ui.mdc.d.ts +803 -842
- package/types/sap.ui.richtexteditor.d.ts +2 -27
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -12
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +21 -187
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +24 -379
- package/types/sap.ui.ux3.d.ts +44 -483
- package/types/sap.ui.vbm.d.ts +496 -764
- package/types/sap.ui.vk.d.ts +1332 -1844
- package/types/sap.ui.vtm.d.ts +312 -386
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +731 -308
- package/types/sap.ui.webc.main.d.ts +4118 -1173
- package/types/sap.uiext.inbox.d.ts +1 -79
- package/types/sap.ushell.d.ts +220 -862
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +10 -80
- package/types/sap.viz.d.ts +3 -823
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +2 -2
- package/types/sap.zen.crosstab.d.ts +2 -2
- package/types/sap.zen.dsh.d.ts +127 -157
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -1546,12 +1546,6 @@ declare namespace sap {
|
|
|
1546
1546
|
): this;
|
|
1547
1547
|
}
|
|
1548
1548
|
|
|
1549
|
-
/**
|
|
1550
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'AppComponent$PageDataLoadedEventParameters'
|
|
1551
|
-
* in 1.115.1 and any later releases.
|
|
1552
|
-
*/
|
|
1553
|
-
type $AppComponentPageDataLoadedEventParameters = sap.suite.ui.generic.template.lib.AppComponent$PageDataLoadedEventParameters;
|
|
1554
|
-
|
|
1555
1549
|
type AppComponent$PageDataLoadedEvent = sap.ui.base.Event<AppComponent$PageDataLoadedEventParameters>;
|
|
1556
1550
|
}
|
|
1557
1551
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace suite {
|
|
@@ -1219,7 +1219,7 @@ declare namespace sap {
|
|
|
1219
1219
|
* Event is fired when user has selected or deselected a bar.
|
|
1220
1220
|
*/
|
|
1221
1221
|
selectionChanged?: (
|
|
1222
|
-
oEvent:
|
|
1222
|
+
oEvent: InteractiveBarChart$SelectionChangedEvent
|
|
1223
1223
|
) => void;
|
|
1224
1224
|
|
|
1225
1225
|
/**
|
|
@@ -1326,7 +1326,7 @@ declare namespace sap {
|
|
|
1326
1326
|
* Event is fired when a user has selected or deselected a segment or a legend entry.
|
|
1327
1327
|
*/
|
|
1328
1328
|
selectionChanged?: (
|
|
1329
|
-
oEvent:
|
|
1329
|
+
oEvent: InteractiveDonutChart$SelectionChangedEvent
|
|
1330
1330
|
) => void;
|
|
1331
1331
|
|
|
1332
1332
|
/**
|
|
@@ -1451,7 +1451,7 @@ declare namespace sap {
|
|
|
1451
1451
|
* Event is fired when a user has selected or deselected a point.
|
|
1452
1452
|
*/
|
|
1453
1453
|
selectionChanged?: (
|
|
1454
|
-
oEvent:
|
|
1454
|
+
oEvent: InteractiveLineChart$SelectionChangedEvent
|
|
1455
1455
|
) => void;
|
|
1456
1456
|
|
|
1457
1457
|
/**
|
|
@@ -12767,140 +12767,39 @@ declare namespace sap {
|
|
|
12767
12767
|
*/
|
|
12768
12768
|
Solid = "Solid",
|
|
12769
12769
|
}
|
|
12770
|
-
/**
|
|
12771
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'AreaMicroChart$PressEventParameters'
|
|
12772
|
-
* in 1.115.1 and any later releases.
|
|
12773
|
-
*/
|
|
12774
|
-
type $AreaMicroChartPressEventParameters = sap.suite.ui.microchart.AreaMicroChart$PressEventParameters;
|
|
12775
12770
|
|
|
12776
12771
|
type AreaMicroChart$PressEvent = sap.ui.base.Event<AreaMicroChart$PressEventParameters>;
|
|
12777
12772
|
|
|
12778
|
-
/**
|
|
12779
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'BulletMicroChart$PressEventParameters'
|
|
12780
|
-
* in 1.115.1 and any later releases.
|
|
12781
|
-
*/
|
|
12782
|
-
type $BulletMicroChartPressEventParameters = sap.suite.ui.microchart.BulletMicroChart$PressEventParameters;
|
|
12783
|
-
|
|
12784
12773
|
type BulletMicroChart$PressEvent = sap.ui.base.Event<BulletMicroChart$PressEventParameters>;
|
|
12785
12774
|
|
|
12786
|
-
/**
|
|
12787
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ColumnMicroChart$PressEventParameters'
|
|
12788
|
-
* in 1.115.1 and any later releases.
|
|
12789
|
-
*/
|
|
12790
|
-
type $ColumnMicroChartPressEventParameters = sap.suite.ui.microchart.ColumnMicroChart$PressEventParameters;
|
|
12791
|
-
|
|
12792
12775
|
type ColumnMicroChart$PressEvent = sap.ui.base.Event<ColumnMicroChart$PressEventParameters>;
|
|
12793
12776
|
|
|
12794
|
-
/**
|
|
12795
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ColumnMicroChartData$PressEventParameters'
|
|
12796
|
-
* in 1.115.1 and any later releases.
|
|
12797
|
-
*/
|
|
12798
|
-
type $ColumnMicroChartDataPressEventParameters = sap.suite.ui.microchart.ColumnMicroChartData$PressEventParameters;
|
|
12799
|
-
|
|
12800
12777
|
type ColumnMicroChartData$PressEvent = sap.ui.base.Event<ColumnMicroChartData$PressEventParameters>;
|
|
12801
12778
|
|
|
12802
|
-
/**
|
|
12803
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ComparisonMicroChart$PressEventParameters'
|
|
12804
|
-
* in 1.115.1 and any later releases.
|
|
12805
|
-
*/
|
|
12806
|
-
type $ComparisonMicroChartPressEventParameters = sap.suite.ui.microchart.ComparisonMicroChart$PressEventParameters;
|
|
12807
|
-
|
|
12808
12779
|
type ComparisonMicroChart$PressEvent = sap.ui.base.Event<ComparisonMicroChart$PressEventParameters>;
|
|
12809
12780
|
|
|
12810
|
-
/**
|
|
12811
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ComparisonMicroChartData$PressEventParameters'
|
|
12812
|
-
* in 1.115.1 and any later releases.
|
|
12813
|
-
*/
|
|
12814
|
-
type $ComparisonMicroChartDataPressEventParameters = sap.suite.ui.microchart.ComparisonMicroChartData$PressEventParameters;
|
|
12815
|
-
|
|
12816
12781
|
type ComparisonMicroChartData$PressEvent = sap.ui.base.Event<ComparisonMicroChartData$PressEventParameters>;
|
|
12817
12782
|
|
|
12818
|
-
/**
|
|
12819
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'DeltaMicroChart$PressEventParameters'
|
|
12820
|
-
* in 1.115.1 and any later releases.
|
|
12821
|
-
*/
|
|
12822
|
-
type $DeltaMicroChartPressEventParameters = sap.suite.ui.microchart.DeltaMicroChart$PressEventParameters;
|
|
12823
|
-
|
|
12824
12783
|
type DeltaMicroChart$PressEvent = sap.ui.base.Event<DeltaMicroChart$PressEventParameters>;
|
|
12825
12784
|
|
|
12826
|
-
/**
|
|
12827
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'HarveyBallMicroChart$PressEventParameters'
|
|
12828
|
-
* in 1.115.1 and any later releases.
|
|
12829
|
-
*/
|
|
12830
|
-
type $HarveyBallMicroChartPressEventParameters = sap.suite.ui.microchart.HarveyBallMicroChart$PressEventParameters;
|
|
12831
|
-
|
|
12832
12785
|
type HarveyBallMicroChart$PressEvent = sap.ui.base.Event<HarveyBallMicroChart$PressEventParameters>;
|
|
12833
12786
|
|
|
12834
|
-
/**
|
|
12835
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveBarChart$PressEventParameters'
|
|
12836
|
-
* in 1.115.1 and any later releases.
|
|
12837
|
-
*/
|
|
12838
|
-
type $InteractiveBarChartPressEventParameters = sap.suite.ui.microchart.InteractiveBarChart$PressEventParameters;
|
|
12839
|
-
|
|
12840
12787
|
type InteractiveBarChart$PressEvent = sap.ui.base.Event<InteractiveBarChart$PressEventParameters>;
|
|
12841
12788
|
|
|
12842
|
-
/**
|
|
12843
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveBarChart$SelectionChangedEventParameters'
|
|
12844
|
-
* in 1.115.1 and any later releases.
|
|
12845
|
-
*/
|
|
12846
|
-
type $InteractiveBarChartSelectionChangedEventParameters = sap.suite.ui.microchart.InteractiveBarChart$SelectionChangedEventParameters;
|
|
12847
|
-
|
|
12848
12789
|
type InteractiveBarChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveBarChart$SelectionChangedEventParameters>;
|
|
12849
12790
|
|
|
12850
|
-
/**
|
|
12851
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveDonutChart$PressEventParameters'
|
|
12852
|
-
* in 1.115.1 and any later releases.
|
|
12853
|
-
*/
|
|
12854
|
-
type $InteractiveDonutChartPressEventParameters = sap.suite.ui.microchart.InteractiveDonutChart$PressEventParameters;
|
|
12855
|
-
|
|
12856
12791
|
type InteractiveDonutChart$PressEvent = sap.ui.base.Event<InteractiveDonutChart$PressEventParameters>;
|
|
12857
12792
|
|
|
12858
|
-
/**
|
|
12859
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveDonutChart$SelectionChangedEventParameters'
|
|
12860
|
-
* in 1.115.1 and any later releases.
|
|
12861
|
-
*/
|
|
12862
|
-
type $InteractiveDonutChartSelectionChangedEventParameters = sap.suite.ui.microchart.InteractiveDonutChart$SelectionChangedEventParameters;
|
|
12863
|
-
|
|
12864
12793
|
type InteractiveDonutChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveDonutChart$SelectionChangedEventParameters>;
|
|
12865
12794
|
|
|
12866
|
-
/**
|
|
12867
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveLineChart$PressEventParameters'
|
|
12868
|
-
* in 1.115.1 and any later releases.
|
|
12869
|
-
*/
|
|
12870
|
-
type $InteractiveLineChartPressEventParameters = sap.suite.ui.microchart.InteractiveLineChart$PressEventParameters;
|
|
12871
|
-
|
|
12872
12795
|
type InteractiveLineChart$PressEvent = sap.ui.base.Event<InteractiveLineChart$PressEventParameters>;
|
|
12873
12796
|
|
|
12874
|
-
/**
|
|
12875
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'InteractiveLineChart$SelectionChangedEventParameters'
|
|
12876
|
-
* in 1.115.1 and any later releases.
|
|
12877
|
-
*/
|
|
12878
|
-
type $InteractiveLineChartSelectionChangedEventParameters = sap.suite.ui.microchart.InteractiveLineChart$SelectionChangedEventParameters;
|
|
12879
|
-
|
|
12880
12797
|
type InteractiveLineChart$SelectionChangedEvent = sap.ui.base.Event<InteractiveLineChart$SelectionChangedEventParameters>;
|
|
12881
12798
|
|
|
12882
|
-
/**
|
|
12883
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'LineMicroChart$PressEventParameters'
|
|
12884
|
-
* in 1.115.1 and any later releases.
|
|
12885
|
-
*/
|
|
12886
|
-
type $LineMicroChartPressEventParameters = sap.suite.ui.microchart.LineMicroChart$PressEventParameters;
|
|
12887
|
-
|
|
12888
12799
|
type LineMicroChart$PressEvent = sap.ui.base.Event<LineMicroChart$PressEventParameters>;
|
|
12889
12800
|
|
|
12890
|
-
/**
|
|
12891
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RadialMicroChart$PressEventParameters'
|
|
12892
|
-
* in 1.115.1 and any later releases.
|
|
12893
|
-
*/
|
|
12894
|
-
type $RadialMicroChartPressEventParameters = sap.suite.ui.microchart.RadialMicroChart$PressEventParameters;
|
|
12895
|
-
|
|
12896
12801
|
type RadialMicroChart$PressEvent = sap.ui.base.Event<RadialMicroChart$PressEventParameters>;
|
|
12897
12802
|
|
|
12898
|
-
/**
|
|
12899
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'StackedBarMicroChart$PressEventParameters'
|
|
12900
|
-
* in 1.115.1 and any later releases.
|
|
12901
|
-
*/
|
|
12902
|
-
type $StackedBarMicroChartPressEventParameters = sap.suite.ui.microchart.StackedBarMicroChart$PressEventParameters;
|
|
12903
|
-
|
|
12904
12803
|
type StackedBarMicroChart$PressEvent = sap.ui.base.Event<StackedBarMicroChart$PressEventParameters>;
|
|
12905
12804
|
}
|
|
12906
12805
|
}
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -134,9 +134,7 @@ declare namespace sap {
|
|
|
134
134
|
/**
|
|
135
135
|
* Fired when an item is selected.
|
|
136
136
|
*/
|
|
137
|
-
itemSelect?: (
|
|
138
|
-
oEvent: sap.ui.base.Event<sap.tnt.NavigationList$ItemSelectEventParameters>
|
|
139
|
-
) => void;
|
|
137
|
+
itemSelect?: (oEvent: NavigationList$ItemSelectEvent) => void;
|
|
140
138
|
}
|
|
141
139
|
|
|
142
140
|
interface $NavigationListItemSettings extends sap.ui.core.$ItemSettings {
|
|
@@ -174,6 +172,18 @@ declare namespace sap {
|
|
|
174
172
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
175
173
|
| `{${string}}`;
|
|
176
174
|
|
|
175
|
+
/**
|
|
176
|
+
* @since 1.116
|
|
177
|
+
* @experimental (since 1.116) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
178
|
+
* may be done before its official public release.
|
|
179
|
+
*
|
|
180
|
+
* Specifies if the item can be selected.
|
|
181
|
+
*/
|
|
182
|
+
selectable?:
|
|
183
|
+
| boolean
|
|
184
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
185
|
+
| `{${string}}`;
|
|
186
|
+
|
|
177
187
|
/**
|
|
178
188
|
* Defines the link target URI. Supports standard hyperlink behavior. If a JavaScript action should be triggered,
|
|
179
189
|
* this should not be set, but instead an event handler for the `select` event should be registered.
|
|
@@ -204,9 +214,7 @@ declare namespace sap {
|
|
|
204
214
|
/**
|
|
205
215
|
* Fired when this item is selected.
|
|
206
216
|
*/
|
|
207
|
-
select?: (
|
|
208
|
-
oEvent: sap.ui.base.Event<sap.tnt.NavigationListItem$SelectEventParameters>
|
|
209
|
-
) => void;
|
|
217
|
+
select?: (oEvent: NavigationListItem$SelectEvent) => void;
|
|
210
218
|
}
|
|
211
219
|
|
|
212
220
|
interface $SideNavigationSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -257,9 +265,7 @@ declare namespace sap {
|
|
|
257
265
|
/**
|
|
258
266
|
* Fired when an item is selected.
|
|
259
267
|
*/
|
|
260
|
-
itemSelect?: (
|
|
261
|
-
oEvent: sap.ui.base.Event<sap.tnt.SideNavigation$ItemSelectEventParameters>
|
|
262
|
-
) => void;
|
|
268
|
+
itemSelect?: (oEvent: SideNavigation$ItemSelectEvent) => void;
|
|
263
269
|
}
|
|
264
270
|
|
|
265
271
|
interface $ToolHeaderSettings extends sap.m.$OverflowToolbarSettings {}
|
|
@@ -1227,6 +1233,20 @@ declare namespace sap {
|
|
|
1227
1233
|
* The sub items.
|
|
1228
1234
|
*/
|
|
1229
1235
|
getItems(): sap.tnt.NavigationListItem[];
|
|
1236
|
+
/**
|
|
1237
|
+
* @since 1.116
|
|
1238
|
+
* @experimental (since 1.116) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
1239
|
+
* may be done before its official public release.
|
|
1240
|
+
*
|
|
1241
|
+
* Gets current value of property {@link #getSelectable selectable}.
|
|
1242
|
+
*
|
|
1243
|
+
* Specifies if the item can be selected.
|
|
1244
|
+
*
|
|
1245
|
+
* Default value is `true`.
|
|
1246
|
+
*
|
|
1247
|
+
* @returns Value of property `selectable`
|
|
1248
|
+
*/
|
|
1249
|
+
getSelectable(): boolean;
|
|
1230
1250
|
/**
|
|
1231
1251
|
* Gets current value of property {@link #getTarget target}.
|
|
1232
1252
|
*
|
|
@@ -1366,6 +1386,27 @@ declare namespace sap {
|
|
|
1366
1386
|
*/
|
|
1367
1387
|
sIcon?: sap.ui.core.URI
|
|
1368
1388
|
): this;
|
|
1389
|
+
/**
|
|
1390
|
+
* @since 1.116
|
|
1391
|
+
* @experimental (since 1.116) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
1392
|
+
* may be done before its official public release.
|
|
1393
|
+
*
|
|
1394
|
+
* Sets a new value for property {@link #getSelectable selectable}.
|
|
1395
|
+
*
|
|
1396
|
+
* Specifies if the item can be selected.
|
|
1397
|
+
*
|
|
1398
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1399
|
+
*
|
|
1400
|
+
* Default value is `true`.
|
|
1401
|
+
*
|
|
1402
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1403
|
+
*/
|
|
1404
|
+
setSelectable(
|
|
1405
|
+
/**
|
|
1406
|
+
* New value for property `selectable`
|
|
1407
|
+
*/
|
|
1408
|
+
bSelectable?: boolean
|
|
1409
|
+
): this;
|
|
1369
1410
|
/**
|
|
1370
1411
|
* Sets a new value for property {@link #getTarget target}.
|
|
1371
1412
|
*
|
|
@@ -1421,8 +1462,6 @@ declare namespace sap {
|
|
|
1421
1462
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1422
1463
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1423
1464
|
* of the syntax of the settings object.
|
|
1424
|
-
* See:
|
|
1425
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
|
|
1426
1465
|
*/
|
|
1427
1466
|
constructor(
|
|
1428
1467
|
/**
|
|
@@ -1436,8 +1475,6 @@ declare namespace sap {
|
|
|
1436
1475
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
1437
1476
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
1438
1477
|
* of the syntax of the settings object.
|
|
1439
|
-
* See:
|
|
1440
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/side-navigation/ Side Navigation}
|
|
1441
1478
|
*/
|
|
1442
1479
|
constructor(
|
|
1443
1480
|
/**
|
|
@@ -1782,8 +1819,6 @@ declare namespace sap {
|
|
|
1782
1819
|
*
|
|
1783
1820
|
* This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor sap.m.OverflowToolbar }
|
|
1784
1821
|
* can be used.
|
|
1785
|
-
* See:
|
|
1786
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
|
|
1787
1822
|
*/
|
|
1788
1823
|
constructor(
|
|
1789
1824
|
/**
|
|
@@ -1800,8 +1835,6 @@ declare namespace sap {
|
|
|
1800
1835
|
*
|
|
1801
1836
|
* This class does not have its own settings, but all settings applicable to the base type {@link sap.m.OverflowToolbar#constructor sap.m.OverflowToolbar }
|
|
1802
1837
|
* can be used.
|
|
1803
|
-
* See:
|
|
1804
|
-
* {@link fiori:https://experience.sap.com/fiori-design-web/tool-header/ Tool Header}
|
|
1805
1838
|
*/
|
|
1806
1839
|
constructor(
|
|
1807
1840
|
/**
|
|
@@ -2211,12 +2244,6 @@ declare namespace sap {
|
|
|
2211
2244
|
|
|
2212
2245
|
type NavigationListItem$SelectEvent = sap.ui.base.Event<NavigationListItem$SelectEventParameters>;
|
|
2213
2246
|
|
|
2214
|
-
/**
|
|
2215
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'SideNavigation$ItemSelectEventParameters'
|
|
2216
|
-
* in 1.115.1 and any later releases.
|
|
2217
|
-
*/
|
|
2218
|
-
type $SideNavigationItemSelectEventParameters = sap.tnt.SideNavigation$ItemSelectEventParameters;
|
|
2219
|
-
|
|
2220
2247
|
type SideNavigation$ItemSelectEvent = sap.ui.base.Event<SideNavigation$ItemSelectEventParameters>;
|
|
2221
2248
|
}
|
|
2222
2249
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -106,16 +106,12 @@ declare namespace sap {
|
|
|
106
106
|
/**
|
|
107
107
|
* Fired when the value is changed by user interaction - each keystroke, delete, paste, etc.
|
|
108
108
|
*/
|
|
109
|
-
liveChange?: (
|
|
110
|
-
oEvent: sap.ui.base.Event<sap.ui.codeeditor.CodeEditor$LiveChangeEventParameters>
|
|
111
|
-
) => void;
|
|
109
|
+
liveChange?: (oEvent: CodeEditor$LiveChangeEvent) => void;
|
|
112
110
|
|
|
113
111
|
/**
|
|
114
112
|
* Fired when the value has changed and the focus leaves the code editor.
|
|
115
113
|
*/
|
|
116
|
-
change?: (
|
|
117
|
-
oEvent: sap.ui.base.Event<sap.ui.codeeditor.CodeEditor$ChangeEventParameters>
|
|
118
|
-
) => void;
|
|
114
|
+
change?: (oEvent: CodeEditor$ChangeEvent) => void;
|
|
119
115
|
}
|
|
120
116
|
|
|
121
117
|
interface CodeEditor$ChangeEventParameters {
|
|
@@ -709,20 +705,8 @@ declare namespace sap {
|
|
|
709
705
|
): this;
|
|
710
706
|
}
|
|
711
707
|
|
|
712
|
-
/**
|
|
713
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CodeEditor$ChangeEventParameters'
|
|
714
|
-
* in 1.115.1 and any later releases.
|
|
715
|
-
*/
|
|
716
|
-
type $CodeEditorChangeEventParameters = sap.ui.codeeditor.CodeEditor$ChangeEventParameters;
|
|
717
|
-
|
|
718
708
|
type CodeEditor$ChangeEvent = sap.ui.base.Event<CodeEditor$ChangeEventParameters>;
|
|
719
709
|
|
|
720
|
-
/**
|
|
721
|
-
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'CodeEditor$LiveChangeEventParameters'
|
|
722
|
-
* in 1.115.1 and any later releases.
|
|
723
|
-
*/
|
|
724
|
-
type $CodeEditorLiveChangeEventParameters = sap.ui.codeeditor.CodeEditor$LiveChangeEventParameters;
|
|
725
|
-
|
|
726
710
|
type CodeEditor$LiveChangeEvent = sap.ui.base.Event<CodeEditor$LiveChangeEventParameters>;
|
|
727
711
|
}
|
|
728
712
|
}
|