@sapui5/ts-types 1.115.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/index.d.ts +2 -0
- package/types/sap.chart.d.ts +92 -49
- package/types/sap.f.d.ts +775 -686
- package/types/sap.fe.core.d.ts +57 -57
- package/types/sap.fe.macros.d.ts +66 -10
- package/types/sap.fe.navigation.d.ts +5 -5
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +5 -6
- package/types/sap.fe.test.d.ts +4 -4
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.m.d.ts +7827 -6468
- package/types/sap.makit.d.ts +77 -30
- package/types/sap.me.d.ts +108 -75
- package/types/sap.ndc.d.ts +42 -30
- package/types/sap.suite.ui.generic.template.d.ts +72 -64
- package/types/sap.suite.ui.microchart.d.ts +354 -225
- package/types/sap.tnt.d.ts +67 -73
- package/types/sap.ui.codeeditor.d.ts +38 -34
- package/types/sap.ui.commons.d.ts +841 -675
- package/types/sap.ui.comp.d.ts +2545 -2065
- package/types/sap.ui.core.d.ts +2532 -1908
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +42 -27
- package/types/sap.ui.fl.d.ts +78 -56
- package/types/sap.ui.integration.d.ts +345 -299
- package/types/sap.ui.layout.d.ts +347 -337
- package/types/sap.ui.mdc.d.ts +959 -801
- package/types/sap.ui.richtexteditor.d.ts +62 -37
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +23 -8
- package/types/sap.ui.support.d.ts +11 -11
- package/types/sap.ui.table.d.ts +476 -420
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1186 -909
- package/types/sap.ui.ux3.d.ts +957 -736
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +519 -386
- package/types/sap.ui.webc.main.d.ts +1377 -902
- package/types/sap.uiext.inbox.d.ts +135 -31
- package/types/sap.ushell.d.ts +379 -267
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +280 -242
- package/types/sap.viz.d.ts +1677 -601
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -37,8 +37,10 @@
|
|
|
37
37
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
38
38
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
40
|
+
/// <reference path="./sap.fe.placeholder.d.ts"/>
|
|
40
41
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
|
41
42
|
/// <reference path="./sap.fe.test.d.ts"/>
|
|
43
|
+
/// <reference path="./sap.fe.tools.d.ts"/>
|
|
42
44
|
/// <reference path="./sap.feedback.ui.d.ts"/>
|
|
43
45
|
/// <reference path="./sap.landvisz.d.ts"/>
|
|
44
46
|
/// <reference path="./sap.rules.ui.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.115.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -335,8 +335,8 @@ declare namespace sap {
|
|
|
335
335
|
| `{${string}}`;
|
|
336
336
|
|
|
337
337
|
/**
|
|
338
|
-
* @
|
|
339
|
-
* @
|
|
338
|
+
* @since 1.63
|
|
339
|
+
* @experimental
|
|
340
340
|
*
|
|
341
341
|
* The analytical extra information
|
|
342
342
|
*/
|
|
@@ -384,7 +384,7 @@ declare namespace sap {
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
/**
|
|
387
|
-
* @
|
|
387
|
+
* @since 1.32.0
|
|
388
388
|
*
|
|
389
389
|
* Definition of a single dimension in a chart
|
|
390
390
|
*
|
|
@@ -655,7 +655,7 @@ declare namespace sap {
|
|
|
655
655
|
): this;
|
|
656
656
|
}
|
|
657
657
|
/**
|
|
658
|
-
* @
|
|
658
|
+
* @since 1.54.0
|
|
659
659
|
*
|
|
660
660
|
* Definition of a single hierarchy dimension in a chart
|
|
661
661
|
*/
|
|
@@ -753,7 +753,7 @@ declare namespace sap {
|
|
|
753
753
|
): this;
|
|
754
754
|
}
|
|
755
755
|
/**
|
|
756
|
-
* @
|
|
756
|
+
* @since 1.32.0
|
|
757
757
|
*
|
|
758
758
|
* Definition of a single measure in a chart
|
|
759
759
|
*
|
|
@@ -834,8 +834,8 @@ declare namespace sap {
|
|
|
834
834
|
*/
|
|
835
835
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
836
836
|
/**
|
|
837
|
-
* @
|
|
838
|
-
* @
|
|
837
|
+
* @since 1.63
|
|
838
|
+
* @experimental
|
|
839
839
|
*
|
|
840
840
|
* Gets current value of property {@link #getAnalyticalInfo analyticalInfo}.
|
|
841
841
|
*
|
|
@@ -939,8 +939,8 @@ declare namespace sap {
|
|
|
939
939
|
*/
|
|
940
940
|
getValueFormat(): string;
|
|
941
941
|
/**
|
|
942
|
-
* @
|
|
943
|
-
* @
|
|
942
|
+
* @since 1.63
|
|
943
|
+
* @experimental
|
|
944
944
|
*
|
|
945
945
|
* Sets a new value for property {@link #getAnalyticalInfo analyticalInfo}.
|
|
946
946
|
*
|
|
@@ -1101,7 +1101,7 @@ declare namespace sap {
|
|
|
1101
1101
|
): this;
|
|
1102
1102
|
}
|
|
1103
1103
|
/**
|
|
1104
|
-
* @
|
|
1104
|
+
* @since 1.38.0
|
|
1105
1105
|
*
|
|
1106
1106
|
* Definition of a single time dimension in a chart
|
|
1107
1107
|
*
|
|
@@ -1666,14 +1666,14 @@ declare namespace sap {
|
|
|
1666
1666
|
* fired after a drill-down operation
|
|
1667
1667
|
*/
|
|
1668
1668
|
drilledDown?: (
|
|
1669
|
-
oEvent: sap.ui.base.Event<sap.chart
|
|
1669
|
+
oEvent: sap.ui.base.Event<sap.chart.Chart$DrilledDownEventParameters>
|
|
1670
1670
|
) => void;
|
|
1671
1671
|
|
|
1672
1672
|
/**
|
|
1673
1673
|
* fired after a drill-up operation
|
|
1674
1674
|
*/
|
|
1675
1675
|
drilledUp?: (
|
|
1676
|
-
oEvent: sap.ui.base.Event<sap.chart
|
|
1676
|
+
oEvent: sap.ui.base.Event<sap.chart.Chart$DrilledUpEventParameters>
|
|
1677
1677
|
) => void;
|
|
1678
1678
|
|
|
1679
1679
|
/**
|
|
@@ -1705,29 +1705,29 @@ declare namespace sap {
|
|
|
1705
1705
|
drillStackChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
1706
1706
|
}
|
|
1707
1707
|
|
|
1708
|
-
interface $
|
|
1708
|
+
interface Chart$DeselectDataEventParameters {}
|
|
1709
1709
|
|
|
1710
|
-
interface $
|
|
1710
|
+
interface Chart$DrilledDownEventParameters {
|
|
1711
1711
|
/**
|
|
1712
1712
|
* array of strings holding the names of the added dimensions
|
|
1713
1713
|
*/
|
|
1714
1714
|
dimensions?: string[];
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
|
-
interface $
|
|
1717
|
+
interface Chart$DrilledUpEventParameters {
|
|
1718
1718
|
/**
|
|
1719
1719
|
* array of strings holding the names of the removed dimensions
|
|
1720
1720
|
*/
|
|
1721
1721
|
dimensions?: string[];
|
|
1722
1722
|
}
|
|
1723
1723
|
|
|
1724
|
-
interface $
|
|
1724
|
+
interface Chart$DrillStackChangedEventParameters {}
|
|
1725
1725
|
|
|
1726
|
-
interface $
|
|
1726
|
+
interface Chart$RenderCompleteEventParameters {}
|
|
1727
1727
|
|
|
1728
|
-
interface $
|
|
1728
|
+
interface Chart$SelectDataEventParameters {}
|
|
1729
1729
|
|
|
1730
|
-
interface $
|
|
1730
|
+
interface Chart$ValueAxisFixedScaleTurnedOffEventParameters {}
|
|
1731
1731
|
|
|
1732
1732
|
/**
|
|
1733
1733
|
* Enumeration for supported chart types in analytical chart
|
|
@@ -1890,7 +1890,7 @@ declare namespace sap {
|
|
|
1890
1890
|
}
|
|
1891
1891
|
|
|
1892
1892
|
/**
|
|
1893
|
-
* @
|
|
1893
|
+
* @since 1.32.0
|
|
1894
1894
|
*
|
|
1895
1895
|
* UI5 Chart control
|
|
1896
1896
|
*/
|
|
@@ -2130,9 +2130,7 @@ declare namespace sap {
|
|
|
2130
2130
|
/**
|
|
2131
2131
|
* The function to be called when the event occurs
|
|
2132
2132
|
*/
|
|
2133
|
-
fnFunction: (
|
|
2134
|
-
p1: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
|
|
2135
|
-
) => void,
|
|
2133
|
+
fnFunction: (p1: Chart$DrilledDownEvent) => void,
|
|
2136
2134
|
/**
|
|
2137
2135
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2138
2136
|
*/
|
|
@@ -2152,9 +2150,7 @@ declare namespace sap {
|
|
|
2152
2150
|
/**
|
|
2153
2151
|
* The function to be called when the event occurs
|
|
2154
2152
|
*/
|
|
2155
|
-
fnFunction: (
|
|
2156
|
-
p1: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
|
|
2157
|
-
) => void,
|
|
2153
|
+
fnFunction: (p1: Chart$DrilledDownEvent) => void,
|
|
2158
2154
|
/**
|
|
2159
2155
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2160
2156
|
*/
|
|
@@ -2179,9 +2175,7 @@ declare namespace sap {
|
|
|
2179
2175
|
/**
|
|
2180
2176
|
* The function to be called when the event occurs
|
|
2181
2177
|
*/
|
|
2182
|
-
fnFunction: (
|
|
2183
|
-
p1: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
|
|
2184
|
-
) => void,
|
|
2178
|
+
fnFunction: (p1: Chart$DrilledUpEvent) => void,
|
|
2185
2179
|
/**
|
|
2186
2180
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2187
2181
|
*/
|
|
@@ -2201,9 +2195,7 @@ declare namespace sap {
|
|
|
2201
2195
|
/**
|
|
2202
2196
|
* The function to be called when the event occurs
|
|
2203
2197
|
*/
|
|
2204
|
-
fnFunction: (
|
|
2205
|
-
p1: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
|
|
2206
|
-
) => void,
|
|
2198
|
+
fnFunction: (p1: Chart$DrilledUpEvent) => void,
|
|
2207
2199
|
/**
|
|
2208
2200
|
* Context object to call the event handler with. Defaults to this `sap.chart.Chart` itself
|
|
2209
2201
|
*/
|
|
@@ -2462,9 +2454,7 @@ declare namespace sap {
|
|
|
2462
2454
|
/**
|
|
2463
2455
|
* The function to be called, when the event occurs
|
|
2464
2456
|
*/
|
|
2465
|
-
fnFunction: (
|
|
2466
|
-
p1: sap.ui.base.Event<sap.chart.$ChartDrilledDownEventParameters>
|
|
2467
|
-
) => void,
|
|
2457
|
+
fnFunction: (p1: Chart$DrilledDownEvent) => void,
|
|
2468
2458
|
/**
|
|
2469
2459
|
* Context object on which the given function had to be called
|
|
2470
2460
|
*/
|
|
@@ -2481,9 +2471,7 @@ declare namespace sap {
|
|
|
2481
2471
|
/**
|
|
2482
2472
|
* The function to be called, when the event occurs
|
|
2483
2473
|
*/
|
|
2484
|
-
fnFunction: (
|
|
2485
|
-
p1: sap.ui.base.Event<sap.chart.$ChartDrilledUpEventParameters>
|
|
2486
|
-
) => void,
|
|
2474
|
+
fnFunction: (p1: Chart$DrilledUpEvent) => void,
|
|
2487
2475
|
/**
|
|
2488
2476
|
* Context object on which the given function had to be called
|
|
2489
2477
|
*/
|
|
@@ -2609,7 +2597,7 @@ declare namespace sap {
|
|
|
2609
2597
|
option?: Object
|
|
2610
2598
|
): string;
|
|
2611
2599
|
/**
|
|
2612
|
-
* @
|
|
2600
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2613
2601
|
*
|
|
2614
2602
|
* Fires event {@link #event:deselectData deselectData} to attached listeners.
|
|
2615
2603
|
*
|
|
@@ -2622,7 +2610,7 @@ declare namespace sap {
|
|
|
2622
2610
|
mParameters?: object
|
|
2623
2611
|
): this;
|
|
2624
2612
|
/**
|
|
2625
|
-
* @
|
|
2613
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2626
2614
|
*
|
|
2627
2615
|
* Fires event {@link #event:drilledDown drilledDown} to attached listeners.
|
|
2628
2616
|
*
|
|
@@ -2632,10 +2620,10 @@ declare namespace sap {
|
|
|
2632
2620
|
/**
|
|
2633
2621
|
* Parameters to pass along with the event
|
|
2634
2622
|
*/
|
|
2635
|
-
mParameters?: sap.chart
|
|
2623
|
+
mParameters?: sap.chart.Chart$DrilledDownEventParameters
|
|
2636
2624
|
): this;
|
|
2637
2625
|
/**
|
|
2638
|
-
* @
|
|
2626
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2639
2627
|
*
|
|
2640
2628
|
* Fires event {@link #event:drilledUp drilledUp} to attached listeners.
|
|
2641
2629
|
*
|
|
@@ -2645,10 +2633,10 @@ declare namespace sap {
|
|
|
2645
2633
|
/**
|
|
2646
2634
|
* Parameters to pass along with the event
|
|
2647
2635
|
*/
|
|
2648
|
-
mParameters?: sap.chart
|
|
2636
|
+
mParameters?: sap.chart.Chart$DrilledUpEventParameters
|
|
2649
2637
|
): this;
|
|
2650
2638
|
/**
|
|
2651
|
-
* @
|
|
2639
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2652
2640
|
*
|
|
2653
2641
|
* Fires event {@link #event:drillStackChanged drillStackChanged} to attached listeners.
|
|
2654
2642
|
*
|
|
@@ -2661,7 +2649,7 @@ declare namespace sap {
|
|
|
2661
2649
|
mParameters?: object
|
|
2662
2650
|
): this;
|
|
2663
2651
|
/**
|
|
2664
|
-
* @
|
|
2652
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2665
2653
|
*
|
|
2666
2654
|
* Fires event {@link #event:renderComplete renderComplete} to attached listeners.
|
|
2667
2655
|
*
|
|
@@ -2674,7 +2662,7 @@ declare namespace sap {
|
|
|
2674
2662
|
mParameters?: object
|
|
2675
2663
|
): this;
|
|
2676
2664
|
/**
|
|
2677
|
-
* @
|
|
2665
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2678
2666
|
*
|
|
2679
2667
|
* Fires event {@link #event:selectData selectData} to attached listeners.
|
|
2680
2668
|
*
|
|
@@ -2687,7 +2675,7 @@ declare namespace sap {
|
|
|
2687
2675
|
mParameters?: object
|
|
2688
2676
|
): this;
|
|
2689
2677
|
/**
|
|
2690
|
-
* @
|
|
2678
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2691
2679
|
*
|
|
2692
2680
|
* Fires event {@link #event:valueAxisFixedScaleTurnedOff valueAxisFixedScaleTurnedOff} to attached listeners.
|
|
2693
2681
|
*
|
|
@@ -3182,7 +3170,7 @@ declare namespace sap {
|
|
|
3182
3170
|
*/
|
|
3183
3171
|
getVizUid(): string;
|
|
3184
3172
|
/**
|
|
3185
|
-
* @
|
|
3173
|
+
* @since 1.54
|
|
3186
3174
|
*
|
|
3187
3175
|
* Get zoom information.
|
|
3188
3176
|
*
|
|
@@ -4795,6 +4783,61 @@ declare namespace sap {
|
|
|
4795
4783
|
*/
|
|
4796
4784
|
yearweek = "yearweek",
|
|
4797
4785
|
}
|
|
4786
|
+
/**
|
|
4787
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DeselectDataEventParameters'
|
|
4788
|
+
* in 1.115.1 and any later releases.
|
|
4789
|
+
*/
|
|
4790
|
+
type $ChartDeselectDataEventParameters = sap.chart.Chart$DeselectDataEventParameters;
|
|
4791
|
+
|
|
4792
|
+
type Chart$DeselectDataEvent = sap.ui.base.Event<Chart$DeselectDataEventParameters>;
|
|
4793
|
+
|
|
4794
|
+
/**
|
|
4795
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DrilledDownEventParameters'
|
|
4796
|
+
* in 1.115.1 and any later releases.
|
|
4797
|
+
*/
|
|
4798
|
+
type $ChartDrilledDownEventParameters = sap.chart.Chart$DrilledDownEventParameters;
|
|
4799
|
+
|
|
4800
|
+
type Chart$DrilledDownEvent = sap.ui.base.Event<Chart$DrilledDownEventParameters>;
|
|
4801
|
+
|
|
4802
|
+
/**
|
|
4803
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DrilledUpEventParameters'
|
|
4804
|
+
* in 1.115.1 and any later releases.
|
|
4805
|
+
*/
|
|
4806
|
+
type $ChartDrilledUpEventParameters = sap.chart.Chart$DrilledUpEventParameters;
|
|
4807
|
+
|
|
4808
|
+
type Chart$DrilledUpEvent = sap.ui.base.Event<Chart$DrilledUpEventParameters>;
|
|
4809
|
+
|
|
4810
|
+
/**
|
|
4811
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$DrillStackChangedEventParameters'
|
|
4812
|
+
* in 1.115.1 and any later releases.
|
|
4813
|
+
*/
|
|
4814
|
+
type $ChartDrillStackChangedEventParameters = sap.chart.Chart$DrillStackChangedEventParameters;
|
|
4815
|
+
|
|
4816
|
+
type Chart$DrillStackChangedEvent = sap.ui.base.Event<Chart$DrillStackChangedEventParameters>;
|
|
4817
|
+
|
|
4818
|
+
/**
|
|
4819
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$RenderCompleteEventParameters'
|
|
4820
|
+
* in 1.115.1 and any later releases.
|
|
4821
|
+
*/
|
|
4822
|
+
type $ChartRenderCompleteEventParameters = sap.chart.Chart$RenderCompleteEventParameters;
|
|
4823
|
+
|
|
4824
|
+
type Chart$RenderCompleteEvent = sap.ui.base.Event<Chart$RenderCompleteEventParameters>;
|
|
4825
|
+
|
|
4826
|
+
/**
|
|
4827
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$SelectDataEventParameters'
|
|
4828
|
+
* in 1.115.1 and any later releases.
|
|
4829
|
+
*/
|
|
4830
|
+
type $ChartSelectDataEventParameters = sap.chart.Chart$SelectDataEventParameters;
|
|
4831
|
+
|
|
4832
|
+
type Chart$SelectDataEvent = sap.ui.base.Event<Chart$SelectDataEventParameters>;
|
|
4833
|
+
|
|
4834
|
+
/**
|
|
4835
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'Chart$ValueAxisFixedScaleTurnedOffEventParameters'
|
|
4836
|
+
* in 1.115.1 and any later releases.
|
|
4837
|
+
*/
|
|
4838
|
+
type $ChartValueAxisFixedScaleTurnedOffEventParameters = sap.chart.Chart$ValueAxisFixedScaleTurnedOffEventParameters;
|
|
4839
|
+
|
|
4840
|
+
type Chart$ValueAxisFixedScaleTurnedOffEvent = sap.ui.base.Event<Chart$ValueAxisFixedScaleTurnedOffEventParameters>;
|
|
4798
4841
|
}
|
|
4799
4842
|
|
|
4800
4843
|
interface IUI5DefineDependencyNames {
|