@openui5/types 1.120.7 → 1.120.8

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.120.7
1
+ // For Library Version: 1.120.8
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -6,9 +6,9 @@ declare module "sap/ui/integration/library" {
6
6
  import { ButtonType } from "sap/m/library";
7
7
 
8
8
  /**
9
- * @since 1.96
10
- *
11
9
  * Defines the layout type of the List card attributes.
10
+ *
11
+ * @since 1.96
12
12
  */
13
13
  export enum AttributesLayoutType {
14
14
  /**
@@ -21,34 +21,34 @@ declare module "sap/ui/integration/library" {
21
21
  TwoColumns = "TwoColumns",
22
22
  }
23
23
  /**
24
+ * Enumeration of possible card action types.
25
+ *
24
26
  * @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
25
27
  * may be done before its official public release. Use at your own discretion.
26
- *
27
- * Enumeration of possible card action types.
28
28
  */
29
29
  export enum CardActionType {
30
30
  /**
31
- * @experimental (since 1.76)
32
- *
33
31
  * Used for custom actions.
32
+ *
33
+ * @experimental (since 1.76)
34
34
  */
35
35
  Custom = "Custom",
36
36
  /**
37
- * @experimental (since 1.87)
38
- *
39
37
  * Date selection. Available only for Calendar cards.
38
+ *
39
+ * @experimental (since 1.87)
40
40
  */
41
41
  DateChange = "DateChange",
42
42
  /**
43
- * @experimental (since 1.100)
44
- *
45
43
  * Used for hiding the appeared details about the card.
44
+ *
45
+ * @experimental (since 1.100)
46
46
  */
47
47
  HideCard = "HideCard",
48
48
  /**
49
- * @experimental (since 1.87)
50
- *
51
49
  * Month selection. Available only for Calendar cards.
50
+ *
51
+ * @experimental (since 1.87)
52
52
  */
53
53
  MonthChange = "MonthChange",
54
54
  /**
@@ -56,9 +56,9 @@ declare module "sap/ui/integration/library" {
56
56
  */
57
57
  Navigation = "Navigation",
58
58
  /**
59
- * @experimental (since 1.100)
60
- *
61
59
  * Used for showing more details about the card.
60
+ *
61
+ * @experimental (since 1.100)
62
62
  */
63
63
  ShowCard = "ShowCard",
64
64
  /**
@@ -67,9 +67,9 @@ declare module "sap/ui/integration/library" {
67
67
  Submit = "Submit",
68
68
  }
69
69
  /**
70
- * @since 1.86
71
- *
72
70
  * Defines the areas in a card.
71
+ *
72
+ * @since 1.86
73
73
  */
74
74
  export enum CardArea {
75
75
  /**
@@ -86,9 +86,9 @@ declare module "sap/ui/integration/library" {
86
86
  Header = "Header",
87
87
  }
88
88
  /**
89
- * @experimental (since 1.114)
90
- *
91
89
  * Card blocking message types.
90
+ *
91
+ * @experimental (since 1.114)
92
92
  */
93
93
  export enum CardBlockingMessageType {
94
94
  /**
@@ -105,10 +105,10 @@ declare module "sap/ui/integration/library" {
105
105
  NoData = "NoData",
106
106
  }
107
107
  /**
108
+ * Possible data modes for `{@link sap.ui.integration.widgets.Card}`.
109
+ *
108
110
  * @since 1.65
109
111
  * @experimental (since 1.65)
110
- *
111
- * Possible data modes for `{@link sap.ui.integration.widgets.Card}`.
112
112
  */
113
113
  export enum CardDataMode {
114
114
  /**
@@ -125,10 +125,10 @@ declare module "sap/ui/integration/library" {
125
125
  Inactive = "Inactive",
126
126
  }
127
127
  /**
128
+ * Possible designs for `{@link sap.ui.integration.widgets.Card}`.
129
+ *
128
130
  * @since 1.109
129
131
  * @experimental (since 1.109)
130
- *
131
- * Possible designs for `{@link sap.ui.integration.widgets.Card}`.
132
132
  */
133
133
  export enum CardDesign {
134
134
  /**
@@ -141,10 +141,10 @@ declare module "sap/ui/integration/library" {
141
141
  Transparent = "Transparent",
142
142
  }
143
143
  /**
144
+ * Possible variants for `{@link sap.ui.integration.widgets.Card}` rendering and behavior.
145
+ *
144
146
  * @since 1.118
145
147
  * @experimental (since 1.118) - For usage only by Work Zone.
146
- *
147
- * Possible variants for `{@link sap.ui.integration.widgets.Card}` rendering and behavior.
148
148
  */
149
149
  export enum CardDisplayVariant {
150
150
  /**
@@ -169,9 +169,9 @@ declare module "sap/ui/integration/library" {
169
169
  TileStandardWide = "TileStandardWide",
170
170
  }
171
171
  /**
172
- * @experimental (since 1.79)
173
- *
174
172
  * An object type that represents card menu action properties.
173
+ *
174
+ * @experimental (since 1.79)
175
175
  */
176
176
  export type CardMenuAction = {
177
177
  /**
@@ -213,11 +213,11 @@ declare module "sap/ui/integration/library" {
213
213
  };
214
214
 
215
215
  /**
216
- * @since 1.112
217
- * @experimental (since 1.112)
218
- *
219
216
  * Preview modes for `{@link sap.ui.integration.widgets.Card}`. Helpful in scenarios when the end user is
220
217
  * choosing or configuring a card.
218
+ *
219
+ * @since 1.112
220
+ * @experimental (since 1.112)
221
221
  */
222
222
  export enum CardPreviewMode {
223
223
  /**
@@ -251,12 +251,12 @@ declare module "sap/ui/integration/ActionDefinition" {
251
251
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
252
252
 
253
253
  /**
254
+ * Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
255
+ * in `Component` card and `Extension`.
256
+ *
254
257
  * @since 1.85
255
258
  * @experimental (since 1.85) - Disclaimer: this class is in a beta state - incompatible API changes may
256
259
  * be done before its official public release. Use at your own discretion.
257
- *
258
- * Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
259
- * in `Component` card and `Extension`.
260
260
  */
261
261
  export default class ActionDefinition extends UI5Element {
262
262
  /**
@@ -296,6 +296,7 @@ declare module "sap/ui/integration/ActionDefinition" {
296
296
  *
297
297
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
298
298
  *
299
+ *
299
300
  * @returns Created class / constructor function
300
301
  */
301
302
  static extend<T extends Record<string, unknown>>(
@@ -316,6 +317,7 @@ declare module "sap/ui/integration/ActionDefinition" {
316
317
  /**
317
318
  * Returns a metadata object for class sap.ui.integration.ActionDefinition.
318
319
  *
320
+ *
319
321
  * @returns Metadata object describing this class
320
322
  */
321
323
  static getMetadata(): ElementMetadata;
@@ -327,6 +329,7 @@ declare module "sap/ui/integration/ActionDefinition" {
327
329
  *
328
330
  * Fired when the action button is pressed.
329
331
  *
332
+ *
330
333
  * @returns Reference to `this` in order to allow method chaining
331
334
  */
332
335
  attachPress(
@@ -353,6 +356,7 @@ declare module "sap/ui/integration/ActionDefinition" {
353
356
  *
354
357
  * Fired when the action button is pressed.
355
358
  *
359
+ *
356
360
  * @returns Reference to `this` in order to allow method chaining
357
361
  */
358
362
  attachPress(
@@ -371,6 +375,7 @@ declare module "sap/ui/integration/ActionDefinition" {
371
375
  *
372
376
  * The passed function and listener object must match the ones used for event registration.
373
377
  *
378
+ *
374
379
  * @returns Reference to `this` in order to allow method chaining
375
380
  */
376
381
  detachPress(
@@ -384,10 +389,10 @@ declare module "sap/ui/integration/ActionDefinition" {
384
389
  oListener?: object
385
390
  ): this;
386
391
  /**
387
- * @ui5-protected Do not call from applications (only from related classes in the framework)
388
- *
389
392
  * Fires event {@link #event:press press} to attached listeners.
390
393
  *
394
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
395
+ *
391
396
  * @returns Reference to `this` in order to allow method chaining
392
397
  */
393
398
  firePress(
@@ -403,6 +408,7 @@ declare module "sap/ui/integration/ActionDefinition" {
403
408
  *
404
409
  * Default value is `Transparent`.
405
410
  *
411
+ *
406
412
  * @returns Value of property `buttonType`
407
413
  */
408
414
  getButtonType(): ButtonType | keyof typeof ButtonType;
@@ -414,6 +420,7 @@ declare module "sap/ui/integration/ActionDefinition" {
414
420
  *
415
421
  * Default value is `true`.
416
422
  *
423
+ *
417
424
  * @returns Value of property `enabled`
418
425
  */
419
426
  getEnabled(): boolean;
@@ -422,6 +429,7 @@ declare module "sap/ui/integration/ActionDefinition" {
422
429
  *
423
430
  * The icon of the action button.
424
431
  *
432
+ *
425
433
  * @returns Value of property `icon`
426
434
  */
427
435
  getIcon(): URI;
@@ -430,6 +438,7 @@ declare module "sap/ui/integration/ActionDefinition" {
430
438
  *
431
439
  * The parameters of the action.
432
440
  *
441
+ *
433
442
  * @returns Value of property `parameters`
434
443
  */
435
444
  getParameters(): object;
@@ -440,6 +449,7 @@ declare module "sap/ui/integration/ActionDefinition" {
440
449
  *
441
450
  * Default value is `empty string`.
442
451
  *
452
+ *
443
453
  * @returns Value of property `text`
444
454
  */
445
455
  getText(): string;
@@ -448,6 +458,7 @@ declare module "sap/ui/integration/ActionDefinition" {
448
458
  *
449
459
  * The type of the action.
450
460
  *
461
+ *
451
462
  * @returns Value of property `type`
452
463
  */
453
464
  getType(): CardActionType | keyof typeof CardActionType;
@@ -458,6 +469,7 @@ declare module "sap/ui/integration/ActionDefinition" {
458
469
  *
459
470
  * Default value is `true`.
460
471
  *
472
+ *
461
473
  * @returns Value of property `visible`
462
474
  */
463
475
  getVisible(): boolean;
@@ -470,6 +482,7 @@ declare module "sap/ui/integration/ActionDefinition" {
470
482
  *
471
483
  * Default value is `Transparent`.
472
484
  *
485
+ *
473
486
  * @returns Reference to `this` in order to allow method chaining
474
487
  */
475
488
  setButtonType(
@@ -488,6 +501,7 @@ declare module "sap/ui/integration/ActionDefinition" {
488
501
  *
489
502
  * Default value is `true`.
490
503
  *
504
+ *
491
505
  * @returns Reference to `this` in order to allow method chaining
492
506
  */
493
507
  setEnabled(
@@ -503,6 +517,7 @@ declare module "sap/ui/integration/ActionDefinition" {
503
517
  *
504
518
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
505
519
  *
520
+ *
506
521
  * @returns Reference to `this` in order to allow method chaining
507
522
  */
508
523
  setIcon(
@@ -518,6 +533,7 @@ declare module "sap/ui/integration/ActionDefinition" {
518
533
  *
519
534
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
520
535
  *
536
+ *
521
537
  * @returns Reference to `this` in order to allow method chaining
522
538
  */
523
539
  setParameters(
@@ -535,6 +551,7 @@ declare module "sap/ui/integration/ActionDefinition" {
535
551
  *
536
552
  * Default value is `empty string`.
537
553
  *
554
+ *
538
555
  * @returns Reference to `this` in order to allow method chaining
539
556
  */
540
557
  setText(
@@ -550,6 +567,7 @@ declare module "sap/ui/integration/ActionDefinition" {
550
567
  *
551
568
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
552
569
  *
570
+ *
553
571
  * @returns Reference to `this` in order to allow method chaining
554
572
  */
555
573
  setType(
@@ -567,6 +585,7 @@ declare module "sap/ui/integration/ActionDefinition" {
567
585
  *
568
586
  * Default value is `true`.
569
587
  *
588
+ *
570
589
  * @returns Reference to `this` in order to allow method chaining
571
590
  */
572
591
  setVisible(
@@ -669,9 +688,9 @@ declare module "sap/ui/integration/widgets/Card" {
669
688
  } from "sap/ui/base/ManagedObject";
670
689
 
671
690
  /**
672
- * @experimental (since 1.114)
673
- *
674
691
  * Settings for blocking message that ocurred in a {@link sap.ui.integration.widgets.Card}
692
+ *
693
+ * @experimental (since 1.114)
675
694
  */
676
695
  export type BlockingMessageSettings = {
677
696
  /**
@@ -703,8 +722,6 @@ declare module "sap/ui/integration/widgets/Card" {
703
722
  };
704
723
 
705
724
  /**
706
- * @since 1.62
707
- *
708
725
  * A control that represents a container with a header and content.
709
726
  *
710
727
  * Overview: Cards are small user interface elements which provide the most important information from an
@@ -742,6 +759,8 @@ declare module "sap/ui/integration/widgets/Card" {
742
759
  *
743
760
  * - When you have to use an application model. For such cases, use: {@link sap.f.Card sap.f.Card}.
744
761
  * - When you need complex behavior. For such cases, use: {@link sap.f.Card sap.f.Card}.
762
+ *
763
+ * @since 1.62
745
764
  */
746
765
  export default class Card extends CardBase {
747
766
  /**
@@ -785,6 +804,7 @@ declare module "sap/ui/integration/widgets/Card" {
785
804
  *
786
805
  * `oClassInfo` might contain the same kind of information as described in {@link sap.f.CardBase.extend}.
787
806
  *
807
+ *
788
808
  * @returns Created class / constructor function
789
809
  */
790
810
  static extend<T extends Record<string, unknown>>(
@@ -805,16 +825,17 @@ declare module "sap/ui/integration/widgets/Card" {
805
825
  /**
806
826
  * Returns a metadata object for class sap.ui.integration.widgets.Card.
807
827
  *
828
+ *
808
829
  * @returns Metadata object describing this class
809
830
  */
810
831
  static getMetadata(): ElementMetadata;
811
832
  /**
833
+ * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
834
+ *
812
835
  * @since 1.85
813
836
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
814
837
  * may be done before its official public release. Use at your own discretion.
815
838
  *
816
- * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
817
- *
818
839
  * @returns Reference to `this` in order to allow method chaining
819
840
  */
820
841
  addActionDefinition(
@@ -824,9 +845,6 @@ declare module "sap/ui/integration/widgets/Card" {
824
845
  oActionDefinition: ActionDefinition
825
846
  ): this;
826
847
  /**
827
- * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
828
- * be done before its official public release. Use at your own discretion.
829
- *
830
848
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
831
849
  *
832
850
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -838,6 +856,9 @@ declare module "sap/ui/integration/widgets/Card" {
838
856
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
839
857
  * one to handle the action by calling `oEvent.preventDefault()`.
840
858
  *
859
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
860
+ * be done before its official public release. Use at your own discretion.
861
+ *
841
862
  * @returns Reference to `this` in order to allow method chaining
842
863
  */
843
864
  attachAction(
@@ -856,9 +877,6 @@ declare module "sap/ui/integration/widgets/Card" {
856
877
  oListener?: object
857
878
  ): this;
858
879
  /**
859
- * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
860
- * be done before its official public release. Use at your own discretion.
861
- *
862
880
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
863
881
  *
864
882
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -870,6 +888,9 @@ declare module "sap/ui/integration/widgets/Card" {
870
888
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
871
889
  * one to handle the action by calling `oEvent.preventDefault()`.
872
890
  *
891
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
892
+ * be done before its official public release. Use at your own discretion.
893
+ *
873
894
  * @returns Reference to `this` in order to allow method chaining
874
895
  */
875
896
  attachAction(
@@ -883,8 +904,6 @@ declare module "sap/ui/integration/widgets/Card" {
883
904
  oListener?: object
884
905
  ): this;
885
906
  /**
886
- * @experimental (since 1.96)
887
- *
888
907
  * Attaches event handler `fnFunction` to the {@link #event:configurationChange configurationChange} event
889
908
  * of this `sap.ui.integration.widgets.Card`.
890
909
  *
@@ -894,6 +913,8 @@ declare module "sap/ui/integration/widgets/Card" {
894
913
  * Fired when some configuration settings are changed as a result of user interaction. For example - filter
895
914
  * value is changed.
896
915
  *
916
+ * @experimental (since 1.96)
917
+ *
897
918
  * @returns Reference to `this` in order to allow method chaining
898
919
  */
899
920
  attachConfigurationChange(
@@ -912,8 +933,6 @@ declare module "sap/ui/integration/widgets/Card" {
912
933
  oListener?: object
913
934
  ): this;
914
935
  /**
915
- * @experimental (since 1.96)
916
- *
917
936
  * Attaches event handler `fnFunction` to the {@link #event:configurationChange configurationChange} event
918
937
  * of this `sap.ui.integration.widgets.Card`.
919
938
  *
@@ -923,6 +942,8 @@ declare module "sap/ui/integration/widgets/Card" {
923
942
  * Fired when some configuration settings are changed as a result of user interaction. For example - filter
924
943
  * value is changed.
925
944
  *
945
+ * @experimental (since 1.96)
946
+ *
926
947
  * @returns Reference to `this` in order to allow method chaining
927
948
  */
928
949
  attachConfigurationChange(
@@ -947,6 +968,7 @@ declare module "sap/ui/integration/widgets/Card" {
947
968
  *
948
969
  * Note: The card's content may not be available yet because it may depend on other resources to load.
949
970
  *
971
+ *
950
972
  * @returns Reference to `this` in order to allow method chaining
951
973
  */
952
974
  attachManifestApplied(
@@ -976,6 +998,7 @@ declare module "sap/ui/integration/widgets/Card" {
976
998
  *
977
999
  * Note: The card's content may not be available yet because it may depend on other resources to load.
978
1000
  *
1001
+ *
979
1002
  * @returns Reference to `this` in order to allow method chaining
980
1003
  */
981
1004
  attachManifestApplied(
@@ -989,8 +1012,6 @@ declare module "sap/ui/integration/widgets/Card" {
989
1012
  oListener?: object
990
1013
  ): this;
991
1014
  /**
992
- * @experimental (since 1.72)
993
- *
994
1015
  * Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
995
1016
  *
996
1017
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -998,6 +1019,8 @@ declare module "sap/ui/integration/widgets/Card" {
998
1019
  *
999
1020
  * Fired when the manifest is loaded.
1000
1021
  *
1022
+ * @experimental (since 1.72)
1023
+ *
1001
1024
  * @returns Reference to `this` in order to allow method chaining
1002
1025
  */
1003
1026
  attachManifestReady(
@@ -1016,8 +1039,6 @@ declare module "sap/ui/integration/widgets/Card" {
1016
1039
  oListener?: object
1017
1040
  ): this;
1018
1041
  /**
1019
- * @experimental (since 1.72)
1020
- *
1021
1042
  * Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
1022
1043
  *
1023
1044
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -1025,6 +1046,8 @@ declare module "sap/ui/integration/widgets/Card" {
1025
1046
  *
1026
1047
  * Fired when the manifest is loaded.
1027
1048
  *
1049
+ * @experimental (since 1.72)
1050
+ *
1028
1051
  * @returns Reference to `this` in order to allow method chaining
1029
1052
  */
1030
1053
  attachManifestReady(
@@ -1038,8 +1061,6 @@ declare module "sap/ui/integration/widgets/Card" {
1038
1061
  oListener?: object
1039
1062
  ): this;
1040
1063
  /**
1041
- * @experimental (since 1.107)
1042
- *
1043
1064
  * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
1044
1065
  *
1045
1066
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -1048,6 +1069,8 @@ declare module "sap/ui/integration/widgets/Card" {
1048
1069
  * Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
1049
1070
  * filter is changed or data is refreshed.
1050
1071
  *
1072
+ * @experimental (since 1.107)
1073
+ *
1051
1074
  * @returns Reference to `this` in order to allow method chaining
1052
1075
  */
1053
1076
  attachStateChanged(
@@ -1066,8 +1089,6 @@ declare module "sap/ui/integration/widgets/Card" {
1066
1089
  oListener?: object
1067
1090
  ): this;
1068
1091
  /**
1069
- * @experimental (since 1.107)
1070
- *
1071
1092
  * Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
1072
1093
  *
1073
1094
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -1076,6 +1097,8 @@ declare module "sap/ui/integration/widgets/Card" {
1076
1097
  * Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
1077
1098
  * filter is changed or data is refreshed.
1078
1099
  *
1100
+ * @experimental (since 1.107)
1101
+ *
1079
1102
  * @returns Reference to `this` in order to allow method chaining
1080
1103
  */
1081
1104
  attachStateChanged(
@@ -1089,23 +1112,23 @@ declare module "sap/ui/integration/widgets/Card" {
1089
1112
  oListener?: object
1090
1113
  ): this;
1091
1114
  /**
1115
+ * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
1116
+ *
1092
1117
  * @since 1.85
1093
1118
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1094
1119
  * may be done before its official public release. Use at your own discretion.
1095
1120
  *
1096
- * Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
1097
- *
1098
1121
  * @returns Reference to `this` in order to allow method chaining
1099
1122
  */
1100
1123
  destroyActionDefinitions(): this;
1101
1124
  /**
1102
- * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1103
- * be done before its official public release. Use at your own discretion.
1104
- *
1105
1125
  * Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
1106
1126
  *
1107
1127
  * The passed function and listener object must match the ones used for event registration.
1108
1128
  *
1129
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1130
+ * be done before its official public release. Use at your own discretion.
1131
+ *
1109
1132
  * @returns Reference to `this` in order to allow method chaining
1110
1133
  */
1111
1134
  detachAction(
@@ -1119,13 +1142,13 @@ declare module "sap/ui/integration/widgets/Card" {
1119
1142
  oListener?: object
1120
1143
  ): this;
1121
1144
  /**
1122
- * @experimental (since 1.96)
1123
- *
1124
1145
  * Detaches event handler `fnFunction` from the {@link #event:configurationChange configurationChange} event
1125
1146
  * of this `sap.ui.integration.widgets.Card`.
1126
1147
  *
1127
1148
  * The passed function and listener object must match the ones used for event registration.
1128
1149
  *
1150
+ * @experimental (since 1.96)
1151
+ *
1129
1152
  * @returns Reference to `this` in order to allow method chaining
1130
1153
  */
1131
1154
  detachConfigurationChange(
@@ -1144,6 +1167,7 @@ declare module "sap/ui/integration/widgets/Card" {
1144
1167
  *
1145
1168
  * The passed function and listener object must match the ones used for event registration.
1146
1169
  *
1170
+ *
1147
1171
  * @returns Reference to `this` in order to allow method chaining
1148
1172
  */
1149
1173
  detachManifestApplied(
@@ -1157,13 +1181,13 @@ declare module "sap/ui/integration/widgets/Card" {
1157
1181
  oListener?: object
1158
1182
  ): this;
1159
1183
  /**
1160
- * @experimental (since 1.72)
1161
- *
1162
1184
  * Detaches event handler `fnFunction` from the {@link #event:manifestReady manifestReady} event of this
1163
1185
  * `sap.ui.integration.widgets.Card`.
1164
1186
  *
1165
1187
  * The passed function and listener object must match the ones used for event registration.
1166
1188
  *
1189
+ * @experimental (since 1.72)
1190
+ *
1167
1191
  * @returns Reference to `this` in order to allow method chaining
1168
1192
  */
1169
1193
  detachManifestReady(
@@ -1177,12 +1201,12 @@ declare module "sap/ui/integration/widgets/Card" {
1177
1201
  oListener?: object
1178
1202
  ): this;
1179
1203
  /**
1180
- * @experimental (since 1.107)
1181
- *
1182
1204
  * Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
1183
1205
  *
1184
1206
  * The passed function and listener object must match the ones used for event registration.
1185
1207
  *
1208
+ * @experimental (since 1.107)
1209
+ *
1186
1210
  * @returns Reference to `this` in order to allow method chaining
1187
1211
  */
1188
1212
  detachStateChanged(
@@ -1196,15 +1220,15 @@ declare module "sap/ui/integration/widgets/Card" {
1196
1220
  oListener?: object
1197
1221
  ): this;
1198
1222
  /**
1199
- * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1200
- * be done before its official public release. Use at your own discretion.
1201
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1202
- *
1203
1223
  * Fires event {@link #event:action action} to attached listeners.
1204
1224
  *
1205
1225
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
1206
1226
  * event object. The return value of this method indicates whether the default action should be executed.
1207
1227
  *
1228
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
1229
+ * be done before its official public release. Use at your own discretion.
1230
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1231
+ *
1208
1232
  * @returns Whether or not to prevent the default action
1209
1233
  */
1210
1234
  fireAction(
@@ -1214,11 +1238,11 @@ declare module "sap/ui/integration/widgets/Card" {
1214
1238
  mParameters?: Card$ActionEventParameters
1215
1239
  ): boolean;
1216
1240
  /**
1241
+ * Fires event {@link #event:configurationChange configurationChange} to attached listeners.
1242
+ *
1217
1243
  * @experimental (since 1.96)
1218
1244
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1219
1245
  *
1220
- * Fires event {@link #event:configurationChange configurationChange} to attached listeners.
1221
- *
1222
1246
  * @returns Reference to `this` in order to allow method chaining
1223
1247
  */
1224
1248
  fireConfigurationChange(
@@ -1228,10 +1252,10 @@ declare module "sap/ui/integration/widgets/Card" {
1228
1252
  mParameters?: Card$ConfigurationChangeEventParameters
1229
1253
  ): this;
1230
1254
  /**
1231
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1232
- *
1233
1255
  * Fires event {@link #event:manifestApplied manifestApplied} to attached listeners.
1234
1256
  *
1257
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1258
+ *
1235
1259
  * @returns Reference to `this` in order to allow method chaining
1236
1260
  */
1237
1261
  fireManifestApplied(
@@ -1241,11 +1265,11 @@ declare module "sap/ui/integration/widgets/Card" {
1241
1265
  mParameters?: object
1242
1266
  ): this;
1243
1267
  /**
1268
+ * Fires event {@link #event:manifestReady manifestReady} to attached listeners.
1269
+ *
1244
1270
  * @experimental (since 1.72)
1245
1271
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1246
1272
  *
1247
- * Fires event {@link #event:manifestReady manifestReady} to attached listeners.
1248
- *
1249
1273
  * @returns Reference to `this` in order to allow method chaining
1250
1274
  */
1251
1275
  fireManifestReady(
@@ -1255,11 +1279,11 @@ declare module "sap/ui/integration/widgets/Card" {
1255
1279
  mParameters?: object
1256
1280
  ): this;
1257
1281
  /**
1282
+ * Fires event {@link #event:stateChanged stateChanged} to attached listeners.
1283
+ *
1258
1284
  * @experimental (since 1.107)
1259
1285
  * @ui5-protected Do not call from applications (only from related classes in the framework)
1260
1286
  *
1261
- * Fires event {@link #event:stateChanged stateChanged} to attached listeners.
1262
- *
1263
1287
  * @returns Reference to `this` in order to allow method chaining
1264
1288
  */
1265
1289
  fireStateChanged(
@@ -1269,39 +1293,37 @@ declare module "sap/ui/integration/widgets/Card" {
1269
1293
  mParameters?: object
1270
1294
  ): this;
1271
1295
  /**
1272
- * @since 1.85
1273
- * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1274
- * may be done before its official public release. Use at your own discretion.
1275
- *
1276
1296
  * Gets content of aggregation {@link #getActionDefinitions actionDefinitions}.
1277
1297
  *
1278
1298
  * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
1279
1299
  * is destroyed when the property `manifest` changes.
1300
+ *
1301
+ * @since 1.85
1302
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1303
+ * may be done before its official public release. Use at your own discretion.
1280
1304
  */
1281
1305
  getActionDefinitions(): ActionDefinition[];
1282
1306
  /**
1283
- * @since 1.70
1284
- * @experimental (since 1.70)
1285
- *
1286
1307
  * Gets current value of property {@link #getBaseUrl baseUrl}.
1287
1308
  *
1288
1309
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1289
1310
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1290
1311
  *
1312
+ * @since 1.70
1313
+ * @experimental (since 1.70)
1314
+ *
1291
1315
  * @returns Value of property `baseUrl`
1292
1316
  */
1293
1317
  getBaseUrl(): URI;
1294
1318
  /**
1295
- * @experimental (since 1.114)
1296
- *
1297
1319
  * Get information about the blocking message in the card.
1298
1320
  *
1321
+ * @experimental (since 1.114)
1322
+ *
1299
1323
  * @returns Information about the message or `null`, if such isn't shown.
1300
1324
  */
1301
1325
  getBlockingMessage(): BlockingMessageSettings | null;
1302
1326
  /**
1303
- * @experimental (since 1.77)
1304
- *
1305
1327
  * Gets values of manifest parameters combined with the parameters from `parameters` property.
1306
1328
  *
1307
1329
  * **Notes**
@@ -1310,53 +1332,55 @@ declare module "sap/ui/integration/widgets/Card" {
1310
1332
  *
1311
1333
  * - Use when developing a Component card.
1312
1334
  *
1335
+ * @experimental (since 1.77)
1336
+ *
1313
1337
  * @returns Object containing parameters in format `{parameterKey: parameterValue}`.
1314
1338
  */
1315
1339
  getCombinedParameters(): Record<string, any>;
1316
1340
  /**
1317
- * @since 1.65
1318
- * @experimental (since 1.65)
1319
- *
1320
1341
  * Gets current value of property {@link #getDataMode dataMode}.
1321
1342
  *
1322
1343
  * Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
1323
1344
  *
1324
1345
  * Default value is `Auto`.
1325
1346
  *
1347
+ * @since 1.65
1348
+ * @experimental (since 1.65)
1349
+ *
1326
1350
  * @returns Value of property `dataMode`
1327
1351
  */
1328
1352
  getDataMode(): CardDataMode | keyof typeof CardDataMode;
1329
1353
  /**
1330
- * @since 1.109
1331
- * @experimental (since 1.109)
1332
- *
1333
1354
  * Gets current value of property {@link #getDesign design}.
1334
1355
  *
1335
1356
  * Defines the design of the `Card`.
1336
1357
  *
1337
1358
  * Default value is `Solid`.
1338
1359
  *
1360
+ * @since 1.109
1361
+ * @experimental (since 1.109)
1362
+ *
1339
1363
  * @returns Value of property `design`
1340
1364
  */
1341
1365
  getDesign(): CardDesign | keyof typeof CardDesign;
1342
1366
  /**
1343
- * @since 1.118
1344
- * @experimental (since 1.118) - For usage only by Work Zone.
1345
- *
1346
1367
  * Gets current value of property {@link #getDisplayVariant displayVariant}.
1347
1368
  *
1348
1369
  * Defines the display variant for card rendering and behavior.
1349
1370
  *
1350
1371
  * Default value is `Standard`.
1351
1372
  *
1373
+ * @since 1.118
1374
+ * @experimental (since 1.118) - For usage only by Work Zone.
1375
+ *
1352
1376
  * @returns Value of property `displayVariant`
1353
1377
  */
1354
1378
  getDisplayVariant(): CardDisplayVariant | keyof typeof CardDisplayVariant;
1355
1379
  /**
1356
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1357
- *
1358
1380
  * Returns the DOM Element that should get the focus.
1359
1381
  *
1382
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1383
+ *
1360
1384
  * @returns Returns the DOM Element that should get the focus
1361
1385
  */
1362
1386
  getFocusDomRef(): Element;
@@ -1365,24 +1389,21 @@ declare module "sap/ui/integration/widgets/Card" {
1365
1389
  */
1366
1390
  getHost(): ID;
1367
1391
  /**
1368
- * @experimental (since 1.77)
1369
- *
1370
1392
  * Gets the instance of the `host` association.
1371
1393
  *
1394
+ * @experimental (since 1.77)
1395
+ *
1372
1396
  * @returns The host object associated with this card.
1373
1397
  */
1374
1398
  getHostInstance(): Host;
1375
1399
  /**
1376
1400
  * Overwrites getter for card manifest.
1377
1401
  *
1402
+ *
1378
1403
  * @returns Cloned of the parameters.
1379
1404
  */
1380
1405
  getManifest(): string | Object;
1381
1406
  /**
1382
- * @since 1.76
1383
- * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1384
- * is implemented.
1385
- *
1386
1407
  * Gets current value of property {@link #getManifestChanges manifestChanges}.
1387
1408
  *
1388
1409
  * Defines a list of configuration settings, which will be merged into the original manifest.
@@ -1422,16 +1443,20 @@ declare module "sap/ui/integration/widgets/Card" {
1422
1443
  * ```
1423
1444
  *
1424
1445
  *
1446
+ * @since 1.76
1447
+ * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1448
+ * is implemented.
1449
+ *
1425
1450
  * @returns Value of property `manifestChanges`
1426
1451
  */
1427
1452
  getManifestChanges(): object[];
1428
1453
  /**
1429
- * @experimental (since 1.77)
1430
- *
1431
1454
  * Returns a value from the Manifest based on the specified path.
1432
1455
  *
1433
1456
  * **Note** Use this method when the manifest is ready. Check `manifestReady` event.
1434
1457
  *
1458
+ * @experimental (since 1.77)
1459
+ *
1435
1460
  * @returns The value at the specified path.
1436
1461
  */
1437
1462
  getManifestEntry(
@@ -1441,9 +1466,6 @@ declare module "sap/ui/integration/widgets/Card" {
1441
1466
  sPath: string
1442
1467
  ): any;
1443
1468
  /**
1444
- * @since 1.112
1445
- * @experimental (since 1.112)
1446
- *
1447
1469
  * Gets current value of property {@link #getPreviewMode previewMode}.
1448
1470
  *
1449
1471
  * Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
@@ -1455,6 +1477,9 @@ declare module "sap/ui/integration/widgets/Card" {
1455
1477
  *
1456
1478
  * Default value is `Off`.
1457
1479
  *
1480
+ * @since 1.112
1481
+ * @experimental (since 1.112)
1482
+ *
1458
1483
  * @returns Value of property `previewMode`
1459
1484
  */
1460
1485
  getPreviewMode(): CardPreviewMode | keyof typeof CardPreviewMode;
@@ -1466,16 +1491,17 @@ declare module "sap/ui/integration/widgets/Card" {
1466
1491
  *
1467
1492
  * Default value is `empty string`.
1468
1493
  *
1494
+ *
1469
1495
  * @returns Value of property `referenceId`
1470
1496
  */
1471
1497
  getReferenceId(): string;
1472
1498
  /**
1473
- * @experimental (since 1.83) - The API might change.
1474
- *
1475
1499
  * Gets translated text from the i18n properties files configured for this card.
1476
1500
  *
1477
1501
  * For more details see {@link module:sap/base/i18n/ResourceBundle#getText}.
1478
1502
  *
1503
+ * @experimental (since 1.83) - The API might change.
1504
+ *
1479
1505
  * @returns The value belonging to the key, if found; otherwise the key itself or `undefined` depending
1480
1506
  * on `bIgnoreKeyFallback`.
1481
1507
  */
@@ -1498,9 +1524,9 @@ declare module "sap/ui/integration/widgets/Card" {
1498
1524
  bIgnoreKeyFallback?: boolean
1499
1525
  ): string;
1500
1526
  /**
1501
- * @experimental (since 1.114)
1502
- *
1503
1527
  * Hide the blocking message that is shown in the card by `showBlockingMessage` call.
1528
+ *
1529
+ * @experimental (since 1.114)
1504
1530
  */
1505
1531
  hideBlockingMessage(): void;
1506
1532
  /**
@@ -1514,19 +1540,19 @@ declare module "sap/ui/integration/widgets/Card" {
1514
1540
  eCardArea?: CardArea | keyof typeof CardArea
1515
1541
  ): void;
1516
1542
  /**
1517
- * @experimental (since 1.117)
1518
- *
1519
1543
  * Hides the message previously shown by showMessage.
1544
+ *
1545
+ * @experimental (since 1.117)
1520
1546
  */
1521
1547
  hideMessage(): void;
1522
1548
  /**
1549
+ * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
1550
+ * and returns its index if found or -1 otherwise.
1551
+ *
1523
1552
  * @since 1.85
1524
1553
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1525
1554
  * may be done before its official public release. Use at your own discretion.
1526
1555
  *
1527
- * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
1528
- * and returns its index if found or -1 otherwise.
1529
- *
1530
1556
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
1531
1557
  */
1532
1558
  indexOfActionDefinition(
@@ -1536,12 +1562,12 @@ declare module "sap/ui/integration/widgets/Card" {
1536
1562
  oActionDefinition: ActionDefinition
1537
1563
  ): int;
1538
1564
  /**
1565
+ * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
1566
+ *
1539
1567
  * @since 1.85
1540
1568
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1541
1569
  * may be done before its official public release. Use at your own discretion.
1542
1570
  *
1543
- * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
1544
- *
1545
1571
  * @returns Reference to `this` in order to allow method chaining
1546
1572
  */
1547
1573
  insertActionDefinition(
@@ -1559,13 +1585,10 @@ declare module "sap/ui/integration/widgets/Card" {
1559
1585
  /**
1560
1586
  * @experimental (since 1.65) - The API might change.
1561
1587
  *
1562
- *
1563
1588
  * @returns If the card is ready or not.
1564
1589
  */
1565
1590
  isReady(): boolean;
1566
1591
  /**
1567
- * @experimental (since 1.73)
1568
- *
1569
1592
  * Loads the module designtime/Card.designtime or the module given in "sap.card": { "designtime": "designtime/Own.designtime"
1570
1593
  * } This file should contain the designtime configuration for the card.
1571
1594
  *
@@ -1573,28 +1596,30 @@ declare module "sap/ui/integration/widgets/Card" {
1573
1596
  * the complete manifest json } The promise is rejected if the module cannot be loaded with an object: {
1574
1597
  * error: "Card.designtime not found" }
1575
1598
  *
1599
+ * @experimental (since 1.73)
1600
+ *
1576
1601
  * @returns Promise resolves after the designtime configuration is loaded.
1577
1602
  */
1578
1603
  loadDesigntime(): Promise<object>;
1579
1604
  /**
1580
- * @experimental (since 1.65) - The API might change.
1581
- *
1582
1605
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
1606
+ *
1607
+ * @experimental (since 1.65) - The API might change.
1583
1608
  */
1584
1609
  refresh(): void;
1585
1610
  /**
1586
- * @since 1.95
1587
- *
1588
1611
  * Refreshes the card data by triggering all data requests.
1612
+ *
1613
+ * @since 1.95
1589
1614
  */
1590
1615
  refreshData(): void;
1591
1616
  /**
1617
+ * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
1618
+ *
1592
1619
  * @since 1.85
1593
1620
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1594
1621
  * may be done before its official public release. Use at your own discretion.
1595
1622
  *
1596
- * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
1597
- *
1598
1623
  * @returns The removed actionDefinition or `null`
1599
1624
  */
1600
1625
  removeActionDefinition(
@@ -1604,22 +1629,22 @@ declare module "sap/ui/integration/widgets/Card" {
1604
1629
  vActionDefinition: int | string | ActionDefinition
1605
1630
  ): ActionDefinition | null;
1606
1631
  /**
1607
- * @since 1.85
1608
- * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1609
- * may be done before its official public release. Use at your own discretion.
1610
- *
1611
1632
  * Removes all the controls from the aggregation {@link #getActionDefinitions actionDefinitions}.
1612
1633
  *
1613
1634
  * Additionally, it unregisters them from the hosting UIArea.
1614
1635
  *
1636
+ * @since 1.85
1637
+ * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1638
+ * may be done before its official public release. Use at your own discretion.
1639
+ *
1615
1640
  * @returns An array of the removed elements (might be empty)
1616
1641
  */
1617
1642
  removeAllActionDefinitions(): ActionDefinition[];
1618
1643
  /**
1619
- * @experimental (since 1.79)
1620
- *
1621
1644
  * Performs an HTTP request using the given configuration.
1622
1645
  *
1646
+ * @experimental (since 1.79)
1647
+ *
1623
1648
  * @returns Resolves when the request is successful, rejects otherwise.
1624
1649
  */
1625
1650
  request(
@@ -1661,6 +1686,7 @@ declare module "sap/ui/integration/widgets/Card" {
1661
1686
  /**
1662
1687
  * Resolves the destination and returns its URL.
1663
1688
  *
1689
+ *
1664
1690
  * @returns A promise which resolves with the URL of the destination.
1665
1691
  */
1666
1692
  resolveDestination(
@@ -1670,9 +1696,6 @@ declare module "sap/ui/integration/widgets/Card" {
1670
1696
  sKey: string
1671
1697
  ): Promise<string>;
1672
1698
  /**
1673
- * @since 1.70
1674
- * @experimental (since 1.70)
1675
- *
1676
1699
  * Sets a new value for property {@link #getBaseUrl baseUrl}.
1677
1700
  *
1678
1701
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
@@ -1680,6 +1703,9 @@ declare module "sap/ui/integration/widgets/Card" {
1680
1703
  *
1681
1704
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1682
1705
  *
1706
+ * @since 1.70
1707
+ * @experimental (since 1.70)
1708
+ *
1683
1709
  * @returns Reference to `this` in order to allow method chaining
1684
1710
  */
1685
1711
  setBaseUrl(
@@ -1689,11 +1715,11 @@ declare module "sap/ui/integration/widgets/Card" {
1689
1715
  sBaseUrl?: URI
1690
1716
  ): this;
1691
1717
  /**
1718
+ * Sets a new value for the `dataMode` property.
1719
+ *
1692
1720
  * @since 1.65
1693
1721
  * @experimental (since 1.65) - API might change.
1694
1722
  *
1695
- * Sets a new value for the `dataMode` property.
1696
- *
1697
1723
  * @returns Pointer to the control instance to allow method chaining.
1698
1724
  */
1699
1725
  setDataMode(
@@ -1703,9 +1729,6 @@ declare module "sap/ui/integration/widgets/Card" {
1703
1729
  sMode: CardDataMode | keyof typeof CardDataMode
1704
1730
  ): this;
1705
1731
  /**
1706
- * @since 1.109
1707
- * @experimental (since 1.109)
1708
- *
1709
1732
  * Sets a new value for property {@link #getDesign design}.
1710
1733
  *
1711
1734
  * Defines the design of the `Card`.
@@ -1714,6 +1737,9 @@ declare module "sap/ui/integration/widgets/Card" {
1714
1737
  *
1715
1738
  * Default value is `Solid`.
1716
1739
  *
1740
+ * @since 1.109
1741
+ * @experimental (since 1.109)
1742
+ *
1717
1743
  * @returns Reference to `this` in order to allow method chaining
1718
1744
  */
1719
1745
  setDesign(
@@ -1723,9 +1749,6 @@ declare module "sap/ui/integration/widgets/Card" {
1723
1749
  sDesign?: CardDesign | keyof typeof CardDesign
1724
1750
  ): this;
1725
1751
  /**
1726
- * @since 1.118
1727
- * @experimental (since 1.118) - For usage only by Work Zone.
1728
- *
1729
1752
  * Sets a new value for property {@link #getDisplayVariant displayVariant}.
1730
1753
  *
1731
1754
  * Defines the display variant for card rendering and behavior.
@@ -1734,6 +1757,9 @@ declare module "sap/ui/integration/widgets/Card" {
1734
1757
  *
1735
1758
  * Default value is `Standard`.
1736
1759
  *
1760
+ * @since 1.118
1761
+ * @experimental (since 1.118) - For usage only by Work Zone.
1762
+ *
1737
1763
  * @returns Reference to `this` in order to allow method chaining
1738
1764
  */
1739
1765
  setDisplayVariant(
@@ -1745,6 +1771,7 @@ declare module "sap/ui/integration/widgets/Card" {
1745
1771
  /**
1746
1772
  * Sets the associated {@link #getHost host}.
1747
1773
  *
1774
+ *
1748
1775
  * @returns Reference to `this` in order to allow method chaining
1749
1776
  */
1750
1777
  setHost(
@@ -1763,6 +1790,7 @@ declare module "sap/ui/integration/widgets/Card" {
1763
1790
  *
1764
1791
  * Default value is `empty string`.
1765
1792
  *
1793
+ *
1766
1794
  * @returns Reference to `this` in order to allow method chaining
1767
1795
  */
1768
1796
  setManifest(
@@ -1772,10 +1800,6 @@ declare module "sap/ui/integration/widgets/Card" {
1772
1800
  oManifest?: any
1773
1801
  ): this;
1774
1802
  /**
1775
- * @since 1.76
1776
- * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1777
- * is implemented.
1778
- *
1779
1803
  * Sets a new value for property {@link #getManifestChanges manifestChanges}.
1780
1804
  *
1781
1805
  * Defines a list of configuration settings, which will be merged into the original manifest.
@@ -1817,6 +1841,10 @@ declare module "sap/ui/integration/widgets/Card" {
1817
1841
  *
1818
1842
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1819
1843
  *
1844
+ * @since 1.76
1845
+ * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
1846
+ * is implemented.
1847
+ *
1820
1848
  * @returns Reference to `this` in order to allow method chaining
1821
1849
  */
1822
1850
  setManifestChanges(
@@ -1826,9 +1854,6 @@ declare module "sap/ui/integration/widgets/Card" {
1826
1854
  sManifestChanges: object[]
1827
1855
  ): this;
1828
1856
  /**
1829
- * @since 1.112
1830
- * @experimental (since 1.112)
1831
- *
1832
1857
  * Sets a new value for property {@link #getPreviewMode previewMode}.
1833
1858
  *
1834
1859
  * Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
@@ -1842,6 +1867,9 @@ declare module "sap/ui/integration/widgets/Card" {
1842
1867
  *
1843
1868
  * Default value is `Off`.
1844
1869
  *
1870
+ * @since 1.112
1871
+ * @experimental (since 1.112)
1872
+ *
1845
1873
  * @returns Reference to `this` in order to allow method chaining
1846
1874
  */
1847
1875
  setPreviewMode(
@@ -1860,6 +1888,7 @@ declare module "sap/ui/integration/widgets/Card" {
1860
1888
  *
1861
1889
  * Default value is `empty string`.
1862
1890
  *
1891
+ *
1863
1892
  * @returns Reference to `this` in order to allow method chaining
1864
1893
  */
1865
1894
  setReferenceId(
@@ -1869,10 +1898,10 @@ declare module "sap/ui/integration/widgets/Card" {
1869
1898
  sReferenceId?: string
1870
1899
  ): this;
1871
1900
  /**
1872
- * @experimental (since 1.114)
1873
- *
1874
1901
  * Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
1875
1902
  * after the `cardReady` lifecycle hook in Component cards and Extensions.
1903
+ *
1904
+ * @experimental (since 1.114)
1876
1905
  */
1877
1906
  showBlockingMessage(
1878
1907
  /**
@@ -1892,11 +1921,11 @@ declare module "sap/ui/integration/widgets/Card" {
1892
1921
  eCardArea?: CardArea | keyof typeof CardArea
1893
1922
  ): void;
1894
1923
  /**
1895
- * @experimental (since 1.81)
1896
- *
1897
1924
  * Displays a message strip above the content with the given text. There can be only 1 message displayed.
1898
1925
  * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
1899
1926
  * fired.
1927
+ *
1928
+ * @experimental (since 1.81)
1900
1929
  */
1901
1930
  showMessage(
1902
1931
  /**
@@ -1909,8 +1938,6 @@ declare module "sap/ui/integration/widgets/Card" {
1909
1938
  sType: MessageType
1910
1939
  ): void;
1911
1940
  /**
1912
- * @experimental (since 1.84)
1913
- *
1914
1941
  * Triggers an action inside the card.
1915
1942
  *
1916
1943
  * Use this method if you need to trigger an action programmatically from inside an `Extension` or from
@@ -1929,6 +1956,9 @@ declare module "sap/ui/integration/widgets/Card" {
1929
1956
  * }
1930
1957
  * });
1931
1958
  * ```
1959
+ *
1960
+ *
1961
+ * @experimental (since 1.84)
1932
1962
  */
1933
1963
  triggerAction(
1934
1964
  /**
@@ -1946,29 +1976,29 @@ declare module "sap/ui/integration/widgets/Card" {
1946
1976
  }
1947
1977
  ): void;
1948
1978
  /**
1949
- * @experimental
1950
- *
1951
1979
  * Causes all of the controls within the Card that support validation to validate their data.
1952
1980
  *
1981
+ * @experimental
1982
+ *
1953
1983
  * @returns if all of the controls validated successfully; otherwise, false
1954
1984
  */
1955
1985
  validateControls(): boolean;
1956
1986
  }
1957
1987
  /**
1958
- * @experimental (since 1.79)
1959
- *
1960
1988
  * Facade of the {@link sap.ui.integration.widgets.Card} control.
1989
+ *
1990
+ * @experimental (since 1.79)
1961
1991
  */
1962
1992
  export interface CardFacade {
1963
1993
  __implements__sap_ui_integration_widgets_CardFacade: boolean;
1964
1994
 
1965
1995
  /**
1996
+ * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
1997
+ *
1966
1998
  * @since 1.85
1967
1999
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
1968
2000
  * may be done before its official public release. Use at your own discretion.
1969
2001
  *
1970
- * Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
1971
- *
1972
2002
  * @returns Reference to `this` in order to allow method chaining
1973
2003
  */
1974
2004
  addActionDefinition(
@@ -1978,28 +2008,26 @@ declare module "sap/ui/integration/widgets/Card" {
1978
2008
  oActionDefinition: ActionDefinition
1979
2009
  ): this;
1980
2010
  /**
1981
- * @since 1.70
1982
- * @experimental (since 1.70)
1983
- *
1984
2011
  * Gets current value of property {@link #getBaseUrl baseUrl}.
1985
2012
  *
1986
2013
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
1987
2014
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
1988
2015
  *
2016
+ * @since 1.70
2017
+ * @experimental (since 1.70)
2018
+ *
1989
2019
  * @returns Value of property `baseUrl`
1990
2020
  */
1991
2021
  getBaseUrl(): URI;
1992
2022
  /**
1993
- * @experimental (since 1.114)
1994
- *
1995
2023
  * Get information about the blocking message in the card.
1996
2024
  *
2025
+ * @experimental (since 1.114)
2026
+ *
1997
2027
  * @returns Information about the message or `null`, if such isn't shown.
1998
2028
  */
1999
2029
  getBlockingMessage(): BlockingMessageSettings | null;
2000
2030
  /**
2001
- * @experimental (since 1.77)
2002
- *
2003
2031
  * Gets values of manifest parameters combined with the parameters from `parameters` property.
2004
2032
  *
2005
2033
  * **Notes**
@@ -2008,16 +2036,18 @@ declare module "sap/ui/integration/widgets/Card" {
2008
2036
  *
2009
2037
  * - Use when developing a Component card.
2010
2038
  *
2039
+ * @experimental (since 1.77)
2040
+ *
2011
2041
  * @returns Object containing parameters in format `{parameterKey: parameterValue}`.
2012
2042
  */
2013
2043
  getCombinedParameters(): Record<string, any>;
2014
2044
  /**
2015
- * @experimental (since 1.77)
2016
- *
2017
2045
  * Returns a value from the Manifest based on the specified path.
2018
2046
  *
2019
2047
  * **Note** Use this method when the manifest is ready. Check `manifestReady` event.
2020
2048
  *
2049
+ * @experimental (since 1.77)
2050
+ *
2021
2051
  * @returns The value at the specified path.
2022
2052
  */
2023
2053
  getManifestEntry(
@@ -2027,23 +2057,23 @@ declare module "sap/ui/integration/widgets/Card" {
2027
2057
  sPath: string
2028
2058
  ): any;
2029
2059
  /**
2030
- * @experimental (since 1.65) - This property might be changed in future.
2031
- *
2032
2060
  * Gets current value of property {@link #getParameters parameters}.
2033
2061
  *
2034
2062
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
2035
2063
  * containing parameters in format `{parameterKey: parameterValue}`.
2036
2064
  *
2065
+ * @experimental (since 1.65) - This property might be changed in future.
2066
+ *
2037
2067
  * @returns Value of property `parameters`
2038
2068
  */
2039
2069
  getParameters(): object;
2040
2070
  /**
2041
- * @experimental (since 1.83) - The API might change.
2042
- *
2043
2071
  * Gets translated text from the i18n properties files configured for this card.
2044
2072
  *
2045
2073
  * For more details see {@link module:sap/base/i18n/ResourceBundle#getText}.
2046
2074
  *
2075
+ * @experimental (since 1.83) - The API might change.
2076
+ *
2047
2077
  * @returns The value belonging to the key, if found; otherwise the key itself or `undefined` depending
2048
2078
  * on `bIgnoreKeyFallback`.
2049
2079
  */
@@ -2066,9 +2096,9 @@ declare module "sap/ui/integration/widgets/Card" {
2066
2096
  bIgnoreKeyFallback?: boolean
2067
2097
  ): string;
2068
2098
  /**
2069
- * @experimental (since 1.114)
2070
- *
2071
2099
  * Hide the blocking message that is shown in the card by `showBlockingMessage` call.
2100
+ *
2101
+ * @experimental (since 1.114)
2072
2102
  */
2073
2103
  hideBlockingMessage(): void;
2074
2104
  /**
@@ -2082,19 +2112,19 @@ declare module "sap/ui/integration/widgets/Card" {
2082
2112
  eCardArea?: CardArea | keyof typeof CardArea
2083
2113
  ): void;
2084
2114
  /**
2085
- * @experimental (since 1.117)
2086
- *
2087
2115
  * Hides the message previously shown by showMessage.
2116
+ *
2117
+ * @experimental (since 1.117)
2088
2118
  */
2089
2119
  hideMessage(): void;
2090
2120
  /**
2121
+ * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
2122
+ * and returns its index if found or -1 otherwise.
2123
+ *
2091
2124
  * @since 1.85
2092
2125
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2093
2126
  * may be done before its official public release. Use at your own discretion.
2094
2127
  *
2095
- * Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
2096
- * and returns its index if found or -1 otherwise.
2097
- *
2098
2128
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
2099
2129
  */
2100
2130
  indexOfActionDefinition(
@@ -2104,12 +2134,12 @@ declare module "sap/ui/integration/widgets/Card" {
2104
2134
  oActionDefinition: ActionDefinition
2105
2135
  ): int;
2106
2136
  /**
2137
+ * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
2138
+ *
2107
2139
  * @since 1.85
2108
2140
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2109
2141
  * may be done before its official public release. Use at your own discretion.
2110
2142
  *
2111
- * Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
2112
- *
2113
2143
  * @returns Reference to `this` in order to allow method chaining
2114
2144
  */
2115
2145
  insertActionDefinition(
@@ -2125,24 +2155,24 @@ declare module "sap/ui/integration/widgets/Card" {
2125
2155
  iIndex: int
2126
2156
  ): this;
2127
2157
  /**
2128
- * @experimental (since 1.65) - The API might change.
2129
- *
2130
2158
  * Refreshes the card by re-applying the manifest settings and triggering all data requests.
2159
+ *
2160
+ * @experimental (since 1.65) - The API might change.
2131
2161
  */
2132
2162
  refresh(): void;
2133
2163
  /**
2134
- * @since 1.95
2135
- *
2136
2164
  * Refreshes the card data by triggering all data requests.
2165
+ *
2166
+ * @since 1.95
2137
2167
  */
2138
2168
  refreshData(): void;
2139
2169
  /**
2170
+ * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
2171
+ *
2140
2172
  * @since 1.85
2141
2173
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2142
2174
  * may be done before its official public release. Use at your own discretion.
2143
2175
  *
2144
- * Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
2145
- *
2146
2176
  * @returns The removed actionDefinition or `null`
2147
2177
  */
2148
2178
  removeActionDefinition(
@@ -2152,10 +2182,10 @@ declare module "sap/ui/integration/widgets/Card" {
2152
2182
  vActionDefinition: int | string | ActionDefinition
2153
2183
  ): ActionDefinition | null;
2154
2184
  /**
2155
- * @experimental (since 1.79)
2156
- *
2157
2185
  * Performs an HTTP request using the given configuration.
2158
2186
  *
2187
+ * @experimental (since 1.79)
2188
+ *
2159
2189
  * @returns Resolves when the request is successful, rejects otherwise.
2160
2190
  */
2161
2191
  request(
@@ -2197,6 +2227,7 @@ declare module "sap/ui/integration/widgets/Card" {
2197
2227
  /**
2198
2228
  * Resolves the destination and returns its URL.
2199
2229
  *
2230
+ *
2200
2231
  * @returns A promise which resolves with the URL of the destination.
2201
2232
  */
2202
2233
  resolveDestination(
@@ -2206,10 +2237,10 @@ declare module "sap/ui/integration/widgets/Card" {
2206
2237
  sKey: string
2207
2238
  ): Promise<string>;
2208
2239
  /**
2209
- * @experimental (since 1.114)
2210
- *
2211
2240
  * Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
2212
2241
  * after the `cardReady` lifecycle hook in Component cards and Extensions.
2242
+ *
2243
+ * @experimental (since 1.114)
2213
2244
  */
2214
2245
  showBlockingMessage(
2215
2246
  /**
@@ -2229,11 +2260,11 @@ declare module "sap/ui/integration/widgets/Card" {
2229
2260
  eCardArea?: CardArea | keyof typeof CardArea
2230
2261
  ): void;
2231
2262
  /**
2232
- * @experimental (since 1.81)
2233
- *
2234
2263
  * Displays a message strip above the content with the given text. There can be only 1 message displayed.
2235
2264
  * If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
2236
2265
  * fired.
2266
+ *
2267
+ * @experimental (since 1.81)
2237
2268
  */
2238
2269
  showMessage(
2239
2270
  /**
@@ -2246,8 +2277,6 @@ declare module "sap/ui/integration/widgets/Card" {
2246
2277
  sType: MessageType
2247
2278
  ): void;
2248
2279
  /**
2249
- * @experimental (since 1.84)
2250
- *
2251
2280
  * Triggers an action inside the card.
2252
2281
  *
2253
2282
  * Use this method if you need to trigger an action programmatically from inside an `Extension` or from
@@ -2266,6 +2295,9 @@ declare module "sap/ui/integration/widgets/Card" {
2266
2295
  * }
2267
2296
  * });
2268
2297
  * ```
2298
+ *
2299
+ *
2300
+ * @experimental (since 1.84)
2269
2301
  */
2270
2302
  triggerAction(
2271
2303
  /**
@@ -2283,10 +2315,10 @@ declare module "sap/ui/integration/widgets/Card" {
2283
2315
  }
2284
2316
  ): void;
2285
2317
  /**
2286
- * @experimental
2287
- *
2288
2318
  * Causes all of the controls within the Card that support validation to validate their data.
2289
2319
  *
2320
+ * @experimental
2321
+ *
2290
2322
  * @returns if all of the controls validated successfully; otherwise, false
2291
2323
  */
2292
2324
  validateControls(): boolean;
@@ -2305,18 +2337,18 @@ declare module "sap/ui/integration/widgets/Card" {
2305
2337
  manifest?: any | PropertyBindingInfo | `{${string}}`;
2306
2338
 
2307
2339
  /**
2308
- * @experimental (since 1.65) - This property might be changed in future.
2309
- *
2310
2340
  * Overrides the default values of the parameters, which are defined in the manifest. The value is an object
2311
2341
  * containing parameters in format `{parameterKey: parameterValue}`.
2342
+ *
2343
+ * @experimental (since 1.65) - This property might be changed in future.
2312
2344
  */
2313
2345
  parameters?: object | PropertyBindingInfo | `{${string}}`;
2314
2346
 
2315
2347
  /**
2348
+ * Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
2349
+ *
2316
2350
  * @since 1.65
2317
2351
  * @experimental (since 1.65)
2318
- *
2319
- * Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
2320
2352
  */
2321
2353
  dataMode?:
2322
2354
  | (CardDataMode | keyof typeof CardDataMode)
@@ -2324,19 +2356,15 @@ declare module "sap/ui/integration/widgets/Card" {
2324
2356
  | `{${string}}`;
2325
2357
 
2326
2358
  /**
2327
- * @since 1.70
2328
- * @experimental (since 1.70)
2329
- *
2330
2359
  * Defines the base URL of the card manifest. It should be used when manifest property is an object instead
2331
2360
  * of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
2361
+ *
2362
+ * @since 1.70
2363
+ * @experimental (since 1.70)
2332
2364
  */
2333
2365
  baseUrl?: URI | PropertyBindingInfo | `{${string}}`;
2334
2366
 
2335
2367
  /**
2336
- * @since 1.76
2337
- * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
2338
- * is implemented.
2339
- *
2340
2368
  * Defines a list of configuration settings, which will be merged into the original manifest.
2341
2369
  *
2342
2370
  * This can be a list of flexibility changes generated during designtime.
@@ -2372,14 +2400,19 @@ declare module "sap/ui/integration/widgets/Card" {
2372
2400
  * }
2373
2401
  * ]
2374
2402
  * ```
2403
+ *
2404
+ *
2405
+ * @since 1.76
2406
+ * @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
2407
+ * is implemented.
2375
2408
  */
2376
2409
  manifestChanges?: object[] | PropertyBindingInfo | `{${string}}`;
2377
2410
 
2378
2411
  /**
2412
+ * Defines the design of the `Card`.
2413
+ *
2379
2414
  * @since 1.109
2380
2415
  * @experimental (since 1.109)
2381
- *
2382
- * Defines the design of the `Card`.
2383
2416
  */
2384
2417
  design?:
2385
2418
  | (CardDesign | keyof typeof CardDesign)
@@ -2387,10 +2420,10 @@ declare module "sap/ui/integration/widgets/Card" {
2387
2420
  | `{${string}}`;
2388
2421
 
2389
2422
  /**
2423
+ * Defines the display variant for card rendering and behavior.
2424
+ *
2390
2425
  * @since 1.118
2391
2426
  * @experimental (since 1.118) - For usage only by Work Zone.
2392
- *
2393
- * Defines the display variant for card rendering and behavior.
2394
2427
  */
2395
2428
  displayVariant?:
2396
2429
  | (CardDisplayVariant | keyof typeof CardDisplayVariant)
@@ -2398,15 +2431,15 @@ declare module "sap/ui/integration/widgets/Card" {
2398
2431
  | `{${string}}`;
2399
2432
 
2400
2433
  /**
2401
- * @since 1.112
2402
- * @experimental (since 1.112)
2403
- *
2404
2434
  * Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
2405
2435
  *
2406
2436
  * - When set to "MockData", the card data is loaded, using a data request, as configured in the "data/mockData"
2407
2437
  * in the manifest. If such configuration is missing, then the Abstract mode will be used instead.
2408
2438
  * - When set to "Abstract", the card shows abstract placeholder without loading data.
2409
2439
  * - When set to "Off", the card displays real data.
2440
+ *
2441
+ * @since 1.112
2442
+ * @experimental (since 1.112)
2410
2443
  */
2411
2444
  previewMode?:
2412
2445
  | (CardPreviewMode | keyof typeof CardPreviewMode)
@@ -2414,12 +2447,12 @@ declare module "sap/ui/integration/widgets/Card" {
2414
2447
  | `{${string}}`;
2415
2448
 
2416
2449
  /**
2450
+ * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
2451
+ * is destroyed when the property `manifest` changes.
2452
+ *
2417
2453
  * @since 1.85
2418
2454
  * @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
2419
2455
  * may be done before its official public release. Use at your own discretion.
2420
- *
2421
- * Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
2422
- * is destroyed when the property `manifest` changes.
2423
2456
  */
2424
2457
  actionDefinitions?:
2425
2458
  | ActionDefinition[]
@@ -2433,29 +2466,29 @@ declare module "sap/ui/integration/widgets/Card" {
2433
2466
  host?: Control | string;
2434
2467
 
2435
2468
  /**
2436
- * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
2437
- * be done before its official public release. Use at your own discretion.
2438
- *
2439
2469
  * Fired when an action is triggered on the card.
2440
2470
  *
2441
2471
  * When an action is triggered in the card it can be handled on several places by "action" event handlers.
2442
2472
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
2443
2473
  * one to handle the action by calling `oEvent.preventDefault()`.
2474
+ *
2475
+ * @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
2476
+ * be done before its official public release. Use at your own discretion.
2444
2477
  */
2445
2478
  action?: (oEvent: Card$ActionEvent) => void;
2446
2479
 
2447
2480
  /**
2448
- * @experimental (since 1.96)
2449
- *
2450
2481
  * Fired when some configuration settings are changed as a result of user interaction. For example - filter
2451
2482
  * value is changed.
2483
+ *
2484
+ * @experimental (since 1.96)
2452
2485
  */
2453
2486
  configurationChange?: (oEvent: Card$ConfigurationChangeEvent) => void;
2454
2487
 
2455
2488
  /**
2456
- * @experimental (since 1.72)
2457
- *
2458
2489
  * Fired when the manifest is loaded.
2490
+ *
2491
+ * @experimental (since 1.72)
2459
2492
  */
2460
2493
  manifestReady?: (oEvent: Event) => void;
2461
2494
 
@@ -2468,10 +2501,10 @@ declare module "sap/ui/integration/widgets/Card" {
2468
2501
  manifestApplied?: (oEvent: Event) => void;
2469
2502
 
2470
2503
  /**
2471
- * @experimental (since 1.107)
2472
- *
2473
2504
  * Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
2474
2505
  * filter is changed or data is refreshed.
2506
+ *
2507
+ * @experimental (since 1.107)
2475
2508
  */
2476
2509
  stateChanged?: (oEvent: Event) => void;
2477
2510
  }
@@ -2554,11 +2587,11 @@ declare module "sap/ui/integration/Designtime" {
2554
2587
  import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
2555
2588
 
2556
2589
  /**
2557
- * @since 1.75
2558
- * @experimental (since 1.75)
2559
- *
2560
2590
  * Brings JavaScript capabilities for an {@link sap.ui.integration.widgets.Card} where custom logic can
2561
2591
  * be implemented.
2592
+ *
2593
+ * @since 1.75
2594
+ * @experimental (since 1.75)
2562
2595
  */
2563
2596
  export default class Designtime extends ManagedObject {
2564
2597
  /**
@@ -2604,6 +2637,7 @@ declare module "sap/ui/integration/Designtime" {
2604
2637
  *
2605
2638
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
2606
2639
  *
2640
+ *
2607
2641
  * @returns Created class / constructor function
2608
2642
  */
2609
2643
  static extend<T extends Record<string, unknown>>(
@@ -2624,12 +2658,14 @@ declare module "sap/ui/integration/Designtime" {
2624
2658
  /**
2625
2659
  * Returns a metadata object for class sap.ui.integration.Designtime.
2626
2660
  *
2661
+ *
2627
2662
  * @returns Metadata object describing this class
2628
2663
  */
2629
2664
  static getMetadata(): ManagedObjectMetadata;
2630
2665
  /**
2631
2666
  * Returns an interface to the card, which uses this extension.
2632
2667
  *
2668
+ *
2633
2669
  * @returns An interface to the card.
2634
2670
  */
2635
2671
  getCard(): CardFacade;
@@ -2640,15 +2676,16 @@ declare module "sap/ui/integration/Designtime" {
2640
2676
 
2641
2677
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
2642
2678
  /**
2679
+ * Validates if the provided value is a boolean or binding string.
2680
+ *
2643
2681
  * @since 1.81
2644
2682
  * @experimental - 1.81
2645
- *
2646
- * Validates if the provided value is a boolean or binding string.
2647
2683
  */
2648
2684
  interface IsBoolean {
2649
2685
  /**
2650
2686
  * Validator function
2651
2687
  *
2688
+ *
2652
2689
  * @returns Validation result
2653
2690
  */
2654
2691
  validate(
@@ -2664,15 +2701,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
2664
2701
 
2665
2702
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
2666
2703
  /**
2704
+ * Validates if the provided value can be parsed to a valid date.
2705
+ *
2667
2706
  * @since 1.81
2668
2707
  * @experimental - 1.81
2669
- *
2670
- * Validates if the provided value can be parsed to a valid date.
2671
2708
  */
2672
2709
  interface IsDate {
2673
2710
  /**
2674
2711
  * Validator function
2675
2712
  *
2713
+ *
2676
2714
  * @returns Validation result
2677
2715
  */
2678
2716
  validate(
@@ -2688,15 +2726,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
2688
2726
 
2689
2727
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
2690
2728
  /**
2729
+ * Validates if the provided value is an integer or binding string.
2730
+ *
2691
2731
  * @since 1.81
2692
2732
  * @experimental - 1.81
2693
- *
2694
- * Validates if the provided value is an integer or binding string.
2695
2733
  */
2696
2734
  interface IsInteger {
2697
2735
  /**
2698
2736
  * Validator function
2699
2737
  *
2738
+ *
2700
2739
  * @returns Validation result
2701
2740
  */
2702
2741
  validate(
@@ -2712,15 +2751,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
2712
2751
 
2713
2752
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
2714
2753
  /**
2754
+ * Validates if the provided value is a number or binding string.
2755
+ *
2715
2756
  * @since 1.81
2716
2757
  * @experimental - 1.81
2717
- *
2718
- * Validates if the provided value is a number or binding string.
2719
2758
  */
2720
2759
  interface IsNumber {
2721
2760
  /**
2722
2761
  * Validator function
2723
2762
  *
2763
+ *
2724
2764
  * @returns Validation result
2725
2765
  */
2726
2766
  validate(
@@ -2736,15 +2776,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
2736
2776
 
2737
2777
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey" {
2738
2778
  /**
2779
+ * Validates if the provided value is one of the given keys.
2780
+ *
2739
2781
  * @since 1.81
2740
2782
  * @experimental - 1.81
2741
- *
2742
- * Validates if the provided value is one of the given keys.
2743
2783
  */
2744
2784
  interface IsSelectedKey {
2745
2785
  /**
2746
2786
  * Validator function
2747
2787
  *
2788
+ *
2748
2789
  * @returns Validation result
2749
2790
  */
2750
2791
  validate(
@@ -2769,15 +2810,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey
2769
2810
 
2770
2811
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList" {
2771
2812
  /**
2813
+ * Validates if none of the provided values is an invalid binding.
2814
+ *
2772
2815
  * @since 1.81
2773
2816
  * @experimental - 1.81
2774
- *
2775
- * Validates if none of the provided values is an invalid binding.
2776
2817
  */
2777
2818
  interface IsStringList {
2778
2819
  /**
2779
2820
  * Validator function
2780
2821
  *
2822
+ *
2781
2823
  * @returns Validation result
2782
2824
  */
2783
2825
  validate(
@@ -2793,15 +2835,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList"
2793
2835
 
2794
2836
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey" {
2795
2837
  /**
2838
+ * Validates if the provided key is unique in a list of given keys.
2839
+ *
2796
2840
  * @since 1.81
2797
2841
  * @experimental - 1.81
2798
- *
2799
- * Validates if the provided key is unique in a list of given keys.
2800
2842
  */
2801
2843
  interface IsUniqueKey {
2802
2844
  /**
2803
2845
  * Validator function
2804
2846
  *
2847
+ *
2805
2848
  * @returns Validation result
2806
2849
  */
2807
2850
  validate(
@@ -2830,15 +2873,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey"
2830
2873
 
2831
2874
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList" {
2832
2875
  /**
2876
+ * Validates if the provided list contains no duplicates.
2877
+ *
2833
2878
  * @since 1.81
2834
2879
  * @experimental - 1.81
2835
- *
2836
- * Validates if the provided list contains no duplicates.
2837
2880
  */
2838
2881
  interface IsUniqueList {
2839
2882
  /**
2840
2883
  * Validator function
2841
2884
  *
2885
+ *
2842
2886
  * @returns Validation result
2843
2887
  */
2844
2888
  validate(
@@ -2854,15 +2898,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList"
2854
2898
 
2855
2899
  declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBinding" {
2856
2900
  /**
2901
+ * Validates if the provided value is a valid binding.
2902
+ *
2857
2903
  * @since 1.81
2858
2904
  * @experimental - 1.81
2859
- *
2860
- * Validates if the provided value is a valid binding.
2861
2905
  */
2862
2906
  interface IsValidBinding {
2863
2907
  /**
2864
2908
  * Validator function
2865
2909
  *
2910
+ *
2866
2911
  * @returns Validation result
2867
2912
  */
2868
2913
  validate(
@@ -2887,15 +2932,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBindin
2887
2932
 
2888
2933
  declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
2889
2934
  /**
2935
+ * Validates if the provided value doesn't exceed the maximum length.
2936
+ *
2890
2937
  * @since 1.81
2891
2938
  * @experimental - 1.81
2892
- *
2893
- * Validates if the provided value doesn't exceed the maximum length.
2894
2939
  */
2895
2940
  interface MaxLength {
2896
2941
  /**
2897
2942
  * Validator function
2898
2943
  *
2944
+ *
2899
2945
  * @returns Validation result
2900
2946
  */
2901
2947
  validate(
@@ -2911,15 +2957,16 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
2911
2957
 
2912
2958
  declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding" {
2913
2959
  /**
2960
+ * Validates if the provided value doesn't contain a binding.
2961
+ *
2914
2962
  * @since 1.81
2915
2963
  * @experimental - 1.81
2916
- *
2917
- * Validates if the provided value doesn't contain a binding.
2918
2964
  */
2919
2965
  interface NotABinding {
2920
2966
  /**
2921
2967
  * Validator function
2922
2968
  *
2969
+ *
2923
2970
  * @returns Validation result
2924
2971
  */
2925
2972
  validate(
@@ -2935,18 +2982,18 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
2935
2982
 
2936
2983
  declare module "sap/ui/integration/editor/Editor" {
2937
2984
  /**
2938
- * @experimental (since 1.94)
2939
- *
2940
2985
  * Facade of the {@link sap.ui.integration.editor.Editor} control.
2986
+ *
2987
+ * @experimental (since 1.94)
2941
2988
  */
2942
2989
  export interface EditorFacade {
2943
2990
  __implements__sap_ui_integration_editor_EditorFacade: boolean;
2944
2991
 
2945
2992
  /**
2946
- * @experimental (since 1.94)
2947
- *
2948
2993
  * Performs an HTTP request using the given configuration.
2949
2994
  *
2995
+ * @experimental (since 1.94)
2996
+ *
2950
2997
  * @returns Resolves when the request is successful, rejects otherwise.
2951
2998
  */
2952
2999
  request(
@@ -2999,10 +3046,10 @@ declare module "sap/ui/integration/editor/Extension" {
2999
3046
  import { CardFacade } from "sap/ui/integration/widgets/Card";
3000
3047
 
3001
3048
  /**
3002
- * @since 1.94
3003
- *
3004
3049
  * Brings JavaScript capabilities for an {@link sap.ui.integration.editor.Editor} where custom logic can
3005
3050
  * be implemented.
3051
+ *
3052
+ * @since 1.94
3006
3053
  */
3007
3054
  export default class Extension extends Extension1 {
3008
3055
  /**
@@ -3031,6 +3078,7 @@ declare module "sap/ui/integration/editor/Extension" {
3031
3078
  /**
3032
3079
  * Returns an interface to the editor, which uses this extension.
3033
3080
  *
3081
+ *
3034
3082
  * @returns An interface to the card.
3035
3083
  */
3036
3084
  getEditor(): CardFacade;
@@ -3061,10 +3109,10 @@ declare module "sap/ui/integration/Extension" {
3061
3109
  import Event from "sap/ui/base/Event";
3062
3110
 
3063
3111
  /**
3064
- * @since 1.75
3065
- *
3066
3112
  * Brings JavaScript capabilities for an {@link sap.ui.integration.widgets.Card} where custom logic can
3067
3113
  * be implemented.
3114
+ *
3115
+ * @since 1.75
3068
3116
  */
3069
3117
  export default class Extension extends ManagedObject {
3070
3118
  /**
@@ -3104,6 +3152,7 @@ declare module "sap/ui/integration/Extension" {
3104
3152
  *
3105
3153
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
3106
3154
  *
3155
+ *
3107
3156
  * @returns Created class / constructor function
3108
3157
  */
3109
3158
  static extend<T extends Record<string, unknown>>(
@@ -3124,13 +3173,11 @@ declare module "sap/ui/integration/Extension" {
3124
3173
  /**
3125
3174
  * Returns a metadata object for class sap.ui.integration.Extension.
3126
3175
  *
3176
+ *
3127
3177
  * @returns Metadata object describing this class
3128
3178
  */
3129
3179
  static getMetadata(): ManagedObjectMetadata;
3130
3180
  /**
3131
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3132
- * be done before its official public release. Use at your own discretion.
3133
- *
3134
3181
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
3135
3182
  *
3136
3183
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -3142,6 +3189,9 @@ declare module "sap/ui/integration/Extension" {
3142
3189
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3143
3190
  * one to handle the action by calling `oEvent.preventDefault()`.
3144
3191
  *
3192
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3193
+ * be done before its official public release. Use at your own discretion.
3194
+ *
3145
3195
  * @returns Reference to `this` in order to allow method chaining
3146
3196
  */
3147
3197
  attachAction(
@@ -3160,9 +3210,6 @@ declare module "sap/ui/integration/Extension" {
3160
3210
  oListener?: object
3161
3211
  ): this;
3162
3212
  /**
3163
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3164
- * be done before its official public release. Use at your own discretion.
3165
- *
3166
3213
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
3167
3214
  *
3168
3215
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -3174,6 +3221,9 @@ declare module "sap/ui/integration/Extension" {
3174
3221
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3175
3222
  * one to handle the action by calling `oEvent.preventDefault()`.
3176
3223
  *
3224
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3225
+ * be done before its official public release. Use at your own discretion.
3226
+ *
3177
3227
  * @returns Reference to `this` in order to allow method chaining
3178
3228
  */
3179
3229
  attachAction(
@@ -3187,13 +3237,13 @@ declare module "sap/ui/integration/Extension" {
3187
3237
  oListener?: object
3188
3238
  ): this;
3189
3239
  /**
3190
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3191
- * be done before its official public release. Use at your own discretion.
3192
- *
3193
3240
  * Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Extension`.
3194
3241
  *
3195
3242
  * The passed function and listener object must match the ones used for event registration.
3196
3243
  *
3244
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3245
+ * be done before its official public release. Use at your own discretion.
3246
+ *
3197
3247
  * @returns Reference to `this` in order to allow method chaining
3198
3248
  */
3199
3249
  detachAction(
@@ -3207,12 +3257,12 @@ declare module "sap/ui/integration/Extension" {
3207
3257
  oListener?: object
3208
3258
  ): this;
3209
3259
  /**
3210
- * @experimental (since 1.113) - The API might change.
3211
- *
3212
3260
  * Starts the process of fetching a resource from the network, returning a promise that is fulfilled once
3213
3261
  * the response is available. Use this method to override the default behavior when fetching network resources.
3214
3262
  * Mimics the browser native Fetch API.
3215
3263
  *
3264
+ * @experimental (since 1.113) - The API might change.
3265
+ *
3216
3266
  * @returns A `Promise` that resolves to a `Response` object.
3217
3267
  */
3218
3268
  fetch(
@@ -3231,15 +3281,15 @@ declare module "sap/ui/integration/Extension" {
3231
3281
  mRequestSettings: object
3232
3282
  ): Promise<Response>;
3233
3283
  /**
3234
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3235
- * be done before its official public release. Use at your own discretion.
3236
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3237
- *
3238
3284
  * Fires event {@link #event:action action} to attached listeners.
3239
3285
  *
3240
3286
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
3241
3287
  * event object. The return value of this method indicates whether the default action should be executed.
3242
3288
  *
3289
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3290
+ * be done before its official public release. Use at your own discretion.
3291
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3292
+ *
3243
3293
  * @returns Whether or not to prevent the default action
3244
3294
  */
3245
3295
  fireAction(
@@ -3249,20 +3299,21 @@ declare module "sap/ui/integration/Extension" {
3249
3299
  mParameters?: Extension$ActionEventParameters
3250
3300
  ): boolean;
3251
3301
  /**
3252
- * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3253
- * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3254
- * may be done before its official public release. Use at your own discretion.
3255
- *
3256
3302
  * Gets current value of property {@link #getActions actions}.
3257
3303
  *
3258
3304
  * The actions configuration.
3259
3305
  *
3306
+ * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3307
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3308
+ * may be done before its official public release. Use at your own discretion.
3309
+ *
3260
3310
  * @returns Value of property `actions`
3261
3311
  */
3262
3312
  getActions(): CardMenuAction[];
3263
3313
  /**
3264
3314
  * Returns an interface to the card, which uses this extension.
3265
3315
  *
3316
+ *
3266
3317
  * @returns An interface to the card.
3267
3318
  */
3268
3319
  getCard(): CardFacade;
@@ -3271,14 +3322,15 @@ declare module "sap/ui/integration/Extension" {
3271
3322
  *
3272
3323
  * The formatters that can be used in the manifest.
3273
3324
  *
3325
+ *
3274
3326
  * @returns Value of property `formatters`
3275
3327
  */
3276
3328
  getFormatters(): Record<string, () => void> | undefined;
3277
3329
  /**
3278
- * @experimental (since 1.108)
3279
- *
3280
3330
  * Override this method to lazy load dependencies for the extension.
3281
3331
  *
3332
+ * @experimental (since 1.108)
3333
+ *
3282
3334
  * @returns Returns a promise. The card will wait for this promise to be resolved before continuing with
3283
3335
  * the initialization.
3284
3336
  */
@@ -3288,16 +3340,16 @@ declare module "sap/ui/integration/Extension" {
3288
3340
  */
3289
3341
  onCardReady(): void;
3290
3342
  /**
3291
- * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3292
- * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3293
- * may be done before its official public release. Use at your own discretion.
3294
- *
3295
3343
  * Sets a new value for property {@link #getActions actions}.
3296
3344
  *
3297
3345
  * The actions configuration.
3298
3346
  *
3299
3347
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3300
3348
  *
3349
+ * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3350
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3351
+ * may be done before its official public release. Use at your own discretion.
3352
+ *
3301
3353
  * @returns Reference to `this` in order to allow method chaining
3302
3354
  */
3303
3355
  setActions(
@@ -3312,6 +3364,7 @@ declare module "sap/ui/integration/Extension" {
3312
3364
  * The formatters that can be used in the manifest. When called with a value of `null` or `undefined`, the
3313
3365
  * default value of the property will be restored.
3314
3366
  *
3367
+ *
3315
3368
  * @returns Reference to `this` in order to allow method chaining
3316
3369
  */
3317
3370
  setFormatters(
@@ -3324,30 +3377,30 @@ declare module "sap/ui/integration/Extension" {
3324
3377
 
3325
3378
  export interface $ExtensionSettings extends $ManagedObjectSettings {
3326
3379
  /**
3380
+ * The actions configuration.
3381
+ *
3327
3382
  * @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
3328
3383
  * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3329
3384
  * may be done before its official public release. Use at your own discretion.
3330
- *
3331
- * The actions configuration.
3332
3385
  */
3333
3386
  actions?: CardMenuAction[] | PropertyBindingInfo | `{${string}}`;
3334
3387
 
3335
3388
  /**
3336
- * @experimental (since 1.79)
3337
- *
3338
3389
  * The formatters that can be used in the manifest.
3390
+ *
3391
+ * @experimental (since 1.79)
3339
3392
  */
3340
3393
  formatters?: object | PropertyBindingInfo | `{${string}}`;
3341
3394
 
3342
3395
  /**
3343
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3344
- * be done before its official public release. Use at your own discretion.
3345
- *
3346
3396
  * Fired when an action is triggered in the card.
3347
3397
  *
3348
3398
  * When an action is triggered in the card it can be handled on several places by "action" event handlers.
3349
3399
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3350
3400
  * one to handle the action by calling `oEvent.preventDefault()`.
3401
+ *
3402
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3403
+ * be done before its official public release. Use at your own discretion.
3351
3404
  */
3352
3405
  action?: (oEvent: Extension$ActionEvent) => void;
3353
3406
  }
@@ -3401,12 +3454,12 @@ declare module "sap/ui/integration/Host" {
3401
3454
  import Event from "sap/ui/base/Event";
3402
3455
 
3403
3456
  /**
3404
- * @since 1.75
3405
- * @experimental (since 1.75)
3406
- *
3407
3457
  * Provides application-level functions and services to an integration card.
3408
3458
  *
3409
3459
  * Examples may include, but are not limited to options like: share a card, remove a card.
3460
+ *
3461
+ * @since 1.75
3462
+ * @experimental (since 1.75)
3410
3463
  */
3411
3464
  export default class Host extends UI5Element {
3412
3465
  /**
@@ -3446,6 +3499,7 @@ declare module "sap/ui/integration/Host" {
3446
3499
  *
3447
3500
  * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
3448
3501
  *
3502
+ *
3449
3503
  * @returns Created class / constructor function
3450
3504
  */
3451
3505
  static extend<T extends Record<string, unknown>>(
@@ -3466,13 +3520,11 @@ declare module "sap/ui/integration/Host" {
3466
3520
  /**
3467
3521
  * Returns a metadata object for class sap.ui.integration.Host.
3468
3522
  *
3523
+ *
3469
3524
  * @returns Metadata object describing this class
3470
3525
  */
3471
3526
  static getMetadata(): ElementMetadata;
3472
3527
  /**
3473
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3474
- * be done before its official public release. Use at your own discretion.
3475
- *
3476
3528
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
3477
3529
  *
3478
3530
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -3484,6 +3536,9 @@ declare module "sap/ui/integration/Host" {
3484
3536
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3485
3537
  * one to handle the action by calling `oEvent.preventDefault()`.
3486
3538
  *
3539
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3540
+ * be done before its official public release. Use at your own discretion.
3541
+ *
3487
3542
  * @returns Reference to `this` in order to allow method chaining
3488
3543
  */
3489
3544
  attachAction(
@@ -3502,9 +3557,6 @@ declare module "sap/ui/integration/Host" {
3502
3557
  oListener?: object
3503
3558
  ): this;
3504
3559
  /**
3505
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3506
- * be done before its official public release. Use at your own discretion.
3507
- *
3508
3560
  * Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
3509
3561
  *
3510
3562
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -3516,6 +3568,9 @@ declare module "sap/ui/integration/Host" {
3516
3568
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
3517
3569
  * one to handle the action by calling `oEvent.preventDefault()`.
3518
3570
  *
3571
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3572
+ * be done before its official public release. Use at your own discretion.
3573
+ *
3519
3574
  * @returns Reference to `this` in order to allow method chaining
3520
3575
  */
3521
3576
  attachAction(
@@ -3529,8 +3584,6 @@ declare module "sap/ui/integration/Host" {
3529
3584
  oListener?: object
3530
3585
  ): this;
3531
3586
  /**
3532
- * @experimental (since 1.96)
3533
- *
3534
3587
  * Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange }
3535
3588
  * event of this `sap.ui.integration.Host`.
3536
3589
  *
@@ -3540,6 +3593,8 @@ declare module "sap/ui/integration/Host" {
3540
3593
  * Fired when some card configuration settings are changed as a result of user interaction. For example
3541
3594
  * - filter value is changed.
3542
3595
  *
3596
+ * @experimental (since 1.96)
3597
+ *
3543
3598
  * @returns Reference to `this` in order to allow method chaining
3544
3599
  */
3545
3600
  attachCardConfigurationChange(
@@ -3558,8 +3613,6 @@ declare module "sap/ui/integration/Host" {
3558
3613
  oListener?: object
3559
3614
  ): this;
3560
3615
  /**
3561
- * @experimental (since 1.96)
3562
- *
3563
3616
  * Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange }
3564
3617
  * event of this `sap.ui.integration.Host`.
3565
3618
  *
@@ -3569,6 +3622,8 @@ declare module "sap/ui/integration/Host" {
3569
3622
  * Fired when some card configuration settings are changed as a result of user interaction. For example
3570
3623
  * - filter value is changed.
3571
3624
  *
3625
+ * @experimental (since 1.96)
3626
+ *
3572
3627
  * @returns Reference to `this` in order to allow method chaining
3573
3628
  */
3574
3629
  attachCardConfigurationChange(
@@ -3582,8 +3637,6 @@ declare module "sap/ui/integration/Host" {
3582
3637
  oListener?: object
3583
3638
  ): this;
3584
3639
  /**
3585
- * @experimental (since 1.116)
3586
- *
3587
3640
  * Attaches event handler `fnFunction` to the {@link #event:cardInitialized cardInitialized} event of this
3588
3641
  * `sap.ui.integration.Host`.
3589
3642
  *
@@ -3593,6 +3646,8 @@ declare module "sap/ui/integration/Host" {
3593
3646
  * Fired when the card is initially ready for the first time. Will not be fired for consecutive refreshes
3594
3647
  * or data changes.
3595
3648
  *
3649
+ * @experimental (since 1.116)
3650
+ *
3596
3651
  * @returns Reference to `this` in order to allow method chaining
3597
3652
  */
3598
3653
  attachCardInitialized(
@@ -3611,8 +3666,6 @@ declare module "sap/ui/integration/Host" {
3611
3666
  oListener?: object
3612
3667
  ): this;
3613
3668
  /**
3614
- * @experimental (since 1.116)
3615
- *
3616
3669
  * Attaches event handler `fnFunction` to the {@link #event:cardInitialized cardInitialized} event of this
3617
3670
  * `sap.ui.integration.Host`.
3618
3671
  *
@@ -3622,6 +3675,8 @@ declare module "sap/ui/integration/Host" {
3622
3675
  * Fired when the card is initially ready for the first time. Will not be fired for consecutive refreshes
3623
3676
  * or data changes.
3624
3677
  *
3678
+ * @experimental (since 1.116)
3679
+ *
3625
3680
  * @returns Reference to `this` in order to allow method chaining
3626
3681
  */
3627
3682
  attachCardInitialized(
@@ -3635,8 +3690,6 @@ declare module "sap/ui/integration/Host" {
3635
3690
  oListener?: object
3636
3691
  ): this;
3637
3692
  /**
3638
- * @experimental (since 1.107)
3639
- *
3640
3693
  * Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
3641
3694
  * this `sap.ui.integration.Host`.
3642
3695
  *
@@ -3646,6 +3699,8 @@ declare module "sap/ui/integration/Host" {
3646
3699
  * Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
3647
3700
  * the card, a filter is changed or data is refreshed.
3648
3701
  *
3702
+ * @experimental (since 1.107)
3703
+ *
3649
3704
  * @returns Reference to `this` in order to allow method chaining
3650
3705
  */
3651
3706
  attachCardStateChanged(
@@ -3664,8 +3719,6 @@ declare module "sap/ui/integration/Host" {
3664
3719
  oListener?: object
3665
3720
  ): this;
3666
3721
  /**
3667
- * @experimental (since 1.107)
3668
- *
3669
3722
  * Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
3670
3723
  * this `sap.ui.integration.Host`.
3671
3724
  *
@@ -3675,6 +3728,8 @@ declare module "sap/ui/integration/Host" {
3675
3728
  * Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
3676
3729
  * the card, a filter is changed or data is refreshed.
3677
3730
  *
3731
+ * @experimental (since 1.107)
3732
+ *
3678
3733
  * @returns Reference to `this` in order to allow method chaining
3679
3734
  */
3680
3735
  attachCardStateChanged(
@@ -3688,8 +3743,6 @@ declare module "sap/ui/integration/Host" {
3688
3743
  oListener?: object
3689
3744
  ): this;
3690
3745
  /**
3691
- * @experimental (since 1.91)
3692
- *
3693
3746
  * Attaches event handler `fnFunction` to the {@link #event:message message} event of this `sap.ui.integration.Host`.
3694
3747
  *
3695
3748
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -3697,6 +3750,8 @@ declare module "sap/ui/integration/Host" {
3697
3750
  *
3698
3751
  * Fired when a message from channels like navigator.serviceWorker is received.
3699
3752
  *
3753
+ * @experimental (since 1.91)
3754
+ *
3700
3755
  * @returns Reference to `this` in order to allow method chaining
3701
3756
  */
3702
3757
  attachMessage(
@@ -3715,8 +3770,6 @@ declare module "sap/ui/integration/Host" {
3715
3770
  oListener?: object
3716
3771
  ): this;
3717
3772
  /**
3718
- * @experimental (since 1.91)
3719
- *
3720
3773
  * Attaches event handler `fnFunction` to the {@link #event:message message} event of this `sap.ui.integration.Host`.
3721
3774
  *
3722
3775
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
@@ -3724,6 +3777,8 @@ declare module "sap/ui/integration/Host" {
3724
3777
  *
3725
3778
  * Fired when a message from channels like navigator.serviceWorker is received.
3726
3779
  *
3780
+ * @experimental (since 1.91)
3781
+ *
3727
3782
  * @returns Reference to `this` in order to allow method chaining
3728
3783
  */
3729
3784
  attachMessage(
@@ -3737,10 +3792,10 @@ declare module "sap/ui/integration/Host" {
3737
3792
  oListener?: object
3738
3793
  ): this;
3739
3794
  /**
3795
+ * This function is called when a CSRF token has expired.
3796
+ *
3740
3797
  * @deprecated (since 1.120.0)
3741
3798
  * @experimental (since 1.97)
3742
- *
3743
- * This function is called when a CSRF token has expired.
3744
3799
  */
3745
3800
  csrfTokenExpired(
3746
3801
  /**
@@ -3751,10 +3806,10 @@ declare module "sap/ui/integration/Host" {
3751
3806
  }
3752
3807
  ): void;
3753
3808
  /**
3809
+ * This function is called when a CSRF token is fetched.
3810
+ *
3754
3811
  * @deprecated (since 1.120.0)
3755
3812
  * @experimental (since 1.97)
3756
- *
3757
- * This function is called when a CSRF token is fetched.
3758
3813
  */
3759
3814
  csrfTokenFetched(
3760
3815
  /**
@@ -3769,13 +3824,13 @@ declare module "sap/ui/integration/Host" {
3769
3824
  pCSRFTokenValuePromise: Promise<string>
3770
3825
  ): void;
3771
3826
  /**
3772
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3773
- * be done before its official public release. Use at your own discretion.
3774
- *
3775
3827
  * Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Host`.
3776
3828
  *
3777
3829
  * The passed function and listener object must match the ones used for event registration.
3778
3830
  *
3831
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3832
+ * be done before its official public release. Use at your own discretion.
3833
+ *
3779
3834
  * @returns Reference to `this` in order to allow method chaining
3780
3835
  */
3781
3836
  detachAction(
@@ -3789,13 +3844,13 @@ declare module "sap/ui/integration/Host" {
3789
3844
  oListener?: object
3790
3845
  ): this;
3791
3846
  /**
3792
- * @experimental (since 1.96)
3793
- *
3794
3847
  * Detaches event handler `fnFunction` from the {@link #event:cardConfigurationChange cardConfigurationChange }
3795
3848
  * event of this `sap.ui.integration.Host`.
3796
3849
  *
3797
3850
  * The passed function and listener object must match the ones used for event registration.
3798
3851
  *
3852
+ * @experimental (since 1.96)
3853
+ *
3799
3854
  * @returns Reference to `this` in order to allow method chaining
3800
3855
  */
3801
3856
  detachCardConfigurationChange(
@@ -3809,13 +3864,13 @@ declare module "sap/ui/integration/Host" {
3809
3864
  oListener?: object
3810
3865
  ): this;
3811
3866
  /**
3812
- * @experimental (since 1.116)
3813
- *
3814
3867
  * Detaches event handler `fnFunction` from the {@link #event:cardInitialized cardInitialized} event of
3815
3868
  * this `sap.ui.integration.Host`.
3816
3869
  *
3817
3870
  * The passed function and listener object must match the ones used for event registration.
3818
3871
  *
3872
+ * @experimental (since 1.116)
3873
+ *
3819
3874
  * @returns Reference to `this` in order to allow method chaining
3820
3875
  */
3821
3876
  detachCardInitialized(
@@ -3829,13 +3884,13 @@ declare module "sap/ui/integration/Host" {
3829
3884
  oListener?: object
3830
3885
  ): this;
3831
3886
  /**
3832
- * @experimental (since 1.107)
3833
- *
3834
3887
  * Detaches event handler `fnFunction` from the {@link #event:cardStateChanged cardStateChanged} event of
3835
3888
  * this `sap.ui.integration.Host`.
3836
3889
  *
3837
3890
  * The passed function and listener object must match the ones used for event registration.
3838
3891
  *
3892
+ * @experimental (since 1.107)
3893
+ *
3839
3894
  * @returns Reference to `this` in order to allow method chaining
3840
3895
  */
3841
3896
  detachCardStateChanged(
@@ -3849,12 +3904,12 @@ declare module "sap/ui/integration/Host" {
3849
3904
  oListener?: object
3850
3905
  ): this;
3851
3906
  /**
3852
- * @experimental (since 1.91)
3853
- *
3854
3907
  * Detaches event handler `fnFunction` from the {@link #event:message message} event of this `sap.ui.integration.Host`.
3855
3908
  *
3856
3909
  * The passed function and listener object must match the ones used for event registration.
3857
3910
  *
3911
+ * @experimental (since 1.91)
3912
+ *
3858
3913
  * @returns Reference to `this` in order to allow method chaining
3859
3914
  */
3860
3915
  detachMessage(
@@ -3868,15 +3923,15 @@ declare module "sap/ui/integration/Host" {
3868
3923
  oListener?: object
3869
3924
  ): this;
3870
3925
  /**
3871
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3872
- * be done before its official public release. Use at your own discretion.
3873
- * @ui5-protected Do not call from applications (only from related classes in the framework)
3874
- *
3875
3926
  * Fires event {@link #event:action action} to attached listeners.
3876
3927
  *
3877
3928
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
3878
3929
  * event object. The return value of this method indicates whether the default action should be executed.
3879
3930
  *
3931
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
3932
+ * be done before its official public release. Use at your own discretion.
3933
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
3934
+ *
3880
3935
  * @returns Whether or not to prevent the default action
3881
3936
  */
3882
3937
  fireAction(
@@ -3886,11 +3941,11 @@ declare module "sap/ui/integration/Host" {
3886
3941
  mParameters?: Host$ActionEventParameters
3887
3942
  ): boolean;
3888
3943
  /**
3944
+ * Fires event {@link #event:cardConfigurationChange cardConfigurationChange} to attached listeners.
3945
+ *
3889
3946
  * @experimental (since 1.96)
3890
3947
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3891
3948
  *
3892
- * Fires event {@link #event:cardConfigurationChange cardConfigurationChange} to attached listeners.
3893
- *
3894
3949
  * @returns Reference to `this` in order to allow method chaining
3895
3950
  */
3896
3951
  fireCardConfigurationChange(
@@ -3900,11 +3955,11 @@ declare module "sap/ui/integration/Host" {
3900
3955
  mParameters?: Host$CardConfigurationChangeEventParameters
3901
3956
  ): this;
3902
3957
  /**
3958
+ * Fires event {@link #event:cardInitialized cardInitialized} to attached listeners.
3959
+ *
3903
3960
  * @experimental (since 1.116)
3904
3961
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3905
3962
  *
3906
- * Fires event {@link #event:cardInitialized cardInitialized} to attached listeners.
3907
- *
3908
3963
  * @returns Reference to `this` in order to allow method chaining
3909
3964
  */
3910
3965
  fireCardInitialized(
@@ -3914,11 +3969,11 @@ declare module "sap/ui/integration/Host" {
3914
3969
  mParameters?: Host$CardInitializedEventParameters
3915
3970
  ): this;
3916
3971
  /**
3972
+ * Fires event {@link #event:cardStateChanged cardStateChanged} to attached listeners.
3973
+ *
3917
3974
  * @experimental (since 1.107)
3918
3975
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3919
3976
  *
3920
- * Fires event {@link #event:cardStateChanged cardStateChanged} to attached listeners.
3921
- *
3922
3977
  * @returns Reference to `this` in order to allow method chaining
3923
3978
  */
3924
3979
  fireCardStateChanged(
@@ -3928,11 +3983,11 @@ declare module "sap/ui/integration/Host" {
3928
3983
  mParameters?: Host$CardStateChangedEventParameters
3929
3984
  ): this;
3930
3985
  /**
3986
+ * Fires event {@link #event:message message} to attached listeners.
3987
+ *
3931
3988
  * @experimental (since 1.91)
3932
3989
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3933
3990
  *
3934
- * Fires event {@link #event:message message} to attached listeners.
3935
- *
3936
3991
  * @returns Reference to `this` in order to allow method chaining
3937
3992
  */
3938
3993
  fireMessage(
@@ -3942,19 +3997,17 @@ declare module "sap/ui/integration/Host" {
3942
3997
  mParameters?: Host$MessageEventParameters
3943
3998
  ): this;
3944
3999
  /**
3945
- * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
3946
- * may be done before its official public release. Use at your own discretion.
3947
- *
3948
4000
  * Gets current value of property {@link #getActions actions}.
3949
4001
  *
3950
4002
  * The actions configuration.
3951
4003
  *
4004
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
4005
+ * may be done before its official public release. Use at your own discretion.
4006
+ *
3952
4007
  * @returns Value of property `actions`
3953
4008
  */
3954
4009
  getActions(): CardMenuAction[];
3955
4010
  /**
3956
- * @since 1.83
3957
- *
3958
4011
  * Returns the context object for the Card Editor design-time environment Contexts can be used to configure
3959
4012
  * Cards with information available in the host environment. Each entry in the list should contain design-time
3960
4013
  * information. A label, placeholder, and description should be provided.
@@ -3966,12 +4019,12 @@ declare module "sap/ui/integration/Host" {
3966
4019
  * The context information and texts should be translated as they appear in the design-time UI of the Card
3967
4020
  * Editor.
3968
4021
  *
4022
+ * @since 1.83
4023
+ *
3969
4024
  * @returns A promise which contains the context structure.
3970
4025
  */
3971
4026
  getContexts(): Promise<object>;
3972
4027
  /**
3973
- * @since 1.83
3974
- *
3975
4028
  * Resolves the value for a given path in the context of the host Contexts can be used to configure Cards
3976
4029
  * with information available in the host environment.
3977
4030
  *
@@ -3982,6 +4035,8 @@ declare module "sap/ui/integration/Host" {
3982
4035
  * Example path to the current user id of the context sPath = "sap.workzone/currentUser/id" parameter: {
3983
4036
  * userId: { value: "{context>sap.workzone/currentUser/id}" resolves to UserId } }
3984
4037
  *
4038
+ * @since 1.83
4039
+ *
3985
4040
  * @returns A promise which resolves with the value of this context.
3986
4041
  */
3987
4042
  getContextValue(
@@ -3991,12 +4046,12 @@ declare module "sap/ui/integration/Host" {
3991
4046
  sPath: string
3992
4047
  ): Promise<null>;
3993
4048
  /**
4049
+ * Resolves the CSRF token and returns a Promise with its value.
4050
+ *
3994
4051
  * @deprecated (since 1.120.0)
3995
4052
  * @experimental (since 1.97)
3996
4053
  * @ui5-protected Do not call from applications (only from related classes in the framework)
3997
4054
  *
3998
- * Resolves the CSRF token and returns a Promise with its value.
3999
- *
4000
4055
  * @returns A promise which resolves the CSRF token to its value.
4001
4056
  */
4002
4057
  getCsrfToken(
@@ -4010,6 +4065,7 @@ declare module "sap/ui/integration/Host" {
4010
4065
  /**
4011
4066
  * Resolves the destination and returns its URL.
4012
4067
  *
4068
+ *
4013
4069
  * @returns A promise which resolves with the URL of the destination.
4014
4070
  */
4015
4071
  getDestination(
@@ -4023,11 +4079,11 @@ declare module "sap/ui/integration/Host" {
4023
4079
  oCard: Card
4024
4080
  ): Promise<string>;
4025
4081
  /**
4026
- * @since 1.83
4027
- *
4028
4082
  * Returns the list of destinations for the Card Editor design-time environment List entries are objects
4029
4083
  * that contain at least the name. { "name": "DestinationName" }
4030
4084
  *
4085
+ * @since 1.83
4086
+ *
4031
4087
  * @returns A promise which resolves with the list of destinations.
4032
4088
  */
4033
4089
  getDestinations(): Promise<object[]>;
@@ -4044,21 +4100,22 @@ declare module "sap/ui/integration/Host" {
4044
4100
  * The callback receives `destinationName` as parameter and returns a string with the URL. Or alternatively
4045
4101
  * the callback may return a `Promise` with the URL as an argument.
4046
4102
  *
4103
+ *
4047
4104
  * @returns Value of property `resolveDestination`
4048
4105
  */
4049
4106
  getResolveDestination():
4050
4107
  | ((p1: string, p2: Card) => string | Promise<string>)
4051
4108
  | undefined;
4052
4109
  /**
4053
- * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
4054
- * may be done before its official public release. Use at your own discretion.
4055
- *
4056
4110
  * Sets a new value for property {@link #getActions actions}.
4057
4111
  *
4058
4112
  * The actions configuration.
4059
4113
  *
4060
4114
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4061
4115
  *
4116
+ * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
4117
+ * may be done before its official public release. Use at your own discretion.
4118
+ *
4062
4119
  * @returns Reference to `this` in order to allow method chaining
4063
4120
  */
4064
4121
  setActions(
@@ -4078,6 +4135,7 @@ declare module "sap/ui/integration/Host" {
4078
4135
  *
4079
4136
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
4080
4137
  *
4138
+ *
4081
4139
  * @returns Reference to `this` in order to allow method chaining
4082
4140
  */
4083
4141
  setResolveDestination(
@@ -4090,10 +4148,10 @@ declare module "sap/ui/integration/Host" {
4090
4148
 
4091
4149
  export interface $HostSettings extends $ElementSettings {
4092
4150
  /**
4151
+ * The actions configuration.
4152
+ *
4093
4153
  * @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
4094
4154
  * may be done before its official public release. Use at your own discretion.
4095
- *
4096
- * The actions configuration.
4097
4155
  */
4098
4156
  actions?: CardMenuAction[] | PropertyBindingInfo | `{${string}}`;
4099
4157
 
@@ -4111,47 +4169,47 @@ declare module "sap/ui/integration/Host" {
4111
4169
  resolveDestination?: Function | PropertyBindingInfo | `{${string}}`;
4112
4170
 
4113
4171
  /**
4114
- * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
4115
- * be done before its official public release. Use at your own discretion.
4116
- *
4117
4172
  * Fired when an action is triggered.
4118
4173
  *
4119
4174
  * When an action is triggered in the card it can be handled on several places by "action" event handlers.
4120
4175
  * In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
4121
4176
  * one to handle the action by calling `oEvent.preventDefault()`.
4177
+ *
4178
+ * @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
4179
+ * be done before its official public release. Use at your own discretion.
4122
4180
  */
4123
4181
  action?: (oEvent: Host$ActionEvent) => void;
4124
4182
 
4125
4183
  /**
4126
- * @experimental (since 1.96)
4127
- *
4128
4184
  * Fired when some card configuration settings are changed as a result of user interaction. For example
4129
4185
  * - filter value is changed.
4186
+ *
4187
+ * @experimental (since 1.96)
4130
4188
  */
4131
4189
  cardConfigurationChange?: (
4132
4190
  oEvent: Host$CardConfigurationChangeEvent
4133
4191
  ) => void;
4134
4192
 
4135
4193
  /**
4136
- * @experimental (since 1.107)
4137
- *
4138
4194
  * Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
4139
4195
  * the card, a filter is changed or data is refreshed.
4196
+ *
4197
+ * @experimental (since 1.107)
4140
4198
  */
4141
4199
  cardStateChanged?: (oEvent: Host$CardStateChangedEvent) => void;
4142
4200
 
4143
4201
  /**
4144
- * @experimental (since 1.116)
4145
- *
4146
4202
  * Fired when the card is initially ready for the first time. Will not be fired for consecutive refreshes
4147
4203
  * or data changes.
4204
+ *
4205
+ * @experimental (since 1.116)
4148
4206
  */
4149
4207
  cardInitialized?: (oEvent: Host$CardInitializedEvent) => void;
4150
4208
 
4151
4209
  /**
4152
- * @experimental (since 1.91)
4153
- *
4154
4210
  * Fired when a message from channels like navigator.serviceWorker is received.
4211
+ *
4212
+ * @experimental (since 1.91)
4155
4213
  */
4156
4214
  message?: (oEvent: Host$MessageEvent) => void;
4157
4215
  }
@@ -4245,9 +4303,9 @@ declare module "sap/ui/integration/Host" {
4245
4303
  declare namespace sap {
4246
4304
  namespace ui {
4247
4305
  /**
4248
- * @since 1.62
4249
- *
4250
4306
  * SAPUI5 library with controls specialized for SAP Fiori apps.
4307
+ *
4308
+ * @since 1.62
4251
4309
  */
4252
4310
  namespace integration {
4253
4311
  namespace designtime {
@@ -4255,15 +4313,16 @@ declare namespace sap {
4255
4313
  namespace propertyEditor {
4256
4314
  namespace iconEditor {
4257
4315
  /**
4316
+ * Validates if the provided value belongs to the icon pool.
4317
+ *
4258
4318
  * @since 1.81
4259
4319
  * @experimental - 1.81
4260
- *
4261
- * Validates if the provided value belongs to the icon pool.
4262
4320
  */
4263
4321
  namespace IsInIconPool {
4264
4322
  /**
4265
4323
  * Validator function
4266
4324
  *
4325
+ *
4267
4326
  * @returns Validation result
4268
4327
  */
4269
4328
  function validate(