@openui5/types 1.115.0 → 1.116.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.115.0
1
+ // For Library Version: 1.116.0
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -6,7 +6,7 @@ declare module "sap/ui/integration/library" {
6
6
  import { ButtonType } from "sap/m/library";
7
7
 
8
8
  /**
9
- * @SINCE 1.96
9
+ * @since 1.96
10
10
  *
11
11
  * Defines the layout type of the List card attributes.
12
12
  */
@@ -21,32 +21,32 @@ declare module "sap/ui/integration/library" {
21
21
  TwoColumns = "TwoColumns",
22
22
  }
23
23
  /**
24
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
24
+ * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
25
25
  * may be done before its official public release. Use at your own discretion.
26
26
  *
27
27
  * Enumeration of possible card action types.
28
28
  */
29
29
  export enum CardActionType {
30
30
  /**
31
- * @EXPERIMENTAL (since 1.76)
31
+ * @experimental (since 1.76)
32
32
  *
33
33
  * Used for custom actions.
34
34
  */
35
35
  Custom = "Custom",
36
36
  /**
37
- * @EXPERIMENTAL (since 1.87)
37
+ * @experimental (since 1.87)
38
38
  *
39
39
  * Date selection. Available only for Calendar cards.
40
40
  */
41
41
  DateChange = "DateChange",
42
42
  /**
43
- * @EXPERIMENTAL (since 1.100)
43
+ * @experimental (since 1.100)
44
44
  *
45
45
  * Used for hiding the appeared details about the card.
46
46
  */
47
47
  HideCard = "HideCard",
48
48
  /**
49
- * @EXPERIMENTAL (since 1.87)
49
+ * @experimental (since 1.87)
50
50
  *
51
51
  * Month selection. Available only for Calendar cards.
52
52
  */
@@ -56,7 +56,7 @@ declare module "sap/ui/integration/library" {
56
56
  */
57
57
  Navigation = "Navigation",
58
58
  /**
59
- * @EXPERIMENTAL (since 1.100)
59
+ * @experimental (since 1.100)
60
60
  *
61
61
  * Used for showing more details about the card.
62
62
  */
@@ -67,7 +67,7 @@ declare module "sap/ui/integration/library" {
67
67
  Submit = "Submit",
68
68
  }
69
69
  /**
70
- * @SINCE 1.86
70
+ * @since 1.86
71
71
  *
72
72
  * Defines the areas in a card.
73
73
  */
@@ -86,7 +86,7 @@ declare module "sap/ui/integration/library" {
86
86
  Header = "Header",
87
87
  }
88
88
  /**
89
- * @EXPERIMENTAL (since 1.114)
89
+ * @experimental (since 1.114)
90
90
  *
91
91
  * Card blocking message types.
92
92
  */
@@ -105,8 +105,8 @@ declare module "sap/ui/integration/library" {
105
105
  NoData = "NoData",
106
106
  }
107
107
  /**
108
- * @SINCE 1.65
109
- * @EXPERIMENTAL (since 1.65)
108
+ * @since 1.65
109
+ * @experimental (since 1.65)
110
110
  *
111
111
  * Possible data modes for `{@link sap.ui.integration.widgets.Card}`.
112
112
  */
@@ -125,8 +125,8 @@ declare module "sap/ui/integration/library" {
125
125
  Inactive = "Inactive",
126
126
  }
127
127
  /**
128
- * @SINCE 1.109
129
- * @EXPERIMENTAL (since 1.109)
128
+ * @since 1.109
129
+ * @experimental (since 1.109)
130
130
  *
131
131
  * Possible designs for `{@link sap.ui.integration.widgets.Card}`.
132
132
  */
@@ -141,7 +141,7 @@ declare module "sap/ui/integration/library" {
141
141
  Transparent = "Transparent",
142
142
  }
143
143
  /**
144
- * @EXPERIMENTAL (since 1.79)
144
+ * @experimental (since 1.79)
145
145
  *
146
146
  * An object type that represents card menu action properties.
147
147
  */
@@ -185,8 +185,8 @@ declare module "sap/ui/integration/library" {
185
185
  };
186
186
 
187
187
  /**
188
- * @SINCE 1.112
189
- * @EXPERIMENTAL (since 1.112)
188
+ * @since 1.112
189
+ * @experimental (since 1.112)
190
190
  *
191
191
  * Preview modes for `{@link sap.ui.integration.widgets.Card}`. Helpful in scenarios when the end user is
192
192
  * choosing or configuring a card.
@@ -223,14 +223,14 @@ declare module "sap/ui/integration/ActionDefinition" {
223
223
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
224
224
 
225
225
  /**
226
- * @SINCE 1.85
227
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this class is in a beta state - incompatible API changes may
226
+ * @since 1.85
227
+ * @experimental (since 1.85) - Disclaimer: this class is in a beta state - incompatible API changes may
228
228
  * be done before its official public release. Use at your own discretion.
229
229
  *
230
230
  * Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
231
231
  * in `Component` card and `Extension`.
232
232
  */
233
- class ActionDefinition extends UI5Element {
233
+ export default class ActionDefinition extends UI5Element {
234
234
  /**
235
235
  * Constructor for a new `ActionDefinition`.
236
236
  *
@@ -356,7 +356,7 @@ declare module "sap/ui/integration/ActionDefinition" {
356
356
  oListener?: object
357
357
  ): this;
358
358
  /**
359
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
359
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
360
360
  *
361
361
  * Fires event {@link #event:press press} to attached listeners.
362
362
  *
@@ -548,7 +548,6 @@ declare module "sap/ui/integration/ActionDefinition" {
548
548
  bVisible?: boolean
549
549
  ): this;
550
550
  }
551
- export default ActionDefinition;
552
551
 
553
552
  export interface $ActionDefinitionSettings extends $ElementSettings {
554
553
  /**
@@ -599,7 +598,9 @@ declare module "sap/ui/integration/ActionDefinition" {
599
598
  press?: (oEvent: Event) => void;
600
599
  }
601
600
 
602
- export interface $ActionDefinitionPressEventParameters {}
601
+ export interface ActionDefinition$PressEventParameters {}
602
+
603
+ export type ActionDefinition$PressEvent = Event<ActionDefinition$PressEventParameters>;
603
604
  }
604
605
 
605
606
  declare module "sap/ui/integration/widgets/Card" {
@@ -636,7 +637,7 @@ declare module "sap/ui/integration/widgets/Card" {
636
637
  } from "sap/ui/base/ManagedObject";
637
638
 
638
639
  /**
639
- * @EXPERIMENTAL (since 1.114)
640
+ * @experimental (since 1.114)
640
641
  *
641
642
  * Settings for blocking message that ocurred in a {@link sap.ui.integration.widgets.Card}
642
643
  */
@@ -670,7 +671,7 @@ declare module "sap/ui/integration/widgets/Card" {
670
671
  };
671
672
 
672
673
  /**
673
- * @SINCE 1.62
674
+ * @since 1.62
674
675
  *
675
676
  * A control that represents a container with a header and content.
676
677
  *
@@ -710,7 +711,7 @@ declare module "sap/ui/integration/widgets/Card" {
710
711
  * - When you have to use an application model. For such cases, use: {@link sap.f.Card sap.f.Card}.
711
712
  * - When you need complex behavior. For such cases, use: {@link sap.f.Card sap.f.Card}.
712
713
  */
713
- class Card extends CardBase {
714
+ export default class Card extends CardBase {
714
715
  /**
715
716
  * Constructor for a new `Card`.
716
717
  *
@@ -776,8 +777,8 @@ declare module "sap/ui/integration/widgets/Card" {
776
777
  */
777
778
  static getMetadata(): ElementMetadata;
778
779
  /**
779
- * @SINCE 1.85
780
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
780
+ * @since 1.85
781
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
781
782
  * may be done before its official public release. Use at your own discretion.
782
783
  *
783
784
  * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -791,7 +792,7 @@ declare module "sap/ui/integration/widgets/Card" {
791
792
  oActionDefinition: ActionDefinition
792
793
  ): this;
793
794
  /**
794
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
795
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
795
796
  * be done before its official public release. Use at your own discretion.
796
797
  *
797
798
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
@@ -816,14 +817,14 @@ declare module "sap/ui/integration/widgets/Card" {
816
817
  /**
817
818
  * The function to be called when the event occurs
818
819
  */
819
- fnFunction: (p1: Event<$CardActionEventParameters>) => void,
820
+ fnFunction: (p1: Card$ActionEvent) => void,
820
821
  /**
821
822
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
822
823
  */
823
824
  oListener?: object
824
825
  ): this;
825
826
  /**
826
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
827
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
827
828
  * be done before its official public release. Use at your own discretion.
828
829
  *
829
830
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
@@ -843,14 +844,14 @@ declare module "sap/ui/integration/widgets/Card" {
843
844
  /**
844
845
  * The function to be called when the event occurs
845
846
  */
846
- fnFunction: (p1: Event<$CardActionEventParameters>) => void,
847
+ fnFunction: (p1: Card$ActionEvent) => void,
847
848
  /**
848
849
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
849
850
  */
850
851
  oListener?: object
851
852
  ): this;
852
853
  /**
853
- * @EXPERIMENTAL (since 1.96)
854
+ * @experimental (since 1.96)
854
855
  *
855
856
  * Attaches event handler `fnFunction` to the {@link #event:configurationChange configurationChange} event
856
857
  * of this `sap.ui.integration.widgets.Card`.
@@ -872,14 +873,14 @@ declare module "sap/ui/integration/widgets/Card" {
872
873
  /**
873
874
  * The function to be called when the event occurs
874
875
  */
875
- fnFunction: (p1: Event<$CardConfigurationChangeEventParameters>) => void,
876
+ fnFunction: (p1: Card$ConfigurationChangeEvent) => void,
876
877
  /**
877
878
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
878
879
  */
879
880
  oListener?: object
880
881
  ): this;
881
882
  /**
882
- * @EXPERIMENTAL (since 1.96)
883
+ * @experimental (since 1.96)
883
884
  *
884
885
  * Attaches event handler `fnFunction` to the {@link #event:configurationChange configurationChange} event
885
886
  * of this `sap.ui.integration.widgets.Card`.
@@ -896,7 +897,7 @@ declare module "sap/ui/integration/widgets/Card" {
896
897
  /**
897
898
  * The function to be called when the event occurs
898
899
  */
899
- fnFunction: (p1: Event<$CardConfigurationChangeEventParameters>) => void,
900
+ fnFunction: (p1: Card$ConfigurationChangeEvent) => void,
900
901
  /**
901
902
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
902
903
  */
@@ -956,7 +957,7 @@ declare module "sap/ui/integration/widgets/Card" {
956
957
  oListener?: object
957
958
  ): this;
958
959
  /**
959
- * @EXPERIMENTAL (since 1.72)
960
+ * @experimental (since 1.72)
960
961
  *
961
962
  * Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
962
963
  *
@@ -983,7 +984,7 @@ declare module "sap/ui/integration/widgets/Card" {
983
984
  oListener?: object
984
985
  ): this;
985
986
  /**
986
- * @EXPERIMENTAL (since 1.72)
987
+ * @experimental (since 1.72)
987
988
  *
988
989
  * Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
989
990
  *
@@ -1005,7 +1006,7 @@ declare module "sap/ui/integration/widgets/Card" {
1005
1006
  oListener?: object
1006
1007
  ): this;
1007
1008
  /**
1008
- * @EXPERIMENTAL (since 1.107)
1009
+ * @experimental (since 1.107)
1009
1010
  *
1010
1011
  * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
1011
1012
  *
@@ -1033,7 +1034,7 @@ declare module "sap/ui/integration/widgets/Card" {
1033
1034
  oListener?: object
1034
1035
  ): this;
1035
1036
  /**
1036
- * @EXPERIMENTAL (since 1.107)
1037
+ * @experimental (since 1.107)
1037
1038
  *
1038
1039
  * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
1039
1040
  *
@@ -1056,8 +1057,8 @@ declare module "sap/ui/integration/widgets/Card" {
1056
1057
  oListener?: object
1057
1058
  ): this;
1058
1059
  /**
1059
- * @SINCE 1.85
1060
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1060
+ * @since 1.85
1061
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1061
1062
  * may be done before its official public release. Use at your own discretion.
1062
1063
  *
1063
1064
  * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1066,7 +1067,7 @@ declare module "sap/ui/integration/widgets/Card" {
1066
1067
  */
1067
1068
  destroyActionDefinitions(): this;
1068
1069
  /**
1069
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1070
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1070
1071
  * be done before its official public release. Use at your own discretion.
1071
1072
  *
1072
1073
  * Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
@@ -1079,14 +1080,14 @@ declare module "sap/ui/integration/widgets/Card" {
1079
1080
  /**
1080
1081
  * The function to be called, when the event occurs
1081
1082
  */
1082
- fnFunction: (p1: Event<$CardActionEventParameters>) => void,
1083
+ fnFunction: (p1: Card$ActionEvent) => void,
1083
1084
  /**
1084
1085
  * Context object on which the given function had to be called
1085
1086
  */
1086
1087
  oListener?: object
1087
1088
  ): this;
1088
1089
  /**
1089
- * @EXPERIMENTAL (since 1.96)
1090
+ * @experimental (since 1.96)
1090
1091
  *
1091
1092
  * Detaches event handler `fnFunction` from the {@link #event:configurationChange configurationChange} event
1092
1093
  * of this `sap.ui.integration.widgets.Card`.
@@ -1099,7 +1100,7 @@ declare module "sap/ui/integration/widgets/Card" {
1099
1100
  /**
1100
1101
  * The function to be called, when the event occurs
1101
1102
  */
1102
- fnFunction: (p1: Event<$CardConfigurationChangeEventParameters>) => void,
1103
+ fnFunction: (p1: Card$ConfigurationChangeEvent) => void,
1103
1104
  /**
1104
1105
  * Context object on which the given function had to be called
1105
1106
  */
@@ -1124,7 +1125,7 @@ declare module "sap/ui/integration/widgets/Card" {
1124
1125
  oListener?: object
1125
1126
  ): this;
1126
1127
  /**
1127
- * @EXPERIMENTAL (since 1.72)
1128
+ * @experimental (since 1.72)
1128
1129
  *
1129
1130
  * Detaches event handler `fnFunction` from the {@link #event:manifestReady manifestReady} event of this
1130
1131
  * `sap.ui.integration.widgets.Card`.
@@ -1144,7 +1145,7 @@ declare module "sap/ui/integration/widgets/Card" {
1144
1145
  oListener?: object
1145
1146
  ): this;
1146
1147
  /**
1147
- * @EXPERIMENTAL (since 1.107)
1148
+ * @experimental (since 1.107)
1148
1149
  *
1149
1150
  * Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
1150
1151
  *
@@ -1163,9 +1164,9 @@ declare module "sap/ui/integration/widgets/Card" {
1163
1164
  oListener?: object
1164
1165
  ): this;
1165
1166
  /**
1166
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1167
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1167
1168
  * be done before its official public release. Use at your own discretion.
1168
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1169
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1169
1170
  *
1170
1171
  * Fires event {@link #event:action action} to attached listeners.
1171
1172
  *
@@ -1178,11 +1179,11 @@ declare module "sap/ui/integration/widgets/Card" {
1178
1179
  /**
1179
1180
  * Parameters to pass along with the event
1180
1181
  */
1181
- mParameters?: $CardActionEventParameters
1182
+ mParameters?: Card$ActionEventParameters
1182
1183
  ): boolean;
1183
1184
  /**
1184
- * @EXPERIMENTAL (since 1.96)
1185
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1185
+ * @experimental (since 1.96)
1186
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1186
1187
  *
1187
1188
  * Fires event {@link #event:configurationChange configurationChange} to attached listeners.
1188
1189
  *
@@ -1192,10 +1193,10 @@ declare module "sap/ui/integration/widgets/Card" {
1192
1193
  /**
1193
1194
  * Parameters to pass along with the event
1194
1195
  */
1195
- mParameters?: $CardConfigurationChangeEventParameters
1196
+ mParameters?: Card$ConfigurationChangeEventParameters
1196
1197
  ): this;
1197
1198
  /**
1198
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1199
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1199
1200
  *
1200
1201
  * Fires event {@link #event:manifestApplied manifestApplied} to attached listeners.
1201
1202
  *
@@ -1208,8 +1209,8 @@ declare module "sap/ui/integration/widgets/Card" {
1208
1209
  mParameters?: object
1209
1210
  ): this;
1210
1211
  /**
1211
- * @EXPERIMENTAL (since 1.72)
1212
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1212
+ * @experimental (since 1.72)
1213
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1213
1214
  *
1214
1215
  * Fires event {@link #event:manifestReady manifestReady} to attached listeners.
1215
1216
  *
@@ -1222,8 +1223,8 @@ declare module "sap/ui/integration/widgets/Card" {
1222
1223
  mParameters?: object
1223
1224
  ): this;
1224
1225
  /**
1225
- * @EXPERIMENTAL (since 1.107)
1226
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1226
+ * @experimental (since 1.107)
1227
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1227
1228
  *
1228
1229
  * Fires event {@link #event:stateChanged stateChanged} to attached listeners.
1229
1230
  *
@@ -1236,8 +1237,8 @@ declare module "sap/ui/integration/widgets/Card" {
1236
1237
  mParameters?: object
1237
1238
  ): this;
1238
1239
  /**
1239
- * @SINCE 1.85
1240
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1240
+ * @since 1.85
1241
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1241
1242
  * may be done before its official public release. Use at your own discretion.
1242
1243
  *
1243
1244
  * Gets content of aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1247,19 +1248,19 @@ declare module "sap/ui/integration/widgets/Card" {
1247
1248
  */
1248
1249
  getActionDefinitions(): ActionDefinition[];
1249
1250
  /**
1250
- * @SINCE 1.70
1251
- * @EXPERIMENTAL (since 1.70)
1251
+ * @since 1.70
1252
+ * @experimental (since 1.70)
1252
1253
  *
1253
1254
  * Gets current value of property {@link #getBaseUrl baseUrl}.
1254
1255
  *
1255
- * Defines the base URL of the Card Manifest. It should be used when manifest property is an object instead
1256
- * of a URL.
1256
+ * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1257
+ * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1257
1258
  *
1258
1259
  * @returns Value of property `baseUrl`
1259
1260
  */
1260
1261
  getBaseUrl(): URI;
1261
1262
  /**
1262
- * @EXPERIMENTAL (since 1.114)
1263
+ * @experimental (since 1.114)
1263
1264
  *
1264
1265
  * Get information about the blocking message in the card.
1265
1266
  *
@@ -1267,7 +1268,7 @@ declare module "sap/ui/integration/widgets/Card" {
1267
1268
  */
1268
1269
  getBlockingMessage(): BlockingMessageSettings | null;
1269
1270
  /**
1270
- * @EXPERIMENTAL (since 1.77)
1271
+ * @experimental (since 1.77)
1271
1272
  *
1272
1273
  * Gets values of manifest parameters combined with the parameters from `parameters` property.
1273
1274
  *
@@ -1281,8 +1282,8 @@ declare module "sap/ui/integration/widgets/Card" {
1281
1282
  */
1282
1283
  getCombinedParameters(): Record<string, any>;
1283
1284
  /**
1284
- * @SINCE 1.65
1285
- * @EXPERIMENTAL (since 1.65)
1285
+ * @since 1.65
1286
+ * @experimental (since 1.65)
1286
1287
  *
1287
1288
  * Gets current value of property {@link #getDataMode dataMode}.
1288
1289
  *
@@ -1294,8 +1295,8 @@ declare module "sap/ui/integration/widgets/Card" {
1294
1295
  */
1295
1296
  getDataMode(): CardDataMode | keyof typeof CardDataMode;
1296
1297
  /**
1297
- * @SINCE 1.109
1298
- * @EXPERIMENTAL (since 1.109)
1298
+ * @since 1.109
1299
+ * @experimental (since 1.109)
1299
1300
  *
1300
1301
  * Gets current value of property {@link #getDesign design}.
1301
1302
  *
@@ -1307,7 +1308,7 @@ declare module "sap/ui/integration/widgets/Card" {
1307
1308
  */
1308
1309
  getDesign(): CardDesign | keyof typeof CardDesign;
1309
1310
  /**
1310
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1311
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1311
1312
  *
1312
1313
  * Returns the DOM Element that should get the focus.
1313
1314
  *
@@ -1319,7 +1320,7 @@ declare module "sap/ui/integration/widgets/Card" {
1319
1320
  */
1320
1321
  getHost(): ID;
1321
1322
  /**
1322
- * @EXPERIMENTAL (since 1.77)
1323
+ * @experimental (since 1.77)
1323
1324
  *
1324
1325
  * Gets the instance of the `host` association.
1325
1326
  *
@@ -1333,8 +1334,8 @@ declare module "sap/ui/integration/widgets/Card" {
1333
1334
  */
1334
1335
  getManifest(): string | Object;
1335
1336
  /**
1336
- * @SINCE 1.76
1337
- * @EXPERIMENTAL (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1337
+ * @since 1.76
1338
+ * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1338
1339
  * is implemented.
1339
1340
  *
1340
1341
  * Gets current value of property {@link #getManifestChanges manifestChanges}.
@@ -1380,7 +1381,7 @@ declare module "sap/ui/integration/widgets/Card" {
1380
1381
  */
1381
1382
  getManifestChanges(): object[];
1382
1383
  /**
1383
- * @EXPERIMENTAL (since 1.77)
1384
+ * @experimental (since 1.77)
1384
1385
  *
1385
1386
  * Returns a value from the Manifest based on the specified path.
1386
1387
  *
@@ -1395,8 +1396,8 @@ declare module "sap/ui/integration/widgets/Card" {
1395
1396
  sPath: string
1396
1397
  ): any;
1397
1398
  /**
1398
- * @SINCE 1.112
1399
- * @EXPERIMENTAL (since 1.112)
1399
+ * @since 1.112
1400
+ * @experimental (since 1.112)
1400
1401
  *
1401
1402
  * Gets current value of property {@link #getPreviewMode previewMode}.
1402
1403
  *
@@ -1424,7 +1425,7 @@ declare module "sap/ui/integration/widgets/Card" {
1424
1425
  */
1425
1426
  getReferenceId(): string;
1426
1427
  /**
1427
- * @EXPERIMENTAL (since 1.83) - The API might change.
1428
+ * @experimental (since 1.83) - The API might change.
1428
1429
  *
1429
1430
  * Gets translated text from the i18n properties files configured for this card.
1430
1431
  *
@@ -1452,7 +1453,7 @@ declare module "sap/ui/integration/widgets/Card" {
1452
1453
  bIgnoreKeyFallback?: boolean
1453
1454
  ): string;
1454
1455
  /**
1455
- * @EXPERIMENTAL (since 1.114)
1456
+ * @experimental (since 1.114)
1456
1457
  *
1457
1458
  * Hide the blocking message that is shown in the card by `showBlockingMessage` call.
1458
1459
  */
@@ -1468,8 +1469,8 @@ declare module "sap/ui/integration/widgets/Card" {
1468
1469
  eCardArea?: CardArea | keyof typeof CardArea
1469
1470
  ): void;
1470
1471
  /**
1471
- * @SINCE 1.85
1472
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1472
+ * @since 1.85
1473
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1473
1474
  * may be done before its official public release. Use at your own discretion.
1474
1475
  *
1475
1476
  * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1484,8 +1485,8 @@ declare module "sap/ui/integration/widgets/Card" {
1484
1485
  oActionDefinition: ActionDefinition
1485
1486
  ): int;
1486
1487
  /**
1487
- * @SINCE 1.85
1488
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1488
+ * @since 1.85
1489
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1489
1490
  * may be done before its official public release. Use at your own discretion.
1490
1491
  *
1491
1492
  * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1505,14 +1506,14 @@ declare module "sap/ui/integration/widgets/Card" {
1505
1506
  iIndex: int
1506
1507
  ): this;
1507
1508
  /**
1508
- * @EXPERIMENTAL (since 1.65) - The API might change.
1509
+ * @experimental (since 1.65) - The API might change.
1509
1510
  *
1510
1511
  *
1511
1512
  * @returns If the card is ready or not.
1512
1513
  */
1513
1514
  isReady(): boolean;
1514
1515
  /**
1515
- * @EXPERIMENTAL (since 1.73)
1516
+ * @experimental (since 1.73)
1516
1517
  *
1517
1518
  * Loads the module designtime/Card.designtime or the module given in "sap.card": { "designtime": "designtime/Own.designtime"
1518
1519
  * } This file should contain the designtime configuration for the card.
@@ -1525,20 +1526,20 @@ declare module "sap/ui/integration/widgets/Card" {
1525
1526
  */
1526
1527
  loadDesigntime(): Promise<object>;
1527
1528
  /**
1528
- * @EXPERIMENTAL (since 1.65) - The API might change.
1529
+ * @experimental (since 1.65) - The API might change.
1529
1530
  *
1530
1531
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
1531
1532
  */
1532
1533
  refresh(): void;
1533
1534
  /**
1534
- * @SINCE 1.95
1535
+ * @since 1.95
1535
1536
  *
1536
1537
  * Refreshes the card data by triggering all data requests.
1537
1538
  */
1538
1539
  refreshData(): void;
1539
1540
  /**
1540
- * @SINCE 1.85
1541
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1541
+ * @since 1.85
1542
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1542
1543
  * may be done before its official public release. Use at your own discretion.
1543
1544
  *
1544
1545
  * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1552,8 +1553,8 @@ declare module "sap/ui/integration/widgets/Card" {
1552
1553
  vActionDefinition: int | string | ActionDefinition
1553
1554
  ): ActionDefinition | null;
1554
1555
  /**
1555
- * @SINCE 1.85
1556
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1556
+ * @since 1.85
1557
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1557
1558
  * may be done before its official public release. Use at your own discretion.
1558
1559
  *
1559
1560
  * Removes all the controls from the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1564,7 +1565,7 @@ declare module "sap/ui/integration/widgets/Card" {
1564
1565
  */
1565
1566
  removeAllActionDefinitions(): ActionDefinition[];
1566
1567
  /**
1567
- * @EXPERIMENTAL (since 1.79)
1568
+ * @experimental (since 1.79)
1568
1569
  *
1569
1570
  * Performs an HTTP request using the given configuration.
1570
1571
  *
@@ -1618,13 +1619,13 @@ declare module "sap/ui/integration/widgets/Card" {
1618
1619
  sKey: string
1619
1620
  ): Promise<string>;
1620
1621
  /**
1621
- * @SINCE 1.70
1622
- * @EXPERIMENTAL (since 1.70)
1622
+ * @since 1.70
1623
+ * @experimental (since 1.70)
1623
1624
  *
1624
1625
  * Sets a new value for property {@link #getBaseUrl baseUrl}.
1625
1626
  *
1626
- * Defines the base URL of the Card Manifest. It should be used when manifest property is an object instead
1627
- * of a URL.
1627
+ * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1628
+ * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1628
1629
  *
1629
1630
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1630
1631
  *
@@ -1637,8 +1638,8 @@ declare module "sap/ui/integration/widgets/Card" {
1637
1638
  sBaseUrl?: URI
1638
1639
  ): this;
1639
1640
  /**
1640
- * @SINCE 1.65
1641
- * @EXPERIMENTAL (since 1.65) - API might change.
1641
+ * @since 1.65
1642
+ * @experimental (since 1.65) - API might change.
1642
1643
  *
1643
1644
  * Sets a new value for the `dataMode` property.
1644
1645
  *
@@ -1651,8 +1652,8 @@ declare module "sap/ui/integration/widgets/Card" {
1651
1652
  sMode: CardDataMode | keyof typeof CardDataMode
1652
1653
  ): this;
1653
1654
  /**
1654
- * @SINCE 1.109
1655
- * @EXPERIMENTAL (since 1.109)
1655
+ * @since 1.109
1656
+ * @experimental (since 1.109)
1656
1657
  *
1657
1658
  * Sets a new value for property {@link #getDesign design}.
1658
1659
  *
@@ -1700,8 +1701,8 @@ declare module "sap/ui/integration/widgets/Card" {
1700
1701
  oManifest?: any
1701
1702
  ): this;
1702
1703
  /**
1703
- * @SINCE 1.76
1704
- * @EXPERIMENTAL (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1704
+ * @since 1.76
1705
+ * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1705
1706
  * is implemented.
1706
1707
  *
1707
1708
  * Sets a new value for property {@link #getManifestChanges manifestChanges}.
@@ -1754,8 +1755,8 @@ declare module "sap/ui/integration/widgets/Card" {
1754
1755
  sManifestChanges: object[]
1755
1756
  ): this;
1756
1757
  /**
1757
- * @SINCE 1.112
1758
- * @EXPERIMENTAL (since 1.112)
1758
+ * @since 1.112
1759
+ * @experimental (since 1.112)
1759
1760
  *
1760
1761
  * Sets a new value for property {@link #getPreviewMode previewMode}.
1761
1762
  *
@@ -1797,7 +1798,7 @@ declare module "sap/ui/integration/widgets/Card" {
1797
1798
  sReferenceId?: string
1798
1799
  ): this;
1799
1800
  /**
1800
- * @EXPERIMENTAL (since 1.114)
1801
+ * @experimental (since 1.114)
1801
1802
  *
1802
1803
  * Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
1803
1804
  * after the `cardReady` lifecycle hook in Component cards and Extensions.
@@ -1820,7 +1821,7 @@ declare module "sap/ui/integration/widgets/Card" {
1820
1821
  eCardArea?: CardArea | keyof typeof CardArea
1821
1822
  ): void;
1822
1823
  /**
1823
- * @EXPERIMENTAL (since 1.81)
1824
+ * @experimental (since 1.81)
1824
1825
  *
1825
1826
  * Displays a message strip above the content with the given text. There can be only 1 message displayed.
1826
1827
  * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
@@ -1837,7 +1838,7 @@ declare module "sap/ui/integration/widgets/Card" {
1837
1838
  sType: MessageType | keyof typeof MessageType
1838
1839
  ): void;
1839
1840
  /**
1840
- * @EXPERIMENTAL (since 1.84)
1841
+ * @experimental (since 1.84)
1841
1842
  *
1842
1843
  * Triggers an action inside the card.
1843
1844
  *
@@ -1874,7 +1875,7 @@ declare module "sap/ui/integration/widgets/Card" {
1874
1875
  }
1875
1876
  ): void;
1876
1877
  /**
1877
- * @EXPERIMENTAL
1878
+ * @experimental
1878
1879
  *
1879
1880
  * Causes all of the controls within the Card that support validation to validate their data.
1880
1881
  *
@@ -1882,10 +1883,8 @@ declare module "sap/ui/integration/widgets/Card" {
1882
1883
  */
1883
1884
  validateControls(): boolean;
1884
1885
  }
1885
- export default Card;
1886
-
1887
1886
  /**
1888
- * @EXPERIMENTAL (since 1.79)
1887
+ * @experimental (since 1.79)
1889
1888
  *
1890
1889
  * Facade of the {@link sap.ui.integration.widgets.Card} control.
1891
1890
  */
@@ -1893,8 +1892,8 @@ declare module "sap/ui/integration/widgets/Card" {
1893
1892
  __implements__sap_ui_integration_widgets_CardFacade: boolean;
1894
1893
 
1895
1894
  /**
1896
- * @SINCE 1.85
1897
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1895
+ * @since 1.85
1896
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1898
1897
  * may be done before its official public release. Use at your own discretion.
1899
1898
  *
1900
1899
  * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -1908,19 +1907,19 @@ declare module "sap/ui/integration/widgets/Card" {
1908
1907
  oActionDefinition: ActionDefinition
1909
1908
  ): this;
1910
1909
  /**
1911
- * @SINCE 1.70
1912
- * @EXPERIMENTAL (since 1.70)
1910
+ * @since 1.70
1911
+ * @experimental (since 1.70)
1913
1912
  *
1914
1913
  * Gets current value of property {@link #getBaseUrl baseUrl}.
1915
1914
  *
1916
- * Defines the base URL of the Card Manifest. It should be used when manifest property is an object instead
1917
- * of a URL.
1915
+ * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1916
+ * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1918
1917
  *
1919
1918
  * @returns Value of property `baseUrl`
1920
1919
  */
1921
1920
  getBaseUrl(): URI;
1922
1921
  /**
1923
- * @EXPERIMENTAL (since 1.114)
1922
+ * @experimental (since 1.114)
1924
1923
  *
1925
1924
  * Get information about the blocking message in the card.
1926
1925
  *
@@ -1928,7 +1927,7 @@ declare module "sap/ui/integration/widgets/Card" {
1928
1927
  */
1929
1928
  getBlockingMessage(): BlockingMessageSettings | null;
1930
1929
  /**
1931
- * @EXPERIMENTAL (since 1.77)
1930
+ * @experimental (since 1.77)
1932
1931
  *
1933
1932
  * Gets values of manifest parameters combined with the parameters from `parameters` property.
1934
1933
  *
@@ -1942,7 +1941,7 @@ declare module "sap/ui/integration/widgets/Card" {
1942
1941
  */
1943
1942
  getCombinedParameters(): Record<string, any>;
1944
1943
  /**
1945
- * @EXPERIMENTAL (since 1.77)
1944
+ * @experimental (since 1.77)
1946
1945
  *
1947
1946
  * Returns a value from the Manifest based on the specified path.
1948
1947
  *
@@ -1957,7 +1956,7 @@ declare module "sap/ui/integration/widgets/Card" {
1957
1956
  sPath: string
1958
1957
  ): any;
1959
1958
  /**
1960
- * @EXPERIMENTAL (since 1.65) - This property might be changed in future.
1959
+ * @experimental (since 1.65) - This property might be changed in future.
1961
1960
  *
1962
1961
  * Gets current value of property {@link #getParameters parameters}.
1963
1962
  *
@@ -1968,7 +1967,7 @@ declare module "sap/ui/integration/widgets/Card" {
1968
1967
  */
1969
1968
  getParameters(): object;
1970
1969
  /**
1971
- * @EXPERIMENTAL (since 1.83) - The API might change.
1970
+ * @experimental (since 1.83) - The API might change.
1972
1971
  *
1973
1972
  * Gets translated text from the i18n properties files configured for this card.
1974
1973
  *
@@ -1996,7 +1995,7 @@ declare module "sap/ui/integration/widgets/Card" {
1996
1995
  bIgnoreKeyFallback?: boolean
1997
1996
  ): string;
1998
1997
  /**
1999
- * @EXPERIMENTAL (since 1.114)
1998
+ * @experimental (since 1.114)
2000
1999
  *
2001
2000
  * Hide the blocking message that is shown in the card by `showBlockingMessage` call.
2002
2001
  */
@@ -2012,8 +2011,8 @@ declare module "sap/ui/integration/widgets/Card" {
2012
2011
  eCardArea?: CardArea | keyof typeof CardArea
2013
2012
  ): void;
2014
2013
  /**
2015
- * @SINCE 1.85
2016
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2014
+ * @since 1.85
2015
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2017
2016
  * may be done before its official public release. Use at your own discretion.
2018
2017
  *
2019
2018
  * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -2028,8 +2027,8 @@ declare module "sap/ui/integration/widgets/Card" {
2028
2027
  oActionDefinition: ActionDefinition
2029
2028
  ): int;
2030
2029
  /**
2031
- * @SINCE 1.85
2032
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2030
+ * @since 1.85
2031
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2033
2032
  * may be done before its official public release. Use at your own discretion.
2034
2033
  *
2035
2034
  * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -2049,20 +2048,20 @@ declare module "sap/ui/integration/widgets/Card" {
2049
2048
  iIndex: int
2050
2049
  ): this;
2051
2050
  /**
2052
- * @EXPERIMENTAL (since 1.65) - The API might change.
2051
+ * @experimental (since 1.65) - The API might change.
2053
2052
  *
2054
2053
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
2055
2054
  */
2056
2055
  refresh(): void;
2057
2056
  /**
2058
- * @SINCE 1.95
2057
+ * @since 1.95
2059
2058
  *
2060
2059
  * Refreshes the card data by triggering all data requests.
2061
2060
  */
2062
2061
  refreshData(): void;
2063
2062
  /**
2064
- * @SINCE 1.85
2065
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2063
+ * @since 1.85
2064
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2066
2065
  * may be done before its official public release. Use at your own discretion.
2067
2066
  *
2068
2067
  * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
@@ -2076,7 +2075,7 @@ declare module "sap/ui/integration/widgets/Card" {
2076
2075
  vActionDefinition: int | string | ActionDefinition
2077
2076
  ): ActionDefinition | null;
2078
2077
  /**
2079
- * @EXPERIMENTAL (since 1.79)
2078
+ * @experimental (since 1.79)
2080
2079
  *
2081
2080
  * Performs an HTTP request using the given configuration.
2082
2081
  *
@@ -2130,7 +2129,7 @@ declare module "sap/ui/integration/widgets/Card" {
2130
2129
  sKey: string
2131
2130
  ): Promise<string>;
2132
2131
  /**
2133
- * @EXPERIMENTAL (since 1.114)
2132
+ * @experimental (since 1.114)
2134
2133
  *
2135
2134
  * Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
2136
2135
  * after the `cardReady` lifecycle hook in Component cards and Extensions.
@@ -2153,7 +2152,7 @@ declare module "sap/ui/integration/widgets/Card" {
2153
2152
  eCardArea?: CardArea | keyof typeof CardArea
2154
2153
  ): void;
2155
2154
  /**
2156
- * @EXPERIMENTAL (since 1.81)
2155
+ * @experimental (since 1.81)
2157
2156
  *
2158
2157
  * Displays a message strip above the content with the given text. There can be only 1 message displayed.
2159
2158
  * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
@@ -2170,7 +2169,7 @@ declare module "sap/ui/integration/widgets/Card" {
2170
2169
  sType: MessageType | keyof typeof MessageType
2171
2170
  ): void;
2172
2171
  /**
2173
- * @EXPERIMENTAL (since 1.84)
2172
+ * @experimental (since 1.84)
2174
2173
  *
2175
2174
  * Triggers an action inside the card.
2176
2175
  *
@@ -2207,7 +2206,7 @@ declare module "sap/ui/integration/widgets/Card" {
2207
2206
  }
2208
2207
  ): void;
2209
2208
  /**
2210
- * @EXPERIMENTAL
2209
+ * @experimental
2211
2210
  *
2212
2211
  * Causes all of the controls within the Card that support validation to validate their data.
2213
2212
  *
@@ -2229,7 +2228,7 @@ declare module "sap/ui/integration/widgets/Card" {
2229
2228
  manifest?: any | PropertyBindingInfo | `{${string}}`;
2230
2229
 
2231
2230
  /**
2232
- * @EXPERIMENTAL (since 1.65) - This property might be changed in future.
2231
+ * @experimental (since 1.65) - This property might be changed in future.
2233
2232
  *
2234
2233
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
2235
2234
  * containing parameters in format `{parameterKey: parameterValue}`.
@@ -2237,8 +2236,8 @@ declare module "sap/ui/integration/widgets/Card" {
2237
2236
  parameters?: object | PropertyBindingInfo | `{${string}}`;
2238
2237
 
2239
2238
  /**
2240
- * @SINCE 1.65
2241
- * @EXPERIMENTAL (since 1.65)
2239
+ * @since 1.65
2240
+ * @experimental (since 1.65)
2242
2241
  *
2243
2242
  * Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
2244
2243
  */
@@ -2248,17 +2247,17 @@ declare module "sap/ui/integration/widgets/Card" {
2248
2247
  | `{${string}}`;
2249
2248
 
2250
2249
  /**
2251
- * @SINCE 1.70
2252
- * @EXPERIMENTAL (since 1.70)
2250
+ * @since 1.70
2251
+ * @experimental (since 1.70)
2253
2252
  *
2254
- * Defines the base URL of the Card Manifest. It should be used when manifest property is an object instead
2255
- * of a URL.
2253
+ * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2254
+ * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2256
2255
  */
2257
2256
  baseUrl?: URI | PropertyBindingInfo | `{${string}}`;
2258
2257
 
2259
2258
  /**
2260
- * @SINCE 1.76
2261
- * @EXPERIMENTAL (since 1.76) - This API might be removed when a permanent solution for flexibility changes
2259
+ * @since 1.76
2260
+ * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
2262
2261
  * is implemented.
2263
2262
  *
2264
2263
  * Defines a list of configuration settings, which will be merged into the original manifest.
@@ -2300,8 +2299,8 @@ declare module "sap/ui/integration/widgets/Card" {
2300
2299
  manifestChanges?: object[] | PropertyBindingInfo | `{${string}}`;
2301
2300
 
2302
2301
  /**
2303
- * @SINCE 1.109
2304
- * @EXPERIMENTAL (since 1.109)
2302
+ * @since 1.109
2303
+ * @experimental (since 1.109)
2305
2304
  *
2306
2305
  * Defines the design of the `Card`.
2307
2306
  */
@@ -2311,8 +2310,8 @@ declare module "sap/ui/integration/widgets/Card" {
2311
2310
  | `{${string}}`;
2312
2311
 
2313
2312
  /**
2314
- * @SINCE 1.112
2315
- * @EXPERIMENTAL (since 1.112)
2313
+ * @since 1.112
2314
+ * @experimental (since 1.112)
2316
2315
  *
2317
2316
  * Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
2318
2317
  *
@@ -2327,8 +2326,8 @@ declare module "sap/ui/integration/widgets/Card" {
2327
2326
  | `{${string}}`;
2328
2327
 
2329
2328
  /**
2330
- * @SINCE 1.85
2331
- * @EXPERIMENTAL (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2329
+ * @since 1.85
2330
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2332
2331
  * may be done before its official public release. Use at your own discretion.
2333
2332
  *
2334
2333
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
@@ -2346,7 +2345,7 @@ declare module "sap/ui/integration/widgets/Card" {
2346
2345
  host?: Control | string;
2347
2346
 
2348
2347
  /**
2349
- * @EXPERIMENTAL (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
2348
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
2350
2349
  * be done before its official public release. Use at your own discretion.
2351
2350
  *
2352
2351
  * Fired when an action is triggered on the card.
@@ -2355,20 +2354,18 @@ declare module "sap/ui/integration/widgets/Card" {
2355
2354
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
2356
2355
  * one to handle the action by calling `oEvent.preventDefault()`.
2357
2356
  */
2358
- action?: (oEvent: Event<$CardActionEventParameters>) => void;
2357
+ action?: (oEvent: Card$ActionEvent) => void;
2359
2358
 
2360
2359
  /**
2361
- * @EXPERIMENTAL (since 1.96)
2360
+ * @experimental (since 1.96)
2362
2361
  *
2363
2362
  * Fired when some configuration settings are changed as a result of user interaction. For example - filter
2364
2363
  * value is changed.
2365
2364
  */
2366
- configurationChange?: (
2367
- oEvent: Event<$CardConfigurationChangeEventParameters>
2368
- ) => void;
2365
+ configurationChange?: (oEvent: Card$ConfigurationChangeEvent) => void;
2369
2366
 
2370
2367
  /**
2371
- * @EXPERIMENTAL (since 1.72)
2368
+ * @experimental (since 1.72)
2372
2369
  *
2373
2370
  * Fired when the manifest is loaded.
2374
2371
  */
@@ -2383,7 +2380,7 @@ declare module "sap/ui/integration/widgets/Card" {
2383
2380
  manifestApplied?: (oEvent: Event) => void;
2384
2381
 
2385
2382
  /**
2386
- * @EXPERIMENTAL (since 1.107)
2383
+ * @experimental (since 1.107)
2387
2384
  *
2388
2385
  * Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
2389
2386
  * filter is changed or data is refreshed.
@@ -2391,7 +2388,7 @@ declare module "sap/ui/integration/widgets/Card" {
2391
2388
  stateChanged?: (oEvent: Event) => void;
2392
2389
  }
2393
2390
 
2394
- export interface $CardActionEventParameters {
2391
+ export interface Card$ActionEventParameters {
2395
2392
  /**
2396
2393
  * The action source.
2397
2394
  */
@@ -2413,7 +2410,9 @@ declare module "sap/ui/integration/widgets/Card" {
2413
2410
  type?: CardActionType | keyof typeof CardActionType;
2414
2411
  }
2415
2412
 
2416
- export interface $CardConfigurationChangeEventParameters {
2413
+ export type Card$ActionEvent = Event<Card$ActionEventParameters>;
2414
+
2415
+ export interface Card$ConfigurationChangeEventParameters {
2417
2416
  /**
2418
2417
  * Changed configuration settings.
2419
2418
  *
@@ -2429,11 +2428,19 @@ declare module "sap/ui/integration/widgets/Card" {
2429
2428
  changes?: object;
2430
2429
  }
2431
2430
 
2432
- export interface $CardManifestAppliedEventParameters {}
2431
+ export type Card$ConfigurationChangeEvent = Event<Card$ConfigurationChangeEventParameters>;
2432
+
2433
+ export interface Card$ManifestAppliedEventParameters {}
2434
+
2435
+ export type Card$ManifestAppliedEvent = Event<Card$ManifestAppliedEventParameters>;
2433
2436
 
2434
- export interface $CardManifestReadyEventParameters {}
2437
+ export interface Card$ManifestReadyEventParameters {}
2435
2438
 
2436
- export interface $CardStateChangedEventParameters {}
2439
+ export type Card$ManifestReadyEvent = Event<Card$ManifestReadyEventParameters>;
2440
+
2441
+ export interface Card$StateChangedEventParameters {}
2442
+
2443
+ export type Card$StateChangedEvent = Event<Card$StateChangedEventParameters>;
2437
2444
  }
2438
2445
 
2439
2446
  declare module "sap/ui/integration/Designtime" {
@@ -2447,13 +2454,13 @@ declare module "sap/ui/integration/Designtime" {
2447
2454
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
2448
2455
 
2449
2456
  /**
2450
- * @SINCE 1.75
2451
- * @EXPERIMENTAL (since 1.75)
2457
+ * @since 1.75
2458
+ * @experimental (since 1.75)
2452
2459
  *
2453
2460
  * Brings JavaScript capabilities for an {@link sap.ui.integration.widgets.Card} where custom logic can
2454
2461
  * be implemented.
2455
2462
  */
2456
- class Designtime extends ManagedObject {
2463
+ export default class Designtime extends ManagedObject {
2457
2464
  /**
2458
2465
  * Constructor for a new `Designtime`.
2459
2466
  *
@@ -2527,15 +2534,14 @@ declare module "sap/ui/integration/Designtime" {
2527
2534
  */
2528
2535
  getCard(): CardFacade;
2529
2536
  }
2530
- export default Designtime;
2531
2537
 
2532
2538
  export interface $DesigntimeSettings extends $ManagedObjectSettings {}
2533
2539
  }
2534
2540
 
2535
2541
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
2536
2542
  /**
2537
- * @SINCE 1.81
2538
- * @EXPERIMENTAL - 1.81
2543
+ * @since 1.81
2544
+ * @experimental - 1.81
2539
2545
  *
2540
2546
  * Validates if the provided value is a boolean or binding string.
2541
2547
  */
@@ -2558,8 +2564,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
2558
2564
 
2559
2565
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
2560
2566
  /**
2561
- * @SINCE 1.81
2562
- * @EXPERIMENTAL - 1.81
2567
+ * @since 1.81
2568
+ * @experimental - 1.81
2563
2569
  *
2564
2570
  * Validates if the provided value can be parsed to a valid date.
2565
2571
  */
@@ -2582,8 +2588,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
2582
2588
 
2583
2589
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
2584
2590
  /**
2585
- * @SINCE 1.81
2586
- * @EXPERIMENTAL - 1.81
2591
+ * @since 1.81
2592
+ * @experimental - 1.81
2587
2593
  *
2588
2594
  * Validates if the provided value is an integer or binding string.
2589
2595
  */
@@ -2606,8 +2612,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
2606
2612
 
2607
2613
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
2608
2614
  /**
2609
- * @SINCE 1.81
2610
- * @EXPERIMENTAL - 1.81
2615
+ * @since 1.81
2616
+ * @experimental - 1.81
2611
2617
  *
2612
2618
  * Validates if the provided value is a number or binding string.
2613
2619
  */
@@ -2630,8 +2636,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
2630
2636
 
2631
2637
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey" {
2632
2638
  /**
2633
- * @SINCE 1.81
2634
- * @EXPERIMENTAL - 1.81
2639
+ * @since 1.81
2640
+ * @experimental - 1.81
2635
2641
  *
2636
2642
  * Validates if the provided value is one of the given keys.
2637
2643
  */
@@ -2663,8 +2669,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey
2663
2669
 
2664
2670
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList" {
2665
2671
  /**
2666
- * @SINCE 1.81
2667
- * @EXPERIMENTAL - 1.81
2672
+ * @since 1.81
2673
+ * @experimental - 1.81
2668
2674
  *
2669
2675
  * Validates if none of the provided values is an invalid binding.
2670
2676
  */
@@ -2687,8 +2693,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList"
2687
2693
 
2688
2694
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey" {
2689
2695
  /**
2690
- * @SINCE 1.81
2691
- * @EXPERIMENTAL - 1.81
2696
+ * @since 1.81
2697
+ * @experimental - 1.81
2692
2698
  *
2693
2699
  * Validates if the provided key is unique in a list of given keys.
2694
2700
  */
@@ -2724,8 +2730,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey"
2724
2730
 
2725
2731
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList" {
2726
2732
  /**
2727
- * @SINCE 1.81
2728
- * @EXPERIMENTAL - 1.81
2733
+ * @since 1.81
2734
+ * @experimental - 1.81
2729
2735
  *
2730
2736
  * Validates if the provided list contains no duplicates.
2731
2737
  */
@@ -2748,8 +2754,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList"
2748
2754
 
2749
2755
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBinding" {
2750
2756
  /**
2751
- * @SINCE 1.81
2752
- * @EXPERIMENTAL - 1.81
2757
+ * @since 1.81
2758
+ * @experimental - 1.81
2753
2759
  *
2754
2760
  * Validates if the provided value is a valid binding.
2755
2761
  */
@@ -2781,8 +2787,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBindin
2781
2787
 
2782
2788
  declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
2783
2789
  /**
2784
- * @SINCE 1.81
2785
- * @EXPERIMENTAL - 1.81
2790
+ * @since 1.81
2791
+ * @experimental - 1.81
2786
2792
  *
2787
2793
  * Validates if the provided value doesn't exceed the maximum length.
2788
2794
  */
@@ -2805,8 +2811,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
2805
2811
 
2806
2812
  declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding" {
2807
2813
  /**
2808
- * @SINCE 1.81
2809
- * @EXPERIMENTAL - 1.81
2814
+ * @since 1.81
2815
+ * @experimental - 1.81
2810
2816
  *
2811
2817
  * Validates if the provided value doesn't contain a binding.
2812
2818
  */
@@ -2829,7 +2835,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
2829
2835
 
2830
2836
  declare module "sap/ui/integration/editor/Editor" {
2831
2837
  /**
2832
- * @EXPERIMENTAL (since 1.94)
2838
+ * @experimental (since 1.94)
2833
2839
  *
2834
2840
  * Facade of the {@link sap.ui.integration.editor.Editor} control.
2835
2841
  */
@@ -2837,7 +2843,7 @@ declare module "sap/ui/integration/editor/Editor" {
2837
2843
  __implements__sap_ui_integration_editor_EditorFacade: boolean;
2838
2844
 
2839
2845
  /**
2840
- * @EXPERIMENTAL (since 1.94)
2846
+ * @experimental (since 1.94)
2841
2847
  *
2842
2848
  * Performs an HTTP request using the given configuration.
2843
2849
  *
@@ -2893,12 +2899,12 @@ declare module "sap/ui/integration/editor/Extension" {
2893
2899
  import { CardFacade } from "sap/ui/integration/widgets/Card";
2894
2900
 
2895
2901
  /**
2896
- * @SINCE 1.94
2902
+ * @since 1.94
2897
2903
  *
2898
2904
  * Brings JavaScript capabilities for an {@link sap.ui.integration.editor.Editor} where custom logic can
2899
2905
  * be implemented.
2900
2906
  */
2901
- class Extension extends Extension1 {
2907
+ export default class Extension extends Extension1 {
2902
2908
  /**
2903
2909
  * Constructor for a new `Extension`.
2904
2910
  */
@@ -2933,7 +2939,6 @@ declare module "sap/ui/integration/editor/Extension" {
2933
2939
  */
2934
2940
  onEditorReady(): void;
2935
2941
  }
2936
- export default Extension;
2937
2942
 
2938
2943
  export interface $ExtensionSettings extends $ExtensionSettings1 {}
2939
2944
  }
@@ -2945,8 +2950,6 @@ declare module "sap/ui/integration/Extension" {
2945
2950
  PropertyBindingInfo,
2946
2951
  } from "sap/ui/base/ManagedObject";
2947
2952
 
2948
- import Event from "sap/ui/base/Event";
2949
-
2950
2953
  import { CardMenuAction, CardActionType } from "sap/ui/integration/library";
2951
2954
 
2952
2955
  import { CardFacade } from "sap/ui/integration/widgets/Card";
@@ -2955,13 +2958,15 @@ declare module "sap/ui/integration/Extension" {
2955
2958
 
2956
2959
  import Control from "sap/ui/core/Control";
2957
2960
 
2961
+ import Event from "sap/ui/base/Event";
2962
+
2958
2963
  /**
2959
- * @SINCE 1.75
2964
+ * @since 1.75
2960
2965
  *
2961
2966
  * Brings JavaScript capabilities for an {@link sap.ui.integration.widgets.Card} where custom logic can
2962
2967
  * be implemented.
2963
2968
  */
2964
- class Extension extends ManagedObject {
2969
+ export default class Extension extends ManagedObject {
2965
2970
  /**
2966
2971
  * Constructor for a new `Extension`.
2967
2972
  *
@@ -3023,7 +3028,7 @@ declare module "sap/ui/integration/Extension" {
3023
3028
  */
3024
3029
  static getMetadata(): ManagedObjectMetadata;
3025
3030
  /**
3026
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3031
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3027
3032
  * be done before its official public release. Use at your own discretion.
3028
3033
  *
3029
3034
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
@@ -3048,14 +3053,14 @@ declare module "sap/ui/integration/Extension" {
3048
3053
  /**
3049
3054
  * The function to be called when the event occurs
3050
3055
  */
3051
- fnFunction: (p1: Event<$ExtensionActionEventParameters>) => void,
3056
+ fnFunction: (p1: Extension$ActionEvent) => void,
3052
3057
  /**
3053
3058
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Extension` itself
3054
3059
  */
3055
3060
  oListener?: object
3056
3061
  ): this;
3057
3062
  /**
3058
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3063
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3059
3064
  * be done before its official public release. Use at your own discretion.
3060
3065
  *
3061
3066
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
@@ -3075,14 +3080,14 @@ declare module "sap/ui/integration/Extension" {
3075
3080
  /**
3076
3081
  * The function to be called when the event occurs
3077
3082
  */
3078
- fnFunction: (p1: Event<$ExtensionActionEventParameters>) => void,
3083
+ fnFunction: (p1: Extension$ActionEvent) => void,
3079
3084
  /**
3080
3085
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Extension` itself
3081
3086
  */
3082
3087
  oListener?: object
3083
3088
  ): this;
3084
3089
  /**
3085
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3090
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3086
3091
  * be done before its official public release. Use at your own discretion.
3087
3092
  *
3088
3093
  * Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Extension`.
@@ -3095,14 +3100,14 @@ declare module "sap/ui/integration/Extension" {
3095
3100
  /**
3096
3101
  * The function to be called, when the event occurs
3097
3102
  */
3098
- fnFunction: (p1: Event<$ExtensionActionEventParameters>) => void,
3103
+ fnFunction: (p1: Extension$ActionEvent) => void,
3099
3104
  /**
3100
3105
  * Context object on which the given function had to be called
3101
3106
  */
3102
3107
  oListener?: object
3103
3108
  ): this;
3104
3109
  /**
3105
- * @EXPERIMENTAL (since 1.113) - The API might change.
3110
+ * @experimental (since 1.113) - The API might change.
3106
3111
  *
3107
3112
  * Starts the process of fetching a resource from the network, returning a promise that is fulfilled once
3108
3113
  * the response is available. Use this method to override the default behavior when fetching network resources.
@@ -3126,9 +3131,9 @@ declare module "sap/ui/integration/Extension" {
3126
3131
  mRequestSettings: object
3127
3132
  ): Promise<Response>;
3128
3133
  /**
3129
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3134
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3130
3135
  * be done before its official public release. Use at your own discretion.
3131
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3136
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3132
3137
  *
3133
3138
  * Fires event {@link #event:action action} to attached listeners.
3134
3139
  *
@@ -3141,11 +3146,11 @@ declare module "sap/ui/integration/Extension" {
3141
3146
  /**
3142
3147
  * Parameters to pass along with the event
3143
3148
  */
3144
- mParameters?: $ExtensionActionEventParameters
3149
+ mParameters?: Extension$ActionEventParameters
3145
3150
  ): boolean;
3146
3151
  /**
3147
3152
  * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3148
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3153
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3149
3154
  * may be done before its official public release. Use at your own discretion.
3150
3155
  *
3151
3156
  * Gets current value of property {@link #getActions actions}.
@@ -3170,7 +3175,7 @@ declare module "sap/ui/integration/Extension" {
3170
3175
  */
3171
3176
  getFormatters(): Record<string, () => void> | undefined;
3172
3177
  /**
3173
- * @EXPERIMENTAL (since 1.108)
3178
+ * @experimental (since 1.108)
3174
3179
  *
3175
3180
  * Override this method to lazy load dependencies for the extension.
3176
3181
  *
@@ -3197,12 +3202,11 @@ declare module "sap/ui/integration/Extension" {
3197
3202
  aFormatters?: Record<string, Function>
3198
3203
  ): this;
3199
3204
  }
3200
- export default Extension;
3201
3205
 
3202
3206
  export interface $ExtensionSettings extends $ManagedObjectSettings {
3203
3207
  /**
3204
3208
  * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3205
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3209
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3206
3210
  * may be done before its official public release. Use at your own discretion.
3207
3211
  *
3208
3212
  * The actions configuration.
@@ -3210,14 +3214,14 @@ declare module "sap/ui/integration/Extension" {
3210
3214
  actions?: CardMenuAction[] | PropertyBindingInfo | `{${string}}`;
3211
3215
 
3212
3216
  /**
3213
- * @EXPERIMENTAL (since 1.79)
3217
+ * @experimental (since 1.79)
3214
3218
  *
3215
3219
  * The formatters that can be used in the manifest.
3216
3220
  */
3217
3221
  formatters?: object | PropertyBindingInfo | `{${string}}`;
3218
3222
 
3219
3223
  /**
3220
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3224
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3221
3225
  * be done before its official public release. Use at your own discretion.
3222
3226
  *
3223
3227
  * Fired when an action is triggered in the card.
@@ -3226,10 +3230,10 @@ declare module "sap/ui/integration/Extension" {
3226
3230
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3227
3231
  * one to handle the action by calling `oEvent.preventDefault()`.
3228
3232
  */
3229
- action?: (oEvent: Event<$ExtensionActionEventParameters>) => void;
3233
+ action?: (oEvent: Extension$ActionEvent) => void;
3230
3234
  }
3231
3235
 
3232
- export interface $ExtensionActionEventParameters {
3236
+ export interface Extension$ActionEventParameters {
3233
3237
  /**
3234
3238
  * The card the action is fired from.
3235
3239
  */
@@ -3255,13 +3259,13 @@ declare module "sap/ui/integration/Extension" {
3255
3259
  */
3256
3260
  type?: CardActionType | keyof typeof CardActionType;
3257
3261
  }
3262
+
3263
+ export type Extension$ActionEvent = Event<Extension$ActionEventParameters>;
3258
3264
  }
3259
3265
 
3260
3266
  declare module "sap/ui/integration/Host" {
3261
3267
  import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
3262
3268
 
3263
- import Event from "sap/ui/base/Event";
3264
-
3265
3269
  import { CardMenuAction, CardActionType } from "sap/ui/integration/library";
3266
3270
 
3267
3271
  import Card from "sap/ui/integration/widgets/Card";
@@ -3272,15 +3276,17 @@ declare module "sap/ui/integration/Host" {
3272
3276
 
3273
3277
  import Control from "sap/ui/core/Control";
3274
3278
 
3279
+ import Event from "sap/ui/base/Event";
3280
+
3275
3281
  /**
3276
- * @SINCE 1.75
3277
- * @EXPERIMENTAL (since 1.75)
3282
+ * @since 1.75
3283
+ * @experimental (since 1.75)
3278
3284
  *
3279
3285
  * Provides application-level functions and services to an integration card.
3280
3286
  *
3281
3287
  * Examples may include, but are not limited to options like: share a card, remove a card.
3282
3288
  */
3283
- class Host extends UI5Element {
3289
+ export default class Host extends UI5Element {
3284
3290
  /**
3285
3291
  * Constructor for a new `Host`.
3286
3292
  *
@@ -3342,7 +3348,7 @@ declare module "sap/ui/integration/Host" {
3342
3348
  */
3343
3349
  static getMetadata(): ElementMetadata;
3344
3350
  /**
3345
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3351
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3346
3352
  * be done before its official public release. Use at your own discretion.
3347
3353
  *
3348
3354
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
@@ -3367,14 +3373,14 @@ declare module "sap/ui/integration/Host" {
3367
3373
  /**
3368
3374
  * The function to be called when the event occurs
3369
3375
  */
3370
- fnFunction: (p1: Event<$HostActionEventParameters>) => void,
3376
+ fnFunction: (p1: Host$ActionEvent) => void,
3371
3377
  /**
3372
3378
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3373
3379
  */
3374
3380
  oListener?: object
3375
3381
  ): this;
3376
3382
  /**
3377
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3383
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3378
3384
  * be done before its official public release. Use at your own discretion.
3379
3385
  *
3380
3386
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
@@ -3394,14 +3400,14 @@ declare module "sap/ui/integration/Host" {
3394
3400
  /**
3395
3401
  * The function to be called when the event occurs
3396
3402
  */
3397
- fnFunction: (p1: Event<$HostActionEventParameters>) => void,
3403
+ fnFunction: (p1: Host$ActionEvent) => void,
3398
3404
  /**
3399
3405
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3400
3406
  */
3401
3407
  oListener?: object
3402
3408
  ): this;
3403
3409
  /**
3404
- * @EXPERIMENTAL (since 1.96)
3410
+ * @experimental (since 1.96)
3405
3411
  *
3406
3412
  * Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange }
3407
3413
  * event of this `sap.ui.integration.Host`.
@@ -3423,16 +3429,14 @@ declare module "sap/ui/integration/Host" {
3423
3429
  /**
3424
3430
  * The function to be called when the event occurs
3425
3431
  */
3426
- fnFunction: (
3427
- p1: Event<$HostCardConfigurationChangeEventParameters>
3428
- ) => void,
3432
+ fnFunction: (p1: Host$CardConfigurationChangeEvent) => void,
3429
3433
  /**
3430
3434
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3431
3435
  */
3432
3436
  oListener?: object
3433
3437
  ): this;
3434
3438
  /**
3435
- * @EXPERIMENTAL (since 1.96)
3439
+ * @experimental (since 1.96)
3436
3440
  *
3437
3441
  * Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange }
3438
3442
  * event of this `sap.ui.integration.Host`.
@@ -3449,16 +3453,67 @@ declare module "sap/ui/integration/Host" {
3449
3453
  /**
3450
3454
  * The function to be called when the event occurs
3451
3455
  */
3452
- fnFunction: (
3453
- p1: Event<$HostCardConfigurationChangeEventParameters>
3454
- ) => void,
3456
+ fnFunction: (p1: Host$CardConfigurationChangeEvent) => void,
3457
+ /**
3458
+ * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3459
+ */
3460
+ oListener?: object
3461
+ ): this;
3462
+ /**
3463
+ * @experimental (since 1.116)
3464
+ *
3465
+ * Attaches event handler `fnFunction` to the {@link #event:cardInitialized cardInitialized} event of this
3466
+ * `sap.ui.integration.Host`.
3467
+ *
3468
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
3469
+ * otherwise it will be bound to this `sap.ui.integration.Host` itself.
3470
+ *
3471
+ * Fired when the card is initially ready for the first time. Will not be fired for consecutive refreshes
3472
+ * or data changes.
3473
+ *
3474
+ * @returns Reference to `this` in order to allow method chaining
3475
+ */
3476
+ attachCardInitialized(
3477
+ /**
3478
+ * An application-specific payload object that will be passed to the event handler along with the event
3479
+ * object when firing the event
3480
+ */
3481
+ oData: object,
3482
+ /**
3483
+ * The function to be called when the event occurs
3484
+ */
3485
+ fnFunction: (p1: Host$CardInitializedEvent) => void,
3486
+ /**
3487
+ * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3488
+ */
3489
+ oListener?: object
3490
+ ): this;
3491
+ /**
3492
+ * @experimental (since 1.116)
3493
+ *
3494
+ * Attaches event handler `fnFunction` to the {@link #event:cardInitialized cardInitialized} event of this
3495
+ * `sap.ui.integration.Host`.
3496
+ *
3497
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
3498
+ * otherwise it will be bound to this `sap.ui.integration.Host` itself.
3499
+ *
3500
+ * Fired when the card is initially ready for the first time. Will not be fired for consecutive refreshes
3501
+ * or data changes.
3502
+ *
3503
+ * @returns Reference to `this` in order to allow method chaining
3504
+ */
3505
+ attachCardInitialized(
3506
+ /**
3507
+ * The function to be called when the event occurs
3508
+ */
3509
+ fnFunction: (p1: Host$CardInitializedEvent) => void,
3455
3510
  /**
3456
3511
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3457
3512
  */
3458
3513
  oListener?: object
3459
3514
  ): this;
3460
3515
  /**
3461
- * @EXPERIMENTAL (since 1.107)
3516
+ * @experimental (since 1.107)
3462
3517
  *
3463
3518
  * Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
3464
3519
  * this `sap.ui.integration.Host`.
@@ -3480,14 +3535,14 @@ declare module "sap/ui/integration/Host" {
3480
3535
  /**
3481
3536
  * The function to be called when the event occurs
3482
3537
  */
3483
- fnFunction: (p1: Event<$HostCardStateChangedEventParameters>) => void,
3538
+ fnFunction: (p1: Host$CardStateChangedEvent) => void,
3484
3539
  /**
3485
3540
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3486
3541
  */
3487
3542
  oListener?: object
3488
3543
  ): this;
3489
3544
  /**
3490
- * @EXPERIMENTAL (since 1.107)
3545
+ * @experimental (since 1.107)
3491
3546
  *
3492
3547
  * Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
3493
3548
  * this `sap.ui.integration.Host`.
@@ -3504,14 +3559,14 @@ declare module "sap/ui/integration/Host" {
3504
3559
  /**
3505
3560
  * The function to be called when the event occurs
3506
3561
  */
3507
- fnFunction: (p1: Event<$HostCardStateChangedEventParameters>) => void,
3562
+ fnFunction: (p1: Host$CardStateChangedEvent) => void,
3508
3563
  /**
3509
3564
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3510
3565
  */
3511
3566
  oListener?: object
3512
3567
  ): this;
3513
3568
  /**
3514
- * @EXPERIMENTAL (since 1.91)
3569
+ * @experimental (since 1.91)
3515
3570
  *
3516
3571
  * Attaches event handler `fnFunction` to the {@link #event:message message} event of this `sap.ui.integration.Host`.
3517
3572
  *
@@ -3531,14 +3586,14 @@ declare module "sap/ui/integration/Host" {
3531
3586
  /**
3532
3587
  * The function to be called when the event occurs
3533
3588
  */
3534
- fnFunction: (p1: Event<$HostMessageEventParameters>) => void,
3589
+ fnFunction: (p1: Host$MessageEvent) => void,
3535
3590
  /**
3536
3591
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3537
3592
  */
3538
3593
  oListener?: object
3539
3594
  ): this;
3540
3595
  /**
3541
- * @EXPERIMENTAL (since 1.91)
3596
+ * @experimental (since 1.91)
3542
3597
  *
3543
3598
  * Attaches event handler `fnFunction` to the {@link #event:message message} event of this `sap.ui.integration.Host`.
3544
3599
  *
@@ -3553,14 +3608,14 @@ declare module "sap/ui/integration/Host" {
3553
3608
  /**
3554
3609
  * The function to be called when the event occurs
3555
3610
  */
3556
- fnFunction: (p1: Event<$HostMessageEventParameters>) => void,
3611
+ fnFunction: (p1: Host$MessageEvent) => void,
3557
3612
  /**
3558
3613
  * Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
3559
3614
  */
3560
3615
  oListener?: object
3561
3616
  ): this;
3562
3617
  /**
3563
- * @EXPERIMENTAL (since 1.97)
3618
+ * @experimental (since 1.97)
3564
3619
  *
3565
3620
  * This function is called when a CSRF token has expired.
3566
3621
  */
@@ -3573,7 +3628,7 @@ declare module "sap/ui/integration/Host" {
3573
3628
  }
3574
3629
  ): void;
3575
3630
  /**
3576
- * @EXPERIMENTAL (since 1.97)
3631
+ * @experimental (since 1.97)
3577
3632
  *
3578
3633
  * This function is called when a CSRF token is fetched.
3579
3634
  */
@@ -3590,7 +3645,7 @@ declare module "sap/ui/integration/Host" {
3590
3645
  pCSRFTokenValuePromise: Promise<string>
3591
3646
  ): void;
3592
3647
  /**
3593
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3648
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3594
3649
  * be done before its official public release. Use at your own discretion.
3595
3650
  *
3596
3651
  * Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Host`.
@@ -3603,14 +3658,14 @@ declare module "sap/ui/integration/Host" {
3603
3658
  /**
3604
3659
  * The function to be called, when the event occurs
3605
3660
  */
3606
- fnFunction: (p1: Event<$HostActionEventParameters>) => void,
3661
+ fnFunction: (p1: Host$ActionEvent) => void,
3607
3662
  /**
3608
3663
  * Context object on which the given function had to be called
3609
3664
  */
3610
3665
  oListener?: object
3611
3666
  ): this;
3612
3667
  /**
3613
- * @EXPERIMENTAL (since 1.96)
3668
+ * @experimental (since 1.96)
3614
3669
  *
3615
3670
  * Detaches event handler `fnFunction` from the {@link #event:cardConfigurationChange cardConfigurationChange }
3616
3671
  * event of this `sap.ui.integration.Host`.
@@ -3623,16 +3678,34 @@ declare module "sap/ui/integration/Host" {
3623
3678
  /**
3624
3679
  * The function to be called, when the event occurs
3625
3680
  */
3626
- fnFunction: (
3627
- p1: Event<$HostCardConfigurationChangeEventParameters>
3628
- ) => void,
3681
+ fnFunction: (p1: Host$CardConfigurationChangeEvent) => void,
3682
+ /**
3683
+ * Context object on which the given function had to be called
3684
+ */
3685
+ oListener?: object
3686
+ ): this;
3687
+ /**
3688
+ * @experimental (since 1.116)
3689
+ *
3690
+ * Detaches event handler `fnFunction` from the {@link #event:cardInitialized cardInitialized} event of
3691
+ * this `sap.ui.integration.Host`.
3692
+ *
3693
+ * The passed function and listener object must match the ones used for event registration.
3694
+ *
3695
+ * @returns Reference to `this` in order to allow method chaining
3696
+ */
3697
+ detachCardInitialized(
3698
+ /**
3699
+ * The function to be called, when the event occurs
3700
+ */
3701
+ fnFunction: (p1: Host$CardInitializedEvent) => void,
3629
3702
  /**
3630
3703
  * Context object on which the given function had to be called
3631
3704
  */
3632
3705
  oListener?: object
3633
3706
  ): this;
3634
3707
  /**
3635
- * @EXPERIMENTAL (since 1.107)
3708
+ * @experimental (since 1.107)
3636
3709
  *
3637
3710
  * Detaches event handler `fnFunction` from the {@link #event:cardStateChanged cardStateChanged} event of
3638
3711
  * this `sap.ui.integration.Host`.
@@ -3645,14 +3718,14 @@ declare module "sap/ui/integration/Host" {
3645
3718
  /**
3646
3719
  * The function to be called, when the event occurs
3647
3720
  */
3648
- fnFunction: (p1: Event<$HostCardStateChangedEventParameters>) => void,
3721
+ fnFunction: (p1: Host$CardStateChangedEvent) => void,
3649
3722
  /**
3650
3723
  * Context object on which the given function had to be called
3651
3724
  */
3652
3725
  oListener?: object
3653
3726
  ): this;
3654
3727
  /**
3655
- * @EXPERIMENTAL (since 1.91)
3728
+ * @experimental (since 1.91)
3656
3729
  *
3657
3730
  * Detaches event handler `fnFunction` from the {@link #event:message message} event of this `sap.ui.integration.Host`.
3658
3731
  *
@@ -3664,16 +3737,16 @@ declare module "sap/ui/integration/Host" {
3664
3737
  /**
3665
3738
  * The function to be called, when the event occurs
3666
3739
  */
3667
- fnFunction: (p1: Event<$HostMessageEventParameters>) => void,
3740
+ fnFunction: (p1: Host$MessageEvent) => void,
3668
3741
  /**
3669
3742
  * Context object on which the given function had to be called
3670
3743
  */
3671
3744
  oListener?: object
3672
3745
  ): this;
3673
3746
  /**
3674
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3747
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3675
3748
  * be done before its official public release. Use at your own discretion.
3676
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3749
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3677
3750
  *
3678
3751
  * Fires event {@link #event:action action} to attached listeners.
3679
3752
  *
@@ -3686,11 +3759,11 @@ declare module "sap/ui/integration/Host" {
3686
3759
  /**
3687
3760
  * Parameters to pass along with the event
3688
3761
  */
3689
- mParameters?: $HostActionEventParameters
3762
+ mParameters?: Host$ActionEventParameters
3690
3763
  ): boolean;
3691
3764
  /**
3692
- * @EXPERIMENTAL (since 1.96)
3693
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3765
+ * @experimental (since 1.96)
3766
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3694
3767
  *
3695
3768
  * Fires event {@link #event:cardConfigurationChange cardConfigurationChange} to attached listeners.
3696
3769
  *
@@ -3700,11 +3773,25 @@ declare module "sap/ui/integration/Host" {
3700
3773
  /**
3701
3774
  * Parameters to pass along with the event
3702
3775
  */
3703
- mParameters?: $HostCardConfigurationChangeEventParameters
3776
+ mParameters?: Host$CardConfigurationChangeEventParameters
3704
3777
  ): this;
3705
3778
  /**
3706
- * @EXPERIMENTAL (since 1.107)
3707
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3779
+ * @experimental (since 1.116)
3780
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3781
+ *
3782
+ * Fires event {@link #event:cardInitialized cardInitialized} to attached listeners.
3783
+ *
3784
+ * @returns Reference to `this` in order to allow method chaining
3785
+ */
3786
+ fireCardInitialized(
3787
+ /**
3788
+ * Parameters to pass along with the event
3789
+ */
3790
+ mParameters?: Host$CardInitializedEventParameters
3791
+ ): this;
3792
+ /**
3793
+ * @experimental (since 1.107)
3794
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3708
3795
  *
3709
3796
  * Fires event {@link #event:cardStateChanged cardStateChanged} to attached listeners.
3710
3797
  *
@@ -3714,11 +3801,11 @@ declare module "sap/ui/integration/Host" {
3714
3801
  /**
3715
3802
  * Parameters to pass along with the event
3716
3803
  */
3717
- mParameters?: $HostCardStateChangedEventParameters
3804
+ mParameters?: Host$CardStateChangedEventParameters
3718
3805
  ): this;
3719
3806
  /**
3720
- * @EXPERIMENTAL (since 1.91)
3721
- * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3807
+ * @experimental (since 1.91)
3808
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3722
3809
  *
3723
3810
  * Fires event {@link #event:message message} to attached listeners.
3724
3811
  *
@@ -3728,10 +3815,10 @@ declare module "sap/ui/integration/Host" {
3728
3815
  /**
3729
3816
  * Parameters to pass along with the event
3730
3817
  */
3731
- mParameters?: $HostMessageEventParameters
3818
+ mParameters?: Host$MessageEventParameters
3732
3819
  ): this;
3733
3820
  /**
3734
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3821
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3735
3822
  * may be done before its official public release. Use at your own discretion.
3736
3823
  *
3737
3824
  * Gets current value of property {@link #getActions actions}.
@@ -3742,7 +3829,7 @@ declare module "sap/ui/integration/Host" {
3742
3829
  */
3743
3830
  getActions(): CardMenuAction[];
3744
3831
  /**
3745
- * @SINCE 1.83
3832
+ * @since 1.83
3746
3833
  *
3747
3834
  * Returns the context object for the Card Editor design-time environment Contexts can be used to configure
3748
3835
  * Cards with information available in the host environment. Each entry in the list should contain design-time
@@ -3759,7 +3846,7 @@ declare module "sap/ui/integration/Host" {
3759
3846
  */
3760
3847
  getContexts(): Promise<object>;
3761
3848
  /**
3762
- * @SINCE 1.83
3849
+ * @since 1.83
3763
3850
  *
3764
3851
  * Resolves the value for a given path in the context of the host Contexts can be used to configure Cards
3765
3852
  * with information available in the host environment.
@@ -3780,7 +3867,7 @@ declare module "sap/ui/integration/Host" {
3780
3867
  sPath: string
3781
3868
  ): Promise<null>;
3782
3869
  /**
3783
- * @EXPERIMENTAL (since 1.97)
3870
+ * @experimental (since 1.97)
3784
3871
  *
3785
3872
  * Resolves the CSRF token and returns a Promise with its value.
3786
3873
  *
@@ -3810,7 +3897,7 @@ declare module "sap/ui/integration/Host" {
3810
3897
  oCard: Card
3811
3898
  ): Promise<string>;
3812
3899
  /**
3813
- * @SINCE 1.83
3900
+ * @since 1.83
3814
3901
  *
3815
3902
  * Returns the list of destinations for the Card Editor design-time environment List entries are objects
3816
3903
  * that contain at least the name. { "name": "DestinationName" }
@@ -3837,7 +3924,7 @@ declare module "sap/ui/integration/Host" {
3837
3924
  | ((p1: string, p2: Card) => string | Promise<string>)
3838
3925
  | undefined;
3839
3926
  /**
3840
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3927
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3841
3928
  * may be done before its official public release. Use at your own discretion.
3842
3929
  *
3843
3930
  * Sets a new value for property {@link #getActions actions}.
@@ -3874,11 +3961,10 @@ declare module "sap/ui/integration/Host" {
3874
3961
  fnResolveDestination?: (p1: string, p2: Card) => string | Promise<string>
3875
3962
  ): this;
3876
3963
  }
3877
- export default Host;
3878
3964
 
3879
3965
  export interface $HostSettings extends $ElementSettings {
3880
3966
  /**
3881
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3967
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3882
3968
  * may be done before its official public release. Use at your own discretion.
3883
3969
  *
3884
3970
  * The actions configuration.
@@ -3899,7 +3985,7 @@ declare module "sap/ui/integration/Host" {
3899
3985
  resolveDestination?: Function | PropertyBindingInfo | `{${string}}`;
3900
3986
 
3901
3987
  /**
3902
- * @EXPERIMENTAL (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3988
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3903
3989
  * be done before its official public release. Use at your own discretion.
3904
3990
  *
3905
3991
  * Fired when an action is triggered.
@@ -3908,37 +3994,43 @@ declare module "sap/ui/integration/Host" {
3908
3994
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3909
3995
  * one to handle the action by calling `oEvent.preventDefault()`.
3910
3996
  */
3911
- action?: (oEvent: Event<$HostActionEventParameters>) => void;
3997
+ action?: (oEvent: Host$ActionEvent) => void;
3912
3998
 
3913
3999
  /**
3914
- * @EXPERIMENTAL (since 1.96)
4000
+ * @experimental (since 1.96)
3915
4001
  *
3916
4002
  * Fired when some card configuration settings are changed as a result of user interaction. For example
3917
4003
  * - filter value is changed.
3918
4004
  */
3919
4005
  cardConfigurationChange?: (
3920
- oEvent: Event<$HostCardConfigurationChangeEventParameters>
4006
+ oEvent: Host$CardConfigurationChangeEvent
3921
4007
  ) => void;
3922
4008
 
3923
4009
  /**
3924
- * @EXPERIMENTAL (since 1.107)
4010
+ * @experimental (since 1.107)
3925
4011
  *
3926
4012
  * Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
3927
4013
  * the card, a filter is changed or data is refreshed.
3928
4014
  */
3929
- cardStateChanged?: (
3930
- oEvent: Event<$HostCardStateChangedEventParameters>
3931
- ) => void;
4015
+ cardStateChanged?: (oEvent: Host$CardStateChangedEvent) => void;
4016
+
4017
+ /**
4018
+ * @experimental (since 1.116)
4019
+ *
4020
+ * Fired when the card is initially ready for the first time. Will not be fired for consecutive refreshes
4021
+ * or data changes.
4022
+ */
4023
+ cardInitialized?: (oEvent: Host$CardInitializedEvent) => void;
3932
4024
 
3933
4025
  /**
3934
- * @EXPERIMENTAL (since 1.91)
4026
+ * @experimental (since 1.91)
3935
4027
  *
3936
4028
  * Fired when a message from channels like navigator.serviceWorker is received.
3937
4029
  */
3938
- message?: (oEvent: Event<$HostMessageEventParameters>) => void;
4030
+ message?: (oEvent: Host$MessageEvent) => void;
3939
4031
  }
3940
4032
 
3941
- export interface $HostActionEventParameters {
4033
+ export interface Host$ActionEventParameters {
3942
4034
  /**
3943
4035
  * The card the action is fired from.
3944
4036
  */
@@ -3965,7 +4057,9 @@ declare module "sap/ui/integration/Host" {
3965
4057
  type?: CardActionType | keyof typeof CardActionType;
3966
4058
  }
3967
4059
 
3968
- export interface $HostCardConfigurationChangeEventParameters {
4060
+ export type Host$ActionEvent = Event<Host$ActionEventParameters>;
4061
+
4062
+ export interface Host$CardConfigurationChangeEventParameters {
3969
4063
  /**
3970
4064
  * The card the changes are fired from.
3971
4065
  */
@@ -3986,22 +4080,37 @@ declare module "sap/ui/integration/Host" {
3986
4080
  changes?: object;
3987
4081
  }
3988
4082
 
3989
- export interface $HostCardStateChangedEventParameters {
4083
+ export type Host$CardConfigurationChangeEvent = Event<Host$CardConfigurationChangeEventParameters>;
4084
+
4085
+ export interface Host$CardInitializedEventParameters {
4086
+ /**
4087
+ * The card.
4088
+ */
4089
+ card?: Control;
4090
+ }
4091
+
4092
+ export type Host$CardInitializedEvent = Event<Host$CardInitializedEventParameters>;
4093
+
4094
+ export interface Host$CardStateChangedEventParameters {
3990
4095
  /**
3991
4096
  * The card the changes are fired from.
3992
4097
  */
3993
4098
  card?: Control;
3994
4099
  }
3995
4100
 
3996
- export interface $HostMessageEventParameters {
4101
+ export type Host$CardStateChangedEvent = Event<Host$CardStateChangedEventParameters>;
4102
+
4103
+ export interface Host$MessageEventParameters {
3997
4104
  data?: object;
3998
4105
  }
4106
+
4107
+ export type Host$MessageEvent = Event<Host$MessageEventParameters>;
3999
4108
  }
4000
4109
 
4001
4110
  declare namespace sap {
4002
4111
  namespace ui {
4003
4112
  /**
4004
- * @SINCE 1.62
4113
+ * @since 1.62
4005
4114
  *
4006
4115
  * SAPUI5 library with controls specialized for SAP Fiori apps.
4007
4116
  */
@@ -4011,8 +4120,8 @@ declare namespace sap {
4011
4120
  namespace propertyEditor {
4012
4121
  namespace iconEditor {
4013
4122
  /**
4014
- * @SINCE 1.81
4015
- * @EXPERIMENTAL - 1.81
4123
+ * @since 1.81
4124
+ * @experimental - 1.81
4016
4125
  *
4017
4126
  * Validates if the provided value belongs to the icon pool.
4018
4127
  */