@sapui5/ts-types 1.120.8 → 1.121.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 +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1114 -546
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1960
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +212 -191
- package/types/sap.fe.macros.d.ts +371 -531
- package/types/sap.fe.navigation.d.ts +59 -26
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +7 -0
- package/types/sap.fe.templates.d.ts +16 -11
- package/types/sap.fe.test.d.ts +333 -33
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +3947 -1754
- package/types/sap.insights.d.ts +162 -43
- package/types/sap.m.d.ts +2023 -289
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +9 -7
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +272 -49
- package/types/sap.suite.ui.commons.d.ts +4231 -1008
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +66 -1
- package/types/sap.tnt.d.ts +601 -116
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +86 -8
- package/types/sap.ui.comp.d.ts +259 -110
- package/types/sap.ui.core.d.ts +471 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +221 -26
- package/types/sap.ui.mdc.d.ts +1516 -787
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +5300 -2517
- package/types/sap.ui.vk.d.ts +2742 -836
- package/types/sap.ui.vtm.d.ts +685 -215
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +977 -535
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +55 -5
- package/types/sap.viz.d.ts +86 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +83 -15
- package/types/sap.zen.dsh.d.ts +194 -143
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -375,9 +375,18 @@ declare namespace sap {
|
|
|
375
375
|
*/
|
|
376
376
|
constructor(
|
|
377
377
|
/**
|
|
378
|
-
*
|
|
378
|
+
* Capabilities that define supported file types and features
|
|
379
379
|
*/
|
|
380
|
-
mCapabilities
|
|
380
|
+
mCapabilities?: {
|
|
381
|
+
/**
|
|
382
|
+
* XLSX file type features; object that enables XLSX export without any feature settings
|
|
383
|
+
*/
|
|
384
|
+
XLSX?: object;
|
|
385
|
+
/**
|
|
386
|
+
* PDF file type features; see com.sap.vocabularies.PDF.v1.Features annotation for the concrete specification
|
|
387
|
+
*/
|
|
388
|
+
PDF?: object;
|
|
389
|
+
}
|
|
381
390
|
);
|
|
382
391
|
|
|
383
392
|
/**
|
|
@@ -933,6 +942,8 @@ declare namespace sap {
|
|
|
933
942
|
/**
|
|
934
943
|
* EDM data types for document export.
|
|
935
944
|
*
|
|
945
|
+
* This enum is part of the 'sap/ui/export/library' module export and must be accessed by the property 'EdmType'.
|
|
946
|
+
*
|
|
936
947
|
* @since 1.50.0
|
|
937
948
|
*/
|
|
938
949
|
enum EdmType {
|
|
@@ -992,6 +1003,8 @@ declare namespace sap {
|
|
|
992
1003
|
/**
|
|
993
1004
|
* File types for document export.
|
|
994
1005
|
*
|
|
1006
|
+
* This enum is part of the 'sap/ui/export/library' module export and must be accessed by the property 'FileType'.
|
|
1007
|
+
*
|
|
995
1008
|
* @since 1.78
|
|
996
1009
|
*/
|
|
997
1010
|
enum FileType {
|
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -17,9 +17,9 @@ declare namespace sap {
|
|
|
17
17
|
interface $VariantManagementSettings
|
|
18
18
|
extends sap.ui.core.$ControlSettings {
|
|
19
19
|
/**
|
|
20
|
-
*
|
|
21
|
-
* `VariantManagement` control
|
|
22
|
-
* flexibility layer.
|
|
20
|
+
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
|
|
21
|
+
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
|
|
22
|
+
* the SAPUI5 flexibility layer.
|
|
23
23
|
*/
|
|
24
24
|
updateVariantInURL?:
|
|
25
25
|
| boolean
|
|
@@ -27,9 +27,9 @@ declare namespace sap {
|
|
|
27
27
|
| `{${string}}`;
|
|
28
28
|
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
31
|
-
* context is changed. **Note:** The `VariantManagement` control
|
|
32
|
-
* It is used internally by the flexibility layer.
|
|
30
|
+
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
|
|
31
|
+
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
|
|
32
|
+
* It is only used internally by the SAPUI5 flexibility layer.
|
|
33
33
|
*/
|
|
34
34
|
resetOnContextChange?:
|
|
35
35
|
| boolean
|
|
@@ -42,7 +42,7 @@ declare namespace sap {
|
|
|
42
42
|
modelName?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
43
43
|
|
|
44
44
|
/**
|
|
45
|
-
*
|
|
45
|
+
* Indicates whether the buttons on My Views are visible.
|
|
46
46
|
*/
|
|
47
47
|
editable?:
|
|
48
48
|
| boolean
|
|
@@ -50,7 +50,8 @@ declare namespace sap {
|
|
|
50
50
|
| `{${string}}`;
|
|
51
51
|
|
|
52
52
|
/**
|
|
53
|
-
*
|
|
53
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
54
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
54
55
|
*/
|
|
55
56
|
showSetAsDefault?:
|
|
56
57
|
| boolean
|
|
@@ -58,8 +59,8 @@ declare namespace sap {
|
|
|
58
59
|
| `{${string}}`;
|
|
59
60
|
|
|
60
61
|
/**
|
|
61
|
-
* Indicates
|
|
62
|
-
* the variant is opened.
|
|
62
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
63
|
+
* when the variant is opened.
|
|
63
64
|
*/
|
|
64
65
|
inErrorState?:
|
|
65
66
|
| boolean
|
|
@@ -76,7 +77,7 @@ declare namespace sap {
|
|
|
76
77
|
|
|
77
78
|
/**
|
|
78
79
|
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
79
|
-
* controls this behavior. **Note:**
|
|
80
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
80
81
|
* only.
|
|
81
82
|
*/
|
|
82
83
|
displayTextForExecuteOnSelectionForStandardVariant?:
|
|
@@ -114,7 +115,7 @@ declare namespace sap {
|
|
|
114
115
|
| `{${string}}`;
|
|
115
116
|
|
|
116
117
|
/**
|
|
117
|
-
* Contains the
|
|
118
|
+
* Contains the IDs of the relevant controls for which the variant management is used.
|
|
118
119
|
*/
|
|
119
120
|
for?: Array<sap.ui.core.Control | string>;
|
|
120
121
|
|
|
@@ -124,13 +125,12 @@ declare namespace sap {
|
|
|
124
125
|
initialized?: (oEvent: sap.ui.base.Event) => void;
|
|
125
126
|
|
|
126
127
|
/**
|
|
127
|
-
* This event is fired when the Save View dialog or the Save As dialog is closed with the
|
|
128
|
-
* save button.
|
|
128
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
129
129
|
*/
|
|
130
130
|
save?: (oEvent: VariantManagement$SaveEvent) => void;
|
|
131
131
|
|
|
132
132
|
/**
|
|
133
|
-
* This event is fired when users
|
|
133
|
+
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
134
134
|
*/
|
|
135
135
|
cancel?: (oEvent: sap.ui.base.Event) => void;
|
|
136
136
|
|
|
@@ -151,8 +151,8 @@ declare namespace sap {
|
|
|
151
151
|
|
|
152
152
|
interface VariantManagement$ManageEventParameters {
|
|
153
153
|
/**
|
|
154
|
-
* List of changed variants. Each entry contains a
|
|
155
|
-
*
|
|
154
|
+
* List of changed variants. Each entry contains a `key` (the variant key) and a `name` (the new title of
|
|
155
|
+
* the variant).
|
|
156
156
|
*/
|
|
157
157
|
renamed?: object[];
|
|
158
158
|
|
|
@@ -162,14 +162,28 @@ declare namespace sap {
|
|
|
162
162
|
deleted?: string[];
|
|
163
163
|
|
|
164
164
|
/**
|
|
165
|
-
* List of variant keys and the associated Execute on Selection indicator
|
|
165
|
+
* List of variant keys and the associated Execute on Selection indicator. Each entry contains a `key` (the
|
|
166
|
+
* variant key) and an `exe` flag describing the intention.
|
|
166
167
|
*/
|
|
167
168
|
exe?: object[];
|
|
168
169
|
|
|
170
|
+
/**
|
|
171
|
+
* List of variant keys and the associated favorite indicator. Each entry contains a `key` (the variant
|
|
172
|
+
* key) and a `visible` flag describing the intention.
|
|
173
|
+
*/
|
|
174
|
+
fav?: object[];
|
|
175
|
+
|
|
169
176
|
/**
|
|
170
177
|
* The default variant key
|
|
171
178
|
*/
|
|
172
179
|
def?: string;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* List of variant keys and the associated contexts array. Each entry contains a `key` (the variant key)
|
|
183
|
+
* and a `contexts` array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility
|
|
184
|
+
* layer.
|
|
185
|
+
*/
|
|
186
|
+
contexts?: object[];
|
|
173
187
|
}
|
|
174
188
|
|
|
175
189
|
interface VariantManagement$SaveEventParameters {
|
|
@@ -179,12 +193,12 @@ declare namespace sap {
|
|
|
179
193
|
name?: string;
|
|
180
194
|
|
|
181
195
|
/**
|
|
182
|
-
* Indicates
|
|
196
|
+
* Indicates whether an existing variant is overwritten or whether a new variant is created
|
|
183
197
|
*/
|
|
184
198
|
overwrite?: boolean;
|
|
185
199
|
|
|
186
200
|
/**
|
|
187
|
-
* Variant key
|
|
201
|
+
* Variant key. This property is set if `overwrite` is set to `true`.
|
|
188
202
|
*/
|
|
189
203
|
key?: string;
|
|
190
204
|
|
|
@@ -194,7 +208,7 @@ declare namespace sap {
|
|
|
194
208
|
execute?: boolean;
|
|
195
209
|
|
|
196
210
|
/**
|
|
197
|
-
* Indicates the
|
|
211
|
+
* Indicates the checkbox state for Public
|
|
198
212
|
*/
|
|
199
213
|
public?: boolean;
|
|
200
214
|
|
|
@@ -204,9 +218,12 @@ declare namespace sap {
|
|
|
204
218
|
def?: boolean;
|
|
205
219
|
|
|
206
220
|
/**
|
|
207
|
-
*
|
|
208
|
-
|
|
209
|
-
|
|
221
|
+
* Array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility layer.
|
|
222
|
+
*/
|
|
223
|
+
contexts?: object[];
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Indicates the checkbox state for Create Tile **Note:** This event parameter is used only internally.
|
|
210
227
|
*/
|
|
211
228
|
tile?: boolean;
|
|
212
229
|
}
|
|
@@ -318,7 +335,7 @@ declare namespace sap {
|
|
|
318
335
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
319
336
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
320
337
|
*
|
|
321
|
-
* This event is fired when users
|
|
338
|
+
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
322
339
|
*
|
|
323
340
|
*
|
|
324
341
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -345,7 +362,7 @@ declare namespace sap {
|
|
|
345
362
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
346
363
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
347
364
|
*
|
|
348
|
-
* This event is fired when users
|
|
365
|
+
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
349
366
|
*
|
|
350
367
|
*
|
|
351
368
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -465,8 +482,7 @@ declare namespace sap {
|
|
|
465
482
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
466
483
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
467
484
|
*
|
|
468
|
-
* This event is fired when the Save View dialog or the Save As dialog is closed with the
|
|
469
|
-
* save button.
|
|
485
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
470
486
|
*
|
|
471
487
|
*
|
|
472
488
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -493,8 +509,7 @@ declare namespace sap {
|
|
|
493
509
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
494
510
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
495
511
|
*
|
|
496
|
-
* This event is fired when the Save View dialog or the Save As dialog is closed with the
|
|
497
|
-
* save button.
|
|
512
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
498
513
|
*
|
|
499
514
|
*
|
|
500
515
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -718,14 +733,14 @@ declare namespace sap {
|
|
|
718
733
|
* Gets the currently selected variant key.
|
|
719
734
|
*
|
|
720
735
|
*
|
|
721
|
-
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
736
|
+
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
722
737
|
*/
|
|
723
738
|
getCurrentVariantKey(): string | null;
|
|
724
739
|
/**
|
|
725
740
|
* Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
726
741
|
*
|
|
727
742
|
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
728
|
-
* controls this behavior. **Note:**
|
|
743
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
729
744
|
* only.
|
|
730
745
|
*
|
|
731
746
|
* Default value is `empty string`.
|
|
@@ -737,7 +752,7 @@ declare namespace sap {
|
|
|
737
752
|
/**
|
|
738
753
|
* Gets current value of property {@link #getEditable editable}.
|
|
739
754
|
*
|
|
740
|
-
*
|
|
755
|
+
* Indicates whether the buttons on My Views are visible.
|
|
741
756
|
*
|
|
742
757
|
* Default value is `true`.
|
|
743
758
|
*
|
|
@@ -775,8 +790,8 @@ declare namespace sap {
|
|
|
775
790
|
/**
|
|
776
791
|
* Gets current value of property {@link #getInErrorState inErrorState}.
|
|
777
792
|
*
|
|
778
|
-
* Indicates
|
|
779
|
-
* the variant is opened.
|
|
793
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
794
|
+
* when the variant is opened.
|
|
780
795
|
*
|
|
781
796
|
* Default value is `false`.
|
|
782
797
|
*
|
|
@@ -808,19 +823,19 @@ declare namespace sap {
|
|
|
808
823
|
*/
|
|
809
824
|
getModelName(): string;
|
|
810
825
|
/**
|
|
811
|
-
* Determines
|
|
826
|
+
* Determines whether the current variant is modified.
|
|
812
827
|
*
|
|
813
828
|
*
|
|
814
|
-
* @returns
|
|
829
|
+
* @returns Returns `true`, if the current variant is modified, otherwise `false`
|
|
815
830
|
*/
|
|
816
831
|
getModified(): boolean;
|
|
817
832
|
/**
|
|
818
|
-
*
|
|
819
|
-
* is
|
|
833
|
+
* Registers an invalidation event that is fired when the width of the control is changed. **Note:** This
|
|
834
|
+
* is required by the {@link sap.m.IOverflowToolbarContent} interface.
|
|
820
835
|
*
|
|
821
836
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
822
837
|
*
|
|
823
|
-
* @returns Configuration information for the
|
|
838
|
+
* @returns Configuration information for the {@link sap.m.IOverflowToolbarContent} interface
|
|
824
839
|
*/
|
|
825
840
|
getOverflowToolbarConfig(): {
|
|
826
841
|
canOverflow: boolean;
|
|
@@ -830,9 +845,9 @@ declare namespace sap {
|
|
|
830
845
|
/**
|
|
831
846
|
* Gets current value of property {@link #getResetOnContextChange resetOnContextChange}.
|
|
832
847
|
*
|
|
833
|
-
*
|
|
834
|
-
* context is changed. **Note:** The `VariantManagement` control
|
|
835
|
-
* It is used internally by the flexibility layer.
|
|
848
|
+
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
|
|
849
|
+
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
|
|
850
|
+
* It is only used internally by the SAPUI5 flexibility layer.
|
|
836
851
|
*
|
|
837
852
|
* Default value is `true`.
|
|
838
853
|
*
|
|
@@ -843,7 +858,8 @@ declare namespace sap {
|
|
|
843
858
|
/**
|
|
844
859
|
* Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
845
860
|
*
|
|
846
|
-
*
|
|
861
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
862
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
847
863
|
*
|
|
848
864
|
* Default value is `true`.
|
|
849
865
|
*
|
|
@@ -866,9 +882,9 @@ declare namespace sap {
|
|
|
866
882
|
/**
|
|
867
883
|
* Gets current value of property {@link #getUpdateVariantInURL updateVariantInURL}.
|
|
868
884
|
*
|
|
869
|
-
*
|
|
870
|
-
* `VariantManagement` control
|
|
871
|
-
* flexibility layer.
|
|
885
|
+
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
|
|
886
|
+
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
|
|
887
|
+
* the SAPUI5 flexibility layer.
|
|
872
888
|
*
|
|
873
889
|
* Default value is `false`.
|
|
874
890
|
*
|
|
@@ -877,10 +893,10 @@ declare namespace sap {
|
|
|
877
893
|
*/
|
|
878
894
|
getUpdateVariantInURL(): boolean;
|
|
879
895
|
/**
|
|
880
|
-
*
|
|
896
|
+
* Gets all variants.
|
|
881
897
|
*
|
|
882
898
|
*
|
|
883
|
-
* @returns All variants
|
|
899
|
+
* @returns All variants; if the model is not yet set, an empty array will be returned.
|
|
884
900
|
*/
|
|
885
901
|
getVariants(): any[];
|
|
886
902
|
/**
|
|
@@ -907,7 +923,7 @@ declare namespace sap {
|
|
|
907
923
|
*/
|
|
908
924
|
setCurrentVariantKey(
|
|
909
925
|
/**
|
|
910
|
-
* Key of the variant that
|
|
926
|
+
* Key of the variant that is selected
|
|
911
927
|
*/
|
|
912
928
|
sKey: string
|
|
913
929
|
): void;
|
|
@@ -915,7 +931,7 @@ declare namespace sap {
|
|
|
915
931
|
* Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
916
932
|
*
|
|
917
933
|
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
918
|
-
* controls this behavior. **Note:**
|
|
934
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
919
935
|
* only.
|
|
920
936
|
*
|
|
921
937
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -934,7 +950,7 @@ declare namespace sap {
|
|
|
934
950
|
/**
|
|
935
951
|
* Sets a new value for property {@link #getEditable editable}.
|
|
936
952
|
*
|
|
937
|
-
*
|
|
953
|
+
* Indicates whether the buttons on My Views are visible.
|
|
938
954
|
*
|
|
939
955
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
940
956
|
*
|
|
@@ -989,8 +1005,8 @@ declare namespace sap {
|
|
|
989
1005
|
/**
|
|
990
1006
|
* Sets a new value for property {@link #getInErrorState inErrorState}.
|
|
991
1007
|
*
|
|
992
|
-
* Indicates
|
|
993
|
-
* the variant is opened.
|
|
1008
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
1009
|
+
* when the variant is opened.
|
|
994
1010
|
*
|
|
995
1011
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
996
1012
|
*
|
|
@@ -1045,9 +1061,9 @@ declare namespace sap {
|
|
|
1045
1061
|
/**
|
|
1046
1062
|
* Sets a new value for property {@link #getResetOnContextChange resetOnContextChange}.
|
|
1047
1063
|
*
|
|
1048
|
-
*
|
|
1049
|
-
* context is changed. **Note:** The `VariantManagement` control
|
|
1050
|
-
* It is used internally by the flexibility layer.
|
|
1064
|
+
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
|
|
1065
|
+
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
|
|
1066
|
+
* It is only used internally by the SAPUI5 flexibility layer.
|
|
1051
1067
|
*
|
|
1052
1068
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1053
1069
|
*
|
|
@@ -1065,7 +1081,8 @@ declare namespace sap {
|
|
|
1065
1081
|
/**
|
|
1066
1082
|
* Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
1067
1083
|
*
|
|
1068
|
-
*
|
|
1084
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
1085
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
1069
1086
|
*
|
|
1070
1087
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1071
1088
|
*
|
|
@@ -1102,9 +1119,9 @@ declare namespace sap {
|
|
|
1102
1119
|
/**
|
|
1103
1120
|
* Sets a new value for property {@link #getUpdateVariantInURL updateVariantInURL}.
|
|
1104
1121
|
*
|
|
1105
|
-
*
|
|
1106
|
-
* `VariantManagement` control
|
|
1107
|
-
* flexibility layer.
|
|
1122
|
+
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
|
|
1123
|
+
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
|
|
1124
|
+
* the SAPUI5 flexibility layer.
|
|
1108
1125
|
*
|
|
1109
1126
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1110
1127
|
*
|
|
@@ -1307,6 +1324,8 @@ declare namespace sap {
|
|
|
1307
1324
|
|
|
1308
1325
|
"sap/ui/fl/apply/_internal/controlVariants/URLHandler": undefined;
|
|
1309
1326
|
|
|
1327
|
+
"sap/ui/fl/apply/_internal/extensionPoint/Registry": undefined;
|
|
1328
|
+
|
|
1310
1329
|
"sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined;
|
|
1311
1330
|
|
|
1312
1331
|
"sap/ui/fl/apply/_internal/flexObjects/CompVariant": undefined;
|
|
@@ -1329,6 +1348,8 @@ declare namespace sap {
|
|
|
1329
1348
|
|
|
1330
1349
|
"sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState": undefined;
|
|
1331
1350
|
|
|
1351
|
+
"sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
|
|
1352
|
+
|
|
1332
1353
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
|
|
1333
1354
|
|
|
1334
1355
|
"sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
|
|
@@ -1355,6 +1376,8 @@ declare namespace sap {
|
|
|
1355
1376
|
|
|
1356
1377
|
"sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
|
|
1357
1378
|
|
|
1379
|
+
"sap/ui/fl/apply/api/ExtensionPointRegistryAPI": undefined;
|
|
1380
|
+
|
|
1358
1381
|
"sap/ui/fl/apply/api/FlexRuntimeInfoAPI": undefined;
|
|
1359
1382
|
|
|
1360
1383
|
"sap/ui/fl/apply/api/SmartVariantManagementApplyAPI": undefined;
|
|
@@ -1375,6 +1398,8 @@ declare namespace sap {
|
|
|
1375
1398
|
|
|
1376
1399
|
"sap/ui/fl/initial/_internal/connectors/BackendConnector": undefined;
|
|
1377
1400
|
|
|
1401
|
+
"sap/ui/fl/initial/_internal/connectors/BtpServiceConnector": undefined;
|
|
1402
|
+
|
|
1378
1403
|
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;
|
|
1379
1404
|
|
|
1380
1405
|
"sap/ui/fl/initial/_internal/connectors/LrepConnector": undefined;
|
|
@@ -1399,6 +1424,8 @@ declare namespace sap {
|
|
|
1399
1424
|
|
|
1400
1425
|
"sap/ui/fl/registry/Settings": undefined;
|
|
1401
1426
|
|
|
1427
|
+
"sap/ui/fl/support/_internal/getAllUIChanges": undefined;
|
|
1428
|
+
|
|
1402
1429
|
"sap/ui/fl/support/_internal/getChangeDependencies": undefined;
|
|
1403
1430
|
|
|
1404
1431
|
"sap/ui/fl/support/_internal/getFlexSettings": undefined;
|
|
@@ -1425,6 +1452,8 @@ declare namespace sap {
|
|
|
1425
1452
|
|
|
1426
1453
|
"sap/ui/fl/write/_internal/connectors/BackendConnector": undefined;
|
|
1427
1454
|
|
|
1455
|
+
"sap/ui/fl/write/_internal/connectors/BtpServiceConnector": undefined;
|
|
1456
|
+
|
|
1428
1457
|
"sap/ui/fl/write/_internal/connectors/JsObjectConnector": undefined;
|
|
1429
1458
|
|
|
1430
1459
|
"sap/ui/fl/write/_internal/connectors/KeyUserConnector": undefined;
|
|
@@ -1445,8 +1474,6 @@ declare namespace sap {
|
|
|
1445
1474
|
|
|
1446
1475
|
"sap/ui/fl/write/_internal/connectors/Utils": undefined;
|
|
1447
1476
|
|
|
1448
|
-
"sap/ui/fl/write/_internal/extensionPoint/Registry": undefined;
|
|
1449
|
-
|
|
1450
1477
|
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;
|
|
1451
1478
|
|
|
1452
1479
|
"sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant": undefined;
|
|
@@ -1461,8 +1488,6 @@ declare namespace sap {
|
|
|
1461
1488
|
|
|
1462
1489
|
"sap/ui/fl/write/_internal/Storage": undefined;
|
|
1463
1490
|
|
|
1464
|
-
"sap/ui/fl/write/_internal/StorageFeaturesMerger": undefined;
|
|
1465
|
-
|
|
1466
1491
|
"sap/ui/fl/write/_internal/Versions": undefined;
|
|
1467
1492
|
|
|
1468
1493
|
"sap/ui/fl/write/api/AppVariantWriteAPI": undefined;
|
|
@@ -1477,8 +1502,6 @@ declare namespace sap {
|
|
|
1477
1502
|
|
|
1478
1503
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1479
1504
|
|
|
1480
|
-
"sap/ui/fl/write/api/ExtensionPointRegistryAPI": undefined;
|
|
1481
|
-
|
|
1482
1505
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1483
1506
|
|
|
1484
1507
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|