@sapui5/ts-types-esm 1.143.2 → 1.144.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 +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- 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 +1 -1
- package/types/sap.fe.test.d.ts +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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 +126 -4
- package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- 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/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -358,6 +358,8 @@ declare module "sap/gantt/library" {
|
|
|
358
358
|
* time zone in a running application can lead to unexpected data inconsistencies. For more information,
|
|
359
359
|
* see {@link sap/base/i18n/Localization#setTimezone}. Default values
|
|
360
360
|
* - timeZoine - `null`
|
|
361
|
+
*
|
|
362
|
+
* @since 1.119
|
|
361
363
|
*/
|
|
362
364
|
export const DEFAULT_LOCALE: Locale;
|
|
363
365
|
|
|
@@ -2789,7 +2791,7 @@ declare module "sap/gantt/axistime/ProportionZoomStrategy" {
|
|
|
2789
2791
|
* value to enable or disable
|
|
2790
2792
|
*/
|
|
2791
2793
|
bValue: boolean
|
|
2792
|
-
):
|
|
2794
|
+
): this;
|
|
2793
2795
|
}
|
|
2794
2796
|
/**
|
|
2795
2797
|
* Describes the settings that can be provided to the ProportionZoomStrategy constructor.
|
|
@@ -22127,9 +22129,9 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
22127
22129
|
/**
|
|
22128
22130
|
* Gets the value of property `text`.
|
|
22129
22131
|
*
|
|
22130
|
-
* The text string of iconfont is read via {@link sap.ui.IconPool.getIconInfo} passing Name and
|
|
22131
|
-
* as parameters. To use the SAP openui5 predefined icons, don't set the property CollectionName.
|
|
22132
|
-
* the icons in other collections, you need register first. For example, after calling function sap.ushell.iconfonts.registerFiori2IconFont,
|
|
22132
|
+
* The text string of iconfont is read via {@link sap.ui.core.IconPool.getIconInfo} passing Name and
|
|
22133
|
+
* CollectionName as parameters. To use the SAP openui5 predefined icons, don't set the property CollectionName.
|
|
22134
|
+
* To use the icons in other collections, you need register first. For example, after calling function sap.ushell.iconfonts.registerFiori2IconFont,
|
|
22133
22135
|
* then you can use the icon collection with names "BusinessSuiteInAppSymbols", "Fiori2"...
|
|
22134
22136
|
*
|
|
22135
22137
|
*
|
|
@@ -24100,6 +24102,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24100
24102
|
export default class UbcBorderPath extends Path {
|
|
24101
24103
|
/**
|
|
24102
24104
|
* Creates and initializes a fragment of the Utilization Bar Chart.
|
|
24105
|
+
*
|
|
24106
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24107
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24108
|
+
* of the syntax of the settings object.
|
|
24109
|
+
*
|
|
24110
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Path#constructor sap.gantt.shape.Path }
|
|
24111
|
+
* can be used.
|
|
24103
24112
|
*/
|
|
24104
24113
|
constructor(
|
|
24105
24114
|
/**
|
|
@@ -24109,6 +24118,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24109
24118
|
);
|
|
24110
24119
|
/**
|
|
24111
24120
|
* Creates and initializes a fragment of the Utilization Bar Chart.
|
|
24121
|
+
*
|
|
24122
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24123
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24124
|
+
* of the syntax of the settings object.
|
|
24125
|
+
*
|
|
24126
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Path#constructor sap.gantt.shape.Path }
|
|
24127
|
+
* can be used.
|
|
24112
24128
|
*/
|
|
24113
24129
|
constructor(
|
|
24114
24130
|
/**
|
|
@@ -24257,6 +24273,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24257
24273
|
export default class UbcOverCapacityZonePolygon extends UbcPolygon {
|
|
24258
24274
|
/**
|
|
24259
24275
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24276
|
+
*
|
|
24277
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24278
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24279
|
+
* of the syntax of the settings object.
|
|
24280
|
+
*
|
|
24281
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
24282
|
+
* can be used.
|
|
24260
24283
|
*/
|
|
24261
24284
|
constructor(
|
|
24262
24285
|
/**
|
|
@@ -24266,6 +24289,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24266
24289
|
);
|
|
24267
24290
|
/**
|
|
24268
24291
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24292
|
+
*
|
|
24293
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24294
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24295
|
+
* of the syntax of the settings object.
|
|
24296
|
+
*
|
|
24297
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
24298
|
+
* can be used.
|
|
24269
24299
|
*/
|
|
24270
24300
|
constructor(
|
|
24271
24301
|
/**
|
|
@@ -24417,6 +24447,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24417
24447
|
export default abstract class UbcPolygon extends Polygon {
|
|
24418
24448
|
/**
|
|
24419
24449
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24450
|
+
*
|
|
24451
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24452
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24453
|
+
* of the syntax of the settings object.
|
|
24454
|
+
*
|
|
24455
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Polygon#constructor sap.gantt.shape.Polygon }
|
|
24456
|
+
* can be used.
|
|
24420
24457
|
*/
|
|
24421
24458
|
constructor(
|
|
24422
24459
|
/**
|
|
@@ -24426,6 +24463,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24426
24463
|
);
|
|
24427
24464
|
/**
|
|
24428
24465
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24466
|
+
*
|
|
24467
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24468
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24469
|
+
* of the syntax of the settings object.
|
|
24470
|
+
*
|
|
24471
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Polygon#constructor sap.gantt.shape.Polygon }
|
|
24472
|
+
* can be used.
|
|
24429
24473
|
*/
|
|
24430
24474
|
constructor(
|
|
24431
24475
|
/**
|
|
@@ -24517,6 +24561,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24517
24561
|
export default class UbcShortageCapacityPolygon extends UbcPolygon {
|
|
24518
24562
|
/**
|
|
24519
24563
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24564
|
+
*
|
|
24565
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24566
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24567
|
+
* of the syntax of the settings object.
|
|
24568
|
+
*
|
|
24569
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
24570
|
+
* can be used.
|
|
24520
24571
|
*/
|
|
24521
24572
|
constructor(
|
|
24522
24573
|
/**
|
|
@@ -24526,6 +24577,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24526
24577
|
);
|
|
24527
24578
|
/**
|
|
24528
24579
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24580
|
+
*
|
|
24581
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24582
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24583
|
+
* of the syntax of the settings object.
|
|
24584
|
+
*
|
|
24585
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
24586
|
+
* can be used.
|
|
24529
24587
|
*/
|
|
24530
24588
|
constructor(
|
|
24531
24589
|
/**
|
|
@@ -24690,6 +24748,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24690
24748
|
export default class UbcTooltipRectangle extends Rectangle {
|
|
24691
24749
|
/**
|
|
24692
24750
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24751
|
+
*
|
|
24752
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24753
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24754
|
+
* of the syntax of the settings object.
|
|
24755
|
+
*
|
|
24756
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Rectangle#constructor sap.gantt.shape.Rectangle }
|
|
24757
|
+
* can be used.
|
|
24693
24758
|
*/
|
|
24694
24759
|
constructor(
|
|
24695
24760
|
/**
|
|
@@ -24699,6 +24764,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24699
24764
|
);
|
|
24700
24765
|
/**
|
|
24701
24766
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
24767
|
+
*
|
|
24768
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
24769
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
24770
|
+
* of the syntax of the settings object.
|
|
24771
|
+
*
|
|
24772
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Rectangle#constructor sap.gantt.shape.Rectangle }
|
|
24773
|
+
* can be used.
|
|
24702
24774
|
*/
|
|
24703
24775
|
constructor(
|
|
24704
24776
|
/**
|
|
@@ -24932,6 +25004,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
24932
25004
|
export default class UbcUnderCapacityZonePolygon extends UbcPolygon {
|
|
24933
25005
|
/**
|
|
24934
25006
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25007
|
+
*
|
|
25008
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25009
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25010
|
+
* of the syntax of the settings object.
|
|
25011
|
+
*
|
|
25012
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
25013
|
+
* can be used.
|
|
24935
25014
|
*/
|
|
24936
25015
|
constructor(
|
|
24937
25016
|
/**
|
|
@@ -24941,6 +25020,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
24941
25020
|
);
|
|
24942
25021
|
/**
|
|
24943
25022
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25023
|
+
*
|
|
25024
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25025
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25026
|
+
* of the syntax of the settings object.
|
|
25027
|
+
*
|
|
25028
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
25029
|
+
* can be used.
|
|
24944
25030
|
*/
|
|
24945
25031
|
constructor(
|
|
24946
25032
|
/**
|
|
@@ -25054,6 +25140,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
25054
25140
|
export default class UbcUsedPolygon extends UbcPolygon {
|
|
25055
25141
|
/**
|
|
25056
25142
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25143
|
+
*
|
|
25144
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25145
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25146
|
+
* of the syntax of the settings object.
|
|
25147
|
+
*
|
|
25148
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
25149
|
+
* can be used.
|
|
25057
25150
|
*/
|
|
25058
25151
|
constructor(
|
|
25059
25152
|
/**
|
|
@@ -25063,6 +25156,13 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
25063
25156
|
);
|
|
25064
25157
|
/**
|
|
25065
25158
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25159
|
+
*
|
|
25160
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25161
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25162
|
+
* of the syntax of the settings object.
|
|
25163
|
+
*
|
|
25164
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ubc.UbcPolygon#constructor sap.gantt.shape.ext.ubc.UbcPolygon }
|
|
25165
|
+
* can be used.
|
|
25066
25166
|
*/
|
|
25067
25167
|
constructor(
|
|
25068
25168
|
/**
|
|
@@ -25209,6 +25309,13 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25209
25309
|
export default class UtilizationBarChart extends Group {
|
|
25210
25310
|
/**
|
|
25211
25311
|
* Creates and initializes a new Utilization Bar Chart (UBC) container class.
|
|
25312
|
+
*
|
|
25313
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25314
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25315
|
+
* of the syntax of the settings object.
|
|
25316
|
+
*
|
|
25317
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Group#constructor sap.gantt.shape.Group }
|
|
25318
|
+
* can be used.
|
|
25212
25319
|
*/
|
|
25213
25320
|
constructor(
|
|
25214
25321
|
/**
|
|
@@ -25218,6 +25325,13 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25218
25325
|
);
|
|
25219
25326
|
/**
|
|
25220
25327
|
* Creates and initializes a new Utilization Bar Chart (UBC) container class.
|
|
25328
|
+
*
|
|
25329
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25330
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25331
|
+
* of the syntax of the settings object.
|
|
25332
|
+
*
|
|
25333
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Group#constructor sap.gantt.shape.Group }
|
|
25334
|
+
* can be used.
|
|
25221
25335
|
*/
|
|
25222
25336
|
constructor(
|
|
25223
25337
|
/**
|
|
@@ -25306,6 +25420,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25306
25420
|
export default class UlcBorderPath extends Path {
|
|
25307
25421
|
/**
|
|
25308
25422
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25423
|
+
*
|
|
25424
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25425
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25426
|
+
* of the syntax of the settings object.
|
|
25427
|
+
*
|
|
25428
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Path#constructor sap.gantt.shape.Path }
|
|
25429
|
+
* can be used.
|
|
25309
25430
|
*/
|
|
25310
25431
|
constructor(
|
|
25311
25432
|
/**
|
|
@@ -25315,6 +25436,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25315
25436
|
);
|
|
25316
25437
|
/**
|
|
25317
25438
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25439
|
+
*
|
|
25440
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25441
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25442
|
+
* of the syntax of the settings object.
|
|
25443
|
+
*
|
|
25444
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Path#constructor sap.gantt.shape.Path }
|
|
25445
|
+
* can be used.
|
|
25318
25446
|
*/
|
|
25319
25447
|
constructor(
|
|
25320
25448
|
/**
|
|
@@ -25436,6 +25564,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25436
25564
|
export default class UlcClipingPath extends Path {
|
|
25437
25565
|
/**
|
|
25438
25566
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25567
|
+
*
|
|
25568
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25569
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25570
|
+
* of the syntax of the settings object.
|
|
25571
|
+
*
|
|
25572
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Path#constructor sap.gantt.shape.Path }
|
|
25573
|
+
* can be used.
|
|
25439
25574
|
*/
|
|
25440
25575
|
constructor(
|
|
25441
25576
|
/**
|
|
@@ -25445,6 +25580,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25445
25580
|
);
|
|
25446
25581
|
/**
|
|
25447
25582
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25583
|
+
*
|
|
25584
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25585
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25586
|
+
* of the syntax of the settings object.
|
|
25587
|
+
*
|
|
25588
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Path#constructor sap.gantt.shape.Path }
|
|
25589
|
+
* can be used.
|
|
25448
25590
|
*/
|
|
25449
25591
|
constructor(
|
|
25450
25592
|
/**
|
|
@@ -25531,6 +25673,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25531
25673
|
export default class UlcClipPath extends ClipPath {
|
|
25532
25674
|
/**
|
|
25533
25675
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25676
|
+
*
|
|
25677
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25678
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25679
|
+
* of the syntax of the settings object.
|
|
25680
|
+
*
|
|
25681
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ClipPath#constructor sap.gantt.shape.ClipPath }
|
|
25682
|
+
* can be used.
|
|
25534
25683
|
*/
|
|
25535
25684
|
constructor(
|
|
25536
25685
|
/**
|
|
@@ -25540,6 +25689,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25540
25689
|
);
|
|
25541
25690
|
/**
|
|
25542
25691
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25692
|
+
*
|
|
25693
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25694
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25695
|
+
* of the syntax of the settings object.
|
|
25696
|
+
*
|
|
25697
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ClipPath#constructor sap.gantt.shape.ClipPath }
|
|
25698
|
+
* can be used.
|
|
25543
25699
|
*/
|
|
25544
25700
|
constructor(
|
|
25545
25701
|
/**
|
|
@@ -25634,6 +25790,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25634
25790
|
export default class UlcDimension extends Group {
|
|
25635
25791
|
/**
|
|
25636
25792
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25793
|
+
*
|
|
25794
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25795
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25796
|
+
* of the syntax of the settings object.
|
|
25797
|
+
*
|
|
25798
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Group#constructor sap.gantt.shape.Group }
|
|
25799
|
+
* can be used.
|
|
25637
25800
|
*/
|
|
25638
25801
|
constructor(
|
|
25639
25802
|
/**
|
|
@@ -25643,6 +25806,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25643
25806
|
);
|
|
25644
25807
|
/**
|
|
25645
25808
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25809
|
+
*
|
|
25810
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25811
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25812
|
+
* of the syntax of the settings object.
|
|
25813
|
+
*
|
|
25814
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Group#constructor sap.gantt.shape.Group }
|
|
25815
|
+
* can be used.
|
|
25646
25816
|
*/
|
|
25647
25817
|
constructor(
|
|
25648
25818
|
/**
|
|
@@ -25712,6 +25882,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25712
25882
|
export default class UlcMiddleLine extends Line {
|
|
25713
25883
|
/**
|
|
25714
25884
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25885
|
+
*
|
|
25886
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25887
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25888
|
+
* of the syntax of the settings object.
|
|
25889
|
+
*
|
|
25890
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Line#constructor sap.gantt.shape.Line }
|
|
25891
|
+
* can be used.
|
|
25715
25892
|
*/
|
|
25716
25893
|
constructor(
|
|
25717
25894
|
/**
|
|
@@ -25721,6 +25898,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25721
25898
|
);
|
|
25722
25899
|
/**
|
|
25723
25900
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
25901
|
+
*
|
|
25902
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
25903
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
25904
|
+
* of the syntax of the settings object.
|
|
25905
|
+
*
|
|
25906
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Line#constructor sap.gantt.shape.Line }
|
|
25907
|
+
* can be used.
|
|
25724
25908
|
*/
|
|
25725
25909
|
constructor(
|
|
25726
25910
|
/**
|
|
@@ -25937,6 +26121,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
25937
26121
|
export default class UlcOverCapacityZoneRectangle extends UlcRectangle {
|
|
25938
26122
|
/**
|
|
25939
26123
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26124
|
+
*
|
|
26125
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26126
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26127
|
+
* of the syntax of the settings object.
|
|
26128
|
+
*
|
|
26129
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26130
|
+
* can be used.
|
|
25940
26131
|
*/
|
|
25941
26132
|
constructor(
|
|
25942
26133
|
/**
|
|
@@ -25946,6 +26137,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
25946
26137
|
);
|
|
25947
26138
|
/**
|
|
25948
26139
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26140
|
+
*
|
|
26141
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26142
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26143
|
+
* of the syntax of the settings object.
|
|
26144
|
+
*
|
|
26145
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26146
|
+
* can be used.
|
|
25949
26147
|
*/
|
|
25950
26148
|
constructor(
|
|
25951
26149
|
/**
|
|
@@ -26078,6 +26276,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
26078
26276
|
export default class UlcOverClipRectangle extends UlcRectangle {
|
|
26079
26277
|
/**
|
|
26080
26278
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26279
|
+
*
|
|
26280
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26281
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26282
|
+
* of the syntax of the settings object.
|
|
26283
|
+
*
|
|
26284
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26285
|
+
* can be used.
|
|
26081
26286
|
*/
|
|
26082
26287
|
constructor(
|
|
26083
26288
|
/**
|
|
@@ -26087,6 +26292,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
26087
26292
|
);
|
|
26088
26293
|
/**
|
|
26089
26294
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26295
|
+
*
|
|
26296
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26297
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26298
|
+
* of the syntax of the settings object.
|
|
26299
|
+
*
|
|
26300
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26301
|
+
* can be used.
|
|
26090
26302
|
*/
|
|
26091
26303
|
constructor(
|
|
26092
26304
|
/**
|
|
@@ -26200,6 +26412,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26200
26412
|
export default abstract class UlcRectangle extends Rectangle {
|
|
26201
26413
|
/**
|
|
26202
26414
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26415
|
+
*
|
|
26416
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26417
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26418
|
+
* of the syntax of the settings object.
|
|
26419
|
+
*
|
|
26420
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Rectangle#constructor sap.gantt.shape.Rectangle }
|
|
26421
|
+
* can be used.
|
|
26203
26422
|
*/
|
|
26204
26423
|
constructor(
|
|
26205
26424
|
/**
|
|
@@ -26209,6 +26428,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26209
26428
|
);
|
|
26210
26429
|
/**
|
|
26211
26430
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26431
|
+
*
|
|
26432
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26433
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26434
|
+
* of the syntax of the settings object.
|
|
26435
|
+
*
|
|
26436
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Rectangle#constructor sap.gantt.shape.Rectangle }
|
|
26437
|
+
* can be used.
|
|
26212
26438
|
*/
|
|
26213
26439
|
constructor(
|
|
26214
26440
|
/**
|
|
@@ -26373,6 +26599,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26373
26599
|
export default class UlcTooltipRectangle extends UlcRectangle {
|
|
26374
26600
|
/**
|
|
26375
26601
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26602
|
+
*
|
|
26603
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26604
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26605
|
+
* of the syntax of the settings object.
|
|
26606
|
+
*
|
|
26607
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26608
|
+
* can be used.
|
|
26376
26609
|
*/
|
|
26377
26610
|
constructor(
|
|
26378
26611
|
/**
|
|
@@ -26382,6 +26615,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26382
26615
|
);
|
|
26383
26616
|
/**
|
|
26384
26617
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26618
|
+
*
|
|
26619
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26620
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26621
|
+
* of the syntax of the settings object.
|
|
26622
|
+
*
|
|
26623
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26624
|
+
* can be used.
|
|
26385
26625
|
*/
|
|
26386
26626
|
constructor(
|
|
26387
26627
|
/**
|
|
@@ -26572,6 +26812,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26572
26812
|
export default class UlcUnderClipRectangle extends UlcRectangle {
|
|
26573
26813
|
/**
|
|
26574
26814
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26815
|
+
*
|
|
26816
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26817
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26818
|
+
* of the syntax of the settings object.
|
|
26819
|
+
*
|
|
26820
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26821
|
+
* can be used.
|
|
26575
26822
|
*/
|
|
26576
26823
|
constructor(
|
|
26577
26824
|
/**
|
|
@@ -26581,6 +26828,13 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26581
26828
|
);
|
|
26582
26829
|
/**
|
|
26583
26830
|
* Creates and initializes a fragment of the Utilization Line Chart.
|
|
26831
|
+
*
|
|
26832
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
26833
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
26834
|
+
* of the syntax of the settings object.
|
|
26835
|
+
*
|
|
26836
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.ext.ulc.UlcRectangle#constructor sap.gantt.shape.ext.ulc.UlcRectangle }
|
|
26837
|
+
* can be used.
|
|
26584
26838
|
*/
|
|
26585
26839
|
constructor(
|
|
26586
26840
|
/**
|
|
@@ -26809,6 +27063,13 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26809
27063
|
export default class UtilizationLineChart extends Shape {
|
|
26810
27064
|
/**
|
|
26811
27065
|
* Creates and initializes a new Utilization Line Chart container class.
|
|
27066
|
+
*
|
|
27067
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
27068
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
27069
|
+
* of the syntax of the settings object.
|
|
27070
|
+
*
|
|
27071
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Shape#constructor sap.gantt.shape.Shape }
|
|
27072
|
+
* can be used.
|
|
26812
27073
|
*/
|
|
26813
27074
|
constructor(
|
|
26814
27075
|
/**
|
|
@@ -26818,6 +27079,13 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26818
27079
|
);
|
|
26819
27080
|
/**
|
|
26820
27081
|
* Creates and initializes a new Utilization Line Chart container class.
|
|
27082
|
+
*
|
|
27083
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
27084
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
27085
|
+
* of the syntax of the settings object.
|
|
27086
|
+
*
|
|
27087
|
+
* This class does not have its own settings, but all settings applicable to the base type {@link sap.gantt.shape.Shape#constructor sap.gantt.shape.Shape }
|
|
27088
|
+
* can be used.
|
|
26821
27089
|
*/
|
|
26822
27090
|
constructor(
|
|
26823
27091
|
/**
|
|
@@ -39431,8 +39699,8 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
39431
39699
|
*/
|
|
39432
39700
|
static getMetadata(): ElementMetadata;
|
|
39433
39701
|
/**
|
|
39434
|
-
* Enables the `sap.
|
|
39435
|
-
* by the {@link sap.m.IOverflowToolbarContent} interface.
|
|
39702
|
+
* Enables the `sap.gantt.simple.ContainerToolbarPlaceholder` to move inside the {@link sap.m.OverflowToolbar}.
|
|
39703
|
+
* Required by the {@link sap.m.IOverflowToolbarContent} interface.
|
|
39436
39704
|
*
|
|
39437
39705
|
*
|
|
39438
39706
|
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
|
|
@@ -44945,7 +45213,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44945
45213
|
*
|
|
44946
45214
|
* Configuration of locale settings.
|
|
44947
45215
|
*
|
|
44948
|
-
* Most locale settings can be configured in sap.ui.
|
|
45216
|
+
* Most locale settings can be configured in sap.ui.core.Configuration objects. Only the time zone and day-light-saving
|
|
44949
45217
|
* time options are provided by locale settings. We recommend that you set the type of this argument to
|
|
44950
45218
|
* `sap.gantt.config.Locale`. Otherwise some properties you set may not function properly.
|
|
44951
45219
|
*/
|
|
@@ -46354,6 +46622,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46354
46622
|
*
|
|
46355
46623
|
* Property to define the height of an expanded row in pixels.
|
|
46356
46624
|
*
|
|
46625
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46626
|
+
*
|
|
46357
46627
|
* @since 1.85
|
|
46358
46628
|
*
|
|
46359
46629
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -47310,7 +47580,9 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47310
47580
|
enableExpandedRowBackground?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47311
47581
|
|
|
47312
47582
|
/**
|
|
47313
|
-
* Property to define the height of an expanded row in pixels.
|
|
47583
|
+
* Property to define the height of an expanded row in pixels.
|
|
47584
|
+
*
|
|
47585
|
+
* @since 1.85
|
|
47314
47586
|
*/
|
|
47315
47587
|
expandedRowHeight?: int | PropertyBindingInfo | `{${string}}`;
|
|
47316
47588
|
|
|
@@ -47732,7 +48004,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47732
48004
|
/**
|
|
47733
48005
|
* Configuration of locale settings.
|
|
47734
48006
|
*
|
|
47735
|
-
* Most locale settings can be configured in sap.ui.
|
|
48007
|
+
* Most locale settings can be configured in sap.ui.core.Configuration objects. Only the time zone and day-light-saving
|
|
47736
48008
|
* time options are provided by locale settings. We recommend that you set the type of this argument to
|
|
47737
48009
|
* `sap.gantt.config.Locale`. Otherwise some properties you set may not function properly.
|
|
47738
48010
|
*/
|