@sapui5/ts-types 1.123.2 → 1.124.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +5 -3
- package/types/sap.esh.search.ui.d.ts +127 -1
- package/types/sap.f.d.ts +55 -15
- package/types/sap.fe.core.d.ts +12 -6
- package/types/sap.fe.macros.d.ts +2041 -186
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +31 -4
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +8 -6
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.123.0-d.ts → sap.m.d.ts} +3924 -239
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +195 -82
- package/types/sap.suite.ui.commons.d.ts +15 -11
- package/types/sap.suite.ui.generic.template.d.ts +34 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.123.0-d.ts → sap.tnt.d.ts} +5 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.123.0-d.ts → sap.ui.commons.d.ts} +33 -17
- package/types/sap.ui.comp.d.ts +197 -49
- package/types/{core-1.123.0-d.ts → sap.ui.core.d.ts} +496 -558
- package/types/sap.ui.dt.d.ts +7 -0
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/{mdc-1.123.0-d.ts → sap.ui.mdc.d.ts} +623 -908
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +6 -4
- package/types/{ux3-1.123.0-d.ts → sap.ui.ux3.d.ts} +7 -4
- package/types/sap.ui.vbm.d.ts +3 -2
- package/types/sap.ui.vk.d.ts +86 -30
- package/types/sap.ui.vtm.d.ts +23 -12
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -16
- package/types/sap.ui.webc.main.d.ts +109 -57
- package/types/sap.uiext.inbox.d.ts +73 -17
- package/types/sap.ushell.d.ts +616 -192
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +16 -10
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/dt-1.123.0-d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
18
18
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
19
19
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
20
|
-
/// <reference path="./commons
|
|
20
|
+
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
21
21
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
22
|
-
/// <reference path="./core
|
|
23
|
-
/// <reference path="./dt
|
|
22
|
+
/// <reference path="./sap.ui.core.d.ts"/>
|
|
23
|
+
/// <reference path="./sap.ui.dt.d.ts"/>
|
|
24
24
|
/// <reference path="./sap.ui.export.d.ts"/>
|
|
25
25
|
/// <reference path="./sap.f.d.ts"/>
|
|
26
26
|
/// <reference path="./sap.ui.fl.d.ts"/>
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
/// <reference path="./sap.ui.integration.d.ts"/>
|
|
33
33
|
/// <reference path="./sap.ui.layout.d.ts"/>
|
|
34
34
|
/// <reference path="./sap.makit.d.ts"/>
|
|
35
|
-
/// <reference path="./mdc
|
|
36
|
-
/// <reference path="./
|
|
35
|
+
/// <reference path="./sap.ui.mdc.d.ts"/>
|
|
36
|
+
/// <reference path="./sap.m.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.me.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.ndc.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.ovp.d.ts"/>
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
/// <reference path="./sap.ui.support.d.ts"/>
|
|
61
61
|
/// <reference path="./sap.ui.table.d.ts"/>
|
|
62
62
|
/// <reference path="./sap.ui.testrecorder.d.ts"/>
|
|
63
|
-
/// <reference path="./tnt
|
|
63
|
+
/// <reference path="./sap.tnt.d.ts"/>
|
|
64
64
|
/// <reference path="./sap.ca.ui.d.ts"/>
|
|
65
65
|
/// <reference path="./sap.ui.unified.d.ts"/>
|
|
66
66
|
/// <reference path="./sap.ushell.d.ts"/>
|
|
67
67
|
/// <reference path="./sap.ushell_abap.d.ts"/>
|
|
68
|
-
/// <reference path="./ux3
|
|
68
|
+
/// <reference path="./sap.ui.ux3.d.ts"/>
|
|
69
69
|
/// <reference path="./sap.uxap.d.ts"/>
|
|
70
70
|
/// <reference path="./sap.ui.vbm.d.ts"/>
|
|
71
71
|
/// <reference path="./sap.viz.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -36,7 +36,8 @@ declare namespace sap {
|
|
|
36
36
|
*/
|
|
37
37
|
class Component
|
|
38
38
|
extends sap.ui.core.UIComponent
|
|
39
|
-
implements sap.ui.core.IAsyncContentCreation
|
|
39
|
+
implements sap.ui.core.IAsyncContentCreation
|
|
40
|
+
{
|
|
40
41
|
__implements__sap_ui_core_IAsyncContentCreation: boolean;
|
|
41
42
|
/**
|
|
42
43
|
* Constructor for the Feed Component.
|
|
@@ -721,7 +722,8 @@ declare namespace sap {
|
|
|
721
722
|
*/
|
|
722
723
|
class Component
|
|
723
724
|
extends sap.ui.core.UIComponent
|
|
724
|
-
implements sap.ui.core.IAsyncContentCreation
|
|
725
|
+
implements sap.ui.core.IAsyncContentCreation
|
|
726
|
+
{
|
|
725
727
|
__implements__sap_ui_core_IAsyncContentCreation: boolean;
|
|
726
728
|
/**
|
|
727
729
|
* Constructor for the Feed Component.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace esh {
|
|
@@ -88,6 +88,8 @@ declare namespace sap {
|
|
|
88
88
|
* array items are `"searchResultList"`, `"searchResultTable"` and `"searchResultGrid"`. Note: The value
|
|
89
89
|
* of `resultViewTypes` and `resultViewType` must be compatible to each other.
|
|
90
90
|
*
|
|
91
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
92
|
+
*
|
|
91
93
|
* @since 1.98.0
|
|
92
94
|
*/
|
|
93
95
|
resultViewTypes?:
|
|
@@ -105,6 +107,8 @@ declare namespace sap {
|
|
|
105
107
|
* different view types. Possible value is `"searchResultList"`, `"searchResultTable"` or `"searchResultGrid"`.
|
|
106
108
|
* Note: The value of `resultViewTypes` and `resultViewType` must be compatible to each other.
|
|
107
109
|
*
|
|
110
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
111
|
+
*
|
|
108
112
|
* @since 1.98.0
|
|
109
113
|
*/
|
|
110
114
|
resultViewType?:
|
|
@@ -119,6 +123,8 @@ declare namespace sap {
|
|
|
119
123
|
* execution of functions `setResultViewTypes` and `setResultViewType`. Note: The value of `resultViewTypes`
|
|
120
124
|
* and `resultViewType` must be compatible to each other.
|
|
121
125
|
*
|
|
126
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
127
|
+
*
|
|
122
128
|
* @since 1.100.0
|
|
123
129
|
*/
|
|
124
130
|
resultViewSettings?:
|
|
@@ -467,8 +473,20 @@ declare namespace sap {
|
|
|
467
473
|
* @since 1.121
|
|
468
474
|
*/
|
|
469
475
|
selectionChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* Event is fired after result view type got changed (list, table or grid).
|
|
479
|
+
*
|
|
480
|
+
* @since 1.124
|
|
481
|
+
*/
|
|
482
|
+
resultViewTypeChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
470
483
|
}
|
|
471
484
|
|
|
485
|
+
/**
|
|
486
|
+
* Parameters of the SearchCompositeControl#resultViewTypeChanged event.
|
|
487
|
+
*/
|
|
488
|
+
interface SearchCompositeControl$ResultViewTypeChangedEventParameters {}
|
|
489
|
+
|
|
472
490
|
/**
|
|
473
491
|
* Parameters of the SearchCompositeControl#searchFinished event.
|
|
474
492
|
*/
|
|
@@ -569,6 +587,59 @@ declare namespace sap {
|
|
|
569
587
|
*/
|
|
570
588
|
oContent: sap.ui.core.Control
|
|
571
589
|
): this;
|
|
590
|
+
/**
|
|
591
|
+
* Attaches event handler `fnFunction` to the {@link #event:resultViewTypeChanged resultViewTypeChanged }
|
|
592
|
+
* event of this `sap.esh.search.ui.SearchCompositeControl`.
|
|
593
|
+
*
|
|
594
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
595
|
+
* otherwise it will be bound to this `sap.esh.search.ui.SearchCompositeControl` itself.
|
|
596
|
+
*
|
|
597
|
+
* Event is fired after result view type got changed (list, table or grid).
|
|
598
|
+
*
|
|
599
|
+
* @since 1.124
|
|
600
|
+
*
|
|
601
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
602
|
+
*/
|
|
603
|
+
attachResultViewTypeChanged(
|
|
604
|
+
/**
|
|
605
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
606
|
+
* object when firing the event
|
|
607
|
+
*/
|
|
608
|
+
oData: object,
|
|
609
|
+
/**
|
|
610
|
+
* The function to be called when the event occurs
|
|
611
|
+
*/
|
|
612
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
613
|
+
/**
|
|
614
|
+
* Context object to call the event handler with. Defaults to this `sap.esh.search.ui.SearchCompositeControl`
|
|
615
|
+
* itself
|
|
616
|
+
*/
|
|
617
|
+
oListener?: object
|
|
618
|
+
): this;
|
|
619
|
+
/**
|
|
620
|
+
* Attaches event handler `fnFunction` to the {@link #event:resultViewTypeChanged resultViewTypeChanged }
|
|
621
|
+
* event of this `sap.esh.search.ui.SearchCompositeControl`.
|
|
622
|
+
*
|
|
623
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
624
|
+
* otherwise it will be bound to this `sap.esh.search.ui.SearchCompositeControl` itself.
|
|
625
|
+
*
|
|
626
|
+
* Event is fired after result view type got changed (list, table or grid).
|
|
627
|
+
*
|
|
628
|
+
* @since 1.124
|
|
629
|
+
*
|
|
630
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
631
|
+
*/
|
|
632
|
+
attachResultViewTypeChanged(
|
|
633
|
+
/**
|
|
634
|
+
* The function to be called when the event occurs
|
|
635
|
+
*/
|
|
636
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
637
|
+
/**
|
|
638
|
+
* Context object to call the event handler with. Defaults to this `sap.esh.search.ui.SearchCompositeControl`
|
|
639
|
+
* itself
|
|
640
|
+
*/
|
|
641
|
+
oListener?: object
|
|
642
|
+
): this;
|
|
572
643
|
/**
|
|
573
644
|
* Attaches event handler `fnFunction` to the {@link #event:searchFinished searchFinished} event of this
|
|
574
645
|
* `sap.esh.search.ui.SearchCompositeControl`.
|
|
@@ -733,6 +804,26 @@ declare namespace sap {
|
|
|
733
804
|
* @returns Reference to `this` in order to allow method chaining
|
|
734
805
|
*/
|
|
735
806
|
destroyContent(): this;
|
|
807
|
+
/**
|
|
808
|
+
* Detaches event handler `fnFunction` from the {@link #event:resultViewTypeChanged resultViewTypeChanged }
|
|
809
|
+
* event of this `sap.esh.search.ui.SearchCompositeControl`.
|
|
810
|
+
*
|
|
811
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
812
|
+
*
|
|
813
|
+
* @since 1.124
|
|
814
|
+
*
|
|
815
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
816
|
+
*/
|
|
817
|
+
detachResultViewTypeChanged(
|
|
818
|
+
/**
|
|
819
|
+
* The function to be called, when the event occurs
|
|
820
|
+
*/
|
|
821
|
+
fnFunction: (p1: sap.ui.base.Event) => void,
|
|
822
|
+
/**
|
|
823
|
+
* Context object on which the given function had to be called
|
|
824
|
+
*/
|
|
825
|
+
oListener?: object
|
|
826
|
+
): this;
|
|
736
827
|
/**
|
|
737
828
|
* Detaches event handler `fnFunction` from the {@link #event:searchFinished searchFinished} event of this
|
|
738
829
|
* `sap.esh.search.ui.SearchCompositeControl`.
|
|
@@ -793,6 +884,20 @@ declare namespace sap {
|
|
|
793
884
|
*/
|
|
794
885
|
oListener?: object
|
|
795
886
|
): this;
|
|
887
|
+
/**
|
|
888
|
+
* Fires event {@link #event:resultViewTypeChanged resultViewTypeChanged} to attached listeners.
|
|
889
|
+
*
|
|
890
|
+
* @since 1.124
|
|
891
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
892
|
+
*
|
|
893
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
894
|
+
*/
|
|
895
|
+
fireResultViewTypeChanged(
|
|
896
|
+
/**
|
|
897
|
+
* Parameters to pass along with the event
|
|
898
|
+
*/
|
|
899
|
+
mParameters?: object
|
|
900
|
+
): this;
|
|
796
901
|
/**
|
|
797
902
|
* Fires event {@link #event:searchFinished searchFinished} to attached listeners.
|
|
798
903
|
*
|
|
@@ -1204,6 +1309,8 @@ declare namespace sap {
|
|
|
1204
1309
|
* execution of functions `setResultViewTypes` and `setResultViewType`. Note: The value of `resultViewTypes`
|
|
1205
1310
|
* and `resultViewType` must be compatible to each other.
|
|
1206
1311
|
*
|
|
1312
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
1313
|
+
*
|
|
1207
1314
|
* Default value is `...see text or source`.
|
|
1208
1315
|
*
|
|
1209
1316
|
* @since 1.100.0
|
|
@@ -1223,6 +1330,8 @@ declare namespace sap {
|
|
|
1223
1330
|
* different view types. Possible value is `"searchResultList"`, `"searchResultTable"` or `"searchResultGrid"`.
|
|
1224
1331
|
* Note: The value of `resultViewTypes` and `resultViewType` must be compatible to each other.
|
|
1225
1332
|
*
|
|
1333
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
1334
|
+
*
|
|
1226
1335
|
* Default value is `"searchResultList"`.
|
|
1227
1336
|
*
|
|
1228
1337
|
* @since 1.98.0
|
|
@@ -1241,6 +1350,8 @@ declare namespace sap {
|
|
|
1241
1350
|
* array items are `"searchResultList"`, `"searchResultTable"` and `"searchResultGrid"`. Note: The value
|
|
1242
1351
|
* of `resultViewTypes` and `resultViewType` must be compatible to each other.
|
|
1243
1352
|
*
|
|
1353
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
1354
|
+
*
|
|
1244
1355
|
* Default value is `["searchResultList", "searchResultTable"]`.
|
|
1245
1356
|
*
|
|
1246
1357
|
* @since 1.98.0
|
|
@@ -1940,6 +2051,8 @@ declare namespace sap {
|
|
|
1940
2051
|
* execution of functions `setResultViewTypes` and `setResultViewType`. Note: The value of `resultViewTypes`
|
|
1941
2052
|
* and `resultViewType` must be compatible to each other.
|
|
1942
2053
|
*
|
|
2054
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
2055
|
+
*
|
|
1943
2056
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1944
2057
|
*
|
|
1945
2058
|
* Default value is `...see text or source`.
|
|
@@ -1966,6 +2079,8 @@ declare namespace sap {
|
|
|
1966
2079
|
* different view types. Possible value is `"searchResultList"`, `"searchResultTable"` or `"searchResultGrid"`.
|
|
1967
2080
|
* Note: The value of `resultViewTypes` and `resultViewType` must be compatible to each other.
|
|
1968
2081
|
*
|
|
2082
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
2083
|
+
*
|
|
1969
2084
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1970
2085
|
*
|
|
1971
2086
|
* Default value is `"searchResultList"`.
|
|
@@ -1991,6 +2106,8 @@ declare namespace sap {
|
|
|
1991
2106
|
* array items are `"searchResultList"`, `"searchResultTable"` and `"searchResultGrid"`. Note: The value
|
|
1992
2107
|
* of `resultViewTypes` and `resultViewType` must be compatible to each other.
|
|
1993
2108
|
*
|
|
2109
|
+
* After the result view type has been changed, the event 'resultViewTypeChanged' is fired.
|
|
2110
|
+
*
|
|
1994
2111
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1995
2112
|
*
|
|
1996
2113
|
* Default value is `["searchResultList", "searchResultTable"]`.
|
|
@@ -2118,6 +2235,15 @@ declare namespace sap {
|
|
|
2118
2235
|
): this;
|
|
2119
2236
|
}
|
|
2120
2237
|
|
|
2238
|
+
/**
|
|
2239
|
+
* Event object of the SearchCompositeControl#resultViewTypeChanged event.
|
|
2240
|
+
*/
|
|
2241
|
+
type SearchCompositeControl$ResultViewTypeChangedEvent =
|
|
2242
|
+
sap.ui.base.Event<
|
|
2243
|
+
SearchCompositeControl$ResultViewTypeChangedEventParameters,
|
|
2244
|
+
SearchCompositeControl
|
|
2245
|
+
>;
|
|
2246
|
+
|
|
2121
2247
|
/**
|
|
2122
2248
|
* Event object of the SearchCompositeControl#searchFinished event.
|
|
2123
2249
|
*/
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -439,6 +439,13 @@ declare namespace sap {
|
|
|
439
439
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
440
440
|
| `{${string}}`;
|
|
441
441
|
|
|
442
|
+
/**
|
|
443
|
+
* Micro Chart
|
|
444
|
+
*
|
|
445
|
+
* @experimental (since 1.124)
|
|
446
|
+
*/
|
|
447
|
+
microChart?: sap.ui.core.Control;
|
|
448
|
+
|
|
442
449
|
/**
|
|
443
450
|
* Fires when the user presses the control.
|
|
444
451
|
*/
|
|
@@ -850,7 +857,8 @@ declare namespace sap {
|
|
|
850
857
|
*/
|
|
851
858
|
class Header
|
|
852
859
|
extends sap.f.cards.BaseHeader
|
|
853
|
-
implements sap.f.cards.IHeader
|
|
860
|
+
implements sap.f.cards.IHeader
|
|
861
|
+
{
|
|
854
862
|
__implements__sap_f_cards_IHeader: boolean;
|
|
855
863
|
/**
|
|
856
864
|
* Constructor for a new `Header`.
|
|
@@ -1395,7 +1403,8 @@ declare namespace sap {
|
|
|
1395
1403
|
*/
|
|
1396
1404
|
class NumericHeader
|
|
1397
1405
|
extends sap.f.cards.BaseHeader
|
|
1398
|
-
implements sap.f.cards.IHeader
|
|
1406
|
+
implements sap.f.cards.IHeader
|
|
1407
|
+
{
|
|
1399
1408
|
__implements__sap_f_cards_IHeader: boolean;
|
|
1400
1409
|
/**
|
|
1401
1410
|
* Constructor for a new `NumericHeader`.
|
|
@@ -1518,6 +1527,14 @@ declare namespace sap {
|
|
|
1518
1527
|
*/
|
|
1519
1528
|
oListener?: object
|
|
1520
1529
|
): this;
|
|
1530
|
+
/**
|
|
1531
|
+
* Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
|
|
1532
|
+
*
|
|
1533
|
+
* @experimental (since 1.124)
|
|
1534
|
+
*
|
|
1535
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1536
|
+
*/
|
|
1537
|
+
destroyMicroChart(): this;
|
|
1521
1538
|
/**
|
|
1522
1539
|
* Destroys all the sideIndicators in the aggregation {@link #getSideIndicators sideIndicators}.
|
|
1523
1540
|
*
|
|
@@ -1700,6 +1717,14 @@ declare namespace sap {
|
|
|
1700
1717
|
* @returns Value of property `iconVisible`
|
|
1701
1718
|
*/
|
|
1702
1719
|
getIconVisible(): boolean;
|
|
1720
|
+
/**
|
|
1721
|
+
* Gets content of aggregation {@link #getMicroChart microChart}.
|
|
1722
|
+
*
|
|
1723
|
+
* Micro Chart
|
|
1724
|
+
*
|
|
1725
|
+
* @experimental (since 1.124)
|
|
1726
|
+
*/
|
|
1727
|
+
getMicroChart(): sap.ui.core.Control;
|
|
1703
1728
|
/**
|
|
1704
1729
|
* Gets current value of property {@link #getNumber number}.
|
|
1705
1730
|
*
|
|
@@ -2094,6 +2119,19 @@ declare namespace sap {
|
|
|
2094
2119
|
*/
|
|
2095
2120
|
bIconVisible?: boolean
|
|
2096
2121
|
): this;
|
|
2122
|
+
/**
|
|
2123
|
+
* Sets the aggregated {@link #getMicroChart microChart}.
|
|
2124
|
+
*
|
|
2125
|
+
* @experimental (since 1.124)
|
|
2126
|
+
*
|
|
2127
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
2128
|
+
*/
|
|
2129
|
+
setMicroChart(
|
|
2130
|
+
/**
|
|
2131
|
+
* The microChart to set
|
|
2132
|
+
*/
|
|
2133
|
+
oMicroChart: sap.ui.core.Control
|
|
2134
|
+
): this;
|
|
2097
2135
|
/**
|
|
2098
2136
|
* Sets a new value for property {@link #getNumber number}.
|
|
2099
2137
|
*
|
|
@@ -2605,7 +2643,8 @@ declare namespace sap {
|
|
|
2605
2643
|
*/
|
|
2606
2644
|
class GridDropInfo
|
|
2607
2645
|
extends sap.ui.core.dnd.DropInfo
|
|
2608
|
-
implements sap.ui.core.dnd.IDropInfo
|
|
2646
|
+
implements sap.ui.core.dnd.IDropInfo
|
|
2647
|
+
{
|
|
2609
2648
|
__implements__sap_ui_core_dnd_IDropInfo: boolean;
|
|
2610
2649
|
/**
|
|
2611
2650
|
* Constructor for a new GridDropInfo.
|
|
@@ -2687,9 +2726,7 @@ declare namespace sap {
|
|
|
2687
2726
|
* @returns Value of property `dropIndicatorSize`
|
|
2688
2727
|
*/
|
|
2689
2728
|
getDropIndicatorSize():
|
|
2690
|
-
| ((
|
|
2691
|
-
p1: sap.ui.core.Control
|
|
2692
|
-
) => {
|
|
2729
|
+
| ((p1: sap.ui.core.Control) => {
|
|
2693
2730
|
rows: int;
|
|
2694
2731
|
|
|
2695
2732
|
columns: int;
|
|
@@ -2718,9 +2755,7 @@ declare namespace sap {
|
|
|
2718
2755
|
/**
|
|
2719
2756
|
* New value for property `dropIndicatorSize`
|
|
2720
2757
|
*/
|
|
2721
|
-
fnDropIndicatorSize?: (
|
|
2722
|
-
p1: sap.ui.core.Control
|
|
2723
|
-
) => {
|
|
2758
|
+
fnDropIndicatorSize?: (p1: sap.ui.core.Control) => {
|
|
2724
2759
|
rows: int;
|
|
2725
2760
|
|
|
2726
2761
|
columns: int;
|
|
@@ -11160,7 +11195,8 @@ declare namespace sap {
|
|
|
11160
11195
|
*/
|
|
11161
11196
|
class CardBase
|
|
11162
11197
|
extends sap.ui.core.Control
|
|
11163
|
-
implements sap.f.ICard, sap.m.IBadge
|
|
11198
|
+
implements sap.f.ICard, sap.m.IBadge
|
|
11199
|
+
{
|
|
11164
11200
|
__implements__sap_f_ICard: boolean;
|
|
11165
11201
|
__implements__sap_m_IBadge: boolean;
|
|
11166
11202
|
/**
|
|
@@ -13514,7 +13550,8 @@ declare namespace sap {
|
|
|
13514
13550
|
*/
|
|
13515
13551
|
class FlexibleColumnLayout
|
|
13516
13552
|
extends sap.ui.core.Control
|
|
13517
|
-
implements sap.ui.core.IPlaceholderSupport
|
|
13553
|
+
implements sap.ui.core.IPlaceholderSupport
|
|
13554
|
+
{
|
|
13518
13555
|
__implements__sap_ui_core_IPlaceholderSupport: boolean;
|
|
13519
13556
|
/**
|
|
13520
13557
|
* Constructor for a new `sap.f.FlexibleColumnLayout`.
|
|
@@ -15935,7 +15972,8 @@ declare namespace sap {
|
|
|
15935
15972
|
*/
|
|
15936
15973
|
class GridContainer
|
|
15937
15974
|
extends sap.ui.core.Control
|
|
15938
|
-
implements sap.f.dnd.IGridDroppable
|
|
15975
|
+
implements sap.f.dnd.IGridDroppable
|
|
15976
|
+
{
|
|
15939
15977
|
__implements__sap_f_dnd_IGridDroppable: boolean;
|
|
15940
15978
|
/**
|
|
15941
15979
|
* Constructor for a new `sap.f.GridContainer`.
|
|
@@ -17282,7 +17320,8 @@ declare namespace sap {
|
|
|
17282
17320
|
extends sap.m.ListBase
|
|
17283
17321
|
implements
|
|
17284
17322
|
sap.ui.layout.cssgrid.IGridConfigurable,
|
|
17285
|
-
sap.f.dnd.IGridDroppable
|
|
17323
|
+
sap.f.dnd.IGridDroppable
|
|
17324
|
+
{
|
|
17286
17325
|
__implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
|
|
17287
17326
|
__implements__sap_f_dnd_IGridDroppable: boolean;
|
|
17288
17327
|
/**
|
|
@@ -18882,7 +18921,8 @@ declare namespace sap {
|
|
|
18882
18921
|
*/
|
|
18883
18922
|
class ShellBar
|
|
18884
18923
|
extends sap.ui.core.Control
|
|
18885
|
-
implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
|
|
18924
|
+
implements sap.f.IShellBar, sap.m.IBar, sap.tnt.IToolHeader
|
|
18925
|
+
{
|
|
18886
18926
|
__implements__sap_f_IShellBar: boolean;
|
|
18887
18927
|
__implements__sap_m_IBar: boolean;
|
|
18888
18928
|
__implements__sap_tnt_IToolHeader: boolean;
|
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -1030,7 +1030,7 @@ declare namespace sap {
|
|
|
1030
1030
|
/**
|
|
1031
1031
|
* Extensible array of promises to be resolved before continuing
|
|
1032
1032
|
*/
|
|
1033
|
-
aPromises:
|
|
1033
|
+
aPromises: any,
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Navigation type responsible for the applying the state
|
|
1036
1036
|
*/
|
|
@@ -1103,7 +1103,8 @@ declare namespace sap {
|
|
|
1103
1103
|
* @experimental (since 1.92.0)
|
|
1104
1104
|
*/
|
|
1105
1105
|
class Component
|
|
1106
|
-
/* was: sap.fe.core.TemplateComponent */
|
|
1106
|
+
extends /* was: sap.fe.core.TemplateComponent */ Object
|
|
1107
|
+
{
|
|
1107
1108
|
/**
|
|
1108
1109
|
* Returns the current AppComponent.
|
|
1109
1110
|
*
|
|
@@ -1144,7 +1145,7 @@ declare namespace sap {
|
|
|
1144
1145
|
* @since 1.110.0
|
|
1145
1146
|
*/
|
|
1146
1147
|
class Fcl
|
|
1147
|
-
/* was: sap.fe.core.rootView.RootViewBaseController */
|
|
1148
|
+
extends /* was: sap.fe.core.rootView.RootViewBaseController */ Object {}
|
|
1148
1149
|
/**
|
|
1149
1150
|
* Base controller class for your own root view with a sap.m.NavContainer control.
|
|
1150
1151
|
* By using or extending this controller you can use your own root view with the sap.fe.core.AppComponent
|
|
@@ -1155,7 +1156,7 @@ declare namespace sap {
|
|
|
1155
1156
|
* @since 1.108.0
|
|
1156
1157
|
*/
|
|
1157
1158
|
class NavContainer
|
|
1158
|
-
/* was: sap.fe.core.rootView.RootViewBaseController */
|
|
1159
|
+
extends /* was: sap.fe.core.rootView.RootViewBaseController */ Object {}
|
|
1159
1160
|
}
|
|
1160
1161
|
/**
|
|
1161
1162
|
* Describes the settings that can be provided to the AppComponent constructor.
|
|
@@ -1176,7 +1177,12 @@ declare namespace sap {
|
|
|
1176
1177
|
*
|
|
1177
1178
|
* - sap.fe.core.rootView.Fcl when using sap.f.routing.Router (FCL use case)
|
|
1178
1179
|
*/
|
|
1179
|
-
class AppComponent
|
|
1180
|
+
class AppComponent
|
|
1181
|
+
extends sap.ui.core.UIComponent
|
|
1182
|
+
implements sap.ui.core.IAsyncContentCreation
|
|
1183
|
+
{
|
|
1184
|
+
__implements__sap_ui_core_IAsyncContentCreation: boolean;
|
|
1185
|
+
|
|
1180
1186
|
/**
|
|
1181
1187
|
* Changes the page configuration of SAP Fiori elements.
|
|
1182
1188
|
* This method enables you to change the page configuration of SAP Fiori elements.
|