@openui5/types 1.120.10 → 1.121.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +124 -45
- package/types/sap.m.d.ts +2103 -312
- package/types/sap.tnt.d.ts +628 -113
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +92 -8
- package/types/sap.ui.core.d.ts +500 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +214 -27
- package/types/sap.ui.mdc.d.ts +1544 -811
- 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 +57 -7
- 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.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.uxap.d.ts +52 -5
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -303,7 +303,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
303
303
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
304
304
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
305
305
|
*
|
|
306
|
-
* This event is fired when users
|
|
306
|
+
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
307
307
|
*
|
|
308
308
|
*
|
|
309
309
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -330,7 +330,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
330
330
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
331
331
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
332
332
|
*
|
|
333
|
-
* This event is fired when users
|
|
333
|
+
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
334
334
|
*
|
|
335
335
|
*
|
|
336
336
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -450,8 +450,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
450
450
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
451
451
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
452
452
|
*
|
|
453
|
-
* This event is fired when the Save View dialog or the Save As dialog is closed with the
|
|
454
|
-
* save button.
|
|
453
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
455
454
|
*
|
|
456
455
|
*
|
|
457
456
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -478,8 +477,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
478
477
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
479
478
|
* otherwise it will be bound to this `sap.ui.fl.variants.VariantManagement` itself.
|
|
480
479
|
*
|
|
481
|
-
* This event is fired when the Save View dialog or the Save As dialog is closed with the
|
|
482
|
-
* save button.
|
|
480
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
483
481
|
*
|
|
484
482
|
*
|
|
485
483
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -703,14 +701,14 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
703
701
|
* Gets the currently selected variant key.
|
|
704
702
|
*
|
|
705
703
|
*
|
|
706
|
-
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
704
|
+
* @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
|
|
707
705
|
*/
|
|
708
706
|
getCurrentVariantKey(): string | null;
|
|
709
707
|
/**
|
|
710
708
|
* Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
711
709
|
*
|
|
712
710
|
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
713
|
-
* controls this behavior. **Note:**
|
|
711
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
714
712
|
* only.
|
|
715
713
|
*
|
|
716
714
|
* Default value is `empty string`.
|
|
@@ -722,7 +720,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
722
720
|
/**
|
|
723
721
|
* Gets current value of property {@link #getEditable editable}.
|
|
724
722
|
*
|
|
725
|
-
*
|
|
723
|
+
* Indicates whether the buttons on My Views are visible.
|
|
726
724
|
*
|
|
727
725
|
* Default value is `true`.
|
|
728
726
|
*
|
|
@@ -760,8 +758,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
760
758
|
/**
|
|
761
759
|
* Gets current value of property {@link #getInErrorState inErrorState}.
|
|
762
760
|
*
|
|
763
|
-
* Indicates
|
|
764
|
-
* the variant is opened.
|
|
761
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
762
|
+
* when the variant is opened.
|
|
765
763
|
*
|
|
766
764
|
* Default value is `false`.
|
|
767
765
|
*
|
|
@@ -793,19 +791,19 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
793
791
|
*/
|
|
794
792
|
getModelName(): string;
|
|
795
793
|
/**
|
|
796
|
-
* Determines
|
|
794
|
+
* Determines whether the current variant is modified.
|
|
797
795
|
*
|
|
798
796
|
*
|
|
799
|
-
* @returns
|
|
797
|
+
* @returns Returns `true`, if the current variant is modified, otherwise `false`
|
|
800
798
|
*/
|
|
801
799
|
getModified(): boolean;
|
|
802
800
|
/**
|
|
803
|
-
*
|
|
804
|
-
* is
|
|
801
|
+
* Registers an invalidation event that is fired when the width of the control is changed. **Note:** This
|
|
802
|
+
* is required by the {@link sap.m.IOverflowToolbarContent} interface.
|
|
805
803
|
*
|
|
806
804
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
807
805
|
*
|
|
808
|
-
* @returns Configuration information for the
|
|
806
|
+
* @returns Configuration information for the {@link sap.m.IOverflowToolbarContent} interface
|
|
809
807
|
*/
|
|
810
808
|
getOverflowToolbarConfig(): {
|
|
811
809
|
canOverflow: boolean;
|
|
@@ -815,9 +813,9 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
815
813
|
/**
|
|
816
814
|
* Gets current value of property {@link #getResetOnContextChange resetOnContextChange}.
|
|
817
815
|
*
|
|
818
|
-
*
|
|
819
|
-
* context is changed. **Note:** The `VariantManagement` control
|
|
820
|
-
* It is used internally by the flexibility layer.
|
|
816
|
+
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
|
|
817
|
+
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
|
|
818
|
+
* It is only used internally by the SAPUI5 flexibility layer.
|
|
821
819
|
*
|
|
822
820
|
* Default value is `true`.
|
|
823
821
|
*
|
|
@@ -828,7 +826,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
828
826
|
/**
|
|
829
827
|
* Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
830
828
|
*
|
|
831
|
-
*
|
|
829
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
830
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
832
831
|
*
|
|
833
832
|
* Default value is `true`.
|
|
834
833
|
*
|
|
@@ -851,9 +850,9 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
851
850
|
/**
|
|
852
851
|
* Gets current value of property {@link #getUpdateVariantInURL updateVariantInURL}.
|
|
853
852
|
*
|
|
854
|
-
*
|
|
855
|
-
* `VariantManagement` control
|
|
856
|
-
* flexibility layer.
|
|
853
|
+
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
|
|
854
|
+
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
|
|
855
|
+
* the SAPUI5 flexibility layer.
|
|
857
856
|
*
|
|
858
857
|
* Default value is `false`.
|
|
859
858
|
*
|
|
@@ -862,10 +861,10 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
862
861
|
*/
|
|
863
862
|
getUpdateVariantInURL(): boolean;
|
|
864
863
|
/**
|
|
865
|
-
*
|
|
864
|
+
* Gets all variants.
|
|
866
865
|
*
|
|
867
866
|
*
|
|
868
|
-
* @returns All variants
|
|
867
|
+
* @returns All variants; if the model is not yet set, an empty array will be returned.
|
|
869
868
|
*/
|
|
870
869
|
getVariants(): any[];
|
|
871
870
|
/**
|
|
@@ -892,7 +891,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
892
891
|
*/
|
|
893
892
|
setCurrentVariantKey(
|
|
894
893
|
/**
|
|
895
|
-
* Key of the variant that
|
|
894
|
+
* Key of the variant that is selected
|
|
896
895
|
*/
|
|
897
896
|
sKey: string
|
|
898
897
|
): void;
|
|
@@ -900,7 +899,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
900
899
|
* Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
|
|
901
900
|
*
|
|
902
901
|
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
903
|
-
* controls this behavior. **Note:**
|
|
902
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
904
903
|
* only.
|
|
905
904
|
*
|
|
906
905
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
@@ -919,7 +918,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
919
918
|
/**
|
|
920
919
|
* Sets a new value for property {@link #getEditable editable}.
|
|
921
920
|
*
|
|
922
|
-
*
|
|
921
|
+
* Indicates whether the buttons on My Views are visible.
|
|
923
922
|
*
|
|
924
923
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
925
924
|
*
|
|
@@ -974,8 +973,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
974
973
|
/**
|
|
975
974
|
* Sets a new value for property {@link #getInErrorState inErrorState}.
|
|
976
975
|
*
|
|
977
|
-
* Indicates
|
|
978
|
-
* the variant is opened.
|
|
976
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
977
|
+
* when the variant is opened.
|
|
979
978
|
*
|
|
980
979
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
981
980
|
*
|
|
@@ -1030,9 +1029,9 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1030
1029
|
/**
|
|
1031
1030
|
* Sets a new value for property {@link #getResetOnContextChange resetOnContextChange}.
|
|
1032
1031
|
*
|
|
1033
|
-
*
|
|
1034
|
-
* context is changed. **Note:** The `VariantManagement` control
|
|
1035
|
-
* It is used internally by the flexibility layer.
|
|
1032
|
+
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
|
|
1033
|
+
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
|
|
1034
|
+
* It is only used internally by the SAPUI5 flexibility layer.
|
|
1036
1035
|
*
|
|
1037
1036
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1038
1037
|
*
|
|
@@ -1050,7 +1049,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1050
1049
|
/**
|
|
1051
1050
|
* Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
|
|
1052
1051
|
*
|
|
1053
|
-
*
|
|
1052
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
1053
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
1054
1054
|
*
|
|
1055
1055
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1056
1056
|
*
|
|
@@ -1087,9 +1087,9 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1087
1087
|
/**
|
|
1088
1088
|
* Sets a new value for property {@link #getUpdateVariantInURL updateVariantInURL}.
|
|
1089
1089
|
*
|
|
1090
|
-
*
|
|
1091
|
-
* `VariantManagement` control
|
|
1092
|
-
* flexibility layer.
|
|
1090
|
+
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
|
|
1091
|
+
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
|
|
1092
|
+
* the SAPUI5 flexibility layer.
|
|
1093
1093
|
*
|
|
1094
1094
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1095
1095
|
*
|
|
@@ -1108,16 +1108,16 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1108
1108
|
|
|
1109
1109
|
export interface $VariantManagementSettings extends $ControlSettings {
|
|
1110
1110
|
/**
|
|
1111
|
-
*
|
|
1112
|
-
* `VariantManagement` control
|
|
1113
|
-
* flexibility layer.
|
|
1111
|
+
* Indicates whether the current variant is updated based on the passed information in the URL. **Note:**
|
|
1112
|
+
* The `VariantManagement` control itself is not affected by this property. It is only used internally by
|
|
1113
|
+
* the SAPUI5 flexibility layer.
|
|
1114
1114
|
*/
|
|
1115
1115
|
updateVariantInURL?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1116
1116
|
|
|
1117
1117
|
/**
|
|
1118
|
-
*
|
|
1119
|
-
* context is changed. **Note:** The `VariantManagement` control
|
|
1120
|
-
* It is used internally by the flexibility layer.
|
|
1118
|
+
* If set to `false`, it does not reset the `VariantManagement` control to the default variant if its binding
|
|
1119
|
+
* context is changed. **Note:** The `VariantManagement` control itself is not affected by this property.
|
|
1120
|
+
* It is only used internally by the SAPUI5 flexibility layer.
|
|
1121
1121
|
*/
|
|
1122
1122
|
resetOnContextChange?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1123
1123
|
|
|
@@ -1127,18 +1127,19 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1127
1127
|
modelName?: string | PropertyBindingInfo;
|
|
1128
1128
|
|
|
1129
1129
|
/**
|
|
1130
|
-
*
|
|
1130
|
+
* Indicates whether the buttons on My Views are visible.
|
|
1131
1131
|
*/
|
|
1132
1132
|
editable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1133
1133
|
|
|
1134
1134
|
/**
|
|
1135
|
-
*
|
|
1135
|
+
* Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
|
|
1136
|
+
* Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
|
|
1136
1137
|
*/
|
|
1137
1138
|
showSetAsDefault?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1138
1139
|
|
|
1139
1140
|
/**
|
|
1140
|
-
* Indicates
|
|
1141
|
-
* the variant is opened.
|
|
1141
|
+
* Indicates whether the control is in error state. If set to `true`, an error message will be displayed
|
|
1142
|
+
* when the variant is opened.
|
|
1142
1143
|
*/
|
|
1143
1144
|
inErrorState?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1144
1145
|
|
|
@@ -1152,7 +1153,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1152
1153
|
|
|
1153
1154
|
/**
|
|
1154
1155
|
* Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
|
|
1155
|
-
* controls this behavior. **Note:**
|
|
1156
|
+
* controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
|
|
1156
1157
|
* only.
|
|
1157
1158
|
*/
|
|
1158
1159
|
displayTextForExecuteOnSelectionForStandardVariant?:
|
|
@@ -1187,7 +1188,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1187
1188
|
maxWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
1188
1189
|
|
|
1189
1190
|
/**
|
|
1190
|
-
* Contains the
|
|
1191
|
+
* Contains the IDs of the relevant controls for which the variant management is used.
|
|
1191
1192
|
*/
|
|
1192
1193
|
for?: Array<Control | string>;
|
|
1193
1194
|
|
|
@@ -1197,13 +1198,12 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1197
1198
|
initialized?: (oEvent: Event) => void;
|
|
1198
1199
|
|
|
1199
1200
|
/**
|
|
1200
|
-
* This event is fired when the Save View dialog or the Save As dialog is closed with the
|
|
1201
|
-
* save button.
|
|
1201
|
+
* This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
|
|
1202
1202
|
*/
|
|
1203
1203
|
save?: (oEvent: VariantManagement$SaveEvent) => void;
|
|
1204
1204
|
|
|
1205
1205
|
/**
|
|
1206
|
-
* This event is fired when users
|
|
1206
|
+
* This event is fired when users press the Cancel button inside the Save As dialog.
|
|
1207
1207
|
*/
|
|
1208
1208
|
cancel?: (oEvent: Event) => void;
|
|
1209
1209
|
|
|
@@ -1234,8 +1234,8 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1234
1234
|
|
|
1235
1235
|
export interface VariantManagement$ManageEventParameters {
|
|
1236
1236
|
/**
|
|
1237
|
-
* List of changed variants. Each entry contains a
|
|
1238
|
-
*
|
|
1237
|
+
* List of changed variants. Each entry contains a `key` (the variant key) and a `name` (the new title of
|
|
1238
|
+
* the variant).
|
|
1239
1239
|
*/
|
|
1240
1240
|
renamed?: object[];
|
|
1241
1241
|
|
|
@@ -1245,14 +1245,28 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1245
1245
|
deleted?: string[];
|
|
1246
1246
|
|
|
1247
1247
|
/**
|
|
1248
|
-
* List of variant keys and the associated Execute on Selection indicator
|
|
1248
|
+
* List of variant keys and the associated Execute on Selection indicator. Each entry contains a `key` (the
|
|
1249
|
+
* variant key) and an `exe` flag describing the intention.
|
|
1249
1250
|
*/
|
|
1250
1251
|
exe?: object[];
|
|
1251
1252
|
|
|
1253
|
+
/**
|
|
1254
|
+
* List of variant keys and the associated favorite indicator. Each entry contains a `key` (the variant
|
|
1255
|
+
* key) and a `visible` flag describing the intention.
|
|
1256
|
+
*/
|
|
1257
|
+
fav?: object[];
|
|
1258
|
+
|
|
1252
1259
|
/**
|
|
1253
1260
|
* The default variant key
|
|
1254
1261
|
*/
|
|
1255
1262
|
def?: string;
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
* List of variant keys and the associated contexts array. Each entry contains a `key` (the variant key)
|
|
1266
|
+
* and a `contexts` array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility
|
|
1267
|
+
* layer.
|
|
1268
|
+
*/
|
|
1269
|
+
contexts?: object[];
|
|
1256
1270
|
}
|
|
1257
1271
|
|
|
1258
1272
|
export type VariantManagement$ManageEvent = Event<
|
|
@@ -1267,12 +1281,12 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1267
1281
|
name?: string;
|
|
1268
1282
|
|
|
1269
1283
|
/**
|
|
1270
|
-
* Indicates
|
|
1284
|
+
* Indicates whether an existing variant is overwritten or whether a new variant is created
|
|
1271
1285
|
*/
|
|
1272
1286
|
overwrite?: boolean;
|
|
1273
1287
|
|
|
1274
1288
|
/**
|
|
1275
|
-
* Variant key
|
|
1289
|
+
* Variant key. This property is set if `overwrite` is set to `true`.
|
|
1276
1290
|
*/
|
|
1277
1291
|
key?: string;
|
|
1278
1292
|
|
|
@@ -1282,7 +1296,7 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1282
1296
|
execute?: boolean;
|
|
1283
1297
|
|
|
1284
1298
|
/**
|
|
1285
|
-
* Indicates the
|
|
1299
|
+
* Indicates the checkbox state for Public
|
|
1286
1300
|
*/
|
|
1287
1301
|
public?: boolean;
|
|
1288
1302
|
|
|
@@ -1292,9 +1306,12 @@ declare module "sap/ui/fl/variants/VariantManagement" {
|
|
|
1292
1306
|
def?: boolean;
|
|
1293
1307
|
|
|
1294
1308
|
/**
|
|
1295
|
-
*
|
|
1296
|
-
|
|
1297
|
-
|
|
1309
|
+
* Array describing the contexts. **Note:** It is only used internally by the SAPUI5 flexibility layer.
|
|
1310
|
+
*/
|
|
1311
|
+
contexts?: object[];
|
|
1312
|
+
|
|
1313
|
+
/**
|
|
1314
|
+
* Indicates the checkbox state for Create Tile **Note:** This event parameter is used only internally.
|
|
1298
1315
|
*/
|
|
1299
1316
|
tile?: boolean;
|
|
1300
1317
|
}
|
|
@@ -1530,6 +1547,8 @@ declare namespace sap {
|
|
|
1530
1547
|
|
|
1531
1548
|
"sap/ui/fl/apply/_internal/controlVariants/URLHandler": undefined;
|
|
1532
1549
|
|
|
1550
|
+
"sap/ui/fl/apply/_internal/extensionPoint/Registry": undefined;
|
|
1551
|
+
|
|
1533
1552
|
"sap/ui/fl/apply/_internal/flexObjects/AppDescriptorChange": undefined;
|
|
1534
1553
|
|
|
1535
1554
|
"sap/ui/fl/apply/_internal/flexObjects/CompVariant": undefined;
|
|
@@ -1552,6 +1571,8 @@ declare namespace sap {
|
|
|
1552
1571
|
|
|
1553
1572
|
"sap/ui/fl/apply/_internal/flexState/changes/ExtensionPointState": undefined;
|
|
1554
1573
|
|
|
1574
|
+
"sap/ui/fl/apply/_internal/flexState/changes/UIChangesState": undefined;
|
|
1575
|
+
|
|
1555
1576
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantMerger": undefined;
|
|
1556
1577
|
|
|
1557
1578
|
"sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
|
|
@@ -1578,6 +1599,8 @@ declare namespace sap {
|
|
|
1578
1599
|
|
|
1579
1600
|
"sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
|
|
1580
1601
|
|
|
1602
|
+
"sap/ui/fl/apply/api/ExtensionPointRegistryAPI": undefined;
|
|
1603
|
+
|
|
1581
1604
|
"sap/ui/fl/apply/api/FlexRuntimeInfoAPI": undefined;
|
|
1582
1605
|
|
|
1583
1606
|
"sap/ui/fl/apply/api/SmartVariantManagementApplyAPI": undefined;
|
|
@@ -1598,6 +1621,8 @@ declare namespace sap {
|
|
|
1598
1621
|
|
|
1599
1622
|
"sap/ui/fl/initial/_internal/connectors/BackendConnector": undefined;
|
|
1600
1623
|
|
|
1624
|
+
"sap/ui/fl/initial/_internal/connectors/BtpServiceConnector": undefined;
|
|
1625
|
+
|
|
1601
1626
|
"sap/ui/fl/initial/_internal/connectors/KeyUserConnector": undefined;
|
|
1602
1627
|
|
|
1603
1628
|
"sap/ui/fl/initial/_internal/connectors/LrepConnector": undefined;
|
|
@@ -1622,6 +1647,8 @@ declare namespace sap {
|
|
|
1622
1647
|
|
|
1623
1648
|
"sap/ui/fl/registry/Settings": undefined;
|
|
1624
1649
|
|
|
1650
|
+
"sap/ui/fl/support/_internal/getAllUIChanges": undefined;
|
|
1651
|
+
|
|
1625
1652
|
"sap/ui/fl/support/_internal/getChangeDependencies": undefined;
|
|
1626
1653
|
|
|
1627
1654
|
"sap/ui/fl/support/_internal/getFlexSettings": undefined;
|
|
@@ -1648,6 +1675,8 @@ declare namespace sap {
|
|
|
1648
1675
|
|
|
1649
1676
|
"sap/ui/fl/write/_internal/connectors/BackendConnector": undefined;
|
|
1650
1677
|
|
|
1678
|
+
"sap/ui/fl/write/_internal/connectors/BtpServiceConnector": undefined;
|
|
1679
|
+
|
|
1651
1680
|
"sap/ui/fl/write/_internal/connectors/JsObjectConnector": undefined;
|
|
1652
1681
|
|
|
1653
1682
|
"sap/ui/fl/write/_internal/connectors/KeyUserConnector": undefined;
|
|
@@ -1668,8 +1697,6 @@ declare namespace sap {
|
|
|
1668
1697
|
|
|
1669
1698
|
"sap/ui/fl/write/_internal/connectors/Utils": undefined;
|
|
1670
1699
|
|
|
1671
|
-
"sap/ui/fl/write/_internal/extensionPoint/Registry": undefined;
|
|
1672
|
-
|
|
1673
1700
|
"sap/ui/fl/write/_internal/fieldExtensibility/ABAPExtensibilityVariant": undefined;
|
|
1674
1701
|
|
|
1675
1702
|
"sap/ui/fl/write/_internal/fieldExtensibility/MultiTenantABAPExtensibilityVariant": undefined;
|
|
@@ -1684,8 +1711,6 @@ declare namespace sap {
|
|
|
1684
1711
|
|
|
1685
1712
|
"sap/ui/fl/write/_internal/Storage": undefined;
|
|
1686
1713
|
|
|
1687
|
-
"sap/ui/fl/write/_internal/StorageFeaturesMerger": undefined;
|
|
1688
|
-
|
|
1689
1714
|
"sap/ui/fl/write/_internal/Versions": undefined;
|
|
1690
1715
|
|
|
1691
1716
|
"sap/ui/fl/write/api/AppVariantWriteAPI": undefined;
|
|
@@ -1700,8 +1725,6 @@ declare namespace sap {
|
|
|
1700
1725
|
|
|
1701
1726
|
"sap/ui/fl/write/api/ControlPersonalizationWriteAPI": undefined;
|
|
1702
1727
|
|
|
1703
|
-
"sap/ui/fl/write/api/ExtensionPointRegistryAPI": undefined;
|
|
1704
|
-
|
|
1705
1728
|
"sap/ui/fl/write/api/FeaturesAPI": undefined;
|
|
1706
1729
|
|
|
1707
1730
|
"sap/ui/fl/write/api/FieldExtensibility": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -8,6 +8,9 @@ declare module "sap/ui/integration/library" {
|
|
|
8
8
|
/**
|
|
9
9
|
* Defines the layout type of the List card attributes.
|
|
10
10
|
*
|
|
11
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
12
|
+
* 'AttributesLayoutType'.
|
|
13
|
+
*
|
|
11
14
|
* @since 1.96
|
|
12
15
|
*/
|
|
13
16
|
export enum AttributesLayoutType {
|
|
@@ -23,6 +26,9 @@ declare module "sap/ui/integration/library" {
|
|
|
23
26
|
/**
|
|
24
27
|
* Enumeration of possible card action types.
|
|
25
28
|
*
|
|
29
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
30
|
+
* 'CardActionType'.
|
|
31
|
+
*
|
|
26
32
|
* @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
27
33
|
* may be done before its official public release. Use at your own discretion.
|
|
28
34
|
*/
|
|
@@ -69,6 +75,9 @@ declare module "sap/ui/integration/library" {
|
|
|
69
75
|
/**
|
|
70
76
|
* Defines the areas in a card.
|
|
71
77
|
*
|
|
78
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
79
|
+
* 'CardArea'.
|
|
80
|
+
*
|
|
72
81
|
* @since 1.86
|
|
73
82
|
*/
|
|
74
83
|
export enum CardArea {
|
|
@@ -88,6 +97,9 @@ declare module "sap/ui/integration/library" {
|
|
|
88
97
|
/**
|
|
89
98
|
* Card blocking message types.
|
|
90
99
|
*
|
|
100
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
101
|
+
* 'CardBlockingMessageType'.
|
|
102
|
+
*
|
|
91
103
|
* @experimental (since 1.114)
|
|
92
104
|
*/
|
|
93
105
|
export enum CardBlockingMessageType {
|
|
@@ -107,6 +119,9 @@ declare module "sap/ui/integration/library" {
|
|
|
107
119
|
/**
|
|
108
120
|
* Possible data modes for `{@link sap.ui.integration.widgets.Card}`.
|
|
109
121
|
*
|
|
122
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
123
|
+
* 'CardDataMode'.
|
|
124
|
+
*
|
|
110
125
|
* @since 1.65
|
|
111
126
|
* @experimental (since 1.65)
|
|
112
127
|
*/
|
|
@@ -127,6 +142,9 @@ declare module "sap/ui/integration/library" {
|
|
|
127
142
|
/**
|
|
128
143
|
* Possible designs for `{@link sap.ui.integration.widgets.Card}`.
|
|
129
144
|
*
|
|
145
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
146
|
+
* 'CardDesign'.
|
|
147
|
+
*
|
|
130
148
|
* @since 1.109
|
|
131
149
|
* @experimental (since 1.109)
|
|
132
150
|
*/
|
|
@@ -143,6 +161,9 @@ declare module "sap/ui/integration/library" {
|
|
|
143
161
|
/**
|
|
144
162
|
* Possible variants for `{@link sap.ui.integration.widgets.Card}` rendering and behavior.
|
|
145
163
|
*
|
|
164
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
165
|
+
* 'CardDisplayVariant'.
|
|
166
|
+
*
|
|
146
167
|
* @since 1.118
|
|
147
168
|
* @experimental (since 1.118) - For usage only by Work Zone.
|
|
148
169
|
*/
|
|
@@ -216,6 +237,9 @@ declare module "sap/ui/integration/library" {
|
|
|
216
237
|
* Preview modes for `{@link sap.ui.integration.widgets.Card}`. Helpful in scenarios when the end user is
|
|
217
238
|
* choosing or configuring a card.
|
|
218
239
|
*
|
|
240
|
+
* This enum is part of the 'sap/ui/integration/library' module export and must be accessed by the property
|
|
241
|
+
* 'CardPreviewMode'.
|
|
242
|
+
*
|
|
219
243
|
* @since 1.112
|
|
220
244
|
* @experimental (since 1.112)
|
|
221
245
|
*/
|
|
@@ -719,6 +743,10 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
719
743
|
* Response object in case of a network error
|
|
720
744
|
*/
|
|
721
745
|
httpResponse?: Response;
|
|
746
|
+
/**
|
|
747
|
+
* A list of buttons placed below the description as additional content. Experimental since 1.121
|
|
748
|
+
*/
|
|
749
|
+
additionalContent?: any[];
|
|
722
750
|
};
|
|
723
751
|
|
|
724
752
|
/**
|
|
@@ -1387,7 +1415,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1387
1415
|
/**
|
|
1388
1416
|
* ID of the element which is the current target of the association {@link #getHost host}, or `null`.
|
|
1389
1417
|
*/
|
|
1390
|
-
getHost(): ID;
|
|
1418
|
+
getHost(): ID | null;
|
|
1391
1419
|
/**
|
|
1392
1420
|
* Gets the instance of the `host` association.
|
|
1393
1421
|
*
|
|
@@ -1853,6 +1881,24 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1853
1881
|
*/
|
|
1854
1882
|
sManifestChanges: object[]
|
|
1855
1883
|
): this;
|
|
1884
|
+
/**
|
|
1885
|
+
* Sets a new value for property {@link #getParameters parameters}.
|
|
1886
|
+
*
|
|
1887
|
+
* Overrides the default values of the parameters, which are defined in the manifest. The value is an object
|
|
1888
|
+
* containing parameters in format `{parameterKey: parameterValue}`.
|
|
1889
|
+
*
|
|
1890
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1891
|
+
*
|
|
1892
|
+
* @experimental (since 1.65) - This property might be changed in future.
|
|
1893
|
+
*
|
|
1894
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1895
|
+
*/
|
|
1896
|
+
setParameters(
|
|
1897
|
+
/**
|
|
1898
|
+
* New value for property `parameters`
|
|
1899
|
+
*/
|
|
1900
|
+
oParameters?: object
|
|
1901
|
+
): this;
|
|
1856
1902
|
/**
|
|
1857
1903
|
* Sets a new value for property {@link #getPreviewMode previewMode}.
|
|
1858
1904
|
*
|
|
@@ -4046,7 +4092,8 @@ declare module "sap/ui/integration/Host" {
|
|
|
4046
4092
|
sPath: string
|
|
4047
4093
|
): Promise<null>;
|
|
4048
4094
|
/**
|
|
4049
|
-
* Resolves the CSRF token
|
|
4095
|
+
* Resolves the value of a CSRF token. Subclasses of Host can override this method to take over the default
|
|
4096
|
+
* CSRF token resolving. Applications must not call this method directly, it is called by the framework.
|
|
4050
4097
|
*
|
|
4051
4098
|
* @deprecated (since 1.120.0)
|
|
4052
4099
|
* @experimental (since 1.97)
|
|
@@ -4058,7 +4105,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
4058
4105
|
/**
|
|
4059
4106
|
* The CSRF token configuration.
|
|
4060
4107
|
*/
|
|
4061
|
-
|
|
4108
|
+
csrfTokenConfig: {
|
|
4062
4109
|
data: object;
|
|
4063
4110
|
}
|
|
4064
4111
|
): Promise<string>;
|