@openui5/types 1.114.0 → 1.115.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1780 -1315
- package/types/sap.m.d.ts +12407 -8461
- package/types/sap.tnt.d.ts +173 -95
- package/types/sap.ui.codeeditor.d.ts +61 -39
- package/types/sap.ui.commons.d.ts +1393 -846
- package/types/sap.ui.core.d.ts +6286 -3651
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +160 -100
- package/types/sap.ui.integration.d.ts +502 -375
- package/types/sap.ui.layout.d.ts +603 -640
- package/types/sap.ui.mdc.d.ts +22208 -140
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +29 -13
- package/types/sap.ui.support.d.ts +15 -16
- package/types/sap.ui.table.d.ts +907 -647
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1765 -1179
- package/types/sap.ui.ux3.d.ts +1472 -807
- package/types/sap.ui.webc.common.d.ts +5 -5
- package/types/sap.ui.webc.fiori.d.ts +817 -462
- package/types/sap.ui.webc.main.d.ts +2018 -1096
- package/types/sap.uxap.d.ts +472 -348
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/integration/library" {
|
|
4
4
|
import { URI } from "sap/ui/core/library";
|
|
@@ -6,7 +6,7 @@ declare module "sap/ui/integration/library" {
|
|
|
6
6
|
import { ButtonType } from "sap/m/library";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* @
|
|
9
|
+
* @since 1.96
|
|
10
10
|
*
|
|
11
11
|
* Defines the layout type of the List card attributes.
|
|
12
12
|
*/
|
|
@@ -21,32 +21,32 @@ declare module "sap/ui/integration/library" {
|
|
|
21
21
|
TwoColumns = "TwoColumns",
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
|
-
* @
|
|
24
|
+
* @experimental (since 1.64) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
25
25
|
* may be done before its official public release. Use at your own discretion.
|
|
26
26
|
*
|
|
27
27
|
* Enumeration of possible card action types.
|
|
28
28
|
*/
|
|
29
29
|
export enum CardActionType {
|
|
30
30
|
/**
|
|
31
|
-
* @
|
|
31
|
+
* @experimental (since 1.76)
|
|
32
32
|
*
|
|
33
33
|
* Used for custom actions.
|
|
34
34
|
*/
|
|
35
35
|
Custom = "Custom",
|
|
36
36
|
/**
|
|
37
|
-
* @
|
|
37
|
+
* @experimental (since 1.87)
|
|
38
38
|
*
|
|
39
39
|
* Date selection. Available only for Calendar cards.
|
|
40
40
|
*/
|
|
41
41
|
DateChange = "DateChange",
|
|
42
42
|
/**
|
|
43
|
-
* @
|
|
43
|
+
* @experimental (since 1.100)
|
|
44
44
|
*
|
|
45
45
|
* Used for hiding the appeared details about the card.
|
|
46
46
|
*/
|
|
47
47
|
HideCard = "HideCard",
|
|
48
48
|
/**
|
|
49
|
-
* @
|
|
49
|
+
* @experimental (since 1.87)
|
|
50
50
|
*
|
|
51
51
|
* Month selection. Available only for Calendar cards.
|
|
52
52
|
*/
|
|
@@ -56,7 +56,7 @@ declare module "sap/ui/integration/library" {
|
|
|
56
56
|
*/
|
|
57
57
|
Navigation = "Navigation",
|
|
58
58
|
/**
|
|
59
|
-
* @
|
|
59
|
+
* @experimental (since 1.100)
|
|
60
60
|
*
|
|
61
61
|
* Used for showing more details about the card.
|
|
62
62
|
*/
|
|
@@ -67,7 +67,7 @@ declare module "sap/ui/integration/library" {
|
|
|
67
67
|
Submit = "Submit",
|
|
68
68
|
}
|
|
69
69
|
/**
|
|
70
|
-
* @
|
|
70
|
+
* @since 1.86
|
|
71
71
|
*
|
|
72
72
|
* Defines the areas in a card.
|
|
73
73
|
*/
|
|
@@ -86,7 +86,7 @@ declare module "sap/ui/integration/library" {
|
|
|
86
86
|
Header = "Header",
|
|
87
87
|
}
|
|
88
88
|
/**
|
|
89
|
-
* @
|
|
89
|
+
* @experimental (since 1.114)
|
|
90
90
|
*
|
|
91
91
|
* Card blocking message types.
|
|
92
92
|
*/
|
|
@@ -105,8 +105,8 @@ declare module "sap/ui/integration/library" {
|
|
|
105
105
|
NoData = "NoData",
|
|
106
106
|
}
|
|
107
107
|
/**
|
|
108
|
-
* @
|
|
109
|
-
* @
|
|
108
|
+
* @since 1.65
|
|
109
|
+
* @experimental (since 1.65)
|
|
110
110
|
*
|
|
111
111
|
* Possible data modes for `{@link sap.ui.integration.widgets.Card}`.
|
|
112
112
|
*/
|
|
@@ -125,8 +125,8 @@ declare module "sap/ui/integration/library" {
|
|
|
125
125
|
Inactive = "Inactive",
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
|
-
* @
|
|
129
|
-
* @
|
|
128
|
+
* @since 1.109
|
|
129
|
+
* @experimental (since 1.109)
|
|
130
130
|
*
|
|
131
131
|
* Possible designs for `{@link sap.ui.integration.widgets.Card}`.
|
|
132
132
|
*/
|
|
@@ -141,7 +141,7 @@ declare module "sap/ui/integration/library" {
|
|
|
141
141
|
Transparent = "Transparent",
|
|
142
142
|
}
|
|
143
143
|
/**
|
|
144
|
-
* @
|
|
144
|
+
* @experimental (since 1.79)
|
|
145
145
|
*
|
|
146
146
|
* An object type that represents card menu action properties.
|
|
147
147
|
*/
|
|
@@ -185,8 +185,8 @@ declare module "sap/ui/integration/library" {
|
|
|
185
185
|
};
|
|
186
186
|
|
|
187
187
|
/**
|
|
188
|
-
* @
|
|
189
|
-
* @
|
|
188
|
+
* @since 1.112
|
|
189
|
+
* @experimental (since 1.112)
|
|
190
190
|
*
|
|
191
191
|
* Preview modes for `{@link sap.ui.integration.widgets.Card}`. Helpful in scenarios when the end user is
|
|
192
192
|
* choosing or configuring a card.
|
|
@@ -223,8 +223,8 @@ declare module "sap/ui/integration/ActionDefinition" {
|
|
|
223
223
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
224
224
|
|
|
225
225
|
/**
|
|
226
|
-
* @
|
|
227
|
-
* @
|
|
226
|
+
* @since 1.85
|
|
227
|
+
* @experimental (since 1.85) - Disclaimer: this class is in a beta state - incompatible API changes may
|
|
228
228
|
* be done before its official public release. Use at your own discretion.
|
|
229
229
|
*
|
|
230
230
|
* Represents an action, which appears in the header of {@link sap.ui.integration.widgets.Card}. Useful
|
|
@@ -356,7 +356,7 @@ declare module "sap/ui/integration/ActionDefinition" {
|
|
|
356
356
|
oListener?: object
|
|
357
357
|
): this;
|
|
358
358
|
/**
|
|
359
|
-
* @
|
|
359
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
360
360
|
*
|
|
361
361
|
* Fires event {@link #event:press press} to attached listeners.
|
|
362
362
|
*
|
|
@@ -597,16 +597,26 @@ declare module "sap/ui/integration/ActionDefinition" {
|
|
|
597
597
|
*/
|
|
598
598
|
press?: (oEvent: Event) => void;
|
|
599
599
|
}
|
|
600
|
+
|
|
601
|
+
export interface ActionDefinition$PressEventParameters {}
|
|
602
|
+
|
|
603
|
+
/**
|
|
604
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'ActionDefinition$PressEventParameters'
|
|
605
|
+
* in 1.115.1 and any later releases.
|
|
606
|
+
*/
|
|
607
|
+
export type $ActionDefinitionPressEventParameters = ActionDefinition$PressEventParameters;
|
|
608
|
+
|
|
609
|
+
export type ActionDefinition$PressEvent = Event<ActionDefinition$PressEventParameters>;
|
|
600
610
|
}
|
|
601
611
|
|
|
602
612
|
declare module "sap/ui/integration/widgets/Card" {
|
|
603
613
|
import {
|
|
604
614
|
CardBlockingMessageType,
|
|
605
|
-
CardActionType,
|
|
606
615
|
CardDataMode,
|
|
607
616
|
CardDesign,
|
|
608
617
|
CardPreviewMode,
|
|
609
618
|
CardArea,
|
|
619
|
+
CardActionType,
|
|
610
620
|
} from "sap/ui/integration/library";
|
|
611
621
|
|
|
612
622
|
import IllustratedMessageType from "sap/m/IllustratedMessageType";
|
|
@@ -619,21 +629,21 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
619
629
|
|
|
620
630
|
import Event from "sap/ui/base/Event";
|
|
621
631
|
|
|
622
|
-
import Control from "sap/ui/core/Control";
|
|
623
|
-
|
|
624
632
|
import { URI, ID, MessageType } from "sap/ui/core/library";
|
|
625
633
|
|
|
626
634
|
import Host from "sap/ui/integration/Host";
|
|
627
635
|
|
|
628
636
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
629
637
|
|
|
638
|
+
import Control from "sap/ui/core/Control";
|
|
639
|
+
|
|
630
640
|
import {
|
|
631
641
|
PropertyBindingInfo,
|
|
632
642
|
AggregationBindingInfo,
|
|
633
643
|
} from "sap/ui/base/ManagedObject";
|
|
634
644
|
|
|
635
645
|
/**
|
|
636
|
-
* @
|
|
646
|
+
* @experimental (since 1.114)
|
|
637
647
|
*
|
|
638
648
|
* Settings for blocking message that ocurred in a {@link sap.ui.integration.widgets.Card}
|
|
639
649
|
*/
|
|
@@ -667,7 +677,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
667
677
|
};
|
|
668
678
|
|
|
669
679
|
/**
|
|
670
|
-
* @
|
|
680
|
+
* @since 1.62
|
|
671
681
|
*
|
|
672
682
|
* A control that represents a container with a header and content.
|
|
673
683
|
*
|
|
@@ -694,8 +704,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
694
704
|
* - The dimensions of the card inside a layout of choice, using the `width` and `height` properties
|
|
695
705
|
* - The behavior for the actions described in the manifest.json file, using the action event
|
|
696
706
|
*
|
|
697
|
-
* **You can learn more about integration cards in the {@link demo:sap/ui/integration/demokit/cardExplorer/index.html
|
|
698
|
-
* Card Explorer}**
|
|
707
|
+
* **You can learn more about integration cards in the {@link demo:sap/ui/integration/demokit/cardExplorer/index.html Card Explorer}**
|
|
699
708
|
*
|
|
700
709
|
* When to use
|
|
701
710
|
* - When you want to reuse the card across apps.
|
|
@@ -716,7 +725,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
716
725
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
717
726
|
* of the syntax of the settings object.
|
|
718
727
|
* See:
|
|
719
|
-
* {@link topic
|
|
728
|
+
* {@link https://ui5.sap.com/#/topic/5b46b03f024542ba802d99d67bc1a3f4 Cards}
|
|
720
729
|
*/
|
|
721
730
|
constructor(
|
|
722
731
|
/**
|
|
@@ -731,7 +740,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
731
740
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
732
741
|
* of the syntax of the settings object.
|
|
733
742
|
* See:
|
|
734
|
-
* {@link topic
|
|
743
|
+
* {@link https://ui5.sap.com/#/topic/5b46b03f024542ba802d99d67bc1a3f4 Cards}
|
|
735
744
|
*/
|
|
736
745
|
constructor(
|
|
737
746
|
/**
|
|
@@ -774,8 +783,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
774
783
|
*/
|
|
775
784
|
static getMetadata(): ElementMetadata;
|
|
776
785
|
/**
|
|
777
|
-
* @
|
|
778
|
-
* @
|
|
786
|
+
* @since 1.85
|
|
787
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
779
788
|
* may be done before its official public release. Use at your own discretion.
|
|
780
789
|
*
|
|
781
790
|
* Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -789,7 +798,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
789
798
|
oActionDefinition: ActionDefinition
|
|
790
799
|
): this;
|
|
791
800
|
/**
|
|
792
|
-
* @
|
|
801
|
+
* @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
793
802
|
* be done before its official public release. Use at your own discretion.
|
|
794
803
|
*
|
|
795
804
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
|
|
@@ -814,14 +823,14 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
814
823
|
/**
|
|
815
824
|
* The function to be called when the event occurs
|
|
816
825
|
*/
|
|
817
|
-
fnFunction: (p1:
|
|
826
|
+
fnFunction: (p1: Card$ActionEvent) => void,
|
|
818
827
|
/**
|
|
819
828
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
820
829
|
*/
|
|
821
830
|
oListener?: object
|
|
822
831
|
): this;
|
|
823
832
|
/**
|
|
824
|
-
* @
|
|
833
|
+
* @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
825
834
|
* be done before its official public release. Use at your own discretion.
|
|
826
835
|
*
|
|
827
836
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
|
|
@@ -841,14 +850,14 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
841
850
|
/**
|
|
842
851
|
* The function to be called when the event occurs
|
|
843
852
|
*/
|
|
844
|
-
fnFunction: (p1:
|
|
853
|
+
fnFunction: (p1: Card$ActionEvent) => void,
|
|
845
854
|
/**
|
|
846
855
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
847
856
|
*/
|
|
848
857
|
oListener?: object
|
|
849
858
|
): this;
|
|
850
859
|
/**
|
|
851
|
-
* @
|
|
860
|
+
* @experimental (since 1.96)
|
|
852
861
|
*
|
|
853
862
|
* Attaches event handler `fnFunction` to the {@link #event:configurationChange configurationChange} event
|
|
854
863
|
* of this `sap.ui.integration.widgets.Card`.
|
|
@@ -870,14 +879,14 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
870
879
|
/**
|
|
871
880
|
* The function to be called when the event occurs
|
|
872
881
|
*/
|
|
873
|
-
fnFunction: (p1:
|
|
882
|
+
fnFunction: (p1: Card$ConfigurationChangeEvent) => void,
|
|
874
883
|
/**
|
|
875
884
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
876
885
|
*/
|
|
877
886
|
oListener?: object
|
|
878
887
|
): this;
|
|
879
888
|
/**
|
|
880
|
-
* @
|
|
889
|
+
* @experimental (since 1.96)
|
|
881
890
|
*
|
|
882
891
|
* Attaches event handler `fnFunction` to the {@link #event:configurationChange configurationChange} event
|
|
883
892
|
* of this `sap.ui.integration.widgets.Card`.
|
|
@@ -894,7 +903,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
894
903
|
/**
|
|
895
904
|
* The function to be called when the event occurs
|
|
896
905
|
*/
|
|
897
|
-
fnFunction: (p1:
|
|
906
|
+
fnFunction: (p1: Card$ConfigurationChangeEvent) => void,
|
|
898
907
|
/**
|
|
899
908
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.widgets.Card` itself
|
|
900
909
|
*/
|
|
@@ -954,7 +963,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
954
963
|
oListener?: object
|
|
955
964
|
): this;
|
|
956
965
|
/**
|
|
957
|
-
* @
|
|
966
|
+
* @experimental (since 1.72)
|
|
958
967
|
*
|
|
959
968
|
* Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
|
|
960
969
|
*
|
|
@@ -981,7 +990,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
981
990
|
oListener?: object
|
|
982
991
|
): this;
|
|
983
992
|
/**
|
|
984
|
-
* @
|
|
993
|
+
* @experimental (since 1.72)
|
|
985
994
|
*
|
|
986
995
|
* Attaches event handler `fnFunction` to the {@link #event:manifestReady manifestReady} event of this `sap.ui.integration.widgets.Card`.
|
|
987
996
|
*
|
|
@@ -1003,7 +1012,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1003
1012
|
oListener?: object
|
|
1004
1013
|
): this;
|
|
1005
1014
|
/**
|
|
1006
|
-
* @
|
|
1015
|
+
* @experimental (since 1.107)
|
|
1007
1016
|
*
|
|
1008
1017
|
* Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
|
|
1009
1018
|
*
|
|
@@ -1031,7 +1040,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1031
1040
|
oListener?: object
|
|
1032
1041
|
): this;
|
|
1033
1042
|
/**
|
|
1034
|
-
* @
|
|
1043
|
+
* @experimental (since 1.107)
|
|
1035
1044
|
*
|
|
1036
1045
|
* Attaches event handler `fnFunction` to the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
|
|
1037
1046
|
*
|
|
@@ -1054,8 +1063,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1054
1063
|
oListener?: object
|
|
1055
1064
|
): this;
|
|
1056
1065
|
/**
|
|
1057
|
-
* @
|
|
1058
|
-
* @
|
|
1066
|
+
* @since 1.85
|
|
1067
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1059
1068
|
* may be done before its official public release. Use at your own discretion.
|
|
1060
1069
|
*
|
|
1061
1070
|
* Destroys all the actionDefinitions in the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -1064,7 +1073,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1064
1073
|
*/
|
|
1065
1074
|
destroyActionDefinitions(): this;
|
|
1066
1075
|
/**
|
|
1067
|
-
* @
|
|
1076
|
+
* @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
1068
1077
|
* be done before its official public release. Use at your own discretion.
|
|
1069
1078
|
*
|
|
1070
1079
|
* Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.widgets.Card`.
|
|
@@ -1077,14 +1086,14 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1077
1086
|
/**
|
|
1078
1087
|
* The function to be called, when the event occurs
|
|
1079
1088
|
*/
|
|
1080
|
-
fnFunction: (p1:
|
|
1089
|
+
fnFunction: (p1: Card$ActionEvent) => void,
|
|
1081
1090
|
/**
|
|
1082
1091
|
* Context object on which the given function had to be called
|
|
1083
1092
|
*/
|
|
1084
1093
|
oListener?: object
|
|
1085
1094
|
): this;
|
|
1086
1095
|
/**
|
|
1087
|
-
* @
|
|
1096
|
+
* @experimental (since 1.96)
|
|
1088
1097
|
*
|
|
1089
1098
|
* Detaches event handler `fnFunction` from the {@link #event:configurationChange configurationChange} event
|
|
1090
1099
|
* of this `sap.ui.integration.widgets.Card`.
|
|
@@ -1097,7 +1106,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1097
1106
|
/**
|
|
1098
1107
|
* The function to be called, when the event occurs
|
|
1099
1108
|
*/
|
|
1100
|
-
fnFunction: (p1:
|
|
1109
|
+
fnFunction: (p1: Card$ConfigurationChangeEvent) => void,
|
|
1101
1110
|
/**
|
|
1102
1111
|
* Context object on which the given function had to be called
|
|
1103
1112
|
*/
|
|
@@ -1122,7 +1131,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1122
1131
|
oListener?: object
|
|
1123
1132
|
): this;
|
|
1124
1133
|
/**
|
|
1125
|
-
* @
|
|
1134
|
+
* @experimental (since 1.72)
|
|
1126
1135
|
*
|
|
1127
1136
|
* Detaches event handler `fnFunction` from the {@link #event:manifestReady manifestReady} event of this
|
|
1128
1137
|
* `sap.ui.integration.widgets.Card`.
|
|
@@ -1142,7 +1151,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1142
1151
|
oListener?: object
|
|
1143
1152
|
): this;
|
|
1144
1153
|
/**
|
|
1145
|
-
* @
|
|
1154
|
+
* @experimental (since 1.107)
|
|
1146
1155
|
*
|
|
1147
1156
|
* Detaches event handler `fnFunction` from the {@link #event:stateChanged stateChanged} event of this `sap.ui.integration.widgets.Card`.
|
|
1148
1157
|
*
|
|
@@ -1161,9 +1170,9 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1161
1170
|
oListener?: object
|
|
1162
1171
|
): this;
|
|
1163
1172
|
/**
|
|
1164
|
-
* @
|
|
1173
|
+
* @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
1165
1174
|
* be done before its official public release. Use at your own discretion.
|
|
1166
|
-
* @
|
|
1175
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1167
1176
|
*
|
|
1168
1177
|
* Fires event {@link #event:action action} to attached listeners.
|
|
1169
1178
|
*
|
|
@@ -1176,28 +1185,11 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1176
1185
|
/**
|
|
1177
1186
|
* Parameters to pass along with the event
|
|
1178
1187
|
*/
|
|
1179
|
-
mParameters?:
|
|
1180
|
-
/**
|
|
1181
|
-
* The action source.
|
|
1182
|
-
*/
|
|
1183
|
-
actionSource?: Control;
|
|
1184
|
-
/**
|
|
1185
|
-
* The manifest parameters related to the triggered action.
|
|
1186
|
-
*/
|
|
1187
|
-
manifestParameters?: object;
|
|
1188
|
-
/**
|
|
1189
|
-
* The parameters related to the triggered action.
|
|
1190
|
-
*/
|
|
1191
|
-
parameters?: object;
|
|
1192
|
-
/**
|
|
1193
|
-
* The type of the action.
|
|
1194
|
-
*/
|
|
1195
|
-
type?: CardActionType | keyof typeof CardActionType;
|
|
1196
|
-
}
|
|
1188
|
+
mParameters?: Card$ActionEventParameters
|
|
1197
1189
|
): boolean;
|
|
1198
1190
|
/**
|
|
1199
|
-
* @
|
|
1200
|
-
* @
|
|
1191
|
+
* @experimental (since 1.96)
|
|
1192
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1201
1193
|
*
|
|
1202
1194
|
* Fires event {@link #event:configurationChange configurationChange} to attached listeners.
|
|
1203
1195
|
*
|
|
@@ -1207,24 +1199,10 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1207
1199
|
/**
|
|
1208
1200
|
* Parameters to pass along with the event
|
|
1209
1201
|
*/
|
|
1210
|
-
mParameters?:
|
|
1211
|
-
/**
|
|
1212
|
-
* Changed configuration settings.
|
|
1213
|
-
*
|
|
1214
|
-
* Example:
|
|
1215
|
-
* ```javascript
|
|
1216
|
-
*
|
|
1217
|
-
* {
|
|
1218
|
-
* "/sap.card/configuration/filters/shipper/value": "key3",
|
|
1219
|
-
* "/sap.card/configuration/filters/item/value": "key2",
|
|
1220
|
-
* }
|
|
1221
|
-
* ```
|
|
1222
|
-
*/
|
|
1223
|
-
changes?: object;
|
|
1224
|
-
}
|
|
1202
|
+
mParameters?: Card$ConfigurationChangeEventParameters
|
|
1225
1203
|
): this;
|
|
1226
1204
|
/**
|
|
1227
|
-
* @
|
|
1205
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1228
1206
|
*
|
|
1229
1207
|
* Fires event {@link #event:manifestApplied manifestApplied} to attached listeners.
|
|
1230
1208
|
*
|
|
@@ -1237,8 +1215,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1237
1215
|
mParameters?: object
|
|
1238
1216
|
): this;
|
|
1239
1217
|
/**
|
|
1240
|
-
* @
|
|
1241
|
-
* @
|
|
1218
|
+
* @experimental (since 1.72)
|
|
1219
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1242
1220
|
*
|
|
1243
1221
|
* Fires event {@link #event:manifestReady manifestReady} to attached listeners.
|
|
1244
1222
|
*
|
|
@@ -1251,8 +1229,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1251
1229
|
mParameters?: object
|
|
1252
1230
|
): this;
|
|
1253
1231
|
/**
|
|
1254
|
-
* @
|
|
1255
|
-
* @
|
|
1232
|
+
* @experimental (since 1.107)
|
|
1233
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1256
1234
|
*
|
|
1257
1235
|
* Fires event {@link #event:stateChanged stateChanged} to attached listeners.
|
|
1258
1236
|
*
|
|
@@ -1265,8 +1243,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1265
1243
|
mParameters?: object
|
|
1266
1244
|
): this;
|
|
1267
1245
|
/**
|
|
1268
|
-
* @
|
|
1269
|
-
* @
|
|
1246
|
+
* @since 1.85
|
|
1247
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1270
1248
|
* may be done before its official public release. Use at your own discretion.
|
|
1271
1249
|
*
|
|
1272
1250
|
* Gets content of aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -1276,8 +1254,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1276
1254
|
*/
|
|
1277
1255
|
getActionDefinitions(): ActionDefinition[];
|
|
1278
1256
|
/**
|
|
1279
|
-
* @
|
|
1280
|
-
* @
|
|
1257
|
+
* @since 1.70
|
|
1258
|
+
* @experimental (since 1.70)
|
|
1281
1259
|
*
|
|
1282
1260
|
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
1283
1261
|
*
|
|
@@ -1288,7 +1266,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1288
1266
|
*/
|
|
1289
1267
|
getBaseUrl(): URI;
|
|
1290
1268
|
/**
|
|
1291
|
-
* @
|
|
1269
|
+
* @experimental (since 1.114)
|
|
1292
1270
|
*
|
|
1293
1271
|
* Get information about the blocking message in the card.
|
|
1294
1272
|
*
|
|
@@ -1296,7 +1274,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1296
1274
|
*/
|
|
1297
1275
|
getBlockingMessage(): BlockingMessageSettings | null;
|
|
1298
1276
|
/**
|
|
1299
|
-
* @
|
|
1277
|
+
* @experimental (since 1.77)
|
|
1300
1278
|
*
|
|
1301
1279
|
* Gets values of manifest parameters combined with the parameters from `parameters` property.
|
|
1302
1280
|
*
|
|
@@ -1310,8 +1288,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1310
1288
|
*/
|
|
1311
1289
|
getCombinedParameters(): Record<string, any>;
|
|
1312
1290
|
/**
|
|
1313
|
-
* @
|
|
1314
|
-
* @
|
|
1291
|
+
* @since 1.65
|
|
1292
|
+
* @experimental (since 1.65)
|
|
1315
1293
|
*
|
|
1316
1294
|
* Gets current value of property {@link #getDataMode dataMode}.
|
|
1317
1295
|
*
|
|
@@ -1323,8 +1301,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1323
1301
|
*/
|
|
1324
1302
|
getDataMode(): CardDataMode | keyof typeof CardDataMode;
|
|
1325
1303
|
/**
|
|
1326
|
-
* @
|
|
1327
|
-
* @
|
|
1304
|
+
* @since 1.109
|
|
1305
|
+
* @experimental (since 1.109)
|
|
1328
1306
|
*
|
|
1329
1307
|
* Gets current value of property {@link #getDesign design}.
|
|
1330
1308
|
*
|
|
@@ -1336,7 +1314,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1336
1314
|
*/
|
|
1337
1315
|
getDesign(): CardDesign | keyof typeof CardDesign;
|
|
1338
1316
|
/**
|
|
1339
|
-
* @
|
|
1317
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1340
1318
|
*
|
|
1341
1319
|
* Returns the DOM Element that should get the focus.
|
|
1342
1320
|
*
|
|
@@ -1348,7 +1326,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1348
1326
|
*/
|
|
1349
1327
|
getHost(): ID;
|
|
1350
1328
|
/**
|
|
1351
|
-
* @
|
|
1329
|
+
* @experimental (since 1.77)
|
|
1352
1330
|
*
|
|
1353
1331
|
* Gets the instance of the `host` association.
|
|
1354
1332
|
*
|
|
@@ -1362,8 +1340,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1362
1340
|
*/
|
|
1363
1341
|
getManifest(): string | Object;
|
|
1364
1342
|
/**
|
|
1365
|
-
* @
|
|
1366
|
-
* @
|
|
1343
|
+
* @since 1.76
|
|
1344
|
+
* @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
1367
1345
|
* is implemented.
|
|
1368
1346
|
*
|
|
1369
1347
|
* Gets current value of property {@link #getManifestChanges manifestChanges}.
|
|
@@ -1409,7 +1387,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1409
1387
|
*/
|
|
1410
1388
|
getManifestChanges(): object[];
|
|
1411
1389
|
/**
|
|
1412
|
-
* @
|
|
1390
|
+
* @experimental (since 1.77)
|
|
1413
1391
|
*
|
|
1414
1392
|
* Returns a value from the Manifest based on the specified path.
|
|
1415
1393
|
*
|
|
@@ -1424,15 +1402,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1424
1402
|
sPath: string
|
|
1425
1403
|
): any;
|
|
1426
1404
|
/**
|
|
1427
|
-
* @
|
|
1428
|
-
* @
|
|
1405
|
+
* @since 1.112
|
|
1406
|
+
* @experimental (since 1.112)
|
|
1429
1407
|
*
|
|
1430
1408
|
* Gets current value of property {@link #getPreviewMode previewMode}.
|
|
1431
1409
|
*
|
|
1432
1410
|
* Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
|
|
1433
1411
|
*
|
|
1434
1412
|
* - When set to "MockData", the card data is loaded, using a data request, as configured in the "data/mockData"
|
|
1435
|
-
*
|
|
1413
|
+
* in the manifest. If such configuration is missing, then the Abstract mode will be used instead.
|
|
1436
1414
|
* - When set to "Abstract", the card shows abstract placeholder without loading data.
|
|
1437
1415
|
* - When set to "Off", the card displays real data.
|
|
1438
1416
|
*
|
|
@@ -1453,7 +1431,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1453
1431
|
*/
|
|
1454
1432
|
getReferenceId(): string;
|
|
1455
1433
|
/**
|
|
1456
|
-
* @
|
|
1434
|
+
* @experimental (since 1.83) - The API might change.
|
|
1457
1435
|
*
|
|
1458
1436
|
* Gets translated text from the i18n properties files configured for this card.
|
|
1459
1437
|
*
|
|
@@ -1481,7 +1459,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1481
1459
|
bIgnoreKeyFallback?: boolean
|
|
1482
1460
|
): string;
|
|
1483
1461
|
/**
|
|
1484
|
-
* @
|
|
1462
|
+
* @experimental (since 1.114)
|
|
1485
1463
|
*
|
|
1486
1464
|
* Hide the blocking message that is shown in the card by `showBlockingMessage` call.
|
|
1487
1465
|
*/
|
|
@@ -1497,12 +1475,12 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1497
1475
|
eCardArea?: CardArea | keyof typeof CardArea
|
|
1498
1476
|
): void;
|
|
1499
1477
|
/**
|
|
1500
|
-
* @
|
|
1501
|
-
* @
|
|
1478
|
+
* @since 1.85
|
|
1479
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1502
1480
|
* may be done before its official public release. Use at your own discretion.
|
|
1503
1481
|
*
|
|
1504
|
-
* Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions
|
|
1505
|
-
*
|
|
1482
|
+
* Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
1483
|
+
* and returns its index if found or -1 otherwise.
|
|
1506
1484
|
*
|
|
1507
1485
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
1508
1486
|
*/
|
|
@@ -1513,8 +1491,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1513
1491
|
oActionDefinition: ActionDefinition
|
|
1514
1492
|
): int;
|
|
1515
1493
|
/**
|
|
1516
|
-
* @
|
|
1517
|
-
* @
|
|
1494
|
+
* @since 1.85
|
|
1495
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1518
1496
|
* may be done before its official public release. Use at your own discretion.
|
|
1519
1497
|
*
|
|
1520
1498
|
* Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -1534,14 +1512,14 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1534
1512
|
iIndex: int
|
|
1535
1513
|
): this;
|
|
1536
1514
|
/**
|
|
1537
|
-
* @
|
|
1515
|
+
* @experimental (since 1.65) - The API might change.
|
|
1538
1516
|
*
|
|
1539
1517
|
*
|
|
1540
1518
|
* @returns If the card is ready or not.
|
|
1541
1519
|
*/
|
|
1542
1520
|
isReady(): boolean;
|
|
1543
1521
|
/**
|
|
1544
|
-
* @
|
|
1522
|
+
* @experimental (since 1.73)
|
|
1545
1523
|
*
|
|
1546
1524
|
* Loads the module designtime/Card.designtime or the module given in "sap.card": { "designtime": "designtime/Own.designtime"
|
|
1547
1525
|
* } This file should contain the designtime configuration for the card.
|
|
@@ -1554,20 +1532,20 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1554
1532
|
*/
|
|
1555
1533
|
loadDesigntime(): Promise<object>;
|
|
1556
1534
|
/**
|
|
1557
|
-
* @
|
|
1535
|
+
* @experimental (since 1.65) - The API might change.
|
|
1558
1536
|
*
|
|
1559
1537
|
* Refreshes the card by re-applying the manifest settings and triggering all data requests.
|
|
1560
1538
|
*/
|
|
1561
1539
|
refresh(): void;
|
|
1562
1540
|
/**
|
|
1563
|
-
* @
|
|
1541
|
+
* @since 1.95
|
|
1564
1542
|
*
|
|
1565
1543
|
* Refreshes the card data by triggering all data requests.
|
|
1566
1544
|
*/
|
|
1567
1545
|
refreshData(): void;
|
|
1568
1546
|
/**
|
|
1569
|
-
* @
|
|
1570
|
-
* @
|
|
1547
|
+
* @since 1.85
|
|
1548
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1571
1549
|
* may be done before its official public release. Use at your own discretion.
|
|
1572
1550
|
*
|
|
1573
1551
|
* Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -1581,8 +1559,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1581
1559
|
vActionDefinition: int | string | ActionDefinition
|
|
1582
1560
|
): ActionDefinition | null;
|
|
1583
1561
|
/**
|
|
1584
|
-
* @
|
|
1585
|
-
* @
|
|
1562
|
+
* @since 1.85
|
|
1563
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1586
1564
|
* may be done before its official public release. Use at your own discretion.
|
|
1587
1565
|
*
|
|
1588
1566
|
* Removes all the controls from the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -1593,7 +1571,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1593
1571
|
*/
|
|
1594
1572
|
removeAllActionDefinitions(): ActionDefinition[];
|
|
1595
1573
|
/**
|
|
1596
|
-
* @
|
|
1574
|
+
* @experimental (since 1.79)
|
|
1597
1575
|
*
|
|
1598
1576
|
* Performs an HTTP request using the given configuration.
|
|
1599
1577
|
*
|
|
@@ -1647,8 +1625,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1647
1625
|
sKey: string
|
|
1648
1626
|
): Promise<string>;
|
|
1649
1627
|
/**
|
|
1650
|
-
* @
|
|
1651
|
-
* @
|
|
1628
|
+
* @since 1.70
|
|
1629
|
+
* @experimental (since 1.70)
|
|
1652
1630
|
*
|
|
1653
1631
|
* Sets a new value for property {@link #getBaseUrl baseUrl}.
|
|
1654
1632
|
*
|
|
@@ -1666,8 +1644,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1666
1644
|
sBaseUrl?: URI
|
|
1667
1645
|
): this;
|
|
1668
1646
|
/**
|
|
1669
|
-
* @
|
|
1670
|
-
* @
|
|
1647
|
+
* @since 1.65
|
|
1648
|
+
* @experimental (since 1.65) - API might change.
|
|
1671
1649
|
*
|
|
1672
1650
|
* Sets a new value for the `dataMode` property.
|
|
1673
1651
|
*
|
|
@@ -1680,8 +1658,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1680
1658
|
sMode: CardDataMode | keyof typeof CardDataMode
|
|
1681
1659
|
): this;
|
|
1682
1660
|
/**
|
|
1683
|
-
* @
|
|
1684
|
-
* @
|
|
1661
|
+
* @since 1.109
|
|
1662
|
+
* @experimental (since 1.109)
|
|
1685
1663
|
*
|
|
1686
1664
|
* Sets a new value for property {@link #getDesign design}.
|
|
1687
1665
|
*
|
|
@@ -1729,8 +1707,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1729
1707
|
oManifest?: any
|
|
1730
1708
|
): this;
|
|
1731
1709
|
/**
|
|
1732
|
-
* @
|
|
1733
|
-
* @
|
|
1710
|
+
* @since 1.76
|
|
1711
|
+
* @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
1734
1712
|
* is implemented.
|
|
1735
1713
|
*
|
|
1736
1714
|
* Sets a new value for property {@link #getManifestChanges manifestChanges}.
|
|
@@ -1783,15 +1761,15 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1783
1761
|
sManifestChanges: object[]
|
|
1784
1762
|
): this;
|
|
1785
1763
|
/**
|
|
1786
|
-
* @
|
|
1787
|
-
* @
|
|
1764
|
+
* @since 1.112
|
|
1765
|
+
* @experimental (since 1.112)
|
|
1788
1766
|
*
|
|
1789
1767
|
* Sets a new value for property {@link #getPreviewMode previewMode}.
|
|
1790
1768
|
*
|
|
1791
1769
|
* Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
|
|
1792
1770
|
*
|
|
1793
1771
|
* - When set to "MockData", the card data is loaded, using a data request, as configured in the "data/mockData"
|
|
1794
|
-
*
|
|
1772
|
+
* in the manifest. If such configuration is missing, then the Abstract mode will be used instead.
|
|
1795
1773
|
* - When set to "Abstract", the card shows abstract placeholder without loading data.
|
|
1796
1774
|
* - When set to "Off", the card displays real data.
|
|
1797
1775
|
*
|
|
@@ -1826,7 +1804,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1826
1804
|
sReferenceId?: string
|
|
1827
1805
|
): this;
|
|
1828
1806
|
/**
|
|
1829
|
-
* @
|
|
1807
|
+
* @experimental (since 1.114)
|
|
1830
1808
|
*
|
|
1831
1809
|
* Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
|
|
1832
1810
|
* after the `cardReady` lifecycle hook in Component cards and Extensions.
|
|
@@ -1849,7 +1827,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1849
1827
|
eCardArea?: CardArea | keyof typeof CardArea
|
|
1850
1828
|
): void;
|
|
1851
1829
|
/**
|
|
1852
|
-
* @
|
|
1830
|
+
* @experimental (since 1.81)
|
|
1853
1831
|
*
|
|
1854
1832
|
* Displays a message strip above the content with the given text. There can be only 1 message displayed.
|
|
1855
1833
|
* If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
|
|
@@ -1866,7 +1844,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1866
1844
|
sType: MessageType | keyof typeof MessageType
|
|
1867
1845
|
): void;
|
|
1868
1846
|
/**
|
|
1869
|
-
* @
|
|
1847
|
+
* @experimental (since 1.84)
|
|
1870
1848
|
*
|
|
1871
1849
|
* Triggers an action inside the card.
|
|
1872
1850
|
*
|
|
@@ -1903,7 +1881,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1903
1881
|
}
|
|
1904
1882
|
): void;
|
|
1905
1883
|
/**
|
|
1906
|
-
* @
|
|
1884
|
+
* @experimental
|
|
1907
1885
|
*
|
|
1908
1886
|
* Causes all of the controls within the Card that support validation to validate their data.
|
|
1909
1887
|
*
|
|
@@ -1912,7 +1890,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1912
1890
|
validateControls(): boolean;
|
|
1913
1891
|
}
|
|
1914
1892
|
/**
|
|
1915
|
-
* @
|
|
1893
|
+
* @experimental (since 1.79)
|
|
1916
1894
|
*
|
|
1917
1895
|
* Facade of the {@link sap.ui.integration.widgets.Card} control.
|
|
1918
1896
|
*/
|
|
@@ -1920,8 +1898,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1920
1898
|
__implements__sap_ui_integration_widgets_CardFacade: boolean;
|
|
1921
1899
|
|
|
1922
1900
|
/**
|
|
1923
|
-
* @
|
|
1924
|
-
* @
|
|
1901
|
+
* @since 1.85
|
|
1902
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
1925
1903
|
* may be done before its official public release. Use at your own discretion.
|
|
1926
1904
|
*
|
|
1927
1905
|
* Adds some actionDefinition to the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -1935,8 +1913,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1935
1913
|
oActionDefinition: ActionDefinition
|
|
1936
1914
|
): this;
|
|
1937
1915
|
/**
|
|
1938
|
-
* @
|
|
1939
|
-
* @
|
|
1916
|
+
* @since 1.70
|
|
1917
|
+
* @experimental (since 1.70)
|
|
1940
1918
|
*
|
|
1941
1919
|
* Gets current value of property {@link #getBaseUrl baseUrl}.
|
|
1942
1920
|
*
|
|
@@ -1947,7 +1925,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1947
1925
|
*/
|
|
1948
1926
|
getBaseUrl(): URI;
|
|
1949
1927
|
/**
|
|
1950
|
-
* @
|
|
1928
|
+
* @experimental (since 1.114)
|
|
1951
1929
|
*
|
|
1952
1930
|
* Get information about the blocking message in the card.
|
|
1953
1931
|
*
|
|
@@ -1955,7 +1933,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1955
1933
|
*/
|
|
1956
1934
|
getBlockingMessage(): BlockingMessageSettings | null;
|
|
1957
1935
|
/**
|
|
1958
|
-
* @
|
|
1936
|
+
* @experimental (since 1.77)
|
|
1959
1937
|
*
|
|
1960
1938
|
* Gets values of manifest parameters combined with the parameters from `parameters` property.
|
|
1961
1939
|
*
|
|
@@ -1969,7 +1947,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1969
1947
|
*/
|
|
1970
1948
|
getCombinedParameters(): Record<string, any>;
|
|
1971
1949
|
/**
|
|
1972
|
-
* @
|
|
1950
|
+
* @experimental (since 1.77)
|
|
1973
1951
|
*
|
|
1974
1952
|
* Returns a value from the Manifest based on the specified path.
|
|
1975
1953
|
*
|
|
@@ -1984,7 +1962,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1984
1962
|
sPath: string
|
|
1985
1963
|
): any;
|
|
1986
1964
|
/**
|
|
1987
|
-
* @
|
|
1965
|
+
* @experimental (since 1.65) - This property might be changed in future.
|
|
1988
1966
|
*
|
|
1989
1967
|
* Gets current value of property {@link #getParameters parameters}.
|
|
1990
1968
|
*
|
|
@@ -1995,7 +1973,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
1995
1973
|
*/
|
|
1996
1974
|
getParameters(): object;
|
|
1997
1975
|
/**
|
|
1998
|
-
* @
|
|
1976
|
+
* @experimental (since 1.83) - The API might change.
|
|
1999
1977
|
*
|
|
2000
1978
|
* Gets translated text from the i18n properties files configured for this card.
|
|
2001
1979
|
*
|
|
@@ -2023,7 +2001,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2023
2001
|
bIgnoreKeyFallback?: boolean
|
|
2024
2002
|
): string;
|
|
2025
2003
|
/**
|
|
2026
|
-
* @
|
|
2004
|
+
* @experimental (since 1.114)
|
|
2027
2005
|
*
|
|
2028
2006
|
* Hide the blocking message that is shown in the card by `showBlockingMessage` call.
|
|
2029
2007
|
*/
|
|
@@ -2039,12 +2017,12 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2039
2017
|
eCardArea?: CardArea | keyof typeof CardArea
|
|
2040
2018
|
): void;
|
|
2041
2019
|
/**
|
|
2042
|
-
* @
|
|
2043
|
-
* @
|
|
2020
|
+
* @since 1.85
|
|
2021
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
2044
2022
|
* may be done before its official public release. Use at your own discretion.
|
|
2045
2023
|
*
|
|
2046
|
-
* Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions
|
|
2047
|
-
*
|
|
2024
|
+
* Checks for the provided `sap.ui.integration.ActionDefinition` in the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
2025
|
+
* and returns its index if found or -1 otherwise.
|
|
2048
2026
|
*
|
|
2049
2027
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
2050
2028
|
*/
|
|
@@ -2055,8 +2033,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2055
2033
|
oActionDefinition: ActionDefinition
|
|
2056
2034
|
): int;
|
|
2057
2035
|
/**
|
|
2058
|
-
* @
|
|
2059
|
-
* @
|
|
2036
|
+
* @since 1.85
|
|
2037
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
2060
2038
|
* may be done before its official public release. Use at your own discretion.
|
|
2061
2039
|
*
|
|
2062
2040
|
* Inserts a actionDefinition into the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -2076,20 +2054,20 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2076
2054
|
iIndex: int
|
|
2077
2055
|
): this;
|
|
2078
2056
|
/**
|
|
2079
|
-
* @
|
|
2057
|
+
* @experimental (since 1.65) - The API might change.
|
|
2080
2058
|
*
|
|
2081
2059
|
* Refreshes the card by re-applying the manifest settings and triggering all data requests.
|
|
2082
2060
|
*/
|
|
2083
2061
|
refresh(): void;
|
|
2084
2062
|
/**
|
|
2085
|
-
* @
|
|
2063
|
+
* @since 1.95
|
|
2086
2064
|
*
|
|
2087
2065
|
* Refreshes the card data by triggering all data requests.
|
|
2088
2066
|
*/
|
|
2089
2067
|
refreshData(): void;
|
|
2090
2068
|
/**
|
|
2091
|
-
* @
|
|
2092
|
-
* @
|
|
2069
|
+
* @since 1.85
|
|
2070
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
2093
2071
|
* may be done before its official public release. Use at your own discretion.
|
|
2094
2072
|
*
|
|
2095
2073
|
* Removes a actionDefinition from the aggregation {@link #getActionDefinitions actionDefinitions}.
|
|
@@ -2103,7 +2081,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2103
2081
|
vActionDefinition: int | string | ActionDefinition
|
|
2104
2082
|
): ActionDefinition | null;
|
|
2105
2083
|
/**
|
|
2106
|
-
* @
|
|
2084
|
+
* @experimental (since 1.79)
|
|
2107
2085
|
*
|
|
2108
2086
|
* Performs an HTTP request using the given configuration.
|
|
2109
2087
|
*
|
|
@@ -2157,7 +2135,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2157
2135
|
sKey: string
|
|
2158
2136
|
): Promise<string>;
|
|
2159
2137
|
/**
|
|
2160
|
-
* @
|
|
2138
|
+
* @experimental (since 1.114)
|
|
2161
2139
|
*
|
|
2162
2140
|
* Show blocking message in the card's content area. Should be used after the `manifestApplied` event or
|
|
2163
2141
|
* after the `cardReady` lifecycle hook in Component cards and Extensions.
|
|
@@ -2180,7 +2158,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2180
2158
|
eCardArea?: CardArea | keyof typeof CardArea
|
|
2181
2159
|
): void;
|
|
2182
2160
|
/**
|
|
2183
|
-
* @
|
|
2161
|
+
* @experimental (since 1.81)
|
|
2184
2162
|
*
|
|
2185
2163
|
* Displays a message strip above the content with the given text. There can be only 1 message displayed.
|
|
2186
2164
|
* If there is a previous message, it is removed. Can be used only after the `manifestApplied` event is
|
|
@@ -2197,7 +2175,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2197
2175
|
sType: MessageType | keyof typeof MessageType
|
|
2198
2176
|
): void;
|
|
2199
2177
|
/**
|
|
2200
|
-
* @
|
|
2178
|
+
* @experimental (since 1.84)
|
|
2201
2179
|
*
|
|
2202
2180
|
* Triggers an action inside the card.
|
|
2203
2181
|
*
|
|
@@ -2234,7 +2212,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2234
2212
|
}
|
|
2235
2213
|
): void;
|
|
2236
2214
|
/**
|
|
2237
|
-
* @
|
|
2215
|
+
* @experimental
|
|
2238
2216
|
*
|
|
2239
2217
|
* Causes all of the controls within the Card that support validation to validate their data.
|
|
2240
2218
|
*
|
|
@@ -2256,7 +2234,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2256
2234
|
manifest?: any | PropertyBindingInfo | `{${string}}`;
|
|
2257
2235
|
|
|
2258
2236
|
/**
|
|
2259
|
-
* @
|
|
2237
|
+
* @experimental (since 1.65) - This property might be changed in future.
|
|
2260
2238
|
*
|
|
2261
2239
|
* Overrides the default values of the parameters, which are defined in the manifest. The value is an object
|
|
2262
2240
|
* containing parameters in format `{parameterKey: parameterValue}`.
|
|
@@ -2264,8 +2242,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2264
2242
|
parameters?: object | PropertyBindingInfo | `{${string}}`;
|
|
2265
2243
|
|
|
2266
2244
|
/**
|
|
2267
|
-
* @
|
|
2268
|
-
* @
|
|
2245
|
+
* @since 1.65
|
|
2246
|
+
* @experimental (since 1.65)
|
|
2269
2247
|
*
|
|
2270
2248
|
* Defines the state of the `Card`. When set to `Inactive`, the `Card` doesn't make requests.
|
|
2271
2249
|
*/
|
|
@@ -2275,8 +2253,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2275
2253
|
| `{${string}}`;
|
|
2276
2254
|
|
|
2277
2255
|
/**
|
|
2278
|
-
* @
|
|
2279
|
-
* @
|
|
2256
|
+
* @since 1.70
|
|
2257
|
+
* @experimental (since 1.70)
|
|
2280
2258
|
*
|
|
2281
2259
|
* Defines the base URL of the Card Manifest. It should be used when manifest property is an object instead
|
|
2282
2260
|
* of a URL.
|
|
@@ -2284,8 +2262,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2284
2262
|
baseUrl?: URI | PropertyBindingInfo | `{${string}}`;
|
|
2285
2263
|
|
|
2286
2264
|
/**
|
|
2287
|
-
* @
|
|
2288
|
-
* @
|
|
2265
|
+
* @since 1.76
|
|
2266
|
+
* @experimental (since 1.76) - This API might be removed when a permanent solution for flexibility changes
|
|
2289
2267
|
* is implemented.
|
|
2290
2268
|
*
|
|
2291
2269
|
* Defines a list of configuration settings, which will be merged into the original manifest.
|
|
@@ -2327,8 +2305,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2327
2305
|
manifestChanges?: object[] | PropertyBindingInfo | `{${string}}`;
|
|
2328
2306
|
|
|
2329
2307
|
/**
|
|
2330
|
-
* @
|
|
2331
|
-
* @
|
|
2308
|
+
* @since 1.109
|
|
2309
|
+
* @experimental (since 1.109)
|
|
2332
2310
|
*
|
|
2333
2311
|
* Defines the design of the `Card`.
|
|
2334
2312
|
*/
|
|
@@ -2338,13 +2316,13 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2338
2316
|
| `{${string}}`;
|
|
2339
2317
|
|
|
2340
2318
|
/**
|
|
2341
|
-
* @
|
|
2342
|
-
* @
|
|
2319
|
+
* @since 1.112
|
|
2320
|
+
* @experimental (since 1.112)
|
|
2343
2321
|
*
|
|
2344
2322
|
* Preview mode of the `Card`. Helpful in scenarios when the end user is choosing or configuring a card.
|
|
2345
2323
|
*
|
|
2346
2324
|
* - When set to "MockData", the card data is loaded, using a data request, as configured in the "data/mockData"
|
|
2347
|
-
*
|
|
2325
|
+
* in the manifest. If such configuration is missing, then the Abstract mode will be used instead.
|
|
2348
2326
|
* - When set to "Abstract", the card shows abstract placeholder without loading data.
|
|
2349
2327
|
* - When set to "Off", the card displays real data.
|
|
2350
2328
|
*/
|
|
@@ -2354,8 +2332,8 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2354
2332
|
| `{${string}}`;
|
|
2355
2333
|
|
|
2356
2334
|
/**
|
|
2357
|
-
* @
|
|
2358
|
-
* @
|
|
2335
|
+
* @since 1.85
|
|
2336
|
+
* @experimental (since 1.85) - Disclaimer: this aggregation is in a beta state - incompatible API changes
|
|
2359
2337
|
* may be done before its official public release. Use at your own discretion.
|
|
2360
2338
|
*
|
|
2361
2339
|
* Actions definitions from which actions in the header menu of the card are created. **Note**: This aggregation
|
|
@@ -2373,7 +2351,7 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2373
2351
|
host?: Control | string;
|
|
2374
2352
|
|
|
2375
2353
|
/**
|
|
2376
|
-
* @
|
|
2354
|
+
* @experimental (since 1.64) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
2377
2355
|
* be done before its official public release. Use at your own discretion.
|
|
2378
2356
|
*
|
|
2379
2357
|
* Fired when an action is triggered on the card.
|
|
@@ -2382,18 +2360,20 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2382
2360
|
* In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
|
|
2383
2361
|
* one to handle the action by calling `oEvent.preventDefault()`.
|
|
2384
2362
|
*/
|
|
2385
|
-
action?: (oEvent: Event) => void;
|
|
2363
|
+
action?: (oEvent: Event<Card$ActionEventParameters>) => void;
|
|
2386
2364
|
|
|
2387
2365
|
/**
|
|
2388
|
-
* @
|
|
2366
|
+
* @experimental (since 1.96)
|
|
2389
2367
|
*
|
|
2390
2368
|
* Fired when some configuration settings are changed as a result of user interaction. For example - filter
|
|
2391
2369
|
* value is changed.
|
|
2392
2370
|
*/
|
|
2393
|
-
configurationChange?: (
|
|
2371
|
+
configurationChange?: (
|
|
2372
|
+
oEvent: Event<Card$ConfigurationChangeEventParameters>
|
|
2373
|
+
) => void;
|
|
2394
2374
|
|
|
2395
2375
|
/**
|
|
2396
|
-
* @
|
|
2376
|
+
* @experimental (since 1.72)
|
|
2397
2377
|
*
|
|
2398
2378
|
* Fired when the manifest is loaded.
|
|
2399
2379
|
*/
|
|
@@ -2408,13 +2388,97 @@ declare module "sap/ui/integration/widgets/Card" {
|
|
|
2408
2388
|
manifestApplied?: (oEvent: Event) => void;
|
|
2409
2389
|
|
|
2410
2390
|
/**
|
|
2411
|
-
* @
|
|
2391
|
+
* @experimental (since 1.107)
|
|
2412
2392
|
*
|
|
2413
2393
|
* Fired when the state of the card is changed. For example - the card is ready, new page is selected, a
|
|
2414
2394
|
* filter is changed or data is refreshed.
|
|
2415
2395
|
*/
|
|
2416
2396
|
stateChanged?: (oEvent: Event) => void;
|
|
2417
2397
|
}
|
|
2398
|
+
|
|
2399
|
+
export interface Card$ActionEventParameters {
|
|
2400
|
+
/**
|
|
2401
|
+
* The action source.
|
|
2402
|
+
*/
|
|
2403
|
+
actionSource?: Control;
|
|
2404
|
+
|
|
2405
|
+
/**
|
|
2406
|
+
* The manifest parameters related to the triggered action.
|
|
2407
|
+
*/
|
|
2408
|
+
manifestParameters?: object;
|
|
2409
|
+
|
|
2410
|
+
/**
|
|
2411
|
+
* The parameters related to the triggered action.
|
|
2412
|
+
*/
|
|
2413
|
+
parameters?: object;
|
|
2414
|
+
|
|
2415
|
+
/**
|
|
2416
|
+
* The type of the action.
|
|
2417
|
+
*/
|
|
2418
|
+
type?: CardActionType | keyof typeof CardActionType;
|
|
2419
|
+
}
|
|
2420
|
+
|
|
2421
|
+
/**
|
|
2422
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Card$ActionEventParameters'
|
|
2423
|
+
* in 1.115.1 and any later releases.
|
|
2424
|
+
*/
|
|
2425
|
+
export type $CardActionEventParameters = Card$ActionEventParameters;
|
|
2426
|
+
|
|
2427
|
+
export type Card$ActionEvent = Event<Card$ActionEventParameters>;
|
|
2428
|
+
|
|
2429
|
+
export interface Card$ConfigurationChangeEventParameters {
|
|
2430
|
+
/**
|
|
2431
|
+
* Changed configuration settings.
|
|
2432
|
+
*
|
|
2433
|
+
* Example:
|
|
2434
|
+
* ```javascript
|
|
2435
|
+
*
|
|
2436
|
+
* {
|
|
2437
|
+
* "/sap.card/configuration/filters/shipper/value": "key3",
|
|
2438
|
+
* "/sap.card/configuration/filters/item/value": "key2",
|
|
2439
|
+
* }
|
|
2440
|
+
* ```
|
|
2441
|
+
*/
|
|
2442
|
+
changes?: object;
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2445
|
+
/**
|
|
2446
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Card$ConfigurationChangeEventParameters'
|
|
2447
|
+
* in 1.115.1 and any later releases.
|
|
2448
|
+
*/
|
|
2449
|
+
export type $CardConfigurationChangeEventParameters = Card$ConfigurationChangeEventParameters;
|
|
2450
|
+
|
|
2451
|
+
export type Card$ConfigurationChangeEvent = Event<Card$ConfigurationChangeEventParameters>;
|
|
2452
|
+
|
|
2453
|
+
export interface Card$ManifestAppliedEventParameters {}
|
|
2454
|
+
|
|
2455
|
+
/**
|
|
2456
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Card$ManifestAppliedEventParameters'
|
|
2457
|
+
* in 1.115.1 and any later releases.
|
|
2458
|
+
*/
|
|
2459
|
+
export type $CardManifestAppliedEventParameters = Card$ManifestAppliedEventParameters;
|
|
2460
|
+
|
|
2461
|
+
export type Card$ManifestAppliedEvent = Event<Card$ManifestAppliedEventParameters>;
|
|
2462
|
+
|
|
2463
|
+
export interface Card$ManifestReadyEventParameters {}
|
|
2464
|
+
|
|
2465
|
+
/**
|
|
2466
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Card$ManifestReadyEventParameters'
|
|
2467
|
+
* in 1.115.1 and any later releases.
|
|
2468
|
+
*/
|
|
2469
|
+
export type $CardManifestReadyEventParameters = Card$ManifestReadyEventParameters;
|
|
2470
|
+
|
|
2471
|
+
export type Card$ManifestReadyEvent = Event<Card$ManifestReadyEventParameters>;
|
|
2472
|
+
|
|
2473
|
+
export interface Card$StateChangedEventParameters {}
|
|
2474
|
+
|
|
2475
|
+
/**
|
|
2476
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Card$StateChangedEventParameters'
|
|
2477
|
+
* in 1.115.1 and any later releases.
|
|
2478
|
+
*/
|
|
2479
|
+
export type $CardStateChangedEventParameters = Card$StateChangedEventParameters;
|
|
2480
|
+
|
|
2481
|
+
export type Card$StateChangedEvent = Event<Card$StateChangedEventParameters>;
|
|
2418
2482
|
}
|
|
2419
2483
|
|
|
2420
2484
|
declare module "sap/ui/integration/Designtime" {
|
|
@@ -2428,8 +2492,8 @@ declare module "sap/ui/integration/Designtime" {
|
|
|
2428
2492
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
2429
2493
|
|
|
2430
2494
|
/**
|
|
2431
|
-
* @
|
|
2432
|
-
* @
|
|
2495
|
+
* @since 1.75
|
|
2496
|
+
* @experimental (since 1.75)
|
|
2433
2497
|
*
|
|
2434
2498
|
* Brings JavaScript capabilities for an {@link sap.ui.integration.widgets.Card} where custom logic can
|
|
2435
2499
|
* be implemented.
|
|
@@ -2442,8 +2506,8 @@ declare module "sap/ui/integration/Designtime" {
|
|
|
2442
2506
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2443
2507
|
* of the syntax of the settings object.
|
|
2444
2508
|
*
|
|
2445
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor
|
|
2446
|
-
*
|
|
2509
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject }
|
|
2510
|
+
* can be used.
|
|
2447
2511
|
*/
|
|
2448
2512
|
constructor(
|
|
2449
2513
|
/**
|
|
@@ -2458,8 +2522,8 @@ declare module "sap/ui/integration/Designtime" {
|
|
|
2458
2522
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
2459
2523
|
* of the syntax of the settings object.
|
|
2460
2524
|
*
|
|
2461
|
-
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor
|
|
2462
|
-
*
|
|
2525
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.ui.base.ManagedObject#constructor sap.ui.base.ManagedObject }
|
|
2526
|
+
* can be used.
|
|
2463
2527
|
*/
|
|
2464
2528
|
constructor(
|
|
2465
2529
|
/**
|
|
@@ -2514,8 +2578,8 @@ declare module "sap/ui/integration/Designtime" {
|
|
|
2514
2578
|
|
|
2515
2579
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
|
|
2516
2580
|
/**
|
|
2517
|
-
* @
|
|
2518
|
-
* @
|
|
2581
|
+
* @since 1.81
|
|
2582
|
+
* @experimental - 1.81
|
|
2519
2583
|
*
|
|
2520
2584
|
* Validates if the provided value is a boolean or binding string.
|
|
2521
2585
|
*/
|
|
@@ -2538,8 +2602,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsBoolean" {
|
|
|
2538
2602
|
|
|
2539
2603
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
|
|
2540
2604
|
/**
|
|
2541
|
-
* @
|
|
2542
|
-
* @
|
|
2605
|
+
* @since 1.81
|
|
2606
|
+
* @experimental - 1.81
|
|
2543
2607
|
*
|
|
2544
2608
|
* Validates if the provided value can be parsed to a valid date.
|
|
2545
2609
|
*/
|
|
@@ -2562,8 +2626,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsDate" {
|
|
|
2562
2626
|
|
|
2563
2627
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
|
|
2564
2628
|
/**
|
|
2565
|
-
* @
|
|
2566
|
-
* @
|
|
2629
|
+
* @since 1.81
|
|
2630
|
+
* @experimental - 1.81
|
|
2567
2631
|
*
|
|
2568
2632
|
* Validates if the provided value is an integer or binding string.
|
|
2569
2633
|
*/
|
|
@@ -2586,8 +2650,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsInteger" {
|
|
|
2586
2650
|
|
|
2587
2651
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
|
|
2588
2652
|
/**
|
|
2589
|
-
* @
|
|
2590
|
-
* @
|
|
2653
|
+
* @since 1.81
|
|
2654
|
+
* @experimental - 1.81
|
|
2591
2655
|
*
|
|
2592
2656
|
* Validates if the provided value is a number or binding string.
|
|
2593
2657
|
*/
|
|
@@ -2610,8 +2674,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsNumber" {
|
|
|
2610
2674
|
|
|
2611
2675
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey" {
|
|
2612
2676
|
/**
|
|
2613
|
-
* @
|
|
2614
|
-
* @
|
|
2677
|
+
* @since 1.81
|
|
2678
|
+
* @experimental - 1.81
|
|
2615
2679
|
*
|
|
2616
2680
|
* Validates if the provided value is one of the given keys.
|
|
2617
2681
|
*/
|
|
@@ -2643,8 +2707,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsSelectedKey
|
|
|
2643
2707
|
|
|
2644
2708
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList" {
|
|
2645
2709
|
/**
|
|
2646
|
-
* @
|
|
2647
|
-
* @
|
|
2710
|
+
* @since 1.81
|
|
2711
|
+
* @experimental - 1.81
|
|
2648
2712
|
*
|
|
2649
2713
|
* Validates if none of the provided values is an invalid binding.
|
|
2650
2714
|
*/
|
|
@@ -2667,8 +2731,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsStringList"
|
|
|
2667
2731
|
|
|
2668
2732
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey" {
|
|
2669
2733
|
/**
|
|
2670
|
-
* @
|
|
2671
|
-
* @
|
|
2734
|
+
* @since 1.81
|
|
2735
|
+
* @experimental - 1.81
|
|
2672
2736
|
*
|
|
2673
2737
|
* Validates if the provided key is unique in a list of given keys.
|
|
2674
2738
|
*/
|
|
@@ -2704,8 +2768,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueKey"
|
|
|
2704
2768
|
|
|
2705
2769
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList" {
|
|
2706
2770
|
/**
|
|
2707
|
-
* @
|
|
2708
|
-
* @
|
|
2771
|
+
* @since 1.81
|
|
2772
|
+
* @experimental - 1.81
|
|
2709
2773
|
*
|
|
2710
2774
|
* Validates if the provided list contains no duplicates.
|
|
2711
2775
|
*/
|
|
@@ -2728,8 +2792,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsUniqueList"
|
|
|
2728
2792
|
|
|
2729
2793
|
declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBinding" {
|
|
2730
2794
|
/**
|
|
2731
|
-
* @
|
|
2732
|
-
* @
|
|
2795
|
+
* @since 1.81
|
|
2796
|
+
* @experimental - 1.81
|
|
2733
2797
|
*
|
|
2734
2798
|
* Validates if the provided value is a valid binding.
|
|
2735
2799
|
*/
|
|
@@ -2761,8 +2825,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/IsValidBindin
|
|
|
2761
2825
|
|
|
2762
2826
|
declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
|
|
2763
2827
|
/**
|
|
2764
|
-
* @
|
|
2765
|
-
* @
|
|
2828
|
+
* @since 1.81
|
|
2829
|
+
* @experimental - 1.81
|
|
2766
2830
|
*
|
|
2767
2831
|
* Validates if the provided value doesn't exceed the maximum length.
|
|
2768
2832
|
*/
|
|
@@ -2785,8 +2849,8 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/MaxLength" {
|
|
|
2785
2849
|
|
|
2786
2850
|
declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding" {
|
|
2787
2851
|
/**
|
|
2788
|
-
* @
|
|
2789
|
-
* @
|
|
2852
|
+
* @since 1.81
|
|
2853
|
+
* @experimental - 1.81
|
|
2790
2854
|
*
|
|
2791
2855
|
* Validates if the provided value doesn't contain a binding.
|
|
2792
2856
|
*/
|
|
@@ -2809,7 +2873,7 @@ declare module "sap/ui/integration/designtime/baseEditor/validator/NotABinding"
|
|
|
2809
2873
|
|
|
2810
2874
|
declare module "sap/ui/integration/editor/Editor" {
|
|
2811
2875
|
/**
|
|
2812
|
-
* @
|
|
2876
|
+
* @experimental (since 1.94)
|
|
2813
2877
|
*
|
|
2814
2878
|
* Facade of the {@link sap.ui.integration.editor.Editor} control.
|
|
2815
2879
|
*/
|
|
@@ -2817,7 +2881,7 @@ declare module "sap/ui/integration/editor/Editor" {
|
|
|
2817
2881
|
__implements__sap_ui_integration_editor_EditorFacade: boolean;
|
|
2818
2882
|
|
|
2819
2883
|
/**
|
|
2820
|
-
* @
|
|
2884
|
+
* @experimental (since 1.94)
|
|
2821
2885
|
*
|
|
2822
2886
|
* Performs an HTTP request using the given configuration.
|
|
2823
2887
|
*
|
|
@@ -2873,7 +2937,7 @@ declare module "sap/ui/integration/editor/Extension" {
|
|
|
2873
2937
|
import { CardFacade } from "sap/ui/integration/widgets/Card";
|
|
2874
2938
|
|
|
2875
2939
|
/**
|
|
2876
|
-
* @
|
|
2940
|
+
* @since 1.94
|
|
2877
2941
|
*
|
|
2878
2942
|
* Brings JavaScript capabilities for an {@link sap.ui.integration.editor.Editor} where custom logic can
|
|
2879
2943
|
* be implemented.
|
|
@@ -2924,18 +2988,18 @@ declare module "sap/ui/integration/Extension" {
|
|
|
2924
2988
|
PropertyBindingInfo,
|
|
2925
2989
|
} from "sap/ui/base/ManagedObject";
|
|
2926
2990
|
|
|
2927
|
-
import
|
|
2928
|
-
|
|
2929
|
-
import Control from "sap/ui/core/Control";
|
|
2930
|
-
|
|
2931
|
-
import { CardActionType, CardMenuAction } from "sap/ui/integration/library";
|
|
2991
|
+
import { CardMenuAction, CardActionType } from "sap/ui/integration/library";
|
|
2932
2992
|
|
|
2933
2993
|
import { CardFacade } from "sap/ui/integration/widgets/Card";
|
|
2934
2994
|
|
|
2935
2995
|
import ManagedObjectMetadata from "sap/ui/base/ManagedObjectMetadata";
|
|
2936
2996
|
|
|
2997
|
+
import Event from "sap/ui/base/Event";
|
|
2998
|
+
|
|
2999
|
+
import Control from "sap/ui/core/Control";
|
|
3000
|
+
|
|
2937
3001
|
/**
|
|
2938
|
-
* @
|
|
3002
|
+
* @since 1.75
|
|
2939
3003
|
*
|
|
2940
3004
|
* Brings JavaScript capabilities for an {@link sap.ui.integration.widgets.Card} where custom logic can
|
|
2941
3005
|
* be implemented.
|
|
@@ -3002,7 +3066,7 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3002
3066
|
*/
|
|
3003
3067
|
static getMetadata(): ManagedObjectMetadata;
|
|
3004
3068
|
/**
|
|
3005
|
-
* @
|
|
3069
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3006
3070
|
* be done before its official public release. Use at your own discretion.
|
|
3007
3071
|
*
|
|
3008
3072
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
|
|
@@ -3027,14 +3091,14 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3027
3091
|
/**
|
|
3028
3092
|
* The function to be called when the event occurs
|
|
3029
3093
|
*/
|
|
3030
|
-
fnFunction: (p1:
|
|
3094
|
+
fnFunction: (p1: Extension$ActionEvent) => void,
|
|
3031
3095
|
/**
|
|
3032
3096
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Extension` itself
|
|
3033
3097
|
*/
|
|
3034
3098
|
oListener?: object
|
|
3035
3099
|
): this;
|
|
3036
3100
|
/**
|
|
3037
|
-
* @
|
|
3101
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3038
3102
|
* be done before its official public release. Use at your own discretion.
|
|
3039
3103
|
*
|
|
3040
3104
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Extension`.
|
|
@@ -3054,14 +3118,14 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3054
3118
|
/**
|
|
3055
3119
|
* The function to be called when the event occurs
|
|
3056
3120
|
*/
|
|
3057
|
-
fnFunction: (p1:
|
|
3121
|
+
fnFunction: (p1: Extension$ActionEvent) => void,
|
|
3058
3122
|
/**
|
|
3059
3123
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Extension` itself
|
|
3060
3124
|
*/
|
|
3061
3125
|
oListener?: object
|
|
3062
3126
|
): this;
|
|
3063
3127
|
/**
|
|
3064
|
-
* @
|
|
3128
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3065
3129
|
* be done before its official public release. Use at your own discretion.
|
|
3066
3130
|
*
|
|
3067
3131
|
* Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Extension`.
|
|
@@ -3074,14 +3138,14 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3074
3138
|
/**
|
|
3075
3139
|
* The function to be called, when the event occurs
|
|
3076
3140
|
*/
|
|
3077
|
-
fnFunction: (p1:
|
|
3141
|
+
fnFunction: (p1: Extension$ActionEvent) => void,
|
|
3078
3142
|
/**
|
|
3079
3143
|
* Context object on which the given function had to be called
|
|
3080
3144
|
*/
|
|
3081
3145
|
oListener?: object
|
|
3082
3146
|
): this;
|
|
3083
3147
|
/**
|
|
3084
|
-
* @
|
|
3148
|
+
* @experimental (since 1.113) - The API might change.
|
|
3085
3149
|
*
|
|
3086
3150
|
* Starts the process of fetching a resource from the network, returning a promise that is fulfilled once
|
|
3087
3151
|
* the response is available. Use this method to override the default behavior when fetching network resources.
|
|
@@ -3105,9 +3169,9 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3105
3169
|
mRequestSettings: object
|
|
3106
3170
|
): Promise<Response>;
|
|
3107
3171
|
/**
|
|
3108
|
-
* @
|
|
3172
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3109
3173
|
* be done before its official public release. Use at your own discretion.
|
|
3110
|
-
* @
|
|
3174
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3111
3175
|
*
|
|
3112
3176
|
* Fires event {@link #event:action action} to attached listeners.
|
|
3113
3177
|
*
|
|
@@ -3120,32 +3184,11 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3120
3184
|
/**
|
|
3121
3185
|
* Parameters to pass along with the event
|
|
3122
3186
|
*/
|
|
3123
|
-
mParameters?:
|
|
3124
|
-
/**
|
|
3125
|
-
* The card the action is fired from.
|
|
3126
|
-
*/
|
|
3127
|
-
card?: Control;
|
|
3128
|
-
/**
|
|
3129
|
-
* The action configuration.
|
|
3130
|
-
*/
|
|
3131
|
-
actionConfig?: object;
|
|
3132
|
-
/**
|
|
3133
|
-
* The action source.
|
|
3134
|
-
*/
|
|
3135
|
-
actionSource?: Control;
|
|
3136
|
-
/**
|
|
3137
|
-
* The parameters related to the triggered action.
|
|
3138
|
-
*/
|
|
3139
|
-
parameters?: object;
|
|
3140
|
-
/**
|
|
3141
|
-
* The type of the action.
|
|
3142
|
-
*/
|
|
3143
|
-
type?: CardActionType | keyof typeof CardActionType;
|
|
3144
|
-
}
|
|
3187
|
+
mParameters?: Extension$ActionEventParameters
|
|
3145
3188
|
): boolean;
|
|
3146
3189
|
/**
|
|
3147
3190
|
* @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
|
|
3148
|
-
* @
|
|
3191
|
+
* @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3149
3192
|
* may be done before its official public release. Use at your own discretion.
|
|
3150
3193
|
*
|
|
3151
3194
|
* Gets current value of property {@link #getActions actions}.
|
|
@@ -3170,7 +3213,7 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3170
3213
|
*/
|
|
3171
3214
|
getFormatters(): Record<string, () => void> | undefined;
|
|
3172
3215
|
/**
|
|
3173
|
-
* @
|
|
3216
|
+
* @experimental (since 1.108)
|
|
3174
3217
|
*
|
|
3175
3218
|
* Override this method to lazy load dependencies for the extension.
|
|
3176
3219
|
*
|
|
@@ -3201,7 +3244,7 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3201
3244
|
export interface $ExtensionSettings extends $ManagedObjectSettings {
|
|
3202
3245
|
/**
|
|
3203
3246
|
* @deprecated (since 1.85) - This property is replaced by the `actions` aggregation of the card;
|
|
3204
|
-
* @
|
|
3247
|
+
* @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3205
3248
|
* may be done before its official public release. Use at your own discretion.
|
|
3206
3249
|
*
|
|
3207
3250
|
* The actions configuration.
|
|
@@ -3209,14 +3252,14 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3209
3252
|
actions?: CardMenuAction[] | PropertyBindingInfo | `{${string}}`;
|
|
3210
3253
|
|
|
3211
3254
|
/**
|
|
3212
|
-
* @
|
|
3255
|
+
* @experimental (since 1.79)
|
|
3213
3256
|
*
|
|
3214
3257
|
* The formatters that can be used in the manifest.
|
|
3215
3258
|
*/
|
|
3216
3259
|
formatters?: object | PropertyBindingInfo | `{${string}}`;
|
|
3217
3260
|
|
|
3218
3261
|
/**
|
|
3219
|
-
* @
|
|
3262
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3220
3263
|
* be done before its official public release. Use at your own discretion.
|
|
3221
3264
|
*
|
|
3222
3265
|
* Fired when an action is triggered in the card.
|
|
@@ -3225,18 +3268,49 @@ declare module "sap/ui/integration/Extension" {
|
|
|
3225
3268
|
* In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
|
|
3226
3269
|
* one to handle the action by calling `oEvent.preventDefault()`.
|
|
3227
3270
|
*/
|
|
3228
|
-
action?: (oEvent: Event) => void;
|
|
3271
|
+
action?: (oEvent: Event<Extension$ActionEventParameters>) => void;
|
|
3229
3272
|
}
|
|
3273
|
+
|
|
3274
|
+
export interface Extension$ActionEventParameters {
|
|
3275
|
+
/**
|
|
3276
|
+
* The card the action is fired from.
|
|
3277
|
+
*/
|
|
3278
|
+
card?: Control;
|
|
3279
|
+
|
|
3280
|
+
/**
|
|
3281
|
+
* The action configuration.
|
|
3282
|
+
*/
|
|
3283
|
+
actionConfig?: object;
|
|
3284
|
+
|
|
3285
|
+
/**
|
|
3286
|
+
* The action source.
|
|
3287
|
+
*/
|
|
3288
|
+
actionSource?: Control;
|
|
3289
|
+
|
|
3290
|
+
/**
|
|
3291
|
+
* The parameters related to the triggered action.
|
|
3292
|
+
*/
|
|
3293
|
+
parameters?: object;
|
|
3294
|
+
|
|
3295
|
+
/**
|
|
3296
|
+
* The type of the action.
|
|
3297
|
+
*/
|
|
3298
|
+
type?: CardActionType | keyof typeof CardActionType;
|
|
3299
|
+
}
|
|
3300
|
+
|
|
3301
|
+
/**
|
|
3302
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Extension$ActionEventParameters'
|
|
3303
|
+
* in 1.115.1 and any later releases.
|
|
3304
|
+
*/
|
|
3305
|
+
export type $ExtensionActionEventParameters = Extension$ActionEventParameters;
|
|
3306
|
+
|
|
3307
|
+
export type Extension$ActionEvent = Event<Extension$ActionEventParameters>;
|
|
3230
3308
|
}
|
|
3231
3309
|
|
|
3232
3310
|
declare module "sap/ui/integration/Host" {
|
|
3233
3311
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
3234
3312
|
|
|
3235
|
-
import
|
|
3236
|
-
|
|
3237
|
-
import Control from "sap/ui/core/Control";
|
|
3238
|
-
|
|
3239
|
-
import { CardActionType, CardMenuAction } from "sap/ui/integration/library";
|
|
3313
|
+
import { CardMenuAction, CardActionType } from "sap/ui/integration/library";
|
|
3240
3314
|
|
|
3241
3315
|
import Card from "sap/ui/integration/widgets/Card";
|
|
3242
3316
|
|
|
@@ -3244,9 +3318,13 @@ declare module "sap/ui/integration/Host" {
|
|
|
3244
3318
|
|
|
3245
3319
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3246
3320
|
|
|
3321
|
+
import Event from "sap/ui/base/Event";
|
|
3322
|
+
|
|
3323
|
+
import Control from "sap/ui/core/Control";
|
|
3324
|
+
|
|
3247
3325
|
/**
|
|
3248
|
-
* @
|
|
3249
|
-
* @
|
|
3326
|
+
* @since 1.75
|
|
3327
|
+
* @experimental (since 1.75)
|
|
3250
3328
|
*
|
|
3251
3329
|
* Provides application-level functions and services to an integration card.
|
|
3252
3330
|
*
|
|
@@ -3314,7 +3392,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3314
3392
|
*/
|
|
3315
3393
|
static getMetadata(): ElementMetadata;
|
|
3316
3394
|
/**
|
|
3317
|
-
* @
|
|
3395
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3318
3396
|
* be done before its official public release. Use at your own discretion.
|
|
3319
3397
|
*
|
|
3320
3398
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
|
|
@@ -3339,14 +3417,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3339
3417
|
/**
|
|
3340
3418
|
* The function to be called when the event occurs
|
|
3341
3419
|
*/
|
|
3342
|
-
fnFunction: (p1:
|
|
3420
|
+
fnFunction: (p1: Host$ActionEvent) => void,
|
|
3343
3421
|
/**
|
|
3344
3422
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3345
3423
|
*/
|
|
3346
3424
|
oListener?: object
|
|
3347
3425
|
): this;
|
|
3348
3426
|
/**
|
|
3349
|
-
* @
|
|
3427
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3350
3428
|
* be done before its official public release. Use at your own discretion.
|
|
3351
3429
|
*
|
|
3352
3430
|
* Attaches event handler `fnFunction` to the {@link #event:action action} event of this `sap.ui.integration.Host`.
|
|
@@ -3366,16 +3444,16 @@ declare module "sap/ui/integration/Host" {
|
|
|
3366
3444
|
/**
|
|
3367
3445
|
* The function to be called when the event occurs
|
|
3368
3446
|
*/
|
|
3369
|
-
fnFunction: (p1:
|
|
3447
|
+
fnFunction: (p1: Host$ActionEvent) => void,
|
|
3370
3448
|
/**
|
|
3371
3449
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3372
3450
|
*/
|
|
3373
3451
|
oListener?: object
|
|
3374
3452
|
): this;
|
|
3375
3453
|
/**
|
|
3376
|
-
* @
|
|
3454
|
+
* @experimental (since 1.96)
|
|
3377
3455
|
*
|
|
3378
|
-
* Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange}
|
|
3456
|
+
* Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange }
|
|
3379
3457
|
* event of this `sap.ui.integration.Host`.
|
|
3380
3458
|
*
|
|
3381
3459
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3395,16 +3473,16 @@ declare module "sap/ui/integration/Host" {
|
|
|
3395
3473
|
/**
|
|
3396
3474
|
* The function to be called when the event occurs
|
|
3397
3475
|
*/
|
|
3398
|
-
fnFunction: (p1:
|
|
3476
|
+
fnFunction: (p1: Host$CardConfigurationChangeEvent) => void,
|
|
3399
3477
|
/**
|
|
3400
3478
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3401
3479
|
*/
|
|
3402
3480
|
oListener?: object
|
|
3403
3481
|
): this;
|
|
3404
3482
|
/**
|
|
3405
|
-
* @
|
|
3483
|
+
* @experimental (since 1.96)
|
|
3406
3484
|
*
|
|
3407
|
-
* Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange}
|
|
3485
|
+
* Attaches event handler `fnFunction` to the {@link #event:cardConfigurationChange cardConfigurationChange }
|
|
3408
3486
|
* event of this `sap.ui.integration.Host`.
|
|
3409
3487
|
*
|
|
3410
3488
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
@@ -3419,14 +3497,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3419
3497
|
/**
|
|
3420
3498
|
* The function to be called when the event occurs
|
|
3421
3499
|
*/
|
|
3422
|
-
fnFunction: (p1:
|
|
3500
|
+
fnFunction: (p1: Host$CardConfigurationChangeEvent) => void,
|
|
3423
3501
|
/**
|
|
3424
3502
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3425
3503
|
*/
|
|
3426
3504
|
oListener?: object
|
|
3427
3505
|
): this;
|
|
3428
3506
|
/**
|
|
3429
|
-
* @
|
|
3507
|
+
* @experimental (since 1.107)
|
|
3430
3508
|
*
|
|
3431
3509
|
* Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
|
|
3432
3510
|
* this `sap.ui.integration.Host`.
|
|
@@ -3448,14 +3526,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3448
3526
|
/**
|
|
3449
3527
|
* The function to be called when the event occurs
|
|
3450
3528
|
*/
|
|
3451
|
-
fnFunction: (p1:
|
|
3529
|
+
fnFunction: (p1: Host$CardStateChangedEvent) => void,
|
|
3452
3530
|
/**
|
|
3453
3531
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3454
3532
|
*/
|
|
3455
3533
|
oListener?: object
|
|
3456
3534
|
): this;
|
|
3457
3535
|
/**
|
|
3458
|
-
* @
|
|
3536
|
+
* @experimental (since 1.107)
|
|
3459
3537
|
*
|
|
3460
3538
|
* Attaches event handler `fnFunction` to the {@link #event:cardStateChanged cardStateChanged} event of
|
|
3461
3539
|
* this `sap.ui.integration.Host`.
|
|
@@ -3472,14 +3550,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3472
3550
|
/**
|
|
3473
3551
|
* The function to be called when the event occurs
|
|
3474
3552
|
*/
|
|
3475
|
-
fnFunction: (p1:
|
|
3553
|
+
fnFunction: (p1: Host$CardStateChangedEvent) => void,
|
|
3476
3554
|
/**
|
|
3477
3555
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3478
3556
|
*/
|
|
3479
3557
|
oListener?: object
|
|
3480
3558
|
): this;
|
|
3481
3559
|
/**
|
|
3482
|
-
* @
|
|
3560
|
+
* @experimental (since 1.91)
|
|
3483
3561
|
*
|
|
3484
3562
|
* Attaches event handler `fnFunction` to the {@link #event:message message} event of this `sap.ui.integration.Host`.
|
|
3485
3563
|
*
|
|
@@ -3499,14 +3577,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3499
3577
|
/**
|
|
3500
3578
|
* The function to be called when the event occurs
|
|
3501
3579
|
*/
|
|
3502
|
-
fnFunction: (p1:
|
|
3580
|
+
fnFunction: (p1: Host$MessageEvent) => void,
|
|
3503
3581
|
/**
|
|
3504
3582
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3505
3583
|
*/
|
|
3506
3584
|
oListener?: object
|
|
3507
3585
|
): this;
|
|
3508
3586
|
/**
|
|
3509
|
-
* @
|
|
3587
|
+
* @experimental (since 1.91)
|
|
3510
3588
|
*
|
|
3511
3589
|
* Attaches event handler `fnFunction` to the {@link #event:message message} event of this `sap.ui.integration.Host`.
|
|
3512
3590
|
*
|
|
@@ -3521,14 +3599,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3521
3599
|
/**
|
|
3522
3600
|
* The function to be called when the event occurs
|
|
3523
3601
|
*/
|
|
3524
|
-
fnFunction: (p1:
|
|
3602
|
+
fnFunction: (p1: Host$MessageEvent) => void,
|
|
3525
3603
|
/**
|
|
3526
3604
|
* Context object to call the event handler with. Defaults to this `sap.ui.integration.Host` itself
|
|
3527
3605
|
*/
|
|
3528
3606
|
oListener?: object
|
|
3529
3607
|
): this;
|
|
3530
3608
|
/**
|
|
3531
|
-
* @
|
|
3609
|
+
* @experimental (since 1.97)
|
|
3532
3610
|
*
|
|
3533
3611
|
* This function is called when a CSRF token has expired.
|
|
3534
3612
|
*/
|
|
@@ -3541,7 +3619,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3541
3619
|
}
|
|
3542
3620
|
): void;
|
|
3543
3621
|
/**
|
|
3544
|
-
* @
|
|
3622
|
+
* @experimental (since 1.97)
|
|
3545
3623
|
*
|
|
3546
3624
|
* This function is called when a CSRF token is fetched.
|
|
3547
3625
|
*/
|
|
@@ -3558,7 +3636,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3558
3636
|
pCSRFTokenValuePromise: Promise<string>
|
|
3559
3637
|
): void;
|
|
3560
3638
|
/**
|
|
3561
|
-
* @
|
|
3639
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3562
3640
|
* be done before its official public release. Use at your own discretion.
|
|
3563
3641
|
*
|
|
3564
3642
|
* Detaches event handler `fnFunction` from the {@link #event:action action} event of this `sap.ui.integration.Host`.
|
|
@@ -3571,16 +3649,16 @@ declare module "sap/ui/integration/Host" {
|
|
|
3571
3649
|
/**
|
|
3572
3650
|
* The function to be called, when the event occurs
|
|
3573
3651
|
*/
|
|
3574
|
-
fnFunction: (p1:
|
|
3652
|
+
fnFunction: (p1: Host$ActionEvent) => void,
|
|
3575
3653
|
/**
|
|
3576
3654
|
* Context object on which the given function had to be called
|
|
3577
3655
|
*/
|
|
3578
3656
|
oListener?: object
|
|
3579
3657
|
): this;
|
|
3580
3658
|
/**
|
|
3581
|
-
* @
|
|
3659
|
+
* @experimental (since 1.96)
|
|
3582
3660
|
*
|
|
3583
|
-
* Detaches event handler `fnFunction` from the {@link #event:cardConfigurationChange cardConfigurationChange}
|
|
3661
|
+
* Detaches event handler `fnFunction` from the {@link #event:cardConfigurationChange cardConfigurationChange }
|
|
3584
3662
|
* event of this `sap.ui.integration.Host`.
|
|
3585
3663
|
*
|
|
3586
3664
|
* The passed function and listener object must match the ones used for event registration.
|
|
@@ -3591,14 +3669,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3591
3669
|
/**
|
|
3592
3670
|
* The function to be called, when the event occurs
|
|
3593
3671
|
*/
|
|
3594
|
-
fnFunction: (p1:
|
|
3672
|
+
fnFunction: (p1: Host$CardConfigurationChangeEvent) => void,
|
|
3595
3673
|
/**
|
|
3596
3674
|
* Context object on which the given function had to be called
|
|
3597
3675
|
*/
|
|
3598
3676
|
oListener?: object
|
|
3599
3677
|
): this;
|
|
3600
3678
|
/**
|
|
3601
|
-
* @
|
|
3679
|
+
* @experimental (since 1.107)
|
|
3602
3680
|
*
|
|
3603
3681
|
* Detaches event handler `fnFunction` from the {@link #event:cardStateChanged cardStateChanged} event of
|
|
3604
3682
|
* this `sap.ui.integration.Host`.
|
|
@@ -3611,14 +3689,14 @@ declare module "sap/ui/integration/Host" {
|
|
|
3611
3689
|
/**
|
|
3612
3690
|
* The function to be called, when the event occurs
|
|
3613
3691
|
*/
|
|
3614
|
-
fnFunction: (p1:
|
|
3692
|
+
fnFunction: (p1: Host$CardStateChangedEvent) => void,
|
|
3615
3693
|
/**
|
|
3616
3694
|
* Context object on which the given function had to be called
|
|
3617
3695
|
*/
|
|
3618
3696
|
oListener?: object
|
|
3619
3697
|
): this;
|
|
3620
3698
|
/**
|
|
3621
|
-
* @
|
|
3699
|
+
* @experimental (since 1.91)
|
|
3622
3700
|
*
|
|
3623
3701
|
* Detaches event handler `fnFunction` from the {@link #event:message message} event of this `sap.ui.integration.Host`.
|
|
3624
3702
|
*
|
|
@@ -3630,16 +3708,16 @@ declare module "sap/ui/integration/Host" {
|
|
|
3630
3708
|
/**
|
|
3631
3709
|
* The function to be called, when the event occurs
|
|
3632
3710
|
*/
|
|
3633
|
-
fnFunction: (p1:
|
|
3711
|
+
fnFunction: (p1: Host$MessageEvent) => void,
|
|
3634
3712
|
/**
|
|
3635
3713
|
* Context object on which the given function had to be called
|
|
3636
3714
|
*/
|
|
3637
3715
|
oListener?: object
|
|
3638
3716
|
): this;
|
|
3639
3717
|
/**
|
|
3640
|
-
* @
|
|
3718
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3641
3719
|
* be done before its official public release. Use at your own discretion.
|
|
3642
|
-
* @
|
|
3720
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3643
3721
|
*
|
|
3644
3722
|
* Fires event {@link #event:action action} to attached listeners.
|
|
3645
3723
|
*
|
|
@@ -3652,32 +3730,11 @@ declare module "sap/ui/integration/Host" {
|
|
|
3652
3730
|
/**
|
|
3653
3731
|
* Parameters to pass along with the event
|
|
3654
3732
|
*/
|
|
3655
|
-
mParameters?:
|
|
3656
|
-
/**
|
|
3657
|
-
* The card the action is fired from.
|
|
3658
|
-
*/
|
|
3659
|
-
card?: Control;
|
|
3660
|
-
/**
|
|
3661
|
-
* The action configuration.
|
|
3662
|
-
*/
|
|
3663
|
-
actionConfig?: object;
|
|
3664
|
-
/**
|
|
3665
|
-
* The action source.
|
|
3666
|
-
*/
|
|
3667
|
-
actionSource?: Control;
|
|
3668
|
-
/**
|
|
3669
|
-
* The parameters related to the triggered action.
|
|
3670
|
-
*/
|
|
3671
|
-
parameters?: object;
|
|
3672
|
-
/**
|
|
3673
|
-
* The type of the action.
|
|
3674
|
-
*/
|
|
3675
|
-
type?: CardActionType | keyof typeof CardActionType;
|
|
3676
|
-
}
|
|
3733
|
+
mParameters?: Host$ActionEventParameters
|
|
3677
3734
|
): boolean;
|
|
3678
3735
|
/**
|
|
3679
|
-
* @
|
|
3680
|
-
* @
|
|
3736
|
+
* @experimental (since 1.96)
|
|
3737
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3681
3738
|
*
|
|
3682
3739
|
* Fires event {@link #event:cardConfigurationChange cardConfigurationChange} to attached listeners.
|
|
3683
3740
|
*
|
|
@@ -3687,29 +3744,11 @@ declare module "sap/ui/integration/Host" {
|
|
|
3687
3744
|
/**
|
|
3688
3745
|
* Parameters to pass along with the event
|
|
3689
3746
|
*/
|
|
3690
|
-
mParameters?:
|
|
3691
|
-
/**
|
|
3692
|
-
* The card the changes are fired from.
|
|
3693
|
-
*/
|
|
3694
|
-
card?: Control;
|
|
3695
|
-
/**
|
|
3696
|
-
* Changed configuration settings.
|
|
3697
|
-
*
|
|
3698
|
-
* Example:
|
|
3699
|
-
* ```javascript
|
|
3700
|
-
*
|
|
3701
|
-
* {
|
|
3702
|
-
* "/sap.card/configuration/filters/shipper/value": "key3",
|
|
3703
|
-
* "/sap.card/configuration/filters/item/value": "key2"
|
|
3704
|
-
* }
|
|
3705
|
-
* ```
|
|
3706
|
-
*/
|
|
3707
|
-
changes?: object;
|
|
3708
|
-
}
|
|
3747
|
+
mParameters?: Host$CardConfigurationChangeEventParameters
|
|
3709
3748
|
): this;
|
|
3710
3749
|
/**
|
|
3711
|
-
* @
|
|
3712
|
-
* @
|
|
3750
|
+
* @experimental (since 1.107)
|
|
3751
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3713
3752
|
*
|
|
3714
3753
|
* Fires event {@link #event:cardStateChanged cardStateChanged} to attached listeners.
|
|
3715
3754
|
*
|
|
@@ -3719,16 +3758,11 @@ declare module "sap/ui/integration/Host" {
|
|
|
3719
3758
|
/**
|
|
3720
3759
|
* Parameters to pass along with the event
|
|
3721
3760
|
*/
|
|
3722
|
-
mParameters?:
|
|
3723
|
-
/**
|
|
3724
|
-
* The card the changes are fired from.
|
|
3725
|
-
*/
|
|
3726
|
-
card?: Control;
|
|
3727
|
-
}
|
|
3761
|
+
mParameters?: Host$CardStateChangedEventParameters
|
|
3728
3762
|
): this;
|
|
3729
3763
|
/**
|
|
3730
|
-
* @
|
|
3731
|
-
* @
|
|
3764
|
+
* @experimental (since 1.91)
|
|
3765
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
3732
3766
|
*
|
|
3733
3767
|
* Fires event {@link #event:message message} to attached listeners.
|
|
3734
3768
|
*
|
|
@@ -3738,12 +3772,10 @@ declare module "sap/ui/integration/Host" {
|
|
|
3738
3772
|
/**
|
|
3739
3773
|
* Parameters to pass along with the event
|
|
3740
3774
|
*/
|
|
3741
|
-
mParameters?:
|
|
3742
|
-
data?: object;
|
|
3743
|
-
}
|
|
3775
|
+
mParameters?: Host$MessageEventParameters
|
|
3744
3776
|
): this;
|
|
3745
3777
|
/**
|
|
3746
|
-
* @
|
|
3778
|
+
* @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3747
3779
|
* may be done before its official public release. Use at your own discretion.
|
|
3748
3780
|
*
|
|
3749
3781
|
* Gets current value of property {@link #getActions actions}.
|
|
@@ -3754,7 +3786,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3754
3786
|
*/
|
|
3755
3787
|
getActions(): CardMenuAction[];
|
|
3756
3788
|
/**
|
|
3757
|
-
* @
|
|
3789
|
+
* @since 1.83
|
|
3758
3790
|
*
|
|
3759
3791
|
* Returns the context object for the Card Editor design-time environment Contexts can be used to configure
|
|
3760
3792
|
* Cards with information available in the host environment. Each entry in the list should contain design-time
|
|
@@ -3771,7 +3803,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3771
3803
|
*/
|
|
3772
3804
|
getContexts(): Promise<object>;
|
|
3773
3805
|
/**
|
|
3774
|
-
* @
|
|
3806
|
+
* @since 1.83
|
|
3775
3807
|
*
|
|
3776
3808
|
* Resolves the value for a given path in the context of the host Contexts can be used to configure Cards
|
|
3777
3809
|
* with information available in the host environment.
|
|
@@ -3792,7 +3824,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3792
3824
|
sPath: string
|
|
3793
3825
|
): Promise<null>;
|
|
3794
3826
|
/**
|
|
3795
|
-
* @
|
|
3827
|
+
* @experimental (since 1.97)
|
|
3796
3828
|
*
|
|
3797
3829
|
* Resolves the CSRF token and returns a Promise with its value.
|
|
3798
3830
|
*
|
|
@@ -3822,7 +3854,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3822
3854
|
oCard: Card
|
|
3823
3855
|
): Promise<string>;
|
|
3824
3856
|
/**
|
|
3825
|
-
* @
|
|
3857
|
+
* @since 1.83
|
|
3826
3858
|
*
|
|
3827
3859
|
* Returns the list of destinations for the Card Editor design-time environment List entries are objects
|
|
3828
3860
|
* that contain at least the name. { "name": "DestinationName" }
|
|
@@ -3849,7 +3881,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3849
3881
|
| ((p1: string, p2: Card) => string | Promise<string>)
|
|
3850
3882
|
| undefined;
|
|
3851
3883
|
/**
|
|
3852
|
-
* @
|
|
3884
|
+
* @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3853
3885
|
* may be done before its official public release. Use at your own discretion.
|
|
3854
3886
|
*
|
|
3855
3887
|
* Sets a new value for property {@link #getActions actions}.
|
|
@@ -3889,7 +3921,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3889
3921
|
|
|
3890
3922
|
export interface $HostSettings extends $ElementSettings {
|
|
3891
3923
|
/**
|
|
3892
|
-
* @
|
|
3924
|
+
* @experimental (since 1.75) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
3893
3925
|
* may be done before its official public release. Use at your own discretion.
|
|
3894
3926
|
*
|
|
3895
3927
|
* The actions configuration.
|
|
@@ -3910,7 +3942,7 @@ declare module "sap/ui/integration/Host" {
|
|
|
3910
3942
|
resolveDestination?: Function | PropertyBindingInfo | `{${string}}`;
|
|
3911
3943
|
|
|
3912
3944
|
/**
|
|
3913
|
-
* @
|
|
3945
|
+
* @experimental (since 1.75) - Disclaimer: this event is in a beta state - incompatible API changes may
|
|
3914
3946
|
* be done before its official public release. Use at your own discretion.
|
|
3915
3947
|
*
|
|
3916
3948
|
* Fired when an action is triggered.
|
|
@@ -3919,37 +3951,132 @@ declare module "sap/ui/integration/Host" {
|
|
|
3919
3951
|
* In consecutive order those places are: `Extension`, `Card`, `Host`. Each of them can prevent the next
|
|
3920
3952
|
* one to handle the action by calling `oEvent.preventDefault()`.
|
|
3921
3953
|
*/
|
|
3922
|
-
action?: (oEvent: Event) => void;
|
|
3954
|
+
action?: (oEvent: Event<Host$ActionEventParameters>) => void;
|
|
3923
3955
|
|
|
3924
3956
|
/**
|
|
3925
|
-
* @
|
|
3957
|
+
* @experimental (since 1.96)
|
|
3926
3958
|
*
|
|
3927
3959
|
* Fired when some card configuration settings are changed as a result of user interaction. For example
|
|
3928
3960
|
* - filter value is changed.
|
|
3929
3961
|
*/
|
|
3930
|
-
cardConfigurationChange?: (
|
|
3962
|
+
cardConfigurationChange?: (
|
|
3963
|
+
oEvent: Event<Host$CardConfigurationChangeEventParameters>
|
|
3964
|
+
) => void;
|
|
3931
3965
|
|
|
3932
3966
|
/**
|
|
3933
|
-
* @
|
|
3967
|
+
* @experimental (since 1.107)
|
|
3934
3968
|
*
|
|
3935
3969
|
* Fired when the state of a card is changed. For example - the card is ready, new page is selected inside
|
|
3936
3970
|
* the card, a filter is changed or data is refreshed.
|
|
3937
3971
|
*/
|
|
3938
|
-
cardStateChanged?: (
|
|
3972
|
+
cardStateChanged?: (
|
|
3973
|
+
oEvent: Event<Host$CardStateChangedEventParameters>
|
|
3974
|
+
) => void;
|
|
3939
3975
|
|
|
3940
3976
|
/**
|
|
3941
|
-
* @
|
|
3977
|
+
* @experimental (since 1.91)
|
|
3942
3978
|
*
|
|
3943
3979
|
* Fired when a message from channels like navigator.serviceWorker is received.
|
|
3944
3980
|
*/
|
|
3945
|
-
message?: (oEvent: Event) => void;
|
|
3981
|
+
message?: (oEvent: Event<Host$MessageEventParameters>) => void;
|
|
3946
3982
|
}
|
|
3983
|
+
|
|
3984
|
+
export interface Host$ActionEventParameters {
|
|
3985
|
+
/**
|
|
3986
|
+
* The card the action is fired from.
|
|
3987
|
+
*/
|
|
3988
|
+
card?: Control;
|
|
3989
|
+
|
|
3990
|
+
/**
|
|
3991
|
+
* The action configuration.
|
|
3992
|
+
*/
|
|
3993
|
+
actionConfig?: object;
|
|
3994
|
+
|
|
3995
|
+
/**
|
|
3996
|
+
* The action source.
|
|
3997
|
+
*/
|
|
3998
|
+
actionSource?: Control;
|
|
3999
|
+
|
|
4000
|
+
/**
|
|
4001
|
+
* The parameters related to the triggered action.
|
|
4002
|
+
*/
|
|
4003
|
+
parameters?: object;
|
|
4004
|
+
|
|
4005
|
+
/**
|
|
4006
|
+
* The type of the action.
|
|
4007
|
+
*/
|
|
4008
|
+
type?: CardActionType | keyof typeof CardActionType;
|
|
4009
|
+
}
|
|
4010
|
+
|
|
4011
|
+
/**
|
|
4012
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Host$ActionEventParameters'
|
|
4013
|
+
* in 1.115.1 and any later releases.
|
|
4014
|
+
*/
|
|
4015
|
+
export type $HostActionEventParameters = Host$ActionEventParameters;
|
|
4016
|
+
|
|
4017
|
+
export type Host$ActionEvent = Event<Host$ActionEventParameters>;
|
|
4018
|
+
|
|
4019
|
+
export interface Host$CardConfigurationChangeEventParameters {
|
|
4020
|
+
/**
|
|
4021
|
+
* The card the changes are fired from.
|
|
4022
|
+
*/
|
|
4023
|
+
card?: Control;
|
|
4024
|
+
|
|
4025
|
+
/**
|
|
4026
|
+
* Changed configuration settings.
|
|
4027
|
+
*
|
|
4028
|
+
* Example:
|
|
4029
|
+
* ```javascript
|
|
4030
|
+
*
|
|
4031
|
+
* {
|
|
4032
|
+
* "/sap.card/configuration/filters/shipper/value": "key3",
|
|
4033
|
+
* "/sap.card/configuration/filters/item/value": "key2"
|
|
4034
|
+
* }
|
|
4035
|
+
* ```
|
|
4036
|
+
*/
|
|
4037
|
+
changes?: object;
|
|
4038
|
+
}
|
|
4039
|
+
|
|
4040
|
+
/**
|
|
4041
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Host$CardConfigurationChangeEventParameters'
|
|
4042
|
+
* in 1.115.1 and any later releases.
|
|
4043
|
+
*/
|
|
4044
|
+
export type $HostCardConfigurationChangeEventParameters = Host$CardConfigurationChangeEventParameters;
|
|
4045
|
+
|
|
4046
|
+
export type Host$CardConfigurationChangeEvent = Event<Host$CardConfigurationChangeEventParameters>;
|
|
4047
|
+
|
|
4048
|
+
export interface Host$CardStateChangedEventParameters {
|
|
4049
|
+
/**
|
|
4050
|
+
* The card the changes are fired from.
|
|
4051
|
+
*/
|
|
4052
|
+
card?: Control;
|
|
4053
|
+
}
|
|
4054
|
+
|
|
4055
|
+
/**
|
|
4056
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Host$CardStateChangedEventParameters'
|
|
4057
|
+
* in 1.115.1 and any later releases.
|
|
4058
|
+
*/
|
|
4059
|
+
export type $HostCardStateChangedEventParameters = Host$CardStateChangedEventParameters;
|
|
4060
|
+
|
|
4061
|
+
export type Host$CardStateChangedEvent = Event<Host$CardStateChangedEventParameters>;
|
|
4062
|
+
|
|
4063
|
+
export interface Host$MessageEventParameters {
|
|
4064
|
+
data?: object;
|
|
4065
|
+
}
|
|
4066
|
+
|
|
4067
|
+
/**
|
|
4068
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Host$MessageEventParameters'
|
|
4069
|
+
* in 1.115.1 and any later releases.
|
|
4070
|
+
*/
|
|
4071
|
+
export type $HostMessageEventParameters = Host$MessageEventParameters;
|
|
4072
|
+
|
|
4073
|
+
export type Host$MessageEvent = Event<Host$MessageEventParameters>;
|
|
3947
4074
|
}
|
|
3948
4075
|
|
|
3949
4076
|
declare namespace sap {
|
|
3950
4077
|
namespace ui {
|
|
3951
4078
|
/**
|
|
3952
|
-
* @
|
|
4079
|
+
* @since 1.62
|
|
3953
4080
|
*
|
|
3954
4081
|
* SAPUI5 library with controls specialized for SAP Fiori apps.
|
|
3955
4082
|
*/
|
|
@@ -3959,8 +4086,8 @@ declare namespace sap {
|
|
|
3959
4086
|
namespace propertyEditor {
|
|
3960
4087
|
namespace iconEditor {
|
|
3961
4088
|
/**
|
|
3962
|
-
* @
|
|
3963
|
-
* @
|
|
4089
|
+
* @since 1.81
|
|
4090
|
+
* @experimental - 1.81
|
|
3964
4091
|
*
|
|
3965
4092
|
* Validates if the provided value belongs to the icon pool.
|
|
3966
4093
|
*/
|