@openui5/ts-types 1.132.1 → 1.133.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/sap.f.d.ts +127 -127
- package/types/sap.m.d.ts +1611 -729
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +621 -588
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uxap.d.ts +14 -14
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -6,7 +6,7 @@ declare namespace sap {
|
|
|
6
6
|
* Controls that implement the SAP User Experience (UX) Guidelines 3.0
|
|
7
7
|
*
|
|
8
8
|
* @since 0.13
|
|
9
|
-
* @deprecated
|
|
9
|
+
* @deprecated As of version 1.38.
|
|
10
10
|
*/
|
|
11
11
|
namespace ux3 {
|
|
12
12
|
/**
|
|
@@ -18,16 +18,16 @@ declare namespace sap {
|
|
|
18
18
|
* personalization capabilities. Once that concept is more final, we can go for a cleaner implementation,
|
|
19
19
|
* considering the number of configurable properties etc.
|
|
20
20
|
*
|
|
21
|
-
* @deprecated
|
|
22
|
-
* @experimental
|
|
23
|
-
* experimental work and might change or disappear in future versions.
|
|
21
|
+
* @deprecated As of version 1.36. This class was never released for productive use and will never be.
|
|
22
|
+
* @experimental As of version 1.0. The Shell-features Personalization, Color Picker and “Inspect”-Tool
|
|
23
|
+
* are only experimental work and might change or disappear in future versions.
|
|
24
24
|
*/
|
|
25
25
|
export const ShellPersonalization: undefined;
|
|
26
26
|
|
|
27
27
|
/**
|
|
28
28
|
* Marker interface for controls which are suitable as view rendering for a DataSet.
|
|
29
29
|
*
|
|
30
|
-
* @deprecated
|
|
30
|
+
* @deprecated As of version 1.38.
|
|
31
31
|
*/
|
|
32
32
|
interface DataSetView {
|
|
33
33
|
__implements__sap_ui_ux3_DataSetView: boolean;
|
|
@@ -36,7 +36,7 @@ declare namespace sap {
|
|
|
36
36
|
/**
|
|
37
37
|
* Describes the settings that can be provided to the ActionBar constructor.
|
|
38
38
|
*
|
|
39
|
-
* @deprecated
|
|
39
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
|
|
40
40
|
*/
|
|
41
41
|
interface $ActionBarSettings extends sap.ui.core.$ControlSettings {
|
|
42
42
|
/**
|
|
@@ -167,7 +167,7 @@ declare namespace sap {
|
|
|
167
167
|
/**
|
|
168
168
|
* Describes the settings that can be provided to the Collection constructor.
|
|
169
169
|
*
|
|
170
|
-
* @deprecated
|
|
170
|
+
* @deprecated As of version 1.38.
|
|
171
171
|
*/
|
|
172
172
|
interface $CollectionSettings extends sap.ui.core.$ElementSettings {
|
|
173
173
|
/**
|
|
@@ -219,7 +219,7 @@ declare namespace sap {
|
|
|
219
219
|
/**
|
|
220
220
|
* Describes the settings that can be provided to the CollectionInspector constructor.
|
|
221
221
|
*
|
|
222
|
-
* @deprecated
|
|
222
|
+
* @deprecated As of version 1.38.
|
|
223
223
|
*/
|
|
224
224
|
interface $CollectionInspectorSettings
|
|
225
225
|
extends sap.ui.core.$ControlSettings {
|
|
@@ -281,7 +281,7 @@ declare namespace sap {
|
|
|
281
281
|
/**
|
|
282
282
|
* Describes the settings that can be provided to the DataSet constructor.
|
|
283
283
|
*
|
|
284
|
-
* @deprecated
|
|
284
|
+
* @deprecated As of version 1.38. Use a container by choice from the {@link sap.m} library, instead.
|
|
285
285
|
*/
|
|
286
286
|
interface $DataSetSettings extends sap.ui.core.$ControlSettings {
|
|
287
287
|
/**
|
|
@@ -362,7 +362,7 @@ declare namespace sap {
|
|
|
362
362
|
/**
|
|
363
363
|
* Describes the settings that can be provided to the DataSetItem constructor.
|
|
364
364
|
*
|
|
365
|
-
* @deprecated
|
|
365
|
+
* @deprecated As of version 1.38.
|
|
366
366
|
*/
|
|
367
367
|
interface $DataSetItemSettings extends sap.ui.core.$ElementSettings {
|
|
368
368
|
/**
|
|
@@ -400,7 +400,7 @@ declare namespace sap {
|
|
|
400
400
|
/**
|
|
401
401
|
* Describes the settings that can be provided to the DataSetSimpleView constructor.
|
|
402
402
|
*
|
|
403
|
-
* @deprecated
|
|
403
|
+
* @deprecated As of version 1.38. Use a layout by choice from the {@link sap.m} library, instead.
|
|
404
404
|
*/
|
|
405
405
|
interface $DataSetSimpleViewSettings
|
|
406
406
|
extends sap.ui.core.$ControlSettings {
|
|
@@ -516,8 +516,8 @@ declare namespace sap {
|
|
|
516
516
|
/**
|
|
517
517
|
* Describes the settings that can be provided to the Exact constructor.
|
|
518
518
|
*
|
|
519
|
-
* @deprecated
|
|
520
|
-
* @experimental
|
|
519
|
+
* @deprecated As of version 1.38.
|
|
520
|
+
* @experimental As of version 1.2. API is not yet finished and might change completely
|
|
521
521
|
*/
|
|
522
522
|
interface $ExactSettings extends sap.ui.core.$ControlSettings {
|
|
523
523
|
/**
|
|
@@ -553,8 +553,8 @@ declare namespace sap {
|
|
|
553
553
|
/**
|
|
554
554
|
* Describes the settings that can be provided to the ExactArea constructor.
|
|
555
555
|
*
|
|
556
|
-
* @deprecated
|
|
557
|
-
* @experimental
|
|
556
|
+
* @deprecated As of version 1.38.
|
|
557
|
+
* @experimental As of version 1.6. API is not yet finished and might change completely
|
|
558
558
|
*/
|
|
559
559
|
interface $ExactAreaSettings extends sap.ui.core.$ControlSettings {
|
|
560
560
|
/**
|
|
@@ -587,7 +587,7 @@ declare namespace sap {
|
|
|
587
587
|
/**
|
|
588
588
|
* Describes the settings that can be provided to the ExactAttribute constructor.
|
|
589
589
|
*
|
|
590
|
-
* @deprecated
|
|
590
|
+
* @deprecated As of version 1.38.
|
|
591
591
|
*/
|
|
592
592
|
interface $ExactAttributeSettings extends sap.ui.core.$ElementSettings {
|
|
593
593
|
/**
|
|
@@ -686,7 +686,7 @@ declare namespace sap {
|
|
|
686
686
|
/**
|
|
687
687
|
* Describes the settings that can be provided to the ExactBrowser constructor.
|
|
688
688
|
*
|
|
689
|
-
* @deprecated
|
|
689
|
+
* @deprecated As of version 1.38.
|
|
690
690
|
*/
|
|
691
691
|
interface $ExactBrowserSettings extends sap.ui.core.$ControlSettings {
|
|
692
692
|
/**
|
|
@@ -809,7 +809,7 @@ declare namespace sap {
|
|
|
809
809
|
/**
|
|
810
810
|
* Describes the settings that can be provided to the ExactList constructor.
|
|
811
811
|
*
|
|
812
|
-
* @deprecated
|
|
812
|
+
* @deprecated As of version 1.38.
|
|
813
813
|
*/
|
|
814
814
|
interface $ExactListSettings extends sap.ui.core.$ControlSettings {
|
|
815
815
|
/**
|
|
@@ -857,7 +857,7 @@ declare namespace sap {
|
|
|
857
857
|
/**
|
|
858
858
|
* Describes the settings that can be provided to the FacetFilter constructor.
|
|
859
859
|
*
|
|
860
|
-
* @deprecated
|
|
860
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
861
861
|
*/
|
|
862
862
|
interface $FacetFilterSettings extends sap.ui.core.$ControlSettings {
|
|
863
863
|
/**
|
|
@@ -882,7 +882,7 @@ declare namespace sap {
|
|
|
882
882
|
/**
|
|
883
883
|
* Describes the settings that can be provided to the FacetFilterList constructor.
|
|
884
884
|
*
|
|
885
|
-
* @deprecated
|
|
885
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
886
886
|
*/
|
|
887
887
|
interface $FacetFilterListSettings extends sap.ui.core.$ControlSettings {
|
|
888
888
|
/**
|
|
@@ -943,8 +943,8 @@ declare namespace sap {
|
|
|
943
943
|
/**
|
|
944
944
|
* Describes the settings that can be provided to the Feed constructor.
|
|
945
945
|
*
|
|
946
|
-
* @deprecated
|
|
947
|
-
* @experimental
|
|
946
|
+
* @deprecated As of version 1.38. Instead, use **any** `sap.ui.layout` container control.
|
|
947
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
948
948
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
949
949
|
* Feed model topic is still open.
|
|
950
950
|
*/
|
|
@@ -1031,8 +1031,8 @@ declare namespace sap {
|
|
|
1031
1031
|
/**
|
|
1032
1032
|
* Describes the settings that can be provided to the FeedChunk constructor.
|
|
1033
1033
|
*
|
|
1034
|
-
* @deprecated
|
|
1035
|
-
* @experimental
|
|
1034
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedListItem` control.
|
|
1035
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
1036
1036
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
1037
1037
|
* Feed model topic is still open.
|
|
1038
1038
|
*/
|
|
@@ -1072,8 +1072,8 @@ declare namespace sap {
|
|
|
1072
1072
|
* This flag changes a FeedChunk into a CommentChunk. In this case, it can not have own comments, furthermore
|
|
1073
1073
|
* it must be assigned to a FeedChunk.
|
|
1074
1074
|
*
|
|
1075
|
-
* @deprecated
|
|
1076
|
-
* the parent is a chunk it's automatically a comment.
|
|
1075
|
+
* @deprecated As of version 1.4.0. Not longer used. If a chunk is a comment is determined from hierarchy.
|
|
1076
|
+
* If the parent is a chunk it's automatically a comment.
|
|
1077
1077
|
*/
|
|
1078
1078
|
commentChunk?:
|
|
1079
1079
|
| boolean
|
|
@@ -1232,8 +1232,8 @@ declare namespace sap {
|
|
|
1232
1232
|
/**
|
|
1233
1233
|
* Describes the settings that can be provided to the Feeder constructor.
|
|
1234
1234
|
*
|
|
1235
|
-
* @deprecated
|
|
1236
|
-
* @experimental
|
|
1235
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedInput` control.
|
|
1236
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
1237
1237
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
1238
1238
|
* Feed model topic is still open.
|
|
1239
1239
|
*/
|
|
@@ -1277,7 +1277,7 @@ declare namespace sap {
|
|
|
1277
1277
|
/**
|
|
1278
1278
|
* Describes the settings that can be provided to the NavigationBar constructor.
|
|
1279
1279
|
*
|
|
1280
|
-
* @deprecated
|
|
1280
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
1281
1281
|
* control.
|
|
1282
1282
|
*/
|
|
1283
1283
|
interface $NavigationBarSettings extends sap.ui.core.$ControlSettings {
|
|
@@ -1330,7 +1330,7 @@ declare namespace sap {
|
|
|
1330
1330
|
/**
|
|
1331
1331
|
* Describes the settings that can be provided to the NavigationItem constructor.
|
|
1332
1332
|
*
|
|
1333
|
-
* @deprecated
|
|
1333
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
1334
1334
|
* control.
|
|
1335
1335
|
*/
|
|
1336
1336
|
interface $NavigationItemSettings extends sap.ui.core.$ItemSettings {
|
|
@@ -1372,7 +1372,7 @@ declare namespace sap {
|
|
|
1372
1372
|
/**
|
|
1373
1373
|
* Describes the settings that can be provided to the NotificationBar constructor.
|
|
1374
1374
|
*
|
|
1375
|
-
* @deprecated
|
|
1375
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessagePopover` control.
|
|
1376
1376
|
*/
|
|
1377
1377
|
interface $NotificationBarSettings extends sap.ui.core.$ControlSettings {
|
|
1378
1378
|
/**
|
|
@@ -1434,7 +1434,7 @@ declare namespace sap {
|
|
|
1434
1434
|
/**
|
|
1435
1435
|
* Describes the settings that can be provided to the Notifier constructor.
|
|
1436
1436
|
*
|
|
1437
|
-
* @deprecated
|
|
1437
|
+
* @deprecated As of version 1.38.
|
|
1438
1438
|
*/
|
|
1439
1439
|
interface $NotifierSettings extends sap.ui.core.$ElementSettings {
|
|
1440
1440
|
/**
|
|
@@ -1468,7 +1468,7 @@ declare namespace sap {
|
|
|
1468
1468
|
/**
|
|
1469
1469
|
* Describes the settings that can be provided to the Overlay constructor.
|
|
1470
1470
|
*
|
|
1471
|
-
* @deprecated
|
|
1471
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
1472
1472
|
*/
|
|
1473
1473
|
interface $OverlaySettings extends sap.ui.core.$ControlSettings {
|
|
1474
1474
|
/**
|
|
@@ -1511,7 +1511,7 @@ declare namespace sap {
|
|
|
1511
1511
|
/**
|
|
1512
1512
|
* Describes the settings that can be provided to the OverlayContainer constructor.
|
|
1513
1513
|
*
|
|
1514
|
-
* @deprecated
|
|
1514
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
1515
1515
|
*/
|
|
1516
1516
|
interface $OverlayContainerSettings extends sap.ui.ux3.$OverlaySettings {
|
|
1517
1517
|
/**
|
|
@@ -1527,7 +1527,7 @@ declare namespace sap {
|
|
|
1527
1527
|
/**
|
|
1528
1528
|
* Describes the settings that can be provided to the OverlayDialog constructor.
|
|
1529
1529
|
*
|
|
1530
|
-
* @deprecated
|
|
1530
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Dialog}
|
|
1531
1531
|
*/
|
|
1532
1532
|
interface $OverlayDialogSettings extends sap.ui.ux3.$OverlaySettings {
|
|
1533
1533
|
/**
|
|
@@ -1561,7 +1561,7 @@ declare namespace sap {
|
|
|
1561
1561
|
/**
|
|
1562
1562
|
* Describes the settings that can be provided to the QuickView constructor.
|
|
1563
1563
|
*
|
|
1564
|
-
* @deprecated
|
|
1564
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.QuickView` control.
|
|
1565
1565
|
*/
|
|
1566
1566
|
interface $QuickViewSettings extends sap.ui.commons.$CalloutBaseSettings {
|
|
1567
1567
|
/**
|
|
@@ -1718,7 +1718,7 @@ declare namespace sap {
|
|
|
1718
1718
|
/**
|
|
1719
1719
|
* Describes the settings that can be provided to the Shell constructor.
|
|
1720
1720
|
*
|
|
1721
|
-
* @deprecated
|
|
1721
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Shell}
|
|
1722
1722
|
*/
|
|
1723
1723
|
interface $ShellSettings extends sap.ui.core.$ControlSettings {
|
|
1724
1724
|
/**
|
|
@@ -1772,9 +1772,9 @@ declare namespace sap {
|
|
|
1772
1772
|
/**
|
|
1773
1773
|
* Whether the "Inspector" tool should be displayed or not.
|
|
1774
1774
|
*
|
|
1775
|
-
* @deprecated
|
|
1776
|
-
* like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
1777
|
-
* it from the respective elements in the Shell content.
|
|
1775
|
+
* @deprecated As of version 1.7.2. According to the current Ux designs, the ThingInspector should NOT be
|
|
1776
|
+
* opened like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
1777
|
+
* trigger it from the respective elements in the Shell content.
|
|
1778
1778
|
*/
|
|
1779
1779
|
showInspectorTool?:
|
|
1780
1780
|
| boolean
|
|
@@ -1979,7 +1979,7 @@ declare namespace sap {
|
|
|
1979
1979
|
/**
|
|
1980
1980
|
* Describes the settings that can be provided to the ThingAction constructor.
|
|
1981
1981
|
*
|
|
1982
|
-
* @deprecated
|
|
1982
|
+
* @deprecated As of version 1.38.
|
|
1983
1983
|
*/
|
|
1984
1984
|
interface $ThingActionSettings extends sap.ui.core.$ElementSettings {
|
|
1985
1985
|
/**
|
|
@@ -2004,7 +2004,7 @@ declare namespace sap {
|
|
|
2004
2004
|
/**
|
|
2005
2005
|
* Describes the settings that can be provided to the ThingGroup constructor.
|
|
2006
2006
|
*
|
|
2007
|
-
* @deprecated
|
|
2007
|
+
* @deprecated As of version 1.38.
|
|
2008
2008
|
*/
|
|
2009
2009
|
interface $ThingGroupSettings extends sap.ui.core.$ElementSettings {
|
|
2010
2010
|
/**
|
|
@@ -2042,7 +2042,7 @@ declare namespace sap {
|
|
|
2042
2042
|
/**
|
|
2043
2043
|
* Describes the settings that can be provided to the ThingInspector constructor.
|
|
2044
2044
|
*
|
|
2045
|
-
* @deprecated
|
|
2045
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
2046
2046
|
*/
|
|
2047
2047
|
interface $ThingInspectorSettings extends sap.ui.ux3.$OverlaySettings {
|
|
2048
2048
|
/**
|
|
@@ -2200,7 +2200,7 @@ declare namespace sap {
|
|
|
2200
2200
|
/**
|
|
2201
2201
|
* Describes the settings that can be provided to the ThingViewer constructor.
|
|
2202
2202
|
*
|
|
2203
|
-
* @deprecated
|
|
2203
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
2204
2204
|
*/
|
|
2205
2205
|
interface $ThingViewerSettings extends sap.ui.core.$ControlSettings {
|
|
2206
2206
|
/**
|
|
@@ -2299,7 +2299,7 @@ declare namespace sap {
|
|
|
2299
2299
|
/**
|
|
2300
2300
|
* Describes the settings that can be provided to the ToolPopup constructor.
|
|
2301
2301
|
*
|
|
2302
|
-
* @deprecated
|
|
2302
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Popover` control.
|
|
2303
2303
|
*/
|
|
2304
2304
|
interface $ToolPopupSettings extends sap.ui.core.$ControlSettings {
|
|
2305
2305
|
/**
|
|
@@ -3151,7 +3151,7 @@ declare namespace sap {
|
|
|
3151
3151
|
* When using this control, please be aware that it fulfills rather specific requirements: it has been designed
|
|
3152
3152
|
* for and is used within composite controls QuickView and ThingInspector.
|
|
3153
3153
|
*
|
|
3154
|
-
* @deprecated
|
|
3154
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
|
|
3155
3155
|
*/
|
|
3156
3156
|
class ActionBar extends sap.ui.core.Control {
|
|
3157
3157
|
/**
|
|
@@ -3759,7 +3759,7 @@ declare namespace sap {
|
|
|
3759
3759
|
* Collection
|
|
3760
3760
|
*
|
|
3761
3761
|
* @since 1.9.0
|
|
3762
|
-
* @deprecated
|
|
3762
|
+
* @deprecated As of version 1.38.
|
|
3763
3763
|
*/
|
|
3764
3764
|
class Collection extends sap.ui.core.Element {
|
|
3765
3765
|
/**
|
|
@@ -4181,7 +4181,7 @@ declare namespace sap {
|
|
|
4181
4181
|
* CollectionInspector
|
|
4182
4182
|
*
|
|
4183
4183
|
* @since 1.9.0
|
|
4184
|
-
* @deprecated
|
|
4184
|
+
* @deprecated As of version 1.38.
|
|
4185
4185
|
*/
|
|
4186
4186
|
class CollectionInspector extends sap.ui.core.Control {
|
|
4187
4187
|
/**
|
|
@@ -4733,7 +4733,7 @@ declare namespace sap {
|
|
|
4733
4733
|
/**
|
|
4734
4734
|
* DataSet
|
|
4735
4735
|
*
|
|
4736
|
-
* @deprecated
|
|
4736
|
+
* @deprecated As of version 1.38. Use a container by choice from the {@link sap.m} library, instead.
|
|
4737
4737
|
*/
|
|
4738
4738
|
class DataSet extends sap.ui.core.Control {
|
|
4739
4739
|
/**
|
|
@@ -5438,7 +5438,7 @@ declare namespace sap {
|
|
|
5438
5438
|
/**
|
|
5439
5439
|
* DataSet Item
|
|
5440
5440
|
*
|
|
5441
|
-
* @deprecated
|
|
5441
|
+
* @deprecated As of version 1.38.
|
|
5442
5442
|
*/
|
|
5443
5443
|
class DataSetItem extends sap.ui.core.Element {
|
|
5444
5444
|
/**
|
|
@@ -5697,7 +5697,7 @@ declare namespace sap {
|
|
|
5697
5697
|
/**
|
|
5698
5698
|
* DataSetSimpleView provides a simple view example for DataSet usage.
|
|
5699
5699
|
*
|
|
5700
|
-
* @deprecated
|
|
5700
|
+
* @deprecated As of version 1.38. Use a layout by choice from the {@link sap.m} library, instead.
|
|
5701
5701
|
*/
|
|
5702
5702
|
class DataSetSimpleView
|
|
5703
5703
|
extends sap.ui.core.Control
|
|
@@ -6158,8 +6158,8 @@ declare namespace sap {
|
|
|
6158
6158
|
* A comprehensive UI design approach with graphical and functional elements for searching data, exploring
|
|
6159
6159
|
* data, and acting on the data ("Explore and Act (Exact) Pattern").
|
|
6160
6160
|
*
|
|
6161
|
-
* @deprecated
|
|
6162
|
-
* @experimental
|
|
6161
|
+
* @deprecated As of version 1.38.
|
|
6162
|
+
* @experimental As of version 1.2. API is not yet finished and might change completely
|
|
6163
6163
|
*/
|
|
6164
6164
|
class Exact extends sap.ui.core.Control {
|
|
6165
6165
|
/**
|
|
@@ -6520,8 +6520,8 @@ declare namespace sap {
|
|
|
6520
6520
|
* Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
|
|
6521
6521
|
* is intended to be used for the Exact design approach but alternatively also in a stand alone version.
|
|
6522
6522
|
*
|
|
6523
|
-
* @deprecated
|
|
6524
|
-
* @experimental
|
|
6523
|
+
* @deprecated As of version 1.38.
|
|
6524
|
+
* @experimental As of version 1.6. API is not yet finished and might change completely
|
|
6525
6525
|
*/
|
|
6526
6526
|
class ExactArea extends sap.ui.core.Control {
|
|
6527
6527
|
/**
|
|
@@ -6773,7 +6773,7 @@ declare namespace sap {
|
|
|
6773
6773
|
/**
|
|
6774
6774
|
* An element for defining attributes and sub-attributes used within the Exact pattern.
|
|
6775
6775
|
*
|
|
6776
|
-
* @deprecated
|
|
6776
|
+
* @deprecated As of version 1.38.
|
|
6777
6777
|
*/
|
|
6778
6778
|
class ExactAttribute extends sap.ui.core.Element {
|
|
6779
6779
|
/**
|
|
@@ -7287,7 +7287,7 @@ declare namespace sap {
|
|
|
7287
7287
|
* and thereby trigger the display of further information, depending on the chosen entry/entries (multiple
|
|
7288
7288
|
* selection supported).
|
|
7289
7289
|
*
|
|
7290
|
-
* @deprecated
|
|
7290
|
+
* @deprecated As of version 1.38.
|
|
7291
7291
|
*/
|
|
7292
7292
|
class ExactBrowser extends sap.ui.core.Control {
|
|
7293
7293
|
/**
|
|
@@ -7934,7 +7934,7 @@ declare namespace sap {
|
|
|
7934
7934
|
* Internal sub-control of the ExactBrowser. The control is not intended to be used stand alone. For this
|
|
7935
7935
|
* purpose, the ExactBrowser control can be used.
|
|
7936
7936
|
*
|
|
7937
|
-
* @deprecated
|
|
7937
|
+
* @deprecated As of version 1.38.
|
|
7938
7938
|
*/
|
|
7939
7939
|
class ExactList extends sap.ui.core.Control {
|
|
7940
7940
|
/**
|
|
@@ -8262,7 +8262,7 @@ declare namespace sap {
|
|
|
8262
8262
|
/**
|
|
8263
8263
|
* FacetFilter Control.
|
|
8264
8264
|
*
|
|
8265
|
-
* @deprecated
|
|
8265
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
8266
8266
|
*/
|
|
8267
8267
|
class FacetFilter extends sap.ui.core.Control {
|
|
8268
8268
|
/**
|
|
@@ -8439,7 +8439,7 @@ declare namespace sap {
|
|
|
8439
8439
|
/**
|
|
8440
8440
|
* List to be used with the FacetFilter control. The control is not intended to be used stand alone.
|
|
8441
8441
|
*
|
|
8442
|
-
* @deprecated
|
|
8442
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
8443
8443
|
*/
|
|
8444
8444
|
class FacetFilterList extends sap.ui.core.Control {
|
|
8445
8445
|
/**
|
|
@@ -8804,8 +8804,8 @@ declare namespace sap {
|
|
|
8804
8804
|
/**
|
|
8805
8805
|
* A container control representing a full feed page, including feeder and updates.
|
|
8806
8806
|
*
|
|
8807
|
-
* @deprecated
|
|
8808
|
-
* @experimental
|
|
8807
|
+
* @deprecated As of version 1.38. Instead, use **any** `sap.ui.layout` container control.
|
|
8808
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
8809
8809
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
8810
8810
|
* Feed model topic is still open.
|
|
8811
8811
|
*/
|
|
@@ -9672,8 +9672,8 @@ declare namespace sap {
|
|
|
9672
9672
|
* a set of properties for text, sender information, time stamp, comments, and functions such as flagging
|
|
9673
9673
|
* the entry to be favorite, shared, or flagged.
|
|
9674
9674
|
*
|
|
9675
|
-
* @deprecated
|
|
9676
|
-
* @experimental
|
|
9675
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedListItem` control.
|
|
9676
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
9677
9677
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
9678
9678
|
* Feed model topic is still open.
|
|
9679
9679
|
*/
|
|
@@ -10537,8 +10537,8 @@ declare namespace sap {
|
|
|
10537
10537
|
*
|
|
10538
10538
|
* Default value is `false`.
|
|
10539
10539
|
*
|
|
10540
|
-
* @deprecated
|
|
10541
|
-
* the parent is a chunk it's automatically a comment.
|
|
10540
|
+
* @deprecated As of version 1.4.0. Not longer used. If a chunk is a comment is determined from hierarchy.
|
|
10541
|
+
* If the parent is a chunk it's automatically a comment.
|
|
10542
10542
|
*
|
|
10543
10543
|
* @returns Value of property `commentChunk`
|
|
10544
10544
|
*/
|
|
@@ -10819,8 +10819,8 @@ declare namespace sap {
|
|
|
10819
10819
|
*
|
|
10820
10820
|
* Default value is `false`.
|
|
10821
10821
|
*
|
|
10822
|
-
* @deprecated
|
|
10823
|
-
* the parent is a chunk it's automatically a comment.
|
|
10822
|
+
* @deprecated As of version 1.4.0. Not longer used. If a chunk is a comment is determined from hierarchy.
|
|
10823
|
+
* If the parent is a chunk it's automatically a comment.
|
|
10824
10824
|
*
|
|
10825
10825
|
* @returns Reference to `this` in order to allow method chaining
|
|
10826
10826
|
*/
|
|
@@ -11111,8 +11111,8 @@ declare namespace sap {
|
|
|
11111
11111
|
* The control can be used stand alone or in a multiple way, and generally would be integrated directly
|
|
11112
11112
|
* into a UIArea.
|
|
11113
11113
|
*
|
|
11114
|
-
* @deprecated
|
|
11115
|
-
* @experimental
|
|
11114
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedInput` control.
|
|
11115
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
11116
11116
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
11117
11117
|
* Feed model topic is still open.
|
|
11118
11118
|
*/
|
|
@@ -11373,7 +11373,7 @@ declare namespace sap {
|
|
|
11373
11373
|
* items are defined for the bar, this is made transparent to the user by showing symbols for scrolling
|
|
11374
11374
|
* options (forwards and backwards) to see the next or previous items.
|
|
11375
11375
|
*
|
|
11376
|
-
* @deprecated
|
|
11376
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
11377
11377
|
* control.
|
|
11378
11378
|
*/
|
|
11379
11379
|
class NavigationBar extends sap.ui.core.Control {
|
|
@@ -11730,7 +11730,7 @@ declare namespace sap {
|
|
|
11730
11730
|
/**
|
|
11731
11731
|
* Is the item to be used within the NavigationBar
|
|
11732
11732
|
*
|
|
11733
|
-
* @deprecated
|
|
11733
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
11734
11734
|
* control.
|
|
11735
11735
|
*/
|
|
11736
11736
|
class NavigationItem extends sap.ui.core.Item {
|
|
@@ -11952,7 +11952,7 @@ declare namespace sap {
|
|
|
11952
11952
|
* the NotificationBar use it as high in the control hierarchy as possible.
|
|
11953
11953
|
*
|
|
11954
11954
|
* @since 1.7.0
|
|
11955
|
-
* @deprecated
|
|
11955
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessagePopover` control.
|
|
11956
11956
|
*/
|
|
11957
11957
|
class NotificationBar extends sap.ui.core.Control {
|
|
11958
11958
|
/**
|
|
@@ -12373,7 +12373,7 @@ declare namespace sap {
|
|
|
12373
12373
|
/**
|
|
12374
12374
|
* This element can be docked to a notification bar to show notification items
|
|
12375
12375
|
*
|
|
12376
|
-
* @deprecated
|
|
12376
|
+
* @deprecated As of version 1.38.
|
|
12377
12377
|
*/
|
|
12378
12378
|
class Notifier extends sap.ui.core.Element {
|
|
12379
12379
|
/**
|
|
@@ -12654,7 +12654,7 @@ declare namespace sap {
|
|
|
12654
12654
|
/**
|
|
12655
12655
|
* Overlay Control
|
|
12656
12656
|
*
|
|
12657
|
-
* @deprecated
|
|
12657
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
12658
12658
|
*/
|
|
12659
12659
|
class Overlay
|
|
12660
12660
|
extends sap.ui.core.Control
|
|
@@ -13120,7 +13120,7 @@ declare namespace sap {
|
|
|
13120
13120
|
/**
|
|
13121
13121
|
* Is to be embedded into the Overlay control as content container
|
|
13122
13122
|
*
|
|
13123
|
-
* @deprecated
|
|
13123
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
13124
13124
|
*/
|
|
13125
13125
|
class OverlayContainer extends sap.ui.ux3.Overlay {
|
|
13126
13126
|
/**
|
|
@@ -13267,7 +13267,7 @@ declare namespace sap {
|
|
|
13267
13267
|
* Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and
|
|
13268
13268
|
* Header-Items accessible.
|
|
13269
13269
|
*
|
|
13270
|
-
* @deprecated
|
|
13270
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Dialog}
|
|
13271
13271
|
*/
|
|
13272
13272
|
class OverlayDialog extends sap.ui.ux3.Overlay {
|
|
13273
13273
|
/**
|
|
@@ -13453,7 +13453,7 @@ declare namespace sap {
|
|
|
13453
13453
|
* QuickView is a small popup with a short overview of a Thing. QuickView is shown when a user holds the
|
|
13454
13454
|
* mouse pointer over a related screen element.
|
|
13455
13455
|
*
|
|
13456
|
-
* @deprecated
|
|
13456
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.QuickView` control.
|
|
13457
13457
|
*/
|
|
13458
13458
|
class QuickView extends sap.ui.commons.CalloutBase {
|
|
13459
13459
|
/**
|
|
@@ -14361,7 +14361,7 @@ declare namespace sap {
|
|
|
14361
14361
|
* to be added to a direct child of the BODY tag of a page and there should be no other parts of the page
|
|
14362
14362
|
* consuming space outside the Shell.
|
|
14363
14363
|
*
|
|
14364
|
-
* @deprecated
|
|
14364
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Shell}
|
|
14365
14365
|
*/
|
|
14366
14366
|
class Shell extends sap.ui.core.Control {
|
|
14367
14367
|
/**
|
|
@@ -15223,9 +15223,9 @@ declare namespace sap {
|
|
|
15223
15223
|
*
|
|
15224
15224
|
* Default value is `false`.
|
|
15225
15225
|
*
|
|
15226
|
-
* @deprecated
|
|
15227
|
-
* like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15228
|
-
* it from the respective elements in the Shell content.
|
|
15226
|
+
* @deprecated As of version 1.7.2. According to the current Ux designs, the ThingInspector should NOT be
|
|
15227
|
+
* opened like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15228
|
+
* trigger it from the respective elements in the Shell content.
|
|
15229
15229
|
*
|
|
15230
15230
|
* @returns Value of property `showInspectorTool`
|
|
15231
15231
|
*/
|
|
@@ -15931,9 +15931,9 @@ declare namespace sap {
|
|
|
15931
15931
|
*
|
|
15932
15932
|
* Default value is `false`.
|
|
15933
15933
|
*
|
|
15934
|
-
* @deprecated
|
|
15935
|
-
* like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15936
|
-
* it from the respective elements in the Shell content.
|
|
15934
|
+
* @deprecated As of version 1.7.2. According to the current Ux designs, the ThingInspector should NOT be
|
|
15935
|
+
* opened like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15936
|
+
* trigger it from the respective elements in the Shell content.
|
|
15937
15937
|
*
|
|
15938
15938
|
* @returns Reference to `this` in order to allow method chaining
|
|
15939
15939
|
*/
|
|
@@ -16019,7 +16019,7 @@ declare namespace sap {
|
|
|
16019
16019
|
/**
|
|
16020
16020
|
* Thing Action for Swatch, QuickView, Thinginspector
|
|
16021
16021
|
*
|
|
16022
|
-
* @deprecated
|
|
16022
|
+
* @deprecated As of version 1.38.
|
|
16023
16023
|
*/
|
|
16024
16024
|
class ThingAction extends sap.ui.core.Element {
|
|
16025
16025
|
/**
|
|
@@ -16220,7 +16220,7 @@ declare namespace sap {
|
|
|
16220
16220
|
/**
|
|
16221
16221
|
* Thing Group Area
|
|
16222
16222
|
*
|
|
16223
|
-
* @deprecated
|
|
16223
|
+
* @deprecated As of version 1.38.
|
|
16224
16224
|
*/
|
|
16225
16225
|
class ThingGroup extends sap.ui.core.Element {
|
|
16226
16226
|
/**
|
|
@@ -16497,7 +16497,7 @@ declare namespace sap {
|
|
|
16497
16497
|
/**
|
|
16498
16498
|
* Thing Inspector
|
|
16499
16499
|
*
|
|
16500
|
-
* @deprecated
|
|
16500
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
16501
16501
|
*/
|
|
16502
16502
|
class ThingInspector extends sap.ui.ux3.Overlay {
|
|
16503
16503
|
/**
|
|
@@ -17501,7 +17501,7 @@ declare namespace sap {
|
|
|
17501
17501
|
* the parent container has no width defined the control will not work properly.
|
|
17502
17502
|
*
|
|
17503
17503
|
* @since 1.9.1
|
|
17504
|
-
* @deprecated
|
|
17504
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
17505
17505
|
*/
|
|
17506
17506
|
class ThingViewer extends sap.ui.core.Control {
|
|
17507
17507
|
/**
|
|
@@ -18120,7 +18120,7 @@ declare namespace sap {
|
|
|
18120
18120
|
* look like any common dialog box. A ToolPopup can have any content. Depending on the application type
|
|
18121
18121
|
* and design, the structure of the texts and input fields can be for example form-like.
|
|
18122
18122
|
*
|
|
18123
|
-
* @deprecated
|
|
18123
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Popover` control.
|
|
18124
18124
|
*/
|
|
18125
18125
|
class ToolPopup
|
|
18126
18126
|
extends sap.ui.core.Control
|
|
@@ -19227,8 +19227,8 @@ declare namespace sap {
|
|
|
19227
19227
|
*
|
|
19228
19228
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ActionBarSocialActions'.
|
|
19229
19229
|
*
|
|
19230
|
-
* @deprecated
|
|
19231
|
-
* @experimental
|
|
19230
|
+
* @deprecated As of version 1.38.
|
|
19231
|
+
* @experimental As of version 1.2. API is not yet finished and might change completely
|
|
19232
19232
|
*/
|
|
19233
19233
|
enum ActionBarSocialActions {
|
|
19234
19234
|
/**
|
|
@@ -19258,7 +19258,7 @@ declare namespace sap {
|
|
|
19258
19258
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ExactOrder'.
|
|
19259
19259
|
*
|
|
19260
19260
|
* @since 1.7.1
|
|
19261
|
-
* @deprecated
|
|
19261
|
+
* @deprecated As of version 1.38.
|
|
19262
19262
|
*/
|
|
19263
19263
|
enum ExactOrder {
|
|
19264
19264
|
/**
|
|
@@ -19275,8 +19275,8 @@ declare namespace sap {
|
|
|
19275
19275
|
*
|
|
19276
19276
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'FeederType'.
|
|
19277
19277
|
*
|
|
19278
|
-
* @deprecated
|
|
19279
|
-
* @experimental
|
|
19278
|
+
* @deprecated As of version 1.38.
|
|
19279
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
19280
19280
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
19281
19281
|
* Feed model topic is still open.
|
|
19282
19282
|
*/
|
|
@@ -19299,7 +19299,7 @@ declare namespace sap {
|
|
|
19299
19299
|
*
|
|
19300
19300
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'FollowActionState'.
|
|
19301
19301
|
*
|
|
19302
|
-
* @deprecated
|
|
19302
|
+
* @deprecated As of version 1.38.
|
|
19303
19303
|
*/
|
|
19304
19304
|
enum FollowActionState {
|
|
19305
19305
|
/**
|
|
@@ -19320,7 +19320,7 @@ declare namespace sap {
|
|
|
19320
19320
|
*
|
|
19321
19321
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'NotificationBarStatus'.
|
|
19322
19322
|
*
|
|
19323
|
-
* @deprecated
|
|
19323
|
+
* @deprecated As of version 1.38.
|
|
19324
19324
|
*/
|
|
19325
19325
|
enum NotificationBarStatus {
|
|
19326
19326
|
/**
|
|
@@ -19346,7 +19346,7 @@ declare namespace sap {
|
|
|
19346
19346
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ShellDesignType'.
|
|
19347
19347
|
*
|
|
19348
19348
|
* @since 1.12.0
|
|
19349
|
-
* @deprecated
|
|
19349
|
+
* @deprecated As of version 1.38.
|
|
19350
19350
|
*/
|
|
19351
19351
|
enum ShellDesignType {
|
|
19352
19352
|
/**
|
|
@@ -19368,7 +19368,7 @@ declare namespace sap {
|
|
|
19368
19368
|
*
|
|
19369
19369
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ShellHeaderType'.
|
|
19370
19370
|
*
|
|
19371
|
-
* @deprecated
|
|
19371
|
+
* @deprecated As of version 1.38.
|
|
19372
19372
|
*/
|
|
19373
19373
|
enum ShellHeaderType {
|
|
19374
19374
|
/**
|
|
@@ -19394,7 +19394,7 @@ declare namespace sap {
|
|
|
19394
19394
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ThingViewerHeaderType'.
|
|
19395
19395
|
*
|
|
19396
19396
|
* @since 1.16.3
|
|
19397
|
-
* @deprecated
|
|
19397
|
+
* @deprecated As of version 1.38.
|
|
19398
19398
|
*/
|
|
19399
19399
|
enum ThingViewerHeaderType {
|
|
19400
19400
|
/**
|
|
@@ -19412,7 +19412,7 @@ declare namespace sap {
|
|
|
19412
19412
|
*
|
|
19413
19413
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'VisibleItemCountMode'.
|
|
19414
19414
|
*
|
|
19415
|
-
* @deprecated
|
|
19415
|
+
* @deprecated As of version 1.38.
|
|
19416
19416
|
*/
|
|
19417
19417
|
enum VisibleItemCountMode {
|
|
19418
19418
|
/**
|