@sapui5/ts-types 1.121.2 → 1.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +9 -3
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +45 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +68 -272
- package/types/sap.fe.navigation.d.ts +116 -8
- 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 +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 +53 -2
- package/types/sap.insights.d.ts +22 -1
- package/types/{mobile-1.121.0-d.ts → sap.m.d.ts} +988 -55
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +272 -196
- package/types/sap.suite.ui.commons.d.ts +1347 -84
- package/types/sap.suite.ui.generic.template.d.ts +5 -3
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.121.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.121.0-d.ts → sap.ui.commons.d.ts} +4 -1
- package/types/sap.ui.comp.d.ts +230 -25
- package/types/{core-1.121.0-d.ts → sap.ui.core.d.ts} +337 -171
- package/types/sap.ui.dt.d.ts +3 -0
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -3
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -1
- package/types/sap.ui.layout.d.ts +4 -4
- package/types/{mdc-1.121.0-d.ts → sap.ui.mdc.d.ts} +163 -39
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +15 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +4 -4
- package/types/{ux3-1.121.0-d.ts → sap.ui.ux3.d.ts} +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +92 -320
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +7 -482
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +50 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/dt-1.121.0-d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./commons
|
|
20
|
+
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./core
|
|
23
|
-
/// <reference path="./dt
|
|
22
|
+
/// <reference path="./sap.ui.core.d.ts"/>
|
|
23
|
+
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
|
-
/// <reference path="./mdc
|
|
36
|
-
/// <reference path="./
|
|
35
|
+
/// <reference path="./sap.ui.mdc.d.ts"/>
|
|
36
|
+
/// <reference path="./sap.m.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
61
61
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
62
62
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
63
|
-
/// <reference path="./tnt
|
|
63
|
+
/// <reference path="./sap.tnt.d.ts"/>
|
|
64
64
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
65
65
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
66
66
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
67
67
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
68
|
-
/// <reference path="./ux3
|
|
68
|
+
/// <reference path="./sap.ui.ux3.d.ts"/>
|
|
69
69
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
70
70
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
71
71
|
/// <reference path="./sap.viz.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -31,7 +31,10 @@ declare namespace sap {
|
|
|
31
31
|
*
|
|
32
32
|
* @since 1.30
|
|
33
33
|
*/
|
|
34
|
-
class Component
|
|
34
|
+
class Component
|
|
35
|
+
extends sap.ui.core.UIComponent
|
|
36
|
+
implements sap.ui.core.IAsyncContentCreation {
|
|
37
|
+
__implements__sap_ui_core_IAsyncContentCreation: boolean;
|
|
35
38
|
/**
|
|
36
39
|
* Constructor for the Feed Component.
|
|
37
40
|
*
|
|
@@ -700,7 +703,10 @@ declare namespace sap {
|
|
|
700
703
|
*
|
|
701
704
|
* @deprecated (since 1.26.0) - Please use sap.collaboration.components.fiori.feed.dialog.Component instead.
|
|
702
705
|
*/
|
|
703
|
-
class Component
|
|
706
|
+
class Component
|
|
707
|
+
extends sap.ui.core.UIComponent
|
|
708
|
+
implements sap.ui.core.IAsyncContentCreation {
|
|
709
|
+
__implements__sap_ui_core_IAsyncContentCreation: boolean;
|
|
704
710
|
/**
|
|
705
711
|
* Constructor for the Feed Component.
|
|
706
712
|
*
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -80,6 +80,17 @@ declare namespace sap {
|
|
|
80
80
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
81
81
|
| `{${string}}`;
|
|
82
82
|
|
|
83
|
+
/**
|
|
84
|
+
* Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
|
|
85
|
+
* texts of the header.
|
|
86
|
+
*
|
|
87
|
+
* @experimental (since 1.122) - this feature is experimental and the API may change.
|
|
88
|
+
*/
|
|
89
|
+
wrappingType?:
|
|
90
|
+
| sap.m.WrappingType
|
|
91
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
92
|
+
| `{${string}}`;
|
|
93
|
+
|
|
83
94
|
/**
|
|
84
95
|
* Defines the toolbar.
|
|
85
96
|
*
|
|
@@ -589,6 +600,19 @@ declare namespace sap {
|
|
|
589
600
|
* @experimental (since 1.86)
|
|
590
601
|
*/
|
|
591
602
|
getToolbar(): sap.ui.core.Control;
|
|
603
|
+
/**
|
|
604
|
+
* Gets current value of property {@link #getWrappingType wrappingType}.
|
|
605
|
+
*
|
|
606
|
+
* Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
|
|
607
|
+
* texts of the header.
|
|
608
|
+
*
|
|
609
|
+
* Default value is `Normal`.
|
|
610
|
+
*
|
|
611
|
+
* @experimental (since 1.122) - this feature is experimental and the API may change.
|
|
612
|
+
*
|
|
613
|
+
* @returns Value of property `wrappingType`
|
|
614
|
+
*/
|
|
615
|
+
getWrappingType(): sap.m.WrappingType;
|
|
592
616
|
/**
|
|
593
617
|
* Checks for the provided `sap.m.Text` in the aggregation {@link #getBannerLines bannerLines}. and returns
|
|
594
618
|
* its index if found or -1 otherwise.
|
|
@@ -706,6 +730,26 @@ declare namespace sap {
|
|
|
706
730
|
*/
|
|
707
731
|
oToolbar: sap.ui.core.Control
|
|
708
732
|
): this;
|
|
733
|
+
/**
|
|
734
|
+
* Sets a new value for property {@link #getWrappingType wrappingType}.
|
|
735
|
+
*
|
|
736
|
+
* Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
|
|
737
|
+
* texts of the header.
|
|
738
|
+
*
|
|
739
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
740
|
+
*
|
|
741
|
+
* Default value is `Normal`.
|
|
742
|
+
*
|
|
743
|
+
* @experimental (since 1.122) - this feature is experimental and the API may change.
|
|
744
|
+
*
|
|
745
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
746
|
+
*/
|
|
747
|
+
setWrappingType(
|
|
748
|
+
/**
|
|
749
|
+
* New value for property `wrappingType`
|
|
750
|
+
*/
|
|
751
|
+
sWrappingType?: sap.m.WrappingType
|
|
752
|
+
): this;
|
|
709
753
|
}
|
|
710
754
|
/**
|
|
711
755
|
* Displays general information in the header of the {@link sap.f.Card}.
|
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace fe {
|
|
@@ -10,65 +10,22 @@ declare namespace sap {
|
|
|
10
10
|
/**
|
|
11
11
|
* Definition of a custom action to be used in the chart toolbar
|
|
12
12
|
*/
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* Reference to the key of another action already displayed in the toolbar to properly place this one
|
|
16
|
-
*/
|
|
17
|
-
anchor: string;
|
|
18
|
-
/**
|
|
19
|
-
* Enables or disables the action
|
|
20
|
-
*/
|
|
21
|
-
enabled: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* Unique identifier of the action
|
|
24
|
-
*/
|
|
25
|
-
key: string;
|
|
26
|
-
/**
|
|
27
|
-
* Defines where this action should be placed relative to the defined anchor
|
|
28
|
-
* Allowed values are `Before` and `After`
|
|
29
|
-
*/
|
|
30
|
-
placement: string;
|
|
31
|
-
/**
|
|
32
|
-
* Event handler to be called when the user chooses the action
|
|
33
|
-
*/
|
|
34
|
-
press: string;
|
|
35
|
-
/**
|
|
36
|
-
* Defines if the action requires a selection.
|
|
37
|
-
*/
|
|
38
|
-
requiresSelection: boolean;
|
|
39
|
-
/**
|
|
40
|
-
* The text that will be displayed for this action
|
|
41
|
-
*/
|
|
42
|
-
text: string;
|
|
43
|
-
};
|
|
44
|
-
|
|
13
|
+
class Action
|
|
14
|
+
/* was: sap.fe.macros.controls.BuildingBlockObjectProperty */ extends Object {}
|
|
45
15
|
/**
|
|
46
16
|
* Definition of a custom action group to be used inside the chart toolbar
|
|
47
17
|
*/
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
* Unique identifier of the action
|
|
60
|
-
*/
|
|
61
|
-
key: string;
|
|
62
|
-
/**
|
|
63
|
-
* Defines where this action group should be placed relative to the defined anchor
|
|
64
|
-
* Allowed values are `Before` and `After`
|
|
65
|
-
*/
|
|
66
|
-
placement: string;
|
|
67
|
-
/**
|
|
68
|
-
* The text that will be displayed for this action group
|
|
69
|
-
*/
|
|
70
|
-
text: string;
|
|
71
|
-
};
|
|
18
|
+
class ActionGroup
|
|
19
|
+
/* was: sap.fe.macros.controls.BuildingBlockObjectProperty */ extends Object {}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
namespace filterBar {
|
|
23
|
+
/**
|
|
24
|
+
* Definition of a custom filter to be used inside the FilterBar.
|
|
25
|
+
* The template for the FilterField has to be provided as the default aggregation
|
|
26
|
+
*/
|
|
27
|
+
class FilterField
|
|
28
|
+
/* was: sap.fe.macros.controls.BuildingBlockObjectProperty */ extends Object {}
|
|
72
29
|
}
|
|
73
30
|
|
|
74
31
|
namespace share {
|
|
@@ -79,146 +36,22 @@ declare namespace sap {
|
|
|
79
36
|
}
|
|
80
37
|
|
|
81
38
|
namespace table {
|
|
82
|
-
interface $ActionSettings extends sap.ui.core.$ElementSettings {
|
|
83
|
-
/**
|
|
84
|
-
* Reference to the key of another action already displayed in the toolbar to properly place this one
|
|
85
|
-
*/
|
|
86
|
-
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* Enables or disables the action
|
|
90
|
-
*/
|
|
91
|
-
enabled?:
|
|
92
|
-
| boolean
|
|
93
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
94
|
-
| `{${string}}`;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* Unique identifier of the action
|
|
98
|
-
*/
|
|
99
|
-
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* Defines where this action should be placed relative to the defined anchor
|
|
103
|
-
* Allowed values are `Before` and `After`
|
|
104
|
-
*/
|
|
105
|
-
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
106
|
-
|
|
107
|
-
/**
|
|
108
|
-
* Event handler to be called when the user chooses the action
|
|
109
|
-
*/
|
|
110
|
-
press?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* Defines if the action requires a selection.
|
|
114
|
-
*/
|
|
115
|
-
requiresSelection?:
|
|
116
|
-
| boolean
|
|
117
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
118
|
-
| `{${string}}`;
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* The text that will be displayed for this action
|
|
122
|
-
*/
|
|
123
|
-
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
interface $ActionGroupSettings extends sap.ui.core.$ElementSettings {
|
|
127
|
-
/**
|
|
128
|
-
* Reference to the key of another action or action group already displayed in the toolbar to properly place
|
|
129
|
-
* this one
|
|
130
|
-
*/
|
|
131
|
-
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* Unique identifier of the ActionGroup
|
|
135
|
-
*/
|
|
136
|
-
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
137
|
-
|
|
138
|
-
/**
|
|
139
|
-
* Defines where this action group should be placed relative to the defined anchor
|
|
140
|
-
* Allowed values are `Before` and `After`
|
|
141
|
-
*/
|
|
142
|
-
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* The text that will be displayed for this action group
|
|
146
|
-
*/
|
|
147
|
-
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* Defines nested actions
|
|
151
|
-
*/
|
|
152
|
-
actions?:
|
|
153
|
-
| sap.fe.macros.table.Action[]
|
|
154
|
-
| sap.fe.macros.table.Action
|
|
155
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
156
|
-
| `{${string}}`;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
interface $ColumnSettings extends sap.ui.core.$ElementSettings {
|
|
160
|
-
/**
|
|
161
|
-
* Reference to the key of another column already displayed in the table to properly place this one
|
|
162
|
-
*/
|
|
163
|
-
anchor?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
164
|
-
|
|
165
|
-
/**
|
|
166
|
-
* The text that will be displayed for this column header
|
|
167
|
-
*/
|
|
168
|
-
header?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
169
|
-
|
|
170
|
-
/**
|
|
171
|
-
* Aligns the header as well as the content horizontally
|
|
172
|
-
*/
|
|
173
|
-
horizontalAlign?:
|
|
174
|
-
| string
|
|
175
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
176
|
-
|
|
177
|
-
/**
|
|
178
|
-
* Defines the column importance.
|
|
179
|
-
* You can define which columns should be automatically moved to the pop-in area based on their importance
|
|
180
|
-
*/
|
|
181
|
-
importance?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
182
|
-
|
|
183
|
-
/**
|
|
184
|
-
* Unique identifier of the column
|
|
185
|
-
*/
|
|
186
|
-
key?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
187
|
-
|
|
188
|
-
/**
|
|
189
|
-
* Defines where this column should be placed relative to the defined anchor
|
|
190
|
-
* Allowed values are `Before` and `After`
|
|
191
|
-
*/
|
|
192
|
-
placement?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
193
|
-
|
|
194
|
-
/**
|
|
195
|
-
* Defines the column's width.
|
|
196
|
-
* Allowed values are `auto`, `value` and `inherit` according to {@link sap.ui.core.CSSSize }
|
|
197
|
-
*/
|
|
198
|
-
width?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
199
|
-
|
|
200
|
-
/**
|
|
201
|
-
* Indicates if the column header should be a part of the width calculation.
|
|
202
|
-
*/
|
|
203
|
-
widthIncludingColumnHeader?:
|
|
204
|
-
| boolean
|
|
205
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
206
|
-
| `{${string}}`;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
39
|
/**
|
|
210
40
|
* Definition of a custom action to be used inside the table toolbar
|
|
211
41
|
*/
|
|
212
|
-
class Action
|
|
42
|
+
class Action
|
|
43
|
+
/* was: sap.fe.macros.controls.BuildingBlockObjectProperty */ extends Object {}
|
|
213
44
|
/**
|
|
214
45
|
* Definition of a custom ActionGroup to be used inside the table toolbar
|
|
215
46
|
*/
|
|
216
|
-
class ActionGroup
|
|
47
|
+
class ActionGroup
|
|
48
|
+
/* was: sap.fe.macros.controls.BuildingBlockObjectProperty */ extends Object {}
|
|
217
49
|
/**
|
|
218
50
|
* Definition of a custom column to be used inside the table.
|
|
219
51
|
* The template for the column has to be provided as the default aggregation
|
|
220
52
|
*/
|
|
221
|
-
class Column
|
|
53
|
+
class Column
|
|
54
|
+
/* was: sap.fe.macros.controls.BuildingBlockObjectProperty */ extends Object {}
|
|
222
55
|
|
|
223
56
|
/**
|
|
224
57
|
* Create options for the table.
|
|
@@ -401,56 +234,12 @@ declare namespace sap {
|
|
|
401
234
|
| `{${string}}`;
|
|
402
235
|
}
|
|
403
236
|
|
|
404
|
-
interface $PaginatorSettings extends sap.ui.core.$ControlSettings {
|
|
405
|
-
|
|
406
|
-
interface $RichTextEditorSettings extends sap.ui.core.$ControlSettings {
|
|
407
|
-
/**
|
|
408
|
-
* With the 'buttonGroups' attribute you can customize the buttons that are displayed on the toolbar of
|
|
409
|
-
* the editor.
|
|
410
|
-
*/
|
|
411
|
-
buttonGroups?:
|
|
412
|
-
| any[]
|
|
413
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
414
|
-
| `{${string}}`;
|
|
415
|
-
|
|
416
|
-
/**
|
|
417
|
-
* With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default
|
|
418
|
-
* The default plugins are "emoticons" "directionality" "image" "table" "link" "powerpaste".
|
|
419
|
-
*/
|
|
420
|
-
excludeDefaultPlugins?:
|
|
421
|
-
| boolean
|
|
422
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
423
|
-
| `{${string}}`;
|
|
424
|
-
|
|
237
|
+
interface $PaginatorSettings extends sap.ui.core.$ControlSettings {
|
|
425
238
|
/**
|
|
426
|
-
*
|
|
239
|
+
* Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard
|
|
240
|
+
* focus on the paginator button.
|
|
427
241
|
*/
|
|
428
|
-
|
|
429
|
-
| any[]
|
|
430
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
431
|
-
| `{${string}}`;
|
|
432
|
-
|
|
433
|
-
/**
|
|
434
|
-
* Use the readOnly attribute to override the edit flow of the page.
|
|
435
|
-
* By setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.
|
|
436
|
-
*/
|
|
437
|
-
readOnly?:
|
|
438
|
-
| boolean
|
|
439
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
440
|
-
| `{${string}}`;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* Use the 'required' attribute to make sure that the editor is filled with some text.
|
|
444
|
-
*/
|
|
445
|
-
required?:
|
|
446
|
-
| boolean
|
|
447
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
448
|
-
| `{${string}}`;
|
|
449
|
-
|
|
450
|
-
/**
|
|
451
|
-
* The value contained in the editor. You can use this attribute to set a default value.
|
|
452
|
-
*/
|
|
453
|
-
value?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
242
|
+
ariaTitle?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
454
243
|
}
|
|
455
244
|
|
|
456
245
|
interface $RichTextEditorWithMetadataSettings
|
|
@@ -594,6 +383,15 @@ declare namespace sap {
|
|
|
594
383
|
implements sap.ui.core.IFormContent {
|
|
595
384
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
596
385
|
}
|
|
386
|
+
/**
|
|
387
|
+
* Building block that exposes the RichTextEditor UI5 control.
|
|
388
|
+
* It's used to enter formatted text, and uses the third-party component called TinyMCE.
|
|
389
|
+
*
|
|
390
|
+
*
|
|
391
|
+
* @since 1.117.0
|
|
392
|
+
*/
|
|
393
|
+
class RichTextEditor
|
|
394
|
+
/* was: sap.fe.core.buildingBlocks.BuildingBlockBase */ extends Object {}
|
|
597
395
|
/**
|
|
598
396
|
* Building block used to create a chart based on the metadata provided by OData V4.
|
|
599
397
|
*
|
|
@@ -674,6 +472,7 @@ declare namespace sap {
|
|
|
674
472
|
*
|
|
675
473
|
* Usually, a DataField or DataPoint annotation is expected, but the field can also be used to display a
|
|
676
474
|
* property from the entity type.
|
|
475
|
+
* When creating a Field building block, you must provide an ID to ensure everything works correctly.
|
|
677
476
|
*
|
|
678
477
|
* Usage example:
|
|
679
478
|
*
|
|
@@ -981,14 +780,6 @@ declare namespace sap {
|
|
|
981
780
|
* @since 1.94.0
|
|
982
781
|
*/
|
|
983
782
|
class Paginator extends sap.ui.core.Control {}
|
|
984
|
-
/**
|
|
985
|
-
* Building block that exposes the RichTextEditor UI5 control.
|
|
986
|
-
* It's used to enter formatted text, and uses the third-party component called TinyMCE.
|
|
987
|
-
*
|
|
988
|
-
*
|
|
989
|
-
* @since 1.117.0
|
|
990
|
-
*/
|
|
991
|
-
class RichTextEditor extends sap.ui.core.Control {}
|
|
992
783
|
/**
|
|
993
784
|
* Metadata-driven building block that exposes the RichTextEditor UI5 control.
|
|
994
785
|
* It's used to enter formatted text and uses the third-party component called TinyMCE.
|
|
@@ -1075,6 +866,13 @@ declare namespace sap {
|
|
|
1075
866
|
type?: sap.ui.core.MessageType;
|
|
1076
867
|
}
|
|
1077
868
|
): string;
|
|
869
|
+
/**
|
|
870
|
+
* Get the variant management applied to the table.
|
|
871
|
+
*
|
|
872
|
+
*
|
|
873
|
+
* @returns Key of the currently selected variant. In case the model is not yet set, `null` will be returned.
|
|
874
|
+
*/
|
|
875
|
+
getCurrentVariantKey(): null | string;
|
|
1078
876
|
/**
|
|
1079
877
|
* Get the presentation variant that is currently applied on the table.
|
|
1080
878
|
*
|
|
@@ -1102,6 +900,16 @@ declare namespace sap {
|
|
|
1102
900
|
*/
|
|
1103
901
|
id: string
|
|
1104
902
|
): void;
|
|
903
|
+
/**
|
|
904
|
+
* Set a variant management to the table.
|
|
905
|
+
*/
|
|
906
|
+
setCurrentVariantKey(
|
|
907
|
+
/**
|
|
908
|
+
* Key of the variant that should be selected. If the passed key doesn't identify a variant, it will be
|
|
909
|
+
* ignored.
|
|
910
|
+
*/
|
|
911
|
+
key: string
|
|
912
|
+
): void;
|
|
1105
913
|
/**
|
|
1106
914
|
* Set a new presentation variant to the table.
|
|
1107
915
|
*/
|
|
@@ -1123,12 +931,22 @@ declare namespace sap {
|
|
|
1123
931
|
* Allowed values are "Value", "Description", "DescriptionValue" and "ValueDescription"
|
|
1124
932
|
*/
|
|
1125
933
|
displayMode: string;
|
|
934
|
+
/**
|
|
935
|
+
* Determines how the field should be rendered, e.g. as radio buttons.
|
|
936
|
+
*
|
|
937
|
+
* If not all prerequisites are met, the field will default back to the standard rendering.
|
|
938
|
+
*/
|
|
939
|
+
fieldEditStyle: /* was: sap.fe.macros.field.FieldAPI.FieldEditStyle */ any;
|
|
1126
940
|
/**
|
|
1127
941
|
* Defines if and how the field measure will be displayed.
|
|
1128
942
|
*
|
|
1129
943
|
* Allowed values are "Hidden" and "ReadOnly"
|
|
1130
944
|
*/
|
|
1131
945
|
measureDisplayMode: string;
|
|
946
|
+
/**
|
|
947
|
+
* Specifies if radio buttons should be rendered in a horizontal layout.
|
|
948
|
+
*/
|
|
949
|
+
radioButtonsHorizontalLayout: boolean;
|
|
1132
950
|
/**
|
|
1133
951
|
* Defines if the date part of a date time with timezone field should be shown.
|
|
1134
952
|
*
|
|
@@ -1176,38 +994,14 @@ declare namespace sap {
|
|
|
1176
994
|
*/
|
|
1177
995
|
textMaxLines: number;
|
|
1178
996
|
};
|
|
1179
|
-
|
|
1180
|
-
/**
|
|
1181
|
-
* Definition of a custom filter to be used inside the FilterBar.
|
|
1182
|
-
* The template for the FilterField has to be provided as the default aggregation
|
|
1183
|
-
*/
|
|
1184
|
-
type FilterField = {
|
|
1185
|
-
/**
|
|
1186
|
-
* Reference to the key of another filter already displayed in the table to properly place this one
|
|
1187
|
-
*/
|
|
1188
|
-
anchor: string;
|
|
1189
|
-
/**
|
|
1190
|
-
* The property name of the FilterField
|
|
1191
|
-
*/
|
|
1192
|
-
key: string;
|
|
1193
|
-
/**
|
|
1194
|
-
* The text that will be displayed for this FilterField
|
|
1195
|
-
*/
|
|
1196
|
-
label: string;
|
|
1197
|
-
/**
|
|
1198
|
-
* Defines where this filter should be placed relative to the defined anchor
|
|
1199
|
-
* Allowed values are `Before` and `After`
|
|
1200
|
-
*/
|
|
1201
|
-
placement: string;
|
|
1202
|
-
/**
|
|
1203
|
-
* If set, possible errors that occur during the search will be displayed in a message box.
|
|
1204
|
-
*/
|
|
1205
|
-
showMessages: boolean;
|
|
1206
|
-
};
|
|
1207
997
|
}
|
|
1208
998
|
}
|
|
1209
999
|
|
|
1210
1000
|
interface IUI5DefineDependencyNames {
|
|
1001
|
+
"sap/fe/macros/chart/Action": undefined;
|
|
1002
|
+
|
|
1003
|
+
"sap/fe/macros/chart/ActionGroup": undefined;
|
|
1004
|
+
|
|
1211
1005
|
"sap/fe/macros/chart/ChartAPI": undefined;
|
|
1212
1006
|
|
|
1213
1007
|
"sap/fe/macros/CollectionBindingInfo": undefined;
|
|
@@ -1218,6 +1012,8 @@ declare namespace sap {
|
|
|
1218
1012
|
|
|
1219
1013
|
"sap/fe/macros/filterBar/FilterBarAPI": undefined;
|
|
1220
1014
|
|
|
1015
|
+
"sap/fe/macros/filterBar/FilterField": undefined;
|
|
1016
|
+
|
|
1221
1017
|
"sap/fe/macros/form/Form.block": undefined;
|
|
1222
1018
|
|
|
1223
1019
|
"sap/fe/macros/form/FormElement.block": undefined;
|
|
@@ -1234,7 +1030,7 @@ declare namespace sap {
|
|
|
1234
1030
|
|
|
1235
1031
|
"sap/fe/macros/paginator/Paginator.block": undefined;
|
|
1236
1032
|
|
|
1237
|
-
"sap/fe/macros/
|
|
1033
|
+
"sap/fe/macros/RichTextEditor": undefined;
|
|
1238
1034
|
|
|
1239
1035
|
"sap/fe/macros/richtexteditor/RichTextEditorWithMetadata.block": undefined;
|
|
1240
1036
|
|