@sapui5/ts-types-esm 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.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- 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 +16 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +1946 -1117
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.core.d.ts +693 -718
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- 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 +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
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 module "sap/ui/ux3/library" {
|
|
4
4
|
/**
|
|
@@ -7,8 +7,8 @@ declare module "sap/ui/ux3/library" {
|
|
|
7
7
|
*
|
|
8
8
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ActionBarSocialActions'.
|
|
9
9
|
*
|
|
10
|
-
* @deprecated
|
|
11
|
-
* @experimental
|
|
10
|
+
* @deprecated As of version 1.38.
|
|
11
|
+
* @experimental As of version 1.2. API is not yet finished and might change completely
|
|
12
12
|
*/
|
|
13
13
|
export enum ActionBarSocialActions {
|
|
14
14
|
/**
|
|
@@ -35,7 +35,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
35
35
|
/**
|
|
36
36
|
* Marker interface for controls which are suitable as view rendering for a DataSet.
|
|
37
37
|
*
|
|
38
|
-
* @deprecated
|
|
38
|
+
* @deprecated As of version 1.38.
|
|
39
39
|
*/
|
|
40
40
|
export interface DataSetView {
|
|
41
41
|
__implements__sap_ui_ux3_DataSetView: boolean;
|
|
@@ -47,7 +47,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
47
47
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ExactOrder'.
|
|
48
48
|
*
|
|
49
49
|
* @since 1.7.1
|
|
50
|
-
* @deprecated
|
|
50
|
+
* @deprecated As of version 1.38.
|
|
51
51
|
*/
|
|
52
52
|
export enum ExactOrder {
|
|
53
53
|
/**
|
|
@@ -64,8 +64,8 @@ declare module "sap/ui/ux3/library" {
|
|
|
64
64
|
*
|
|
65
65
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'FeederType'.
|
|
66
66
|
*
|
|
67
|
-
* @deprecated
|
|
68
|
-
* @experimental
|
|
67
|
+
* @deprecated As of version 1.38.
|
|
68
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
69
69
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
70
70
|
* Feed model topic is still open.
|
|
71
71
|
*/
|
|
@@ -88,7 +88,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
88
88
|
*
|
|
89
89
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'FollowActionState'.
|
|
90
90
|
*
|
|
91
|
-
* @deprecated
|
|
91
|
+
* @deprecated As of version 1.38.
|
|
92
92
|
*/
|
|
93
93
|
export enum FollowActionState {
|
|
94
94
|
/**
|
|
@@ -109,7 +109,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
109
109
|
*
|
|
110
110
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'NotificationBarStatus'.
|
|
111
111
|
*
|
|
112
|
-
* @deprecated
|
|
112
|
+
* @deprecated As of version 1.38.
|
|
113
113
|
*/
|
|
114
114
|
export enum NotificationBarStatus {
|
|
115
115
|
/**
|
|
@@ -135,7 +135,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
135
135
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ShellDesignType'.
|
|
136
136
|
*
|
|
137
137
|
* @since 1.12.0
|
|
138
|
-
* @deprecated
|
|
138
|
+
* @deprecated As of version 1.38.
|
|
139
139
|
*/
|
|
140
140
|
export enum ShellDesignType {
|
|
141
141
|
/**
|
|
@@ -157,7 +157,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
157
157
|
*
|
|
158
158
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ShellHeaderType'.
|
|
159
159
|
*
|
|
160
|
-
* @deprecated
|
|
160
|
+
* @deprecated As of version 1.38.
|
|
161
161
|
*/
|
|
162
162
|
export enum ShellHeaderType {
|
|
163
163
|
/**
|
|
@@ -183,7 +183,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
183
183
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'ThingViewerHeaderType'.
|
|
184
184
|
*
|
|
185
185
|
* @since 1.16.3
|
|
186
|
-
* @deprecated
|
|
186
|
+
* @deprecated As of version 1.38.
|
|
187
187
|
*/
|
|
188
188
|
export enum ThingViewerHeaderType {
|
|
189
189
|
/**
|
|
@@ -201,7 +201,7 @@ declare module "sap/ui/ux3/library" {
|
|
|
201
201
|
*
|
|
202
202
|
* This enum is part of the 'sap/ui/ux3/library' module export and must be accessed by the property 'VisibleItemCountMode'.
|
|
203
203
|
*
|
|
204
|
-
* @deprecated
|
|
204
|
+
* @deprecated As of version 1.38.
|
|
205
205
|
*/
|
|
206
206
|
export enum VisibleItemCountMode {
|
|
207
207
|
/**
|
|
@@ -226,9 +226,9 @@ declare module "sap/ui/ux3/ShellPersonalization" {
|
|
|
226
226
|
* personalization capabilities. Once that concept is more final, we can go for a cleaner implementation,
|
|
227
227
|
* considering the number of configurable properties etc.
|
|
228
228
|
*
|
|
229
|
-
* @deprecated
|
|
230
|
-
* @experimental
|
|
231
|
-
* experimental work and might change or disappear in future versions.
|
|
229
|
+
* @deprecated As of version 1.36. This class was never released for productive use and will never be.
|
|
230
|
+
* @experimental As of version 1.0. The Shell-features Personalization, Color Picker and “Inspect”-Tool
|
|
231
|
+
* are only experimental work and might change or disappear in future versions.
|
|
232
232
|
*/
|
|
233
233
|
const ShellPersonalization: undefined;
|
|
234
234
|
|
|
@@ -263,7 +263,7 @@ declare module "sap/ui/ux3/ActionBar" {
|
|
|
263
263
|
* When using this control, please be aware that it fulfills rather specific requirements: it has been designed
|
|
264
264
|
* for and is used within composite controls QuickView and ThingInspector.
|
|
265
265
|
*
|
|
266
|
-
* @deprecated
|
|
266
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
|
|
267
267
|
*/
|
|
268
268
|
export default class ActionBar extends Control {
|
|
269
269
|
/**
|
|
@@ -561,7 +561,7 @@ declare module "sap/ui/ux3/ActionBar" {
|
|
|
561
561
|
*
|
|
562
562
|
* @returns Value of property `followState`
|
|
563
563
|
*/
|
|
564
|
-
getFollowState(): FollowActionState
|
|
564
|
+
getFollowState(): FollowActionState;
|
|
565
565
|
/**
|
|
566
566
|
* Gets current value of property {@link #getShowFavorite showFavorite}.
|
|
567
567
|
*
|
|
@@ -870,7 +870,7 @@ declare module "sap/ui/ux3/ActionBar" {
|
|
|
870
870
|
/**
|
|
871
871
|
* Describes the settings that can be provided to the ActionBar constructor.
|
|
872
872
|
*
|
|
873
|
-
* @deprecated
|
|
873
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Toolbar` or `sap.m.OverflowToolbar` control.
|
|
874
874
|
*/
|
|
875
875
|
export interface $ActionBarSettings extends $ControlSettings {
|
|
876
876
|
/**
|
|
@@ -1033,7 +1033,7 @@ declare module "sap/ui/ux3/Collection" {
|
|
|
1033
1033
|
* Collection
|
|
1034
1034
|
*
|
|
1035
1035
|
* @since 1.9.0
|
|
1036
|
-
* @deprecated
|
|
1036
|
+
* @deprecated As of version 1.38.
|
|
1037
1037
|
*/
|
|
1038
1038
|
export default class Collection extends UI5Element {
|
|
1039
1039
|
/**
|
|
@@ -1454,7 +1454,7 @@ declare module "sap/ui/ux3/Collection" {
|
|
|
1454
1454
|
/**
|
|
1455
1455
|
* Describes the settings that can be provided to the Collection constructor.
|
|
1456
1456
|
*
|
|
1457
|
-
* @deprecated
|
|
1457
|
+
* @deprecated As of version 1.38.
|
|
1458
1458
|
*/
|
|
1459
1459
|
export interface $CollectionSettings extends $ElementSettings {
|
|
1460
1460
|
/**
|
|
@@ -1540,7 +1540,7 @@ declare module "sap/ui/ux3/CollectionInspector" {
|
|
|
1540
1540
|
* CollectionInspector
|
|
1541
1541
|
*
|
|
1542
1542
|
* @since 1.9.0
|
|
1543
|
-
* @deprecated
|
|
1543
|
+
* @deprecated As of version 1.38.
|
|
1544
1544
|
*/
|
|
1545
1545
|
export default class CollectionInspector extends Control {
|
|
1546
1546
|
/**
|
|
@@ -2092,7 +2092,7 @@ declare module "sap/ui/ux3/CollectionInspector" {
|
|
|
2092
2092
|
/**
|
|
2093
2093
|
* Describes the settings that can be provided to the CollectionInspector constructor.
|
|
2094
2094
|
*
|
|
2095
|
-
* @deprecated
|
|
2095
|
+
* @deprecated As of version 1.38.
|
|
2096
2096
|
*/
|
|
2097
2097
|
export interface $CollectionInspectorSettings extends $ControlSettings {
|
|
2098
2098
|
/**
|
|
@@ -2203,7 +2203,7 @@ declare module "sap/ui/ux3/DataSet" {
|
|
|
2203
2203
|
/**
|
|
2204
2204
|
* DataSet
|
|
2205
2205
|
*
|
|
2206
|
-
* @deprecated
|
|
2206
|
+
* @deprecated As of version 1.38. Use a container by choice from the {@link sap.m} library, instead.
|
|
2207
2207
|
*/
|
|
2208
2208
|
export default class DataSet extends Control {
|
|
2209
2209
|
/**
|
|
@@ -2908,7 +2908,7 @@ declare module "sap/ui/ux3/DataSet" {
|
|
|
2908
2908
|
/**
|
|
2909
2909
|
* Describes the settings that can be provided to the DataSet constructor.
|
|
2910
2910
|
*
|
|
2911
|
-
* @deprecated
|
|
2911
|
+
* @deprecated As of version 1.38. Use a container by choice from the {@link sap.m} library, instead.
|
|
2912
2912
|
*/
|
|
2913
2913
|
export interface $DataSetSettings extends $ControlSettings {
|
|
2914
2914
|
/**
|
|
@@ -3026,7 +3026,7 @@ declare module "sap/ui/ux3/DataSetItem" {
|
|
|
3026
3026
|
/**
|
|
3027
3027
|
* DataSet Item
|
|
3028
3028
|
*
|
|
3029
|
-
* @deprecated
|
|
3029
|
+
* @deprecated As of version 1.38.
|
|
3030
3030
|
*/
|
|
3031
3031
|
export default class DataSetItem extends UI5Element {
|
|
3032
3032
|
/**
|
|
@@ -3285,7 +3285,7 @@ declare module "sap/ui/ux3/DataSetItem" {
|
|
|
3285
3285
|
/**
|
|
3286
3286
|
* Describes the settings that can be provided to the DataSetItem constructor.
|
|
3287
3287
|
*
|
|
3288
|
-
* @deprecated
|
|
3288
|
+
* @deprecated As of version 1.38.
|
|
3289
3289
|
*/
|
|
3290
3290
|
export interface $DataSetItemSettings extends $ElementSettings {
|
|
3291
3291
|
/**
|
|
@@ -3351,7 +3351,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
|
|
|
3351
3351
|
/**
|
|
3352
3352
|
* DataSetSimpleView provides a simple view example for DataSet usage.
|
|
3353
3353
|
*
|
|
3354
|
-
* @deprecated
|
|
3354
|
+
* @deprecated As of version 1.38. Use a layout by choice from the {@link sap.m} library, instead.
|
|
3355
3355
|
*/
|
|
3356
3356
|
export default class DataSetSimpleView
|
|
3357
3357
|
extends Control
|
|
@@ -3811,7 +3811,7 @@ declare module "sap/ui/ux3/DataSetSimpleView" {
|
|
|
3811
3811
|
/**
|
|
3812
3812
|
* Describes the settings that can be provided to the DataSetSimpleView constructor.
|
|
3813
3813
|
*
|
|
3814
|
-
* @deprecated
|
|
3814
|
+
* @deprecated As of version 1.38. Use a layout by choice from the {@link sap.m} library, instead.
|
|
3815
3815
|
*/
|
|
3816
3816
|
export interface $DataSetSimpleViewSettings extends $ControlSettings {
|
|
3817
3817
|
/**
|
|
@@ -3918,8 +3918,8 @@ declare module "sap/ui/ux3/Exact" {
|
|
|
3918
3918
|
* A comprehensive UI design approach with graphical and functional elements for searching data, exploring
|
|
3919
3919
|
* data, and acting on the data ("Explore and Act (Exact) Pattern").
|
|
3920
3920
|
*
|
|
3921
|
-
* @deprecated
|
|
3922
|
-
* @experimental
|
|
3921
|
+
* @deprecated As of version 1.38.
|
|
3922
|
+
* @experimental As of version 1.2. API is not yet finished and might change completely
|
|
3923
3923
|
*/
|
|
3924
3924
|
export default class Exact extends Control {
|
|
3925
3925
|
/**
|
|
@@ -4279,8 +4279,8 @@ declare module "sap/ui/ux3/Exact" {
|
|
|
4279
4279
|
/**
|
|
4280
4280
|
* Describes the settings that can be provided to the Exact constructor.
|
|
4281
4281
|
*
|
|
4282
|
-
* @deprecated
|
|
4283
|
-
* @experimental
|
|
4282
|
+
* @deprecated As of version 1.38.
|
|
4283
|
+
* @experimental As of version 1.2. API is not yet finished and might change completely
|
|
4284
4284
|
*/
|
|
4285
4285
|
export interface $ExactSettings extends $ControlSettings {
|
|
4286
4286
|
/**
|
|
@@ -4373,8 +4373,8 @@ declare module "sap/ui/ux3/ExactArea" {
|
|
|
4373
4373
|
* Consists of two sections: A tool bar and a content area where arbitrary controls can be added. The ExactArea
|
|
4374
4374
|
* is intended to be used for the Exact design approach but alternatively also in a stand alone version.
|
|
4375
4375
|
*
|
|
4376
|
-
* @deprecated
|
|
4377
|
-
* @experimental
|
|
4376
|
+
* @deprecated As of version 1.38.
|
|
4377
|
+
* @experimental As of version 1.6. API is not yet finished and might change completely
|
|
4378
4378
|
*/
|
|
4379
4379
|
export default class ExactArea extends Control {
|
|
4380
4380
|
/**
|
|
@@ -4626,8 +4626,8 @@ declare module "sap/ui/ux3/ExactArea" {
|
|
|
4626
4626
|
/**
|
|
4627
4627
|
* Describes the settings that can be provided to the ExactArea constructor.
|
|
4628
4628
|
*
|
|
4629
|
-
* @deprecated
|
|
4630
|
-
* @experimental
|
|
4629
|
+
* @deprecated As of version 1.38.
|
|
4630
|
+
* @experimental As of version 1.6. API is not yet finished and might change completely
|
|
4631
4631
|
*/
|
|
4632
4632
|
export interface $ExactAreaSettings extends $ControlSettings {
|
|
4633
4633
|
/**
|
|
@@ -4670,7 +4670,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
|
|
|
4670
4670
|
/**
|
|
4671
4671
|
* An element for defining attributes and sub-attributes used within the Exact pattern.
|
|
4672
4672
|
*
|
|
4673
|
-
* @deprecated
|
|
4673
|
+
* @deprecated As of version 1.38.
|
|
4674
4674
|
*/
|
|
4675
4675
|
export default class ExactAttribute extends UI5Element {
|
|
4676
4676
|
/**
|
|
@@ -4877,7 +4877,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
|
|
|
4877
4877
|
*
|
|
4878
4878
|
* @returns Value of property `listOrder`
|
|
4879
4879
|
*/
|
|
4880
|
-
getListOrder(): ExactOrder
|
|
4880
|
+
getListOrder(): ExactOrder;
|
|
4881
4881
|
/**
|
|
4882
4882
|
* Gets current value of property {@link #getSelected selected}.
|
|
4883
4883
|
*
|
|
@@ -5180,7 +5180,7 @@ declare module "sap/ui/ux3/ExactAttribute" {
|
|
|
5180
5180
|
/**
|
|
5181
5181
|
* Describes the settings that can be provided to the ExactAttribute constructor.
|
|
5182
5182
|
*
|
|
5183
|
-
* @deprecated
|
|
5183
|
+
* @deprecated As of version 1.38.
|
|
5184
5184
|
*/
|
|
5185
5185
|
export interface $ExactAttributeSettings extends $ElementSettings {
|
|
5186
5186
|
/**
|
|
@@ -5302,7 +5302,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
|
|
|
5302
5302
|
* and thereby trigger the display of further information, depending on the chosen entry/entries (multiple
|
|
5303
5303
|
* selection supported).
|
|
5304
5304
|
*
|
|
5305
|
-
* @deprecated
|
|
5305
|
+
* @deprecated As of version 1.38.
|
|
5306
5306
|
*/
|
|
5307
5307
|
export default class ExactBrowser extends Control {
|
|
5308
5308
|
/**
|
|
@@ -5668,7 +5668,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
|
|
|
5668
5668
|
*
|
|
5669
5669
|
* @returns Value of property `topListOrder`
|
|
5670
5670
|
*/
|
|
5671
|
-
getTopListOrder(): ExactOrder
|
|
5671
|
+
getTopListOrder(): ExactOrder;
|
|
5672
5672
|
/**
|
|
5673
5673
|
* Gets current value of property {@link #getTopListWidth topListWidth}.
|
|
5674
5674
|
*
|
|
@@ -5948,7 +5948,7 @@ declare module "sap/ui/ux3/ExactBrowser" {
|
|
|
5948
5948
|
/**
|
|
5949
5949
|
* Describes the settings that can be provided to the ExactBrowser constructor.
|
|
5950
5950
|
*
|
|
5951
|
-
* @deprecated
|
|
5951
|
+
* @deprecated As of version 1.38.
|
|
5952
5952
|
*/
|
|
5953
5953
|
export interface $ExactBrowserSettings extends $ControlSettings {
|
|
5954
5954
|
/**
|
|
@@ -6102,7 +6102,7 @@ declare module "sap/ui/ux3/ExactList" {
|
|
|
6102
6102
|
* Internal sub-control of the ExactBrowser. The control is not intended to be used stand alone. For this
|
|
6103
6103
|
* purpose, the ExactBrowser control can be used.
|
|
6104
6104
|
*
|
|
6105
|
-
* @deprecated
|
|
6105
|
+
* @deprecated As of version 1.38.
|
|
6106
6106
|
*/
|
|
6107
6107
|
export default class ExactList extends Control {
|
|
6108
6108
|
/**
|
|
@@ -6430,7 +6430,7 @@ declare module "sap/ui/ux3/ExactList" {
|
|
|
6430
6430
|
/**
|
|
6431
6431
|
* Describes the settings that can be provided to the ExactList constructor.
|
|
6432
6432
|
*
|
|
6433
|
-
* @deprecated
|
|
6433
|
+
* @deprecated As of version 1.38.
|
|
6434
6434
|
*/
|
|
6435
6435
|
export interface $ExactListSettings extends $ControlSettings {
|
|
6436
6436
|
/**
|
|
@@ -6506,7 +6506,7 @@ declare module "sap/ui/ux3/FacetFilter" {
|
|
|
6506
6506
|
/**
|
|
6507
6507
|
* FacetFilter Control.
|
|
6508
6508
|
*
|
|
6509
|
-
* @deprecated
|
|
6509
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
6510
6510
|
*/
|
|
6511
6511
|
export default class FacetFilter extends Control {
|
|
6512
6512
|
/**
|
|
@@ -6607,9 +6607,7 @@ declare module "sap/ui/ux3/FacetFilter" {
|
|
|
6607
6607
|
*
|
|
6608
6608
|
* @returns Value of property `visibleItemCountMode`
|
|
6609
6609
|
*/
|
|
6610
|
-
getVisibleItemCountMode():
|
|
6611
|
-
| VisibleItemCountMode
|
|
6612
|
-
| keyof typeof VisibleItemCountMode;
|
|
6610
|
+
getVisibleItemCountMode(): VisibleItemCountMode;
|
|
6613
6611
|
/**
|
|
6614
6612
|
* Checks for the provided `sap.ui.ux3.FacetFilterList` in the aggregation {@link #getLists lists}. and
|
|
6615
6613
|
* returns its index if found or -1 otherwise.
|
|
@@ -6687,7 +6685,7 @@ declare module "sap/ui/ux3/FacetFilter" {
|
|
|
6687
6685
|
/**
|
|
6688
6686
|
* Describes the settings that can be provided to the FacetFilter constructor.
|
|
6689
6687
|
*
|
|
6690
|
-
* @deprecated
|
|
6688
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
6691
6689
|
*/
|
|
6692
6690
|
export interface $FacetFilterSettings extends $ControlSettings {
|
|
6693
6691
|
/**
|
|
@@ -6727,7 +6725,7 @@ declare module "sap/ui/ux3/FacetFilterList" {
|
|
|
6727
6725
|
/**
|
|
6728
6726
|
* List to be used with the FacetFilter control. The control is not intended to be used stand alone.
|
|
6729
6727
|
*
|
|
6730
|
-
* @deprecated
|
|
6728
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
6731
6729
|
*/
|
|
6732
6730
|
export default class FacetFilterList extends Control {
|
|
6733
6731
|
/**
|
|
@@ -7092,7 +7090,7 @@ declare module "sap/ui/ux3/FacetFilterList" {
|
|
|
7092
7090
|
/**
|
|
7093
7091
|
* Describes the settings that can be provided to the FacetFilterList constructor.
|
|
7094
7092
|
*
|
|
7095
|
-
* @deprecated
|
|
7093
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.FacetFilter}
|
|
7096
7094
|
*/
|
|
7097
7095
|
export interface $FacetFilterListSettings extends $ControlSettings {
|
|
7098
7096
|
/**
|
|
@@ -7194,8 +7192,8 @@ declare module "sap/ui/ux3/Feed" {
|
|
|
7194
7192
|
/**
|
|
7195
7193
|
* A container control representing a full feed page, including feeder and updates.
|
|
7196
7194
|
*
|
|
7197
|
-
* @deprecated
|
|
7198
|
-
* @experimental
|
|
7195
|
+
* @deprecated As of version 1.38. Instead, use **any** `sap.ui.layout` container control.
|
|
7196
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
7199
7197
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
7200
7198
|
* Feed model topic is still open.
|
|
7201
7199
|
*/
|
|
@@ -8060,8 +8058,8 @@ declare module "sap/ui/ux3/Feed" {
|
|
|
8060
8058
|
/**
|
|
8061
8059
|
* Describes the settings that can be provided to the Feed constructor.
|
|
8062
8060
|
*
|
|
8063
|
-
* @deprecated
|
|
8064
|
-
* @experimental
|
|
8061
|
+
* @deprecated As of version 1.38. Instead, use **any** `sap.ui.layout` container control.
|
|
8062
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
8065
8063
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
8066
8064
|
* Feed model topic is still open.
|
|
8067
8065
|
*/
|
|
@@ -8251,8 +8249,8 @@ declare module "sap/ui/ux3/FeedChunk" {
|
|
|
8251
8249
|
* a set of properties for text, sender information, time stamp, comments, and functions such as flagging
|
|
8252
8250
|
* the entry to be favorite, shared, or flagged.
|
|
8253
8251
|
*
|
|
8254
|
-
* @deprecated
|
|
8255
|
-
* @experimental
|
|
8252
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedListItem` control.
|
|
8253
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
8256
8254
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
8257
8255
|
* Feed model topic is still open.
|
|
8258
8256
|
*/
|
|
@@ -9116,8 +9114,8 @@ declare module "sap/ui/ux3/FeedChunk" {
|
|
|
9116
9114
|
*
|
|
9117
9115
|
* Default value is `false`.
|
|
9118
9116
|
*
|
|
9119
|
-
* @deprecated
|
|
9120
|
-
* the parent is a chunk it's automatically a comment.
|
|
9117
|
+
* @deprecated As of version 1.4.0. Not longer used. If a chunk is a comment is determined from hierarchy.
|
|
9118
|
+
* If the parent is a chunk it's automatically a comment.
|
|
9121
9119
|
*
|
|
9122
9120
|
* @returns Value of property `commentChunk`
|
|
9123
9121
|
*/
|
|
@@ -9398,8 +9396,8 @@ declare module "sap/ui/ux3/FeedChunk" {
|
|
|
9398
9396
|
*
|
|
9399
9397
|
* Default value is `false`.
|
|
9400
9398
|
*
|
|
9401
|
-
* @deprecated
|
|
9402
|
-
* the parent is a chunk it's automatically a comment.
|
|
9399
|
+
* @deprecated As of version 1.4.0. Not longer used. If a chunk is a comment is determined from hierarchy.
|
|
9400
|
+
* If the parent is a chunk it's automatically a comment.
|
|
9403
9401
|
*
|
|
9404
9402
|
* @returns Reference to `this` in order to allow method chaining
|
|
9405
9403
|
*/
|
|
@@ -9688,8 +9686,8 @@ declare module "sap/ui/ux3/FeedChunk" {
|
|
|
9688
9686
|
/**
|
|
9689
9687
|
* Describes the settings that can be provided to the FeedChunk constructor.
|
|
9690
9688
|
*
|
|
9691
|
-
* @deprecated
|
|
9692
|
-
* @experimental
|
|
9689
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedListItem` control.
|
|
9690
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
9693
9691
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
9694
9692
|
* Feed model topic is still open.
|
|
9695
9693
|
*/
|
|
@@ -9723,8 +9721,8 @@ declare module "sap/ui/ux3/FeedChunk" {
|
|
|
9723
9721
|
* This flag changes a FeedChunk into a CommentChunk. In this case, it can not have own comments, furthermore
|
|
9724
9722
|
* it must be assigned to a FeedChunk.
|
|
9725
9723
|
*
|
|
9726
|
-
* @deprecated
|
|
9727
|
-
* the parent is a chunk it's automatically a comment.
|
|
9724
|
+
* @deprecated As of version 1.4.0. Not longer used. If a chunk is a comment is determined from hierarchy.
|
|
9725
|
+
* If the parent is a chunk it's automatically a comment.
|
|
9728
9726
|
*/
|
|
9729
9727
|
commentChunk?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
9730
9728
|
|
|
@@ -10015,8 +10013,8 @@ declare module "sap/ui/ux3/Feeder" {
|
|
|
10015
10013
|
* The control can be used stand alone or in a multiple way, and generally would be integrated directly
|
|
10016
10014
|
* into a UIArea.
|
|
10017
10015
|
*
|
|
10018
|
-
* @deprecated
|
|
10019
|
-
* @experimental
|
|
10016
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedInput` control.
|
|
10017
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
10020
10018
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
10021
10019
|
* Feed model topic is still open.
|
|
10022
10020
|
*/
|
|
@@ -10200,7 +10198,7 @@ declare module "sap/ui/ux3/Feeder" {
|
|
|
10200
10198
|
*
|
|
10201
10199
|
* @returns Value of property `type`
|
|
10202
10200
|
*/
|
|
10203
|
-
getType(): FeederType
|
|
10201
|
+
getType(): FeederType;
|
|
10204
10202
|
/**
|
|
10205
10203
|
* Sets a new value for property {@link #getPlaceholderText placeholderText}.
|
|
10206
10204
|
*
|
|
@@ -10273,8 +10271,8 @@ declare module "sap/ui/ux3/Feeder" {
|
|
|
10273
10271
|
/**
|
|
10274
10272
|
* Describes the settings that can be provided to the Feeder constructor.
|
|
10275
10273
|
*
|
|
10276
|
-
* @deprecated
|
|
10277
|
-
* @experimental
|
|
10274
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.FeedInput` control.
|
|
10275
|
+
* @experimental As of version 1.2. The whole Feed/Feeder API is still under discussion, significant changes
|
|
10278
10276
|
* are likely. Especially text presentation (e.g. @-references and formatted text) is not final. Also the
|
|
10279
10277
|
* Feed model topic is still open.
|
|
10280
10278
|
*/
|
|
@@ -10349,7 +10347,7 @@ declare module "sap/ui/ux3/NavigationBar" {
|
|
|
10349
10347
|
* items are defined for the bar, this is made transparent to the user by showing symbols for scrolling
|
|
10350
10348
|
* options (forwards and backwards) to see the next or previous items.
|
|
10351
10349
|
*
|
|
10352
|
-
* @deprecated
|
|
10350
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
10353
10351
|
* control.
|
|
10354
10352
|
*/
|
|
10355
10353
|
export default class NavigationBar extends Control {
|
|
@@ -10706,7 +10704,7 @@ declare module "sap/ui/ux3/NavigationBar" {
|
|
|
10706
10704
|
/**
|
|
10707
10705
|
* Describes the settings that can be provided to the NavigationBar constructor.
|
|
10708
10706
|
*
|
|
10709
|
-
* @deprecated
|
|
10707
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
10710
10708
|
* control.
|
|
10711
10709
|
*/
|
|
10712
10710
|
export interface $NavigationBarSettings extends $ControlSettings {
|
|
@@ -10789,7 +10787,7 @@ declare module "sap/ui/ux3/NavigationItem" {
|
|
|
10789
10787
|
/**
|
|
10790
10788
|
* Is the item to be used within the NavigationBar
|
|
10791
10789
|
*
|
|
10792
|
-
* @deprecated
|
|
10790
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
10793
10791
|
* control.
|
|
10794
10792
|
*/
|
|
10795
10793
|
export default class NavigationItem extends Item {
|
|
@@ -11006,7 +11004,7 @@ declare module "sap/ui/ux3/NavigationItem" {
|
|
|
11006
11004
|
/**
|
|
11007
11005
|
* Describes the settings that can be provided to the NavigationItem constructor.
|
|
11008
11006
|
*
|
|
11009
|
-
* @deprecated
|
|
11007
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.IconTabBar`, `sap.m.TabContainer` or `sap.uxap.ObjectPageLayout`
|
|
11010
11008
|
* control.
|
|
11011
11009
|
*/
|
|
11012
11010
|
export interface $NavigationItemSettings extends $ItemSettings {
|
|
@@ -11064,7 +11062,7 @@ declare module "sap/ui/ux3/NotificationBar" {
|
|
|
11064
11062
|
* the NotificationBar use it as high in the control hierarchy as possible.
|
|
11065
11063
|
*
|
|
11066
11064
|
* @since 1.7.0
|
|
11067
|
-
* @deprecated
|
|
11065
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessagePopover` control.
|
|
11068
11066
|
*/
|
|
11069
11067
|
export default class NotificationBar extends Control {
|
|
11070
11068
|
/**
|
|
@@ -11366,9 +11364,7 @@ declare module "sap/ui/ux3/NotificationBar" {
|
|
|
11366
11364
|
*
|
|
11367
11365
|
* @returns Value of property `visibleStatus`
|
|
11368
11366
|
*/
|
|
11369
|
-
getVisibleStatus():
|
|
11370
|
-
| NotificationBarStatus
|
|
11371
|
-
| keyof typeof NotificationBarStatus;
|
|
11367
|
+
getVisibleStatus(): NotificationBarStatus;
|
|
11372
11368
|
/**
|
|
11373
11369
|
* This method checks if the NotificationBar has any items (notifications or messages) to show and returns
|
|
11374
11370
|
* true if there are any items to show. So the application should decide if the bar should be displayed.
|
|
@@ -11489,7 +11485,7 @@ declare module "sap/ui/ux3/NotificationBar" {
|
|
|
11489
11485
|
/**
|
|
11490
11486
|
* Describes the settings that can be provided to the NotificationBar constructor.
|
|
11491
11487
|
*
|
|
11492
|
-
* @deprecated
|
|
11488
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessagePopover` control.
|
|
11493
11489
|
*/
|
|
11494
11490
|
export interface $NotificationBarSettings extends $ControlSettings {
|
|
11495
11491
|
/**
|
|
@@ -11599,7 +11595,7 @@ declare module "sap/ui/ux3/Notifier" {
|
|
|
11599
11595
|
/**
|
|
11600
11596
|
* This element can be docked to a notification bar to show notification items
|
|
11601
11597
|
*
|
|
11602
|
-
* @deprecated
|
|
11598
|
+
* @deprecated As of version 1.38.
|
|
11603
11599
|
*/
|
|
11604
11600
|
export default class Notifier extends UI5Element {
|
|
11605
11601
|
/**
|
|
@@ -11880,7 +11876,7 @@ declare module "sap/ui/ux3/Notifier" {
|
|
|
11880
11876
|
/**
|
|
11881
11877
|
* Describes the settings that can be provided to the Notifier constructor.
|
|
11882
11878
|
*
|
|
11883
|
-
* @deprecated
|
|
11879
|
+
* @deprecated As of version 1.38.
|
|
11884
11880
|
*/
|
|
11885
11881
|
export interface $NotifierSettings extends $ElementSettings {
|
|
11886
11882
|
/**
|
|
@@ -11942,7 +11938,7 @@ declare module "sap/ui/ux3/Overlay" {
|
|
|
11942
11938
|
/**
|
|
11943
11939
|
* Overlay Control
|
|
11944
11940
|
*
|
|
11945
|
-
* @deprecated
|
|
11941
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
11946
11942
|
*/
|
|
11947
11943
|
export default class Overlay extends Control implements PopupInterface {
|
|
11948
11944
|
__implements__sap_ui_core_PopupInterface: boolean;
|
|
@@ -12405,7 +12401,7 @@ declare module "sap/ui/ux3/Overlay" {
|
|
|
12405
12401
|
/**
|
|
12406
12402
|
* Describes the settings that can be provided to the Overlay constructor.
|
|
12407
12403
|
*
|
|
12408
|
-
* @deprecated
|
|
12404
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
12409
12405
|
*/
|
|
12410
12406
|
export interface $OverlaySettings extends $ControlSettings {
|
|
12411
12407
|
/**
|
|
@@ -12518,7 +12514,7 @@ declare module "sap/ui/ux3/OverlayContainer" {
|
|
|
12518
12514
|
/**
|
|
12519
12515
|
* Is to be embedded into the Overlay control as content container
|
|
12520
12516
|
*
|
|
12521
|
-
* @deprecated
|
|
12517
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
12522
12518
|
*/
|
|
12523
12519
|
export default class OverlayContainer extends Overlay {
|
|
12524
12520
|
/**
|
|
@@ -12664,7 +12660,7 @@ declare module "sap/ui/ux3/OverlayContainer" {
|
|
|
12664
12660
|
/**
|
|
12665
12661
|
* Describes the settings that can be provided to the OverlayContainer constructor.
|
|
12666
12662
|
*
|
|
12667
|
-
* @deprecated
|
|
12663
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
12668
12664
|
*/
|
|
12669
12665
|
export interface $OverlayContainerSettings extends $OverlaySettings {
|
|
12670
12666
|
/**
|
|
@@ -12692,7 +12688,7 @@ declare module "sap/ui/ux3/OverlayDialog" {
|
|
|
12692
12688
|
* Dialog implementation based on the Overlay. If used in a Shell it leaves the Tool-Palette, Pane-Bar and
|
|
12693
12689
|
* Header-Items accessible.
|
|
12694
12690
|
*
|
|
12695
|
-
* @deprecated
|
|
12691
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Dialog}
|
|
12696
12692
|
*/
|
|
12697
12693
|
export default class OverlayDialog extends Overlay {
|
|
12698
12694
|
/**
|
|
@@ -12877,7 +12873,7 @@ declare module "sap/ui/ux3/OverlayDialog" {
|
|
|
12877
12873
|
/**
|
|
12878
12874
|
* Describes the settings that can be provided to the OverlayDialog constructor.
|
|
12879
12875
|
*
|
|
12880
|
-
* @deprecated
|
|
12876
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Dialog}
|
|
12881
12877
|
*/
|
|
12882
12878
|
export interface $OverlayDialogSettings extends $OverlaySettings {
|
|
12883
12879
|
/**
|
|
@@ -12928,7 +12924,7 @@ declare module "sap/ui/ux3/QuickView" {
|
|
|
12928
12924
|
* QuickView is a small popup with a short overview of a Thing. QuickView is shown when a user holds the
|
|
12929
12925
|
* mouse pointer over a related screen element.
|
|
12930
12926
|
*
|
|
12931
|
-
* @deprecated
|
|
12927
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.QuickView` control.
|
|
12932
12928
|
*/
|
|
12933
12929
|
export default class QuickView extends CalloutBase {
|
|
12934
12930
|
/**
|
|
@@ -13382,7 +13378,7 @@ declare module "sap/ui/ux3/QuickView" {
|
|
|
13382
13378
|
*
|
|
13383
13379
|
* @returns Value of property `followState`
|
|
13384
13380
|
*/
|
|
13385
|
-
getFollowState(): FollowActionState
|
|
13381
|
+
getFollowState(): FollowActionState;
|
|
13386
13382
|
/**
|
|
13387
13383
|
* Gets current value of property {@link #getIcon icon}.
|
|
13388
13384
|
*
|
|
@@ -13834,7 +13830,7 @@ declare module "sap/ui/ux3/QuickView" {
|
|
|
13834
13830
|
/**
|
|
13835
13831
|
* Describes the settings that can be provided to the QuickView constructor.
|
|
13836
13832
|
*
|
|
13837
|
-
* @deprecated
|
|
13833
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.QuickView` control.
|
|
13838
13834
|
*/
|
|
13839
13835
|
export interface $QuickViewSettings extends $CalloutBaseSettings {
|
|
13840
13836
|
/**
|
|
@@ -14055,7 +14051,7 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
14055
14051
|
* to be added to a direct child of the BODY tag of a page and there should be no other parts of the page
|
|
14056
14052
|
* consuming space outside the Shell.
|
|
14057
14053
|
*
|
|
14058
|
-
* @deprecated
|
|
14054
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Shell}
|
|
14059
14055
|
*/
|
|
14060
14056
|
export default class Shell extends Control {
|
|
14061
14057
|
/**
|
|
@@ -14813,7 +14809,7 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
14813
14809
|
*
|
|
14814
14810
|
* @returns Value of property `designType`
|
|
14815
14811
|
*/
|
|
14816
|
-
getDesignType(): ShellDesignType
|
|
14812
|
+
getDesignType(): ShellDesignType;
|
|
14817
14813
|
/**
|
|
14818
14814
|
* Gets current value of property {@link #getFullHeightContent fullHeightContent}.
|
|
14819
14815
|
*
|
|
@@ -14846,7 +14842,7 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
14846
14842
|
*
|
|
14847
14843
|
* @returns Value of property `headerType`
|
|
14848
14844
|
*/
|
|
14849
|
-
getHeaderType(): ShellHeaderType
|
|
14845
|
+
getHeaderType(): ShellHeaderType;
|
|
14850
14846
|
/**
|
|
14851
14847
|
* Gets current value of property {@link #getLogoutButtonTooltip logoutButtonTooltip}.
|
|
14852
14848
|
*
|
|
@@ -14917,9 +14913,9 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
14917
14913
|
*
|
|
14918
14914
|
* Default value is `false`.
|
|
14919
14915
|
*
|
|
14920
|
-
* @deprecated
|
|
14921
|
-
* like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
14922
|
-
* it from the respective elements in the Shell content.
|
|
14916
|
+
* @deprecated As of version 1.7.2. According to the current Ux designs, the ThingInspector should NOT be
|
|
14917
|
+
* opened like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
14918
|
+
* trigger it from the respective elements in the Shell content.
|
|
14923
14919
|
*
|
|
14924
14920
|
* @returns Value of property `showInspectorTool`
|
|
14925
14921
|
*/
|
|
@@ -15625,9 +15621,9 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
15625
15621
|
*
|
|
15626
15622
|
* Default value is `false`.
|
|
15627
15623
|
*
|
|
15628
|
-
* @deprecated
|
|
15629
|
-
* like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15630
|
-
* it from the respective elements in the Shell content.
|
|
15624
|
+
* @deprecated As of version 1.7.2. According to the current Ux designs, the ThingInspector should NOT be
|
|
15625
|
+
* opened like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15626
|
+
* trigger it from the respective elements in the Shell content.
|
|
15631
15627
|
*
|
|
15632
15628
|
* @returns Reference to `this` in order to allow method chaining
|
|
15633
15629
|
*/
|
|
@@ -15713,7 +15709,7 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
15713
15709
|
/**
|
|
15714
15710
|
* Describes the settings that can be provided to the Shell constructor.
|
|
15715
15711
|
*
|
|
15716
|
-
* @deprecated
|
|
15712
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Shell}
|
|
15717
15713
|
*/
|
|
15718
15714
|
export interface $ShellSettings extends $ControlSettings {
|
|
15719
15715
|
/**
|
|
@@ -15756,9 +15752,9 @@ declare module "sap/ui/ux3/Shell" {
|
|
|
15756
15752
|
/**
|
|
15757
15753
|
* Whether the "Inspector" tool should be displayed or not.
|
|
15758
15754
|
*
|
|
15759
|
-
* @deprecated
|
|
15760
|
-
* like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15761
|
-
* it from the respective elements in the Shell content.
|
|
15755
|
+
* @deprecated As of version 1.7.2. According to the current Ux designs, the ThingInspector should NOT be
|
|
15756
|
+
* opened like this from the Tool Pane. And technically, the ThingInspector is not a ToolPopup. Instead
|
|
15757
|
+
* trigger it from the respective elements in the Shell content.
|
|
15762
15758
|
*/
|
|
15763
15759
|
showInspectorTool?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
15764
15760
|
|
|
@@ -16041,7 +16037,7 @@ declare module "sap/ui/ux3/ThingAction" {
|
|
|
16041
16037
|
/**
|
|
16042
16038
|
* Thing Action for Swatch, QuickView, Thinginspector
|
|
16043
16039
|
*
|
|
16044
|
-
* @deprecated
|
|
16040
|
+
* @deprecated As of version 1.38.
|
|
16045
16041
|
*/
|
|
16046
16042
|
export default class ThingAction extends UI5Element {
|
|
16047
16043
|
/**
|
|
@@ -16242,7 +16238,7 @@ declare module "sap/ui/ux3/ThingAction" {
|
|
|
16242
16238
|
/**
|
|
16243
16239
|
* Describes the settings that can be provided to the ThingAction constructor.
|
|
16244
16240
|
*
|
|
16245
|
-
* @deprecated
|
|
16241
|
+
* @deprecated As of version 1.38.
|
|
16246
16242
|
*/
|
|
16247
16243
|
export interface $ThingActionSettings extends $ElementSettings {
|
|
16248
16244
|
/**
|
|
@@ -16300,7 +16296,7 @@ declare module "sap/ui/ux3/ThingGroup" {
|
|
|
16300
16296
|
/**
|
|
16301
16297
|
* Thing Group Area
|
|
16302
16298
|
*
|
|
16303
|
-
* @deprecated
|
|
16299
|
+
* @deprecated As of version 1.38.
|
|
16304
16300
|
*/
|
|
16305
16301
|
export default class ThingGroup extends UI5Element {
|
|
16306
16302
|
/**
|
|
@@ -16577,7 +16573,7 @@ declare module "sap/ui/ux3/ThingGroup" {
|
|
|
16577
16573
|
/**
|
|
16578
16574
|
* Describes the settings that can be provided to the ThingGroup constructor.
|
|
16579
16575
|
*
|
|
16580
|
-
* @deprecated
|
|
16576
|
+
* @deprecated As of version 1.38.
|
|
16581
16577
|
*/
|
|
16582
16578
|
export interface $ThingGroupSettings extends $ElementSettings {
|
|
16583
16579
|
/**
|
|
@@ -16633,7 +16629,7 @@ declare module "sap/ui/ux3/ThingInspector" {
|
|
|
16633
16629
|
/**
|
|
16634
16630
|
* Thing Inspector
|
|
16635
16631
|
*
|
|
16636
|
-
* @deprecated
|
|
16632
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
16637
16633
|
*/
|
|
16638
16634
|
export default class ThingInspector extends Overlay {
|
|
16639
16635
|
/**
|
|
@@ -17122,7 +17118,7 @@ declare module "sap/ui/ux3/ThingInspector" {
|
|
|
17122
17118
|
*
|
|
17123
17119
|
* @returns Value of property `followState`
|
|
17124
17120
|
*/
|
|
17125
|
-
getFollowState(): FollowActionState
|
|
17121
|
+
getFollowState(): FollowActionState;
|
|
17126
17122
|
/**
|
|
17127
17123
|
* Gets content of aggregation {@link #getHeaderContent headerContent}.
|
|
17128
17124
|
*
|
|
@@ -17140,7 +17136,7 @@ declare module "sap/ui/ux3/ThingInspector" {
|
|
|
17140
17136
|
*
|
|
17141
17137
|
* @returns Value of property `headerType`
|
|
17142
17138
|
*/
|
|
17143
|
-
getHeaderType(): ThingViewerHeaderType
|
|
17139
|
+
getHeaderType(): ThingViewerHeaderType;
|
|
17144
17140
|
/**
|
|
17145
17141
|
* Gets current value of property {@link #getIcon icon}.
|
|
17146
17142
|
*
|
|
@@ -17634,7 +17630,7 @@ declare module "sap/ui/ux3/ThingInspector" {
|
|
|
17634
17630
|
/**
|
|
17635
17631
|
* Describes the settings that can be provided to the ThingInspector constructor.
|
|
17636
17632
|
*
|
|
17637
|
-
* @deprecated
|
|
17633
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
17638
17634
|
*/
|
|
17639
17635
|
export interface $ThingInspectorSettings extends $OverlaySettings {
|
|
17640
17636
|
/**
|
|
@@ -17866,7 +17862,7 @@ declare module "sap/ui/ux3/ThingViewer" {
|
|
|
17866
17862
|
* the parent container has no width defined the control will not work properly.
|
|
17867
17863
|
*
|
|
17868
17864
|
* @since 1.9.1
|
|
17869
|
-
* @deprecated
|
|
17865
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
17870
17866
|
*/
|
|
17871
17867
|
export default class ThingViewer extends Control {
|
|
17872
17868
|
/**
|
|
@@ -18114,7 +18110,7 @@ declare module "sap/ui/ux3/ThingViewer" {
|
|
|
18114
18110
|
*
|
|
18115
18111
|
* @returns Value of property `headerType`
|
|
18116
18112
|
*/
|
|
18117
|
-
getHeaderType(): ThingViewerHeaderType
|
|
18113
|
+
getHeaderType(): ThingViewerHeaderType;
|
|
18118
18114
|
/**
|
|
18119
18115
|
* Gets current value of property {@link #getHeight height}.
|
|
18120
18116
|
*
|
|
@@ -18482,7 +18478,7 @@ declare module "sap/ui/ux3/ThingViewer" {
|
|
|
18482
18478
|
/**
|
|
18483
18479
|
* Describes the settings that can be provided to the ThingViewer constructor.
|
|
18484
18480
|
*
|
|
18485
|
-
* @deprecated
|
|
18481
|
+
* @deprecated As of version 1.38. There is not an exact replacement.
|
|
18486
18482
|
*/
|
|
18487
18483
|
export interface $ThingViewerSettings extends $ControlSettings {
|
|
18488
18484
|
/**
|
|
@@ -18620,7 +18616,7 @@ declare module "sap/ui/ux3/ToolPopup" {
|
|
|
18620
18616
|
* look like any common dialog box. A ToolPopup can have any content. Depending on the application type
|
|
18621
18617
|
* and design, the structure of the texts and input fields can be for example form-like.
|
|
18622
18618
|
*
|
|
18623
|
-
* @deprecated
|
|
18619
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Popover` control.
|
|
18624
18620
|
*/
|
|
18625
18621
|
export default class ToolPopup extends Control implements PopupInterface {
|
|
18626
18622
|
__implements__sap_ui_core_PopupInterface: boolean;
|
|
@@ -19721,7 +19717,7 @@ declare module "sap/ui/ux3/ToolPopup" {
|
|
|
19721
19717
|
/**
|
|
19722
19718
|
* Describes the settings that can be provided to the ToolPopup constructor.
|
|
19723
19719
|
*
|
|
19724
|
-
* @deprecated
|
|
19720
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Popover` control.
|
|
19725
19721
|
*/
|
|
19726
19722
|
export interface $ToolPopupSettings extends $ControlSettings {
|
|
19727
19723
|
/**
|