@sapui5/types 1.115.0 → 1.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/package.json +1 -1
- package/types/index.d.ts +11 -3
- package/types/sap.apf.d.ts +47 -40
- package/types/sap.ca.ui.d.ts +171 -161
- package/types/sap.chart.d.ts +56 -47
- package/types/sap.collaboration.d.ts +31 -38
- package/types/sap.esh.search.ui.d.ts +112 -109
- package/types/sap.f.d.ts +718 -786
- package/types/sap.fe.core.d.ts +206 -92
- package/types/sap.fe.macros.d.ts +66 -40
- package/types/sap.fe.navigation.d.ts +9 -13
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +11 -9
- package/types/sap.fe.test.d.ts +40 -69
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1223 -1502
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.landvisz.d.ts +73 -67
- package/types/sap.m.d.ts +6504 -6706
- package/types/sap.makit.d.ts +55 -56
- package/types/sap.me.d.ts +71 -79
- package/types/sap.ndc.d.ts +44 -36
- package/types/sap.ovp.d.ts +25 -8
- package/types/sap.rules.ui.d.ts +38 -51
- package/types/sap.sac.df.d.ts +11 -12
- package/types/sap.suite.ui.commons.d.ts +1180 -1233
- package/types/sap.suite.ui.generic.template.d.ts +75 -82
- package/types/sap.suite.ui.microchart.d.ts +280 -291
- package/types/sap.tnt.d.ts +119 -86
- package/types/sap.ui.codeeditor.d.ts +28 -25
- package/types/sap.ui.commons.d.ts +691 -684
- package/types/sap.ui.comp.d.ts +2247 -2189
- package/types/sap.ui.core.d.ts +2434 -2444
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +38 -33
- package/types/sap.ui.fl.d.ts +55 -82
- package/types/sap.ui.generic.app.d.ts +39 -43
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +401 -292
- package/types/sap.ui.layout.d.ts +369 -420
- package/types/sap.ui.mdc.d.ts +1557 -1344
- package/types/sap.ui.richtexteditor.d.ts +40 -33
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +12 -13
- package/types/sap.ui.table.d.ts +366 -368
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +961 -1007
- package/types/sap.ui.ux3.d.ts +663 -653
- package/types/sap.ui.vbm.d.ts +568 -541
- package/types/sap.ui.vk.d.ts +1511 -1834
- package/types/sap.ui.vtm.d.ts +335 -329
- package/types/sap.ui.webc.common.d.ts +7 -9
- package/types/sap.ui.webc.fiori.d.ts +1099 -509
- package/types/sap.ui.webc.main.d.ts +4937 -1323
- package/types/sap.uiext.inbox.d.ts +73 -63
- package/types/sap.ushell.d.ts +492 -1024
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +244 -277
- package/types/sap.viz.d.ts +993 -856
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +7 -12
- package/types/sap.zen.crosstab.d.ts +4 -7
- package/types/sap.zen.dsh.d.ts +133 -157
package/types/sap.makit.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.116.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/makit/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
5
|
+
* @since 1.8
|
|
6
6
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
7
7
|
* will not be supported anymore from 1.38.
|
|
8
8
|
*
|
|
@@ -79,7 +79,7 @@ declare module "sap/makit/library" {
|
|
|
79
79
|
Top = "Top",
|
|
80
80
|
}
|
|
81
81
|
/**
|
|
82
|
-
* @
|
|
82
|
+
* @since 1.8
|
|
83
83
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
84
84
|
* will not be supported anymore from 1.38.
|
|
85
85
|
*
|
|
@@ -104,7 +104,7 @@ declare module "sap/makit/library" {
|
|
|
104
104
|
Partial = "Partial",
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
|
-
* @
|
|
107
|
+
* @since 1.8
|
|
108
108
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
109
109
|
* will not be supported anymore from 1.38.
|
|
110
110
|
*
|
|
@@ -121,7 +121,7 @@ declare module "sap/makit/library" {
|
|
|
121
121
|
Top = "Top",
|
|
122
122
|
}
|
|
123
123
|
/**
|
|
124
|
-
* @
|
|
124
|
+
* @since 1.8
|
|
125
125
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
126
126
|
* will not be supported anymore from 1.38.
|
|
127
127
|
*
|
|
@@ -152,13 +152,13 @@ declare module "sap/makit/Axis" {
|
|
|
152
152
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
153
153
|
|
|
154
154
|
/**
|
|
155
|
-
* @
|
|
155
|
+
* @since 1.8
|
|
156
156
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
157
157
|
* will not be supported anymore from 1.38.
|
|
158
158
|
*
|
|
159
159
|
* Base element for the Axis object for the Chart.
|
|
160
160
|
*/
|
|
161
|
-
class Axis extends UI5Element {
|
|
161
|
+
export default class Axis extends UI5Element {
|
|
162
162
|
/**
|
|
163
163
|
* Constructor for a new Axis.
|
|
164
164
|
*
|
|
@@ -357,7 +357,6 @@ declare module "sap/makit/Axis" {
|
|
|
357
357
|
fThickness?: float
|
|
358
358
|
): this;
|
|
359
359
|
}
|
|
360
|
-
export default Axis;
|
|
361
360
|
|
|
362
361
|
export interface $AxisSettings extends $ElementSettings {
|
|
363
362
|
/**
|
|
@@ -396,13 +395,13 @@ declare module "sap/makit/Category" {
|
|
|
396
395
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
397
396
|
|
|
398
397
|
/**
|
|
399
|
-
* @
|
|
398
|
+
* @since 1.8
|
|
400
399
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
401
400
|
* will not be supported anymore from 1.38.
|
|
402
401
|
*
|
|
403
402
|
* Represents the Category data region of the Chart.
|
|
404
403
|
*/
|
|
405
|
-
class Category extends UI5Element {
|
|
404
|
+
export default class Category extends UI5Element {
|
|
406
405
|
/**
|
|
407
406
|
* Constructor for a new Category.
|
|
408
407
|
*
|
|
@@ -535,7 +534,6 @@ declare module "sap/makit/Category" {
|
|
|
535
534
|
sFormat?: string
|
|
536
535
|
): this;
|
|
537
536
|
}
|
|
538
|
-
export default Category;
|
|
539
537
|
|
|
540
538
|
export interface $CategorySettings extends $ElementSettings {
|
|
541
539
|
/**
|
|
@@ -566,13 +564,13 @@ declare module "sap/makit/CategoryAxis" {
|
|
|
566
564
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
567
565
|
|
|
568
566
|
/**
|
|
569
|
-
* @
|
|
567
|
+
* @since 1.8
|
|
570
568
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
571
569
|
* will not be supported anymore from 1.38.
|
|
572
570
|
*
|
|
573
571
|
* Contains the properties of the Category's Axis.
|
|
574
572
|
*/
|
|
575
|
-
class CategoryAxis extends Axis {
|
|
573
|
+
export default class CategoryAxis extends Axis {
|
|
576
574
|
/**
|
|
577
575
|
* Constructor for a new CategoryAxis.
|
|
578
576
|
*
|
|
@@ -715,7 +713,6 @@ declare module "sap/makit/CategoryAxis" {
|
|
|
715
713
|
sSortOrder?: SortOrder | keyof typeof SortOrder
|
|
716
714
|
): this;
|
|
717
715
|
}
|
|
718
|
-
export default CategoryAxis;
|
|
719
716
|
|
|
720
717
|
export interface $CategoryAxisSettings extends $AxisSettings {
|
|
721
718
|
/**
|
|
@@ -771,13 +768,13 @@ declare module "sap/makit/Chart" {
|
|
|
771
768
|
import Value from "sap/makit/Value";
|
|
772
769
|
|
|
773
770
|
/**
|
|
774
|
-
* @
|
|
771
|
+
* @since 1.8
|
|
775
772
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and VizFrame in 1.38. This control
|
|
776
773
|
* will not be supported anymore from 1.38.
|
|
777
774
|
*
|
|
778
775
|
* The Chart control.
|
|
779
776
|
*/
|
|
780
|
-
class Chart extends Control {
|
|
777
|
+
export default class Chart extends Control {
|
|
781
778
|
/**
|
|
782
779
|
* Constructor for a new Chart.
|
|
783
780
|
*
|
|
@@ -1136,7 +1133,7 @@ declare module "sap/makit/Chart" {
|
|
|
1136
1133
|
oListener?: object
|
|
1137
1134
|
): this;
|
|
1138
1135
|
/**
|
|
1139
|
-
* @
|
|
1136
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1140
1137
|
*
|
|
1141
1138
|
* Fires event {@link #event:doubletap doubletap} to attached listeners.
|
|
1142
1139
|
*
|
|
@@ -1149,7 +1146,7 @@ declare module "sap/makit/Chart" {
|
|
|
1149
1146
|
mParameters?: object
|
|
1150
1147
|
): this;
|
|
1151
1148
|
/**
|
|
1152
|
-
* @
|
|
1149
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1153
1150
|
*
|
|
1154
1151
|
* Fires event {@link #event:longpress longpress} to attached listeners.
|
|
1155
1152
|
*
|
|
@@ -1162,7 +1159,7 @@ declare module "sap/makit/Chart" {
|
|
|
1162
1159
|
mParameters?: object
|
|
1163
1160
|
): this;
|
|
1164
1161
|
/**
|
|
1165
|
-
* @
|
|
1162
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1166
1163
|
*
|
|
1167
1164
|
* Fires event {@link #event:tap tap} to attached listeners.
|
|
1168
1165
|
*
|
|
@@ -1724,7 +1721,6 @@ declare module "sap/makit/Chart" {
|
|
|
1724
1721
|
*/
|
|
1725
1722
|
unbindRows(): this;
|
|
1726
1723
|
}
|
|
1727
|
-
export default Chart;
|
|
1728
1724
|
|
|
1729
1725
|
export interface $ChartSettings extends $ControlSettings {
|
|
1730
1726
|
/**
|
|
@@ -1898,11 +1894,17 @@ declare module "sap/makit/Chart" {
|
|
|
1898
1894
|
longpress?: (oEvent: Event) => void;
|
|
1899
1895
|
}
|
|
1900
1896
|
|
|
1901
|
-
export interface $
|
|
1897
|
+
export interface Chart$DoubletapEventParameters {}
|
|
1902
1898
|
|
|
1903
|
-
export
|
|
1899
|
+
export type Chart$DoubletapEvent = Event<Chart$DoubletapEventParameters>;
|
|
1904
1900
|
|
|
1905
|
-
export interface $
|
|
1901
|
+
export interface Chart$LongpressEventParameters {}
|
|
1902
|
+
|
|
1903
|
+
export type Chart$LongpressEvent = Event<Chart$LongpressEventParameters>;
|
|
1904
|
+
|
|
1905
|
+
export interface Chart$TapEventParameters {}
|
|
1906
|
+
|
|
1907
|
+
export type Chart$TapEvent = Event<Chart$TapEventParameters>;
|
|
1906
1908
|
}
|
|
1907
1909
|
|
|
1908
1910
|
declare module "sap/makit/Column" {
|
|
@@ -1913,13 +1915,13 @@ declare module "sap/makit/Column" {
|
|
|
1913
1915
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1914
1916
|
|
|
1915
1917
|
/**
|
|
1916
|
-
* @
|
|
1918
|
+
* @since 1.8
|
|
1917
1919
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
1918
1920
|
* will not be supported anymore from 1.38.
|
|
1919
1921
|
*
|
|
1920
1922
|
* The data column of the Chart's data table
|
|
1921
1923
|
*/
|
|
1922
|
-
class Column extends UI5Element {
|
|
1924
|
+
export default class Column extends UI5Element {
|
|
1923
1925
|
/**
|
|
1924
1926
|
* Constructor for a new Column.
|
|
1925
1927
|
*
|
|
@@ -2054,7 +2056,6 @@ declare module "sap/makit/Column" {
|
|
|
2054
2056
|
oValue?: any
|
|
2055
2057
|
): this;
|
|
2056
2058
|
}
|
|
2057
|
-
export default Column;
|
|
2058
2059
|
|
|
2059
2060
|
export interface $ColumnSettings extends $ElementSettings {
|
|
2060
2061
|
/**
|
|
@@ -2101,13 +2102,13 @@ declare module "sap/makit/CombinationChart" {
|
|
|
2101
2102
|
} from "sap/ui/base/ManagedObject";
|
|
2102
2103
|
|
|
2103
2104
|
/**
|
|
2104
|
-
* @
|
|
2105
|
+
* @since 1.12
|
|
2105
2106
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
2106
2107
|
* will not be supported anymore from 1.38.
|
|
2107
2108
|
*
|
|
2108
2109
|
* The CombinationChart control.
|
|
2109
2110
|
*/
|
|
2110
|
-
class CombinationChart extends Control {
|
|
2111
|
+
export default class CombinationChart extends Control {
|
|
2111
2112
|
/**
|
|
2112
2113
|
* Constructor for a new CombinationChart.
|
|
2113
2114
|
*
|
|
@@ -2409,7 +2410,7 @@ declare module "sap/makit/CombinationChart" {
|
|
|
2409
2410
|
oListener?: object
|
|
2410
2411
|
): this;
|
|
2411
2412
|
/**
|
|
2412
|
-
* @
|
|
2413
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2413
2414
|
*
|
|
2414
2415
|
* Fires event {@link #event:doubletap doubletap} to attached listeners.
|
|
2415
2416
|
*
|
|
@@ -2422,7 +2423,7 @@ declare module "sap/makit/CombinationChart" {
|
|
|
2422
2423
|
mParameters?: object
|
|
2423
2424
|
): this;
|
|
2424
2425
|
/**
|
|
2425
|
-
* @
|
|
2426
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2426
2427
|
*
|
|
2427
2428
|
* Fires event {@link #event:longpress longpress} to attached listeners.
|
|
2428
2429
|
*
|
|
@@ -2435,7 +2436,7 @@ declare module "sap/makit/CombinationChart" {
|
|
|
2435
2436
|
mParameters?: object
|
|
2436
2437
|
): this;
|
|
2437
2438
|
/**
|
|
2438
|
-
* @
|
|
2439
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2439
2440
|
*
|
|
2440
2441
|
* Fires event {@link #event:tap tap} to attached listeners.
|
|
2441
2442
|
*
|
|
@@ -2785,7 +2786,6 @@ declare module "sap/makit/CombinationChart" {
|
|
|
2785
2786
|
sWidth?: CSSSize
|
|
2786
2787
|
): this;
|
|
2787
2788
|
}
|
|
2788
|
-
export default CombinationChart;
|
|
2789
2789
|
|
|
2790
2790
|
export interface $CombinationChartSettings extends $ControlSettings {
|
|
2791
2791
|
/**
|
|
@@ -2909,11 +2909,17 @@ declare module "sap/makit/CombinationChart" {
|
|
|
2909
2909
|
longpress?: (oEvent: Event) => void;
|
|
2910
2910
|
}
|
|
2911
2911
|
|
|
2912
|
-
export interface $
|
|
2912
|
+
export interface CombinationChart$DoubletapEventParameters {}
|
|
2913
|
+
|
|
2914
|
+
export type CombinationChart$DoubletapEvent = Event<CombinationChart$DoubletapEventParameters>;
|
|
2915
|
+
|
|
2916
|
+
export interface CombinationChart$LongpressEventParameters {}
|
|
2917
|
+
|
|
2918
|
+
export type CombinationChart$LongpressEvent = Event<CombinationChart$LongpressEventParameters>;
|
|
2913
2919
|
|
|
2914
|
-
export interface $
|
|
2920
|
+
export interface CombinationChart$TapEventParameters {}
|
|
2915
2921
|
|
|
2916
|
-
export
|
|
2922
|
+
export type CombinationChart$TapEvent = Event<CombinationChart$TapEventParameters>;
|
|
2917
2923
|
}
|
|
2918
2924
|
|
|
2919
2925
|
declare module "sap/makit/Layer" {
|
|
@@ -2937,13 +2943,13 @@ declare module "sap/makit/Layer" {
|
|
|
2937
2943
|
import Value from "sap/makit/Value";
|
|
2938
2944
|
|
|
2939
2945
|
/**
|
|
2940
|
-
* @
|
|
2946
|
+
* @since 1.12
|
|
2941
2947
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
2942
2948
|
* will not be supported anymore from 1.38.
|
|
2943
2949
|
*
|
|
2944
2950
|
* Layer represent a chart in the CombinationChart
|
|
2945
2951
|
*/
|
|
2946
|
-
class Layer extends UI5Element {
|
|
2952
|
+
export default class Layer extends UI5Element {
|
|
2947
2953
|
/**
|
|
2948
2954
|
* Constructor for a new Layer.
|
|
2949
2955
|
*
|
|
@@ -3320,7 +3326,6 @@ declare module "sap/makit/Layer" {
|
|
|
3320
3326
|
*/
|
|
3321
3327
|
unbindRows(): this;
|
|
3322
3328
|
}
|
|
3323
|
-
export default Layer;
|
|
3324
3329
|
|
|
3325
3330
|
export interface $LayerSettings extends $ElementSettings {
|
|
3326
3331
|
/**
|
|
@@ -3377,13 +3382,13 @@ declare module "sap/makit/MakitLib" {
|
|
|
3377
3382
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
3378
3383
|
|
|
3379
3384
|
/**
|
|
3380
|
-
* @
|
|
3385
|
+
* @since 1.12
|
|
3381
3386
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3382
3387
|
* will not be supported anymore from 1.38.
|
|
3383
3388
|
*
|
|
3384
3389
|
* Wrapper for MAKit Chart Library. Only to be used used internally.
|
|
3385
3390
|
*/
|
|
3386
|
-
class MakitLib extends UI5Element {
|
|
3391
|
+
export default class MakitLib extends UI5Element {
|
|
3387
3392
|
/**
|
|
3388
3393
|
* Constructor for a new MakitLib.
|
|
3389
3394
|
*
|
|
@@ -3451,7 +3456,6 @@ declare module "sap/makit/MakitLib" {
|
|
|
3451
3456
|
*/
|
|
3452
3457
|
static getMetadata(): ElementMetadata;
|
|
3453
3458
|
}
|
|
3454
|
-
export default MakitLib;
|
|
3455
3459
|
|
|
3456
3460
|
export interface $MakitLibSettings extends $ElementSettings {}
|
|
3457
3461
|
}
|
|
@@ -3466,13 +3470,13 @@ declare module "sap/makit/Row" {
|
|
|
3466
3470
|
import { AggregationBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3467
3471
|
|
|
3468
3472
|
/**
|
|
3469
|
-
* @
|
|
3473
|
+
* @since 1.8
|
|
3470
3474
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3471
3475
|
* will not be supported anymore from 1.38.
|
|
3472
3476
|
*
|
|
3473
3477
|
* The data row of the Chart's data table
|
|
3474
3478
|
*/
|
|
3475
|
-
class Row extends UI5Element {
|
|
3479
|
+
export default class Row extends UI5Element {
|
|
3476
3480
|
/**
|
|
3477
3481
|
* Constructor for a new Row.
|
|
3478
3482
|
*
|
|
@@ -3606,7 +3610,6 @@ declare module "sap/makit/Row" {
|
|
|
3606
3610
|
vCell: int | string | Column
|
|
3607
3611
|
): Column | null;
|
|
3608
3612
|
}
|
|
3609
|
-
export default Row;
|
|
3610
3613
|
|
|
3611
3614
|
export interface $RowSettings extends $ElementSettings {
|
|
3612
3615
|
/**
|
|
@@ -3625,13 +3628,13 @@ declare module "sap/makit/Series" {
|
|
|
3625
3628
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3626
3629
|
|
|
3627
3630
|
/**
|
|
3628
|
-
* @
|
|
3631
|
+
* @since 1.8
|
|
3629
3632
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3630
3633
|
* will not be supported anymore from 1.38.
|
|
3631
3634
|
*
|
|
3632
3635
|
* Represents the Series data region of the Chart.
|
|
3633
3636
|
*/
|
|
3634
|
-
class Series extends UI5Element {
|
|
3637
|
+
export default class Series extends UI5Element {
|
|
3635
3638
|
/**
|
|
3636
3639
|
* Constructor for a new Series.
|
|
3637
3640
|
*
|
|
@@ -3764,7 +3767,6 @@ declare module "sap/makit/Series" {
|
|
|
3764
3767
|
sFormat?: string
|
|
3765
3768
|
): this;
|
|
3766
3769
|
}
|
|
3767
|
-
export default Series;
|
|
3768
3770
|
|
|
3769
3771
|
export interface $SeriesSettings extends $ElementSettings {
|
|
3770
3772
|
/**
|
|
@@ -3793,13 +3795,13 @@ declare module "sap/makit/Value" {
|
|
|
3793
3795
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3794
3796
|
|
|
3795
3797
|
/**
|
|
3796
|
-
* @
|
|
3798
|
+
* @since 1.8
|
|
3797
3799
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
3798
3800
|
* will not be supported anymore from 1.38.
|
|
3799
3801
|
*
|
|
3800
3802
|
* Represents the Value data region of the Chart.
|
|
3801
3803
|
*/
|
|
3802
|
-
class Value extends UI5Element {
|
|
3804
|
+
export default class Value extends UI5Element {
|
|
3803
3805
|
/**
|
|
3804
3806
|
* Constructor for a new Value.
|
|
3805
3807
|
*
|
|
@@ -3971,7 +3973,6 @@ declare module "sap/makit/Value" {
|
|
|
3971
3973
|
sLocale?: string
|
|
3972
3974
|
): this;
|
|
3973
3975
|
}
|
|
3974
|
-
export default Value;
|
|
3975
3976
|
|
|
3976
3977
|
export interface $ValueSettings extends $ElementSettings {
|
|
3977
3978
|
/**
|
|
@@ -4013,13 +4014,13 @@ declare module "sap/makit/ValueAxis" {
|
|
|
4013
4014
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4014
4015
|
|
|
4015
4016
|
/**
|
|
4016
|
-
* @
|
|
4017
|
+
* @since 1.8
|
|
4017
4018
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4018
4019
|
* will not be supported anymore from 1.38.
|
|
4019
4020
|
*
|
|
4020
4021
|
* Contains the properties of the Value's Axis.
|
|
4021
4022
|
*/
|
|
4022
|
-
class ValueAxis extends Axis {
|
|
4023
|
+
export default class ValueAxis extends Axis {
|
|
4023
4024
|
/**
|
|
4024
4025
|
* Constructor for a new ValueAxis.
|
|
4025
4026
|
*
|
|
@@ -4131,7 +4132,6 @@ declare module "sap/makit/ValueAxis" {
|
|
|
4131
4132
|
sMin?: string
|
|
4132
4133
|
): this;
|
|
4133
4134
|
}
|
|
4134
|
-
export default ValueAxis;
|
|
4135
4135
|
|
|
4136
4136
|
export interface $ValueAxisSettings extends $AxisSettings {
|
|
4137
4137
|
/**
|
|
@@ -4158,13 +4158,13 @@ declare module "sap/makit/ValueBubble" {
|
|
|
4158
4158
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
4159
4159
|
|
|
4160
4160
|
/**
|
|
4161
|
-
* @
|
|
4161
|
+
* @since 1.8
|
|
4162
4162
|
* @deprecated (since 1.38) - MAKIT charts have been replaced with sap.viz and vizFrame in 1.38. This control
|
|
4163
4163
|
* will not be supported anymore from 1.38.
|
|
4164
4164
|
*
|
|
4165
4165
|
* The properties of the Chart's Value Bubble.
|
|
4166
4166
|
*/
|
|
4167
|
-
class ValueBubble extends UI5Element {
|
|
4167
|
+
export default class ValueBubble extends UI5Element {
|
|
4168
4168
|
/**
|
|
4169
4169
|
* Constructor for a new ValueBubble.
|
|
4170
4170
|
*
|
|
@@ -4469,7 +4469,6 @@ declare module "sap/makit/ValueBubble" {
|
|
|
4469
4469
|
bVisible?: boolean
|
|
4470
4470
|
): this;
|
|
4471
4471
|
}
|
|
4472
|
-
export default ValueBubble;
|
|
4473
4472
|
|
|
4474
4473
|
export interface $ValueBubbleSettings extends $ElementSettings {
|
|
4475
4474
|
/**
|