@sapui5/ts-types-esm 1.132.1 → 1.134.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/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- 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 +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -177,7 +177,7 @@ declare module "sap/gantt/library" {
|
|
|
177
177
|
* - modeKey - `sap.gantt.config.DEFAULT_MODE_KEY`
|
|
178
178
|
* - shapeKeys - []
|
|
179
179
|
*
|
|
180
|
-
* @deprecated
|
|
180
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
181
181
|
*/
|
|
182
182
|
export const DEFAULT_CHART_SCHEME: ChartScheme;
|
|
183
183
|
|
|
@@ -206,7 +206,7 @@ declare module "sap/gantt/library" {
|
|
|
206
206
|
* hierarchyKey: sap.gantt.config.DEFAULT_HIERARCHY_KEY }), new sap.gantt.config.GanttChartLayout({ activeModeKey:
|
|
207
207
|
* sap.gantt.config.DEFAULT_MODE_KEY, hierarchyKey: sap.gantt.config.DEFAULT_HIERARCHY_KEY })]`
|
|
208
208
|
*
|
|
209
|
-
* @deprecated
|
|
209
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
210
210
|
*/
|
|
211
211
|
export const DEFAULT_CONTAINER_DUAL_LAYOUT: ContainerLayout;
|
|
212
212
|
|
|
@@ -234,7 +234,7 @@ declare module "sap/gantt/library" {
|
|
|
234
234
|
* - ganttChartLayouts - `[new sap.gantt.config.GanttChartLayout({ activeModeKey: sap.gantt.config.DEFAULT_MODE_KEY,
|
|
235
235
|
* hierarchyKey: sap.gantt.config.DEFAULT_HIERARCHY_KEY })]`
|
|
236
236
|
*
|
|
237
|
-
* @deprecated
|
|
237
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
238
238
|
*/
|
|
239
239
|
export const DEFAULT_CONTAINER_SINGLE_LAYOUT: ContainerLayout;
|
|
240
240
|
|
|
@@ -257,7 +257,7 @@ declare module "sap/gantt/library" {
|
|
|
257
257
|
* - settings - `sap.gantt.config.ToolbarGroup({ position: "R1", overflowPriority: sap.m.OverflowToolbarPriority.low,
|
|
258
258
|
* items: sap.gantt.config.DEFAULT_TOOLBAR_SETTING_ITEMS })`
|
|
259
259
|
*
|
|
260
|
-
* @deprecated
|
|
260
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
261
261
|
*/
|
|
262
262
|
export const DEFAULT_CONTAINER_TOOLBAR_SCHEME: ToolbarScheme;
|
|
263
263
|
|
|
@@ -290,7 +290,7 @@ declare module "sap/gantt/library" {
|
|
|
290
290
|
* - expandTree - `sap.gantt.config.ToolbarGroup({ position: "L3", overflowPriority: sap.m.OverflowToolbarPriority.Low
|
|
291
291
|
* })`
|
|
292
292
|
*
|
|
293
|
-
* @deprecated
|
|
293
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
294
294
|
*/
|
|
295
295
|
export const DEFAULT_GANTTCHART_TOOLBAR_SCHEME: ToolbarScheme;
|
|
296
296
|
|
|
@@ -319,7 +319,7 @@ declare module "sap/gantt/library" {
|
|
|
319
319
|
* - columns - null
|
|
320
320
|
* - expandedLevels - null
|
|
321
321
|
*
|
|
322
|
-
* @deprecated
|
|
322
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
323
323
|
*/
|
|
324
324
|
export const DEFAULT_HIERARCHY: Hierarchy;
|
|
325
325
|
|
|
@@ -342,8 +342,8 @@ declare module "sap/gantt/library" {
|
|
|
342
342
|
*
|
|
343
343
|
* From one month ago, to one year from now.
|
|
344
344
|
*
|
|
345
|
-
* @deprecated
|
|
346
|
-
* time horizons directly:
|
|
345
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application. Create
|
|
346
|
+
* the time horizons directly:
|
|
347
347
|
* ```javascript
|
|
348
348
|
* new TimeHorizon({
|
|
349
349
|
* startTime: new Date((new Date()).getTime() - 2628000000),
|
|
@@ -369,7 +369,7 @@ declare module "sap/gantt/library" {
|
|
|
369
369
|
* - utcdiff - `"000000"`
|
|
370
370
|
* - utcsign - `"+"`
|
|
371
371
|
*
|
|
372
|
-
* @deprecated
|
|
372
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
373
373
|
*/
|
|
374
374
|
export const DEFAULT_LOCALE_CET: Locale;
|
|
375
375
|
|
|
@@ -381,7 +381,7 @@ declare module "sap/gantt/library" {
|
|
|
381
381
|
* - text - "Default"
|
|
382
382
|
* - icon - `"sap-icon://status-positive"`
|
|
383
383
|
*
|
|
384
|
-
* @deprecated
|
|
384
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
385
385
|
*/
|
|
386
386
|
export const DEFAULT_MODE: Mode;
|
|
387
387
|
|
|
@@ -409,7 +409,7 @@ declare module "sap/gantt/library" {
|
|
|
409
409
|
* - mainChartSchemeKey - `sap.gantt.config.DEFAULT_CHART_SCHEME_KEY`
|
|
410
410
|
* - expandedChartSchemeKeys - []
|
|
411
411
|
*
|
|
412
|
-
* @deprecated
|
|
412
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
413
413
|
*/
|
|
414
414
|
export const DEFAULT_OBJECT_TYPE: ObjectType;
|
|
415
415
|
|
|
@@ -432,8 +432,8 @@ declare module "sap/gantt/library" {
|
|
|
432
432
|
*
|
|
433
433
|
* From one year ago, to one year from now.
|
|
434
434
|
*
|
|
435
|
-
* @deprecated
|
|
436
|
-
* time horizons directly:
|
|
435
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application. Create
|
|
436
|
+
* the time horizons directly:
|
|
437
437
|
* ```javascript
|
|
438
438
|
* new TimeHorizon({
|
|
439
439
|
* startTime: new Date((new Date()).getTime() - 31536000000),
|
|
@@ -453,8 +453,8 @@ declare module "sap/gantt/library" {
|
|
|
453
453
|
* - coarsestGranularity - "6month"
|
|
454
454
|
* - rate> - 1
|
|
455
455
|
*
|
|
456
|
-
* @deprecated
|
|
457
|
-
* AxisTimeStrategyBase() ` instead.
|
|
456
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application. Use `
|
|
457
|
+
* new AxisTimeStrategyBase() ` instead.
|
|
458
458
|
*/
|
|
459
459
|
export const DEFAULT_TIME_AXIS: AxisTimeStrategyBase;
|
|
460
460
|
|
|
@@ -517,7 +517,7 @@ declare module "sap/gantt/library" {
|
|
|
517
517
|
* - customToolbarItems - `sap.gantt.config.ToolbarGroup({ position: "L1", overflowPriority: sap.m.OverflowToolbarPriority.High
|
|
518
518
|
* })`
|
|
519
519
|
*
|
|
520
|
-
* @deprecated
|
|
520
|
+
* @deprecated As of version 1.63. Using these constants may result in errors in your application.
|
|
521
521
|
*/
|
|
522
522
|
export const EMPTY_TOOLBAR_SCHEME: ToolbarScheme;
|
|
523
523
|
|
|
@@ -1328,7 +1328,7 @@ declare module "sap/gantt/AdhocLine" {
|
|
|
1328
1328
|
* the chart area. You can use this line to mark milestones, such as the start of a project start, and special
|
|
1329
1329
|
* events, such as holidays.
|
|
1330
1330
|
*
|
|
1331
|
-
* @deprecated
|
|
1331
|
+
* @deprecated As of version 1.84. {@link sap.gantt.simple.AdhocLine} should be used instead.
|
|
1332
1332
|
*/
|
|
1333
1333
|
export default class AdhocLine extends UI5Element {
|
|
1334
1334
|
/**
|
|
@@ -1559,7 +1559,7 @@ declare module "sap/gantt/AdhocLine" {
|
|
|
1559
1559
|
/**
|
|
1560
1560
|
* Describes the settings that can be provided to the AdhocLine constructor.
|
|
1561
1561
|
*
|
|
1562
|
-
* @deprecated
|
|
1562
|
+
* @deprecated As of version 1.84. {@link sap.gantt.simple.AdhocLine} should be used instead.
|
|
1563
1563
|
*/
|
|
1564
1564
|
export interface $AdhocLineSettings extends $ElementSettings {
|
|
1565
1565
|
/**
|
|
@@ -1611,7 +1611,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1611
1611
|
|
|
1612
1612
|
import TimeHorizon from "sap/gantt/config/TimeHorizon";
|
|
1613
1613
|
|
|
1614
|
-
import CalendarWeekNumbering from "sap/
|
|
1614
|
+
import CalendarWeekNumbering from "sap/base/i18n/date/CalendarWeekNumbering";
|
|
1615
1615
|
|
|
1616
1616
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1617
1617
|
|
|
@@ -1786,7 +1786,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1786
1786
|
/**
|
|
1787
1787
|
* Destroys the skipTimePattern in the aggregation {@link #getSkipTimePattern skipTimePattern}.
|
|
1788
1788
|
*
|
|
1789
|
-
* @experimental
|
|
1789
|
+
* @experimental As of version 1.126.
|
|
1790
1790
|
*
|
|
1791
1791
|
* @returns Reference to `this` in order to allow method chaining
|
|
1792
1792
|
*/
|
|
@@ -1809,9 +1809,9 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1809
1809
|
* Gets current value of property {@link #getCalendarType calendarType}.
|
|
1810
1810
|
*
|
|
1811
1811
|
* Configures the calendar type for the Gantt Chart time label. We recommend that you set the type of this
|
|
1812
|
-
* argument to `sap
|
|
1812
|
+
* argument to `sap/base/i18n/date/CalendarType`. Otherwise some properties you set may not function properly.
|
|
1813
1813
|
*
|
|
1814
|
-
* Default value is `
|
|
1814
|
+
* Default value is `CalendarType.Gregorian`.
|
|
1815
1815
|
*
|
|
1816
1816
|
*
|
|
1817
1817
|
* @returns Value of property `calendarType`
|
|
@@ -1880,9 +1880,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1880
1880
|
*
|
|
1881
1881
|
* @returns Value of property `mouseWheelZoomType`
|
|
1882
1882
|
*/
|
|
1883
|
-
getMouseWheelZoomType():
|
|
1884
|
-
| MouseWheelZoomType
|
|
1885
|
-
| keyof typeof MouseWheelZoomType;
|
|
1883
|
+
getMouseWheelZoomType(): MouseWheelZoomType;
|
|
1886
1884
|
/**
|
|
1887
1885
|
* Gets content of aggregation {@link #getSkipTimePattern skipTimePattern}.
|
|
1888
1886
|
*
|
|
@@ -1895,7 +1893,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1895
1893
|
*
|
|
1896
1894
|
* The default value for skipTimePattern is null.
|
|
1897
1895
|
*
|
|
1898
|
-
* @experimental
|
|
1896
|
+
* @experimental As of version 1.126.
|
|
1899
1897
|
*/
|
|
1900
1898
|
getSkipTimePattern(): SkipPattern;
|
|
1901
1899
|
/**
|
|
@@ -2041,11 +2039,11 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
2041
2039
|
* Sets a new value for property {@link #getCalendarType calendarType}.
|
|
2042
2040
|
*
|
|
2043
2041
|
* Configures the calendar type for the Gantt Chart time label. We recommend that you set the type of this
|
|
2044
|
-
* argument to `sap
|
|
2042
|
+
* argument to `sap/base/i18n/date/CalendarType`. Otherwise some properties you set may not function properly.
|
|
2045
2043
|
*
|
|
2046
2044
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
2047
2045
|
*
|
|
2048
|
-
* Default value is `
|
|
2046
|
+
* Default value is `CalendarType.Gregorian`.
|
|
2049
2047
|
*
|
|
2050
2048
|
*
|
|
2051
2049
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2072,7 +2070,9 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
2072
2070
|
/**
|
|
2073
2071
|
* New value for property `calendarWeekNumbering`
|
|
2074
2072
|
*/
|
|
2075
|
-
sCalendarWeekNumbering?:
|
|
2073
|
+
sCalendarWeekNumbering?:
|
|
2074
|
+
| CalendarWeekNumbering
|
|
2075
|
+
| keyof typeof CalendarWeekNumbering
|
|
2076
2076
|
): this;
|
|
2077
2077
|
/**
|
|
2078
2078
|
* Sets a new value for property {@link #getCoarsestTimeLineOption coarsestTimeLineOption}.
|
|
@@ -2504,7 +2504,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
2504
2504
|
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Configures the calendar type for the Gantt Chart time label. We recommend that you set the type of this
|
|
2507
|
-
* argument to `sap
|
|
2507
|
+
* argument to `sap/base/i18n/date/CalendarType`. Otherwise some properties you set may not function properly.
|
|
2508
2508
|
*/
|
|
2509
2509
|
calendarType?: string | PropertyBindingInfo;
|
|
2510
2510
|
|
|
@@ -2538,7 +2538,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
2538
2538
|
* @since 1.110.0
|
|
2539
2539
|
*/
|
|
2540
2540
|
calendarWeekNumbering?:
|
|
2541
|
-
| CalendarWeekNumbering
|
|
2541
|
+
| (CalendarWeekNumbering | keyof typeof CalendarWeekNumbering)
|
|
2542
2542
|
| PropertyBindingInfo
|
|
2543
2543
|
| `{${string}}`;
|
|
2544
2544
|
|
|
@@ -2580,7 +2580,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
2580
2580
|
*
|
|
2581
2581
|
* The default value for skipTimePattern is null.
|
|
2582
2582
|
*
|
|
2583
|
-
* @experimental
|
|
2583
|
+
* @experimental As of version 1.126.
|
|
2584
2584
|
*/
|
|
2585
2585
|
skipTimePattern?: SkipPattern;
|
|
2586
2586
|
}
|
|
@@ -3008,7 +3008,7 @@ declare module "sap/gantt/config/BirdEyeGroup" {
|
|
|
3008
3008
|
/**
|
|
3009
3009
|
* You can define bird eye toolbar items in the Gantt chart toolbar.
|
|
3010
3010
|
*
|
|
3011
|
-
* @deprecated
|
|
3011
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3012
3012
|
*/
|
|
3013
3013
|
export default class BirdEyeGroup extends ToolbarGroup {
|
|
3014
3014
|
/**
|
|
@@ -3106,7 +3106,7 @@ declare module "sap/gantt/config/BirdEyeGroup" {
|
|
|
3106
3106
|
/**
|
|
3107
3107
|
* Describes the settings that can be provided to the BirdEyeGroup constructor.
|
|
3108
3108
|
*
|
|
3109
|
-
* @deprecated
|
|
3109
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3110
3110
|
*/
|
|
3111
3111
|
export interface $BirdEyeGroupSettings extends $ToolbarGroupSettings {
|
|
3112
3112
|
/**
|
|
@@ -3133,7 +3133,7 @@ declare module "sap/gantt/config/ChartScheme" {
|
|
|
3133
3133
|
* chart contains one or more Chart schemes. By switching between these schemes, the Gantt chart can display
|
|
3134
3134
|
* different shapes.
|
|
3135
3135
|
*
|
|
3136
|
-
* @deprecated
|
|
3136
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3137
3137
|
*/
|
|
3138
3138
|
export default class ChartScheme extends UI5Element {
|
|
3139
3139
|
/**
|
|
@@ -3449,7 +3449,7 @@ declare module "sap/gantt/config/ChartScheme" {
|
|
|
3449
3449
|
/**
|
|
3450
3450
|
* Describes the settings that can be provided to the ChartScheme constructor.
|
|
3451
3451
|
*
|
|
3452
|
-
* @deprecated
|
|
3452
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3453
3453
|
*/
|
|
3454
3454
|
export interface $ChartSchemeSettings extends $ElementSettings {
|
|
3455
3455
|
/**
|
|
@@ -3510,7 +3510,7 @@ declare module "sap/gantt/config/ColumnAttribute" {
|
|
|
3510
3510
|
/**
|
|
3511
3511
|
* Defines the column attribute which is used in the hierarchy column
|
|
3512
3512
|
*
|
|
3513
|
-
* @deprecated
|
|
3513
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3514
3514
|
*/
|
|
3515
3515
|
export default class ColumnAttribute extends UI5Element {
|
|
3516
3516
|
/**
|
|
@@ -3629,7 +3629,7 @@ declare module "sap/gantt/config/ColumnAttribute" {
|
|
|
3629
3629
|
/**
|
|
3630
3630
|
* Describes the settings that can be provided to the ColumnAttribute constructor.
|
|
3631
3631
|
*
|
|
3632
|
-
* @deprecated
|
|
3632
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3633
3633
|
*/
|
|
3634
3634
|
export interface $ColumnAttributeSettings extends $ElementSettings {
|
|
3635
3635
|
/**
|
|
@@ -3657,7 +3657,7 @@ declare module "sap/gantt/config/ContainerLayout" {
|
|
|
3657
3657
|
* Defines the container layout. The container layout determines the layout of a Gantt chart container such
|
|
3658
3658
|
* as the CSS size, orientation, toolbar, and tree table size.
|
|
3659
3659
|
*
|
|
3660
|
-
* @deprecated
|
|
3660
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3661
3661
|
*/
|
|
3662
3662
|
export default class ContainerLayout extends UI5Element {
|
|
3663
3663
|
/**
|
|
@@ -3767,7 +3767,7 @@ declare module "sap/gantt/config/ContainerLayout" {
|
|
|
3767
3767
|
*
|
|
3768
3768
|
* @returns Value of property `orientation`
|
|
3769
3769
|
*/
|
|
3770
|
-
getOrientation(): Orientation
|
|
3770
|
+
getOrientation(): Orientation;
|
|
3771
3771
|
/**
|
|
3772
3772
|
* Gets current value of property {@link #getSelectionPanelSize selectionPanelSize}.
|
|
3773
3773
|
*
|
|
@@ -3929,7 +3929,7 @@ declare module "sap/gantt/config/ContainerLayout" {
|
|
|
3929
3929
|
/**
|
|
3930
3930
|
* Describes the settings that can be provided to the ContainerLayout constructor.
|
|
3931
3931
|
*
|
|
3932
|
-
* @deprecated
|
|
3932
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3933
3933
|
*/
|
|
3934
3934
|
export interface $ContainerLayoutSettings extends $ElementSettings {
|
|
3935
3935
|
/**
|
|
@@ -3983,7 +3983,7 @@ declare module "sap/gantt/config/ExpandChart" {
|
|
|
3983
3983
|
/**
|
|
3984
3984
|
* Defines the expand chart which is used by {@link sap.gantt.config.ExpandChartGroup}.
|
|
3985
3985
|
*
|
|
3986
|
-
* @deprecated
|
|
3986
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
3987
3987
|
*/
|
|
3988
3988
|
export default class ExpandChart extends UI5Element {
|
|
3989
3989
|
/**
|
|
@@ -4131,7 +4131,7 @@ declare module "sap/gantt/config/ExpandChart" {
|
|
|
4131
4131
|
/**
|
|
4132
4132
|
* Describes the settings that can be provided to the ExpandChart constructor.
|
|
4133
4133
|
*
|
|
4134
|
-
* @deprecated
|
|
4134
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4135
4135
|
*/
|
|
4136
4136
|
export interface $ExpandChartSettings extends $ElementSettings {
|
|
4137
4137
|
/**
|
|
@@ -4165,7 +4165,7 @@ declare module "sap/gantt/config/ExpandChartGroup" {
|
|
|
4165
4165
|
* Defines a toolbar group for the expand chart-related toolbar items. These expand chart-related toolbar
|
|
4166
4166
|
* items are displayed in the Gantt chart toolbar.
|
|
4167
4167
|
*
|
|
4168
|
-
* @deprecated
|
|
4168
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4169
4169
|
*/
|
|
4170
4170
|
export default class ExpandChartGroup extends ToolbarGroup {
|
|
4171
4171
|
/**
|
|
@@ -4315,7 +4315,7 @@ declare module "sap/gantt/config/ExpandChartGroup" {
|
|
|
4315
4315
|
/**
|
|
4316
4316
|
* Describes the settings that can be provided to the ExpandChartGroup constructor.
|
|
4317
4317
|
*
|
|
4318
|
-
* @deprecated
|
|
4318
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4319
4319
|
*/
|
|
4320
4320
|
export interface $ExpandChartGroupSettings extends $ToolbarGroupSettings {
|
|
4321
4321
|
/**
|
|
@@ -4349,7 +4349,7 @@ declare module "sap/gantt/config/GanttChartLayout" {
|
|
|
4349
4349
|
* Defines the Gantt chart layout. This includes but is not limited to the CSS size, mode, and hierarchy
|
|
4350
4350
|
* of the Gantt chart.
|
|
4351
4351
|
*
|
|
4352
|
-
* @deprecated
|
|
4352
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4353
4353
|
*/
|
|
4354
4354
|
export default class GanttChartLayout extends UI5Element {
|
|
4355
4355
|
/**
|
|
@@ -4501,7 +4501,7 @@ declare module "sap/gantt/config/GanttChartLayout" {
|
|
|
4501
4501
|
/**
|
|
4502
4502
|
* Describes the settings that can be provided to the GanttChartLayout constructor.
|
|
4503
4503
|
*
|
|
4504
|
-
* @deprecated
|
|
4504
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4505
4505
|
*/
|
|
4506
4506
|
export interface $GanttChartLayoutSettings extends $ElementSettings {
|
|
4507
4507
|
/**
|
|
@@ -4531,7 +4531,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4531
4531
|
/**
|
|
4532
4532
|
* Defines the hierarchy in the Gantt chart. The hierarchy is used for building the tree table in {@link sap.gantt.GanttChartWithTable}.
|
|
4533
4533
|
*
|
|
4534
|
-
* @deprecated
|
|
4534
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4535
4535
|
*/
|
|
4536
4536
|
export default class Hierarchy extends UI5Element {
|
|
4537
4537
|
/**
|
|
@@ -4626,7 +4626,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4626
4626
|
* data of object types 02 or 03 in the first level and rows containing data of object type 05 in the second
|
|
4627
4627
|
* level are expanded.
|
|
4628
4628
|
*
|
|
4629
|
-
* @deprecated
|
|
4629
|
+
* @deprecated As of version 1.46.8. This feature may cause severe performance issue! Since TreeTable doesn't
|
|
4630
4630
|
* have API to expand specific multiple rows in one call, GanttChart expand the tree tale to level calculated
|
|
4631
4631
|
* from the configuration, then loop all data in the model, collapse the node which does not full-fill the
|
|
4632
4632
|
* configuration one by one. This feature is application specific and should be handled by application.
|
|
@@ -4713,7 +4713,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4713
4713
|
*
|
|
4714
4714
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4715
4715
|
*
|
|
4716
|
-
* @deprecated
|
|
4716
|
+
* @deprecated As of version 1.46.8. This feature may cause severe performance issue! Since TreeTable doesn't
|
|
4717
4717
|
* have API to expand specific multiple rows in one call, GanttChart expand the tree tale to level calculated
|
|
4718
4718
|
* from the configuration, then loop all data in the model, collapse the node which does not full-fill the
|
|
4719
4719
|
* configuration one by one. This feature is application specific and should be handled by application.
|
|
@@ -4784,7 +4784,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4784
4784
|
/**
|
|
4785
4785
|
* Describes the settings that can be provided to the Hierarchy constructor.
|
|
4786
4786
|
*
|
|
4787
|
-
* @deprecated
|
|
4787
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4788
4788
|
*/
|
|
4789
4789
|
export interface $HierarchySettings extends $ElementSettings {
|
|
4790
4790
|
/**
|
|
@@ -4820,7 +4820,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4820
4820
|
* data of object types 02 or 03 in the first level and rows containing data of object type 05 in the second
|
|
4821
4821
|
* level are expanded.
|
|
4822
4822
|
*
|
|
4823
|
-
* @deprecated
|
|
4823
|
+
* @deprecated As of version 1.46.8. This feature may cause severe performance issue! Since TreeTable doesn't
|
|
4824
4824
|
* have API to expand specific multiple rows in one call, GanttChart expand the tree tale to level calculated
|
|
4825
4825
|
* from the configuration, then loop all data in the model, collapse the node which does not full-fill the
|
|
4826
4826
|
* configuration one by one. This feature is application specific and should be handled by application.
|
|
@@ -4841,7 +4841,7 @@ declare module "sap/gantt/config/HierarchyColumn" {
|
|
|
4841
4841
|
/**
|
|
4842
4842
|
* Defines the column attribute which is used in the hierarchy column
|
|
4843
4843
|
*
|
|
4844
|
-
* @deprecated
|
|
4844
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
4845
4845
|
*/
|
|
4846
4846
|
export default class HierarchyColumn extends UI5Element {
|
|
4847
4847
|
/**
|
|
@@ -5116,7 +5116,7 @@ declare module "sap/gantt/config/HierarchyColumn" {
|
|
|
5116
5116
|
/**
|
|
5117
5117
|
* Describes the settings that can be provided to the HierarchyColumn constructor.
|
|
5118
5118
|
*
|
|
5119
|
-
* @deprecated
|
|
5119
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5120
5120
|
*/
|
|
5121
5121
|
export interface $HierarchyColumnSettings extends $ElementSettings {
|
|
5122
5122
|
/**
|
|
@@ -5175,7 +5175,7 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5175
5175
|
/**
|
|
5176
5176
|
* You can specify the Gantt chart layout-related toolbar items in the Gantt chart toolbar
|
|
5177
5177
|
*
|
|
5178
|
-
* @deprecated
|
|
5178
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5179
5179
|
*/
|
|
5180
5180
|
export default class LayoutGroup extends ToolbarGroup {
|
|
5181
5181
|
/**
|
|
@@ -5248,7 +5248,7 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5248
5248
|
*
|
|
5249
5249
|
* Default value is `true`.
|
|
5250
5250
|
*
|
|
5251
|
-
* @deprecated
|
|
5251
|
+
* @deprecated As of version 1.50. the concept has been discarded.
|
|
5252
5252
|
*
|
|
5253
5253
|
* @returns Value of property `enableRichStyle`
|
|
5254
5254
|
*/
|
|
@@ -5263,7 +5263,7 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5263
5263
|
*
|
|
5264
5264
|
* Default value is `true`.
|
|
5265
5265
|
*
|
|
5266
|
-
* @deprecated
|
|
5266
|
+
* @deprecated As of version 1.50. the concept has been discarded.
|
|
5267
5267
|
*
|
|
5268
5268
|
* @returns Reference to `this` in order to allow method chaining
|
|
5269
5269
|
*/
|
|
@@ -5277,14 +5277,14 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5277
5277
|
/**
|
|
5278
5278
|
* Describes the settings that can be provided to the LayoutGroup constructor.
|
|
5279
5279
|
*
|
|
5280
|
-
* @deprecated
|
|
5280
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5281
5281
|
*/
|
|
5282
5282
|
export interface $LayoutGroupSettings extends $ToolbarGroupSettings {
|
|
5283
5283
|
/**
|
|
5284
5284
|
* Determines the button type. See {@link sap.m.ButtonType} true stands for {@link sap.m.ButtonType.Emphasized }
|
|
5285
5285
|
* false stands for {@link sap.m.ButtonType.Default}
|
|
5286
5286
|
*
|
|
5287
|
-
* @deprecated
|
|
5287
|
+
* @deprecated As of version 1.50. the concept has been discarded.
|
|
5288
5288
|
*/
|
|
5289
5289
|
enableRichStyle?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5290
5290
|
}
|
|
@@ -5371,7 +5371,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5371
5371
|
*
|
|
5372
5372
|
* Default value is `[]`.
|
|
5373
5373
|
*
|
|
5374
|
-
* @deprecated
|
|
5374
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5375
5375
|
*
|
|
5376
5376
|
* @returns Value of property `dstHorizons`
|
|
5377
5377
|
*/
|
|
@@ -5383,7 +5383,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5383
5383
|
*
|
|
5384
5384
|
* Default value is `"000000"`.
|
|
5385
5385
|
*
|
|
5386
|
-
* @deprecated
|
|
5386
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5387
5387
|
*
|
|
5388
5388
|
* @returns Value of property `utcdiff`
|
|
5389
5389
|
*/
|
|
@@ -5395,7 +5395,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5395
5395
|
*
|
|
5396
5396
|
* Default value is `"+"`.
|
|
5397
5397
|
*
|
|
5398
|
-
* @deprecated
|
|
5398
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5399
5399
|
*
|
|
5400
5400
|
* @returns Value of property `utcsign`
|
|
5401
5401
|
*/
|
|
@@ -5410,7 +5410,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5410
5410
|
*
|
|
5411
5411
|
* Default value is `[]`.
|
|
5412
5412
|
*
|
|
5413
|
-
* @deprecated
|
|
5413
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5414
5414
|
*
|
|
5415
5415
|
* @returns Reference to `this` in order to allow method chaining
|
|
5416
5416
|
*/
|
|
@@ -5446,7 +5446,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5446
5446
|
*
|
|
5447
5447
|
* Default value is `"000000"`.
|
|
5448
5448
|
*
|
|
5449
|
-
* @deprecated
|
|
5449
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5450
5450
|
*
|
|
5451
5451
|
* @returns Reference to `this` in order to allow method chaining
|
|
5452
5452
|
*/
|
|
@@ -5465,7 +5465,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5465
5465
|
*
|
|
5466
5466
|
* Default value is `"+"`.
|
|
5467
5467
|
*
|
|
5468
|
-
* @deprecated
|
|
5468
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5469
5469
|
*
|
|
5470
5470
|
* @returns Reference to `this` in order to allow method chaining
|
|
5471
5471
|
*/
|
|
@@ -5489,14 +5489,14 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5489
5489
|
/**
|
|
5490
5490
|
* Gap value to the UTC time in the format hhmmss
|
|
5491
5491
|
*
|
|
5492
|
-
* @deprecated
|
|
5492
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5493
5493
|
*/
|
|
5494
5494
|
utcdiff?: string | PropertyBindingInfo;
|
|
5495
5495
|
|
|
5496
5496
|
/**
|
|
5497
5497
|
* Sign of the gap to the UTC time. Two valid values: "+" or "-".
|
|
5498
5498
|
*
|
|
5499
|
-
* @deprecated
|
|
5499
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5500
5500
|
*/
|
|
5501
5501
|
utcsign?: string | PropertyBindingInfo;
|
|
5502
5502
|
|
|
@@ -5504,7 +5504,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5504
5504
|
* Day-light saving time periods. Array of {@link sap.gantt.config.TimeHorizon} other locale info like langu,
|
|
5505
5505
|
* dateFormat, timeFormat and numberFormat, please use UI5 standard configuration object.
|
|
5506
5506
|
*
|
|
5507
|
-
* @deprecated
|
|
5507
|
+
* @deprecated As of version 1.119. the concept has been discarded.
|
|
5508
5508
|
*/
|
|
5509
5509
|
dstHorizons?: object[] | PropertyBindingInfo | `{${string}}`;
|
|
5510
5510
|
}
|
|
@@ -5523,7 +5523,7 @@ declare module "sap/gantt/config/Mode" {
|
|
|
5523
5523
|
* The Mode control specifies the mode which is used in GanttChart and Shape. Mode enables GanttChart to
|
|
5524
5524
|
* show the same objects in different views.
|
|
5525
5525
|
*
|
|
5526
|
-
* @deprecated
|
|
5526
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5527
5527
|
*/
|
|
5528
5528
|
export default class Mode extends UI5Element {
|
|
5529
5529
|
/**
|
|
@@ -5692,7 +5692,7 @@ declare module "sap/gantt/config/Mode" {
|
|
|
5692
5692
|
/**
|
|
5693
5693
|
* Describes the settings that can be provided to the Mode constructor.
|
|
5694
5694
|
*
|
|
5695
|
-
* @deprecated
|
|
5695
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5696
5696
|
*/
|
|
5697
5697
|
export interface $ModeSettings extends $ElementSettings {
|
|
5698
5698
|
/**
|
|
@@ -5730,7 +5730,7 @@ declare module "sap/gantt/config/ModeGroup" {
|
|
|
5730
5730
|
/**
|
|
5731
5731
|
* The ModeGroup control specifies the mode-related buttons in the Gantt chart toolbar
|
|
5732
5732
|
*
|
|
5733
|
-
* @deprecated
|
|
5733
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5734
5734
|
*/
|
|
5735
5735
|
export default class ModeGroup extends ToolbarGroup {
|
|
5736
5736
|
/**
|
|
@@ -5828,7 +5828,7 @@ declare module "sap/gantt/config/ModeGroup" {
|
|
|
5828
5828
|
/**
|
|
5829
5829
|
* Describes the settings that can be provided to the ModeGroup constructor.
|
|
5830
5830
|
*
|
|
5831
|
-
* @deprecated
|
|
5831
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5832
5832
|
*/
|
|
5833
5833
|
export interface $ModeGroupSettings extends $ToolbarGroupSettings {
|
|
5834
5834
|
/**
|
|
@@ -5848,7 +5848,7 @@ declare module "sap/gantt/config/ObjectType" {
|
|
|
5848
5848
|
/**
|
|
5849
5849
|
* Define the ObjectType which is used in GanttChart
|
|
5850
5850
|
*
|
|
5851
|
-
* @deprecated
|
|
5851
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
5852
5852
|
*/
|
|
5853
5853
|
export default class ObjectType extends UI5Element {
|
|
5854
5854
|
/**
|
|
@@ -6025,7 +6025,7 @@ declare module "sap/gantt/config/ObjectType" {
|
|
|
6025
6025
|
/**
|
|
6026
6026
|
* Describes the settings that can be provided to the ObjectType constructor.
|
|
6027
6027
|
*
|
|
6028
|
-
* @deprecated
|
|
6028
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
6029
6029
|
*/
|
|
6030
6030
|
export interface $ObjectTypeSettings extends $ElementSettings {
|
|
6031
6031
|
/**
|
|
@@ -6064,7 +6064,7 @@ declare module "sap/gantt/config/SettingGroup" {
|
|
|
6064
6064
|
* The SettingGroup control allows you to specify the number of setting items to display in the Setting
|
|
6065
6065
|
* window.
|
|
6066
6066
|
*
|
|
6067
|
-
* @deprecated
|
|
6067
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
6068
6068
|
*/
|
|
6069
6069
|
export default class SettingGroup extends ToolbarGroup {
|
|
6070
6070
|
/**
|
|
@@ -6166,7 +6166,7 @@ declare module "sap/gantt/config/SettingGroup" {
|
|
|
6166
6166
|
/**
|
|
6167
6167
|
* Describes the settings that can be provided to the SettingGroup constructor.
|
|
6168
6168
|
*
|
|
6169
|
-
* @deprecated
|
|
6169
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
6170
6170
|
*/
|
|
6171
6171
|
export interface $SettingGroupSettings extends $ToolbarGroupSettings {
|
|
6172
6172
|
/**
|
|
@@ -6374,7 +6374,7 @@ declare module "sap/gantt/config/Shape" {
|
|
|
6374
6374
|
* The root shape is called 'top shape'. Some properties are only top shape relevant such as `key`, `level`,
|
|
6375
6375
|
* and `selectedClassName`.
|
|
6376
6376
|
*
|
|
6377
|
-
* @deprecated
|
|
6377
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
6378
6378
|
*/
|
|
6379
6379
|
export default class Shape extends UI5Element {
|
|
6380
6380
|
/**
|
|
@@ -6813,7 +6813,7 @@ declare module "sap/gantt/config/Shape" {
|
|
|
6813
6813
|
/**
|
|
6814
6814
|
* Describes the settings that can be provided to the Shape constructor.
|
|
6815
6815
|
*
|
|
6816
|
-
* @deprecated
|
|
6816
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
6817
6817
|
*/
|
|
6818
6818
|
export interface $ShapeSettings extends $ElementSettings {
|
|
6819
6819
|
/**
|
|
@@ -6900,7 +6900,7 @@ declare module "sap/gantt/config/TimeAxis" {
|
|
|
6900
6900
|
/**
|
|
6901
6901
|
* Defines the time axis of a Gantt chart
|
|
6902
6902
|
*
|
|
6903
|
-
* @deprecated
|
|
6903
|
+
* @deprecated As of version 1.44. replaced by sap.gantt.axistime.AxisTimeStrategy
|
|
6904
6904
|
*/
|
|
6905
6905
|
export default class TimeAxis extends UI5Element {
|
|
6906
6906
|
/**
|
|
@@ -7182,7 +7182,7 @@ declare module "sap/gantt/config/TimeAxis" {
|
|
|
7182
7182
|
/**
|
|
7183
7183
|
* Describes the settings that can be provided to the TimeAxis constructor.
|
|
7184
7184
|
*
|
|
7185
|
-
* @deprecated
|
|
7185
|
+
* @deprecated As of version 1.44. replaced by sap.gantt.axistime.AxisTimeStrategy
|
|
7186
7186
|
*/
|
|
7187
7187
|
export interface $TimeAxisSettings extends $ElementSettings {
|
|
7188
7188
|
/**
|
|
@@ -7408,7 +7408,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7408
7408
|
/**
|
|
7409
7409
|
* You can define time zooming related toolbar items in the Gantt chart toolbar.
|
|
7410
7410
|
*
|
|
7411
|
-
* @deprecated
|
|
7411
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
7412
7412
|
*/
|
|
7413
7413
|
export default class TimeZoomGroup extends ToolbarGroup {
|
|
7414
7414
|
/**
|
|
@@ -7490,7 +7490,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7490
7490
|
*
|
|
7491
7491
|
* Default value is `true`.
|
|
7492
7492
|
*
|
|
7493
|
-
* @deprecated
|
|
7493
|
+
* @deprecated As of version 1.44. replaced by zoomControlType
|
|
7494
7494
|
*
|
|
7495
7495
|
* @returns Value of property `showZoomButtons`
|
|
7496
7496
|
*/
|
|
@@ -7502,7 +7502,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7502
7502
|
*
|
|
7503
7503
|
* Default value is `true`.
|
|
7504
7504
|
*
|
|
7505
|
-
* @deprecated
|
|
7505
|
+
* @deprecated As of version 1.44. replaced by zoomControlType
|
|
7506
7506
|
*
|
|
7507
7507
|
* @returns Value of property `showZoomSlider`
|
|
7508
7508
|
*/
|
|
@@ -7528,9 +7528,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7528
7528
|
*
|
|
7529
7529
|
* @returns Value of property `zoomControlType`
|
|
7530
7530
|
*/
|
|
7531
|
-
getZoomControlType():
|
|
7532
|
-
| config.ZoomControlType
|
|
7533
|
-
| keyof typeof config.ZoomControlType;
|
|
7531
|
+
getZoomControlType(): config.ZoomControlType;
|
|
7534
7532
|
/**
|
|
7535
7533
|
* Sets a new value for property {@link #getInfoOfSelectItems infoOfSelectItems}.
|
|
7536
7534
|
*
|
|
@@ -7557,7 +7555,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7557
7555
|
*
|
|
7558
7556
|
* Default value is `true`.
|
|
7559
7557
|
*
|
|
7560
|
-
* @deprecated
|
|
7558
|
+
* @deprecated As of version 1.44. replaced by zoomControlType
|
|
7561
7559
|
*
|
|
7562
7560
|
* @returns Reference to `this` in order to allow method chaining
|
|
7563
7561
|
*/
|
|
@@ -7576,7 +7574,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7576
7574
|
*
|
|
7577
7575
|
* Default value is `true`.
|
|
7578
7576
|
*
|
|
7579
|
-
* @deprecated
|
|
7577
|
+
* @deprecated As of version 1.44. replaced by zoomControlType
|
|
7580
7578
|
*
|
|
7581
7579
|
* @returns Reference to `this` in order to allow method chaining
|
|
7582
7580
|
*/
|
|
@@ -7628,20 +7626,20 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7628
7626
|
/**
|
|
7629
7627
|
* Describes the settings that can be provided to the TimeZoomGroup constructor.
|
|
7630
7628
|
*
|
|
7631
|
-
* @deprecated
|
|
7629
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
7632
7630
|
*/
|
|
7633
7631
|
export interface $TimeZoomGroupSettings extends $ToolbarGroupSettings {
|
|
7634
7632
|
/**
|
|
7635
7633
|
* Enables the Slider control for the time zooming function.
|
|
7636
7634
|
*
|
|
7637
|
-
* @deprecated
|
|
7635
|
+
* @deprecated As of version 1.44. replaced by zoomControlType
|
|
7638
7636
|
*/
|
|
7639
7637
|
showZoomSlider?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7640
7638
|
|
|
7641
7639
|
/**
|
|
7642
7640
|
* Enables zoom in and zoom out buttons for the time zooming function.
|
|
7643
7641
|
*
|
|
7644
|
-
* @deprecated
|
|
7642
|
+
* @deprecated As of version 1.44. replaced by zoomControlType
|
|
7645
7643
|
*/
|
|
7646
7644
|
showZoomButtons?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7647
7645
|
|
|
@@ -7679,7 +7677,7 @@ declare module "sap/gantt/config/ToolbarGroup" {
|
|
|
7679
7677
|
* Defines the toolbar group. Toolbar groups enables you to categorize related toolbar items. For example,
|
|
7680
7678
|
* you can put all settings-related toolbar items in the Setting group.
|
|
7681
7679
|
*
|
|
7682
|
-
* @deprecated
|
|
7680
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
7683
7681
|
*/
|
|
7684
7682
|
export default class ToolbarGroup extends UI5Element {
|
|
7685
7683
|
/**
|
|
@@ -7754,7 +7752,7 @@ declare module "sap/gantt/config/ToolbarGroup" {
|
|
|
7754
7752
|
*
|
|
7755
7753
|
* @returns Value of property `buttonType`
|
|
7756
7754
|
*/
|
|
7757
|
-
getButtonType(): ButtonType
|
|
7755
|
+
getButtonType(): ButtonType;
|
|
7758
7756
|
/**
|
|
7759
7757
|
* Gets current value of property {@link #getOverflowPriority overflowPriority}.
|
|
7760
7758
|
*
|
|
@@ -7765,9 +7763,7 @@ declare module "sap/gantt/config/ToolbarGroup" {
|
|
|
7765
7763
|
*
|
|
7766
7764
|
* @returns Value of property `overflowPriority`
|
|
7767
7765
|
*/
|
|
7768
|
-
getOverflowPriority():
|
|
7769
|
-
| OverflowToolbarPriority
|
|
7770
|
-
| keyof typeof OverflowToolbarPriority;
|
|
7766
|
+
getOverflowPriority(): OverflowToolbarPriority;
|
|
7771
7767
|
/**
|
|
7772
7768
|
* Gets current value of property {@link #getPosition position}.
|
|
7773
7769
|
*
|
|
@@ -7837,7 +7833,7 @@ declare module "sap/gantt/config/ToolbarGroup" {
|
|
|
7837
7833
|
/**
|
|
7838
7834
|
* Describes the settings that can be provided to the ToolbarGroup constructor.
|
|
7839
7835
|
*
|
|
7840
|
-
* @deprecated
|
|
7836
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
7841
7837
|
*/
|
|
7842
7838
|
export interface $ToolbarGroupSettings extends $ElementSettings {
|
|
7843
7839
|
/**
|
|
@@ -7874,7 +7870,7 @@ declare module "sap/gantt/config/ToolbarScheme" {
|
|
|
7874
7870
|
/**
|
|
7875
7871
|
* Defines the Toolbar scheme
|
|
7876
7872
|
*
|
|
7877
|
-
* @deprecated
|
|
7873
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
7878
7874
|
*/
|
|
7879
7875
|
export default class ToolbarScheme extends UI5Element {
|
|
7880
7876
|
/**
|
|
@@ -8267,7 +8263,7 @@ declare module "sap/gantt/config/ToolbarScheme" {
|
|
|
8267
8263
|
/**
|
|
8268
8264
|
* Describes the settings that can be provided to the ToolbarScheme constructor.
|
|
8269
8265
|
*
|
|
8270
|
-
* @deprecated
|
|
8266
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
8271
8267
|
*/
|
|
8272
8268
|
export interface $ToolbarSchemeSettings extends $ElementSettings {
|
|
8273
8269
|
/**
|
|
@@ -8356,7 +8352,7 @@ declare module "sap/gantt/control/Cell" {
|
|
|
8356
8352
|
*
|
|
8357
8353
|
* You can also use this class to define column specific properties that are applied when rendering a list.
|
|
8358
8354
|
*
|
|
8359
|
-
* @deprecated
|
|
8355
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
8360
8356
|
*/
|
|
8361
8357
|
export default class Cell extends Control {
|
|
8362
8358
|
/**
|
|
@@ -8487,7 +8483,7 @@ declare module "sap/gantt/control/Cell" {
|
|
|
8487
8483
|
/**
|
|
8488
8484
|
* Describes the settings that can be provided to the Cell constructor.
|
|
8489
8485
|
*
|
|
8490
|
-
* @deprecated
|
|
8486
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
8491
8487
|
*/
|
|
8492
8488
|
export interface $CellSettings extends $ControlSettings {
|
|
8493
8489
|
/**
|
|
@@ -8513,10 +8509,10 @@ declare module "sap/gantt/def/cal/Calendar" {
|
|
|
8513
8509
|
PropertyBindingInfo,
|
|
8514
8510
|
} from "sap/ui/base/ManagedObject";
|
|
8515
8511
|
|
|
8516
|
-
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
8517
|
-
|
|
8518
8512
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
8519
8513
|
|
|
8514
|
+
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
8515
|
+
|
|
8520
8516
|
/**
|
|
8521
8517
|
* A calendar that contains a list of time interval definitions.
|
|
8522
8518
|
*
|
|
@@ -8619,17 +8615,6 @@ declare module "sap/gantt/def/cal/Calendar" {
|
|
|
8619
8615
|
* @returns Reference to `this` in order to allow method chaining
|
|
8620
8616
|
*/
|
|
8621
8617
|
destroyTimeIntervals(): this;
|
|
8622
|
-
/**
|
|
8623
|
-
* Gets current value of property {@link #getBackgroundColor backgroundColor}.
|
|
8624
|
-
*
|
|
8625
|
-
* Background color of time intervals.
|
|
8626
|
-
*
|
|
8627
|
-
* Default value is `"#e5e5e5"`.
|
|
8628
|
-
*
|
|
8629
|
-
*
|
|
8630
|
-
* @returns Value of property `backgroundColor`
|
|
8631
|
-
*/
|
|
8632
|
-
getBackgroundColor(): ValueSVGPaintServer;
|
|
8633
8618
|
/**
|
|
8634
8619
|
* Gets current value of property {@link #getKey key}.
|
|
8635
8620
|
*
|
|
@@ -8707,7 +8692,7 @@ declare module "sap/gantt/def/cal/Calendar" {
|
|
|
8707
8692
|
*
|
|
8708
8693
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8709
8694
|
*
|
|
8710
|
-
* Default value is `"
|
|
8695
|
+
* Default value is `"sapChart_Sequence_Neutral_Plus2"`.
|
|
8711
8696
|
*
|
|
8712
8697
|
*
|
|
8713
8698
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10647,17 +10632,6 @@ declare module "sap/gantt/def/gradient/Stop" {
|
|
|
10647
10632
|
* @returns Value of property `offSet`
|
|
10648
10633
|
*/
|
|
10649
10634
|
getOffSet(): string;
|
|
10650
|
-
/**
|
|
10651
|
-
* Gets current value of property {@link #getStopColor stopColor}.
|
|
10652
|
-
*
|
|
10653
|
-
* Property 'stop-color' of SVG tag 'stop'.
|
|
10654
|
-
*
|
|
10655
|
-
* Default value is `"#FFFFFF"`.
|
|
10656
|
-
*
|
|
10657
|
-
*
|
|
10658
|
-
* @returns Value of property `stopColor`
|
|
10659
|
-
*/
|
|
10660
|
-
getStopColor(): ValueSVGPaintServer;
|
|
10661
10635
|
/**
|
|
10662
10636
|
* Gets current value of property {@link #getStopOpacity stopOpacity}.
|
|
10663
10637
|
*
|
|
@@ -10695,7 +10669,7 @@ declare module "sap/gantt/def/gradient/Stop" {
|
|
|
10695
10669
|
*
|
|
10696
10670
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
10697
10671
|
*
|
|
10698
|
-
* Default value is `"
|
|
10672
|
+
* Default value is `"sapChart_ContrastLineColor"`.
|
|
10699
10673
|
*
|
|
10700
10674
|
*
|
|
10701
10675
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -10766,8 +10740,13 @@ declare module "sap/gantt/def/pattern/BackSlashPattern" {
|
|
|
10766
10740
|
* properties.
|
|
10767
10741
|
*
|
|
10768
10742
|
*
|
|
10769
|
-
*
|
|
10770
|
-
*
|
|
10743
|
+
*
|
|
10744
|
+
*
|
|
10745
|
+
*
|
|
10746
|
+
* Tile
|
|
10747
|
+
* Detail: tileHeight tileWidth background
|
|
10748
|
+
* Color strokeColor
|
|
10749
|
+
* strokeWidth
|
|
10771
10750
|
*/
|
|
10772
10751
|
export default class BackSlashPattern extends PatternBase {
|
|
10773
10752
|
/**
|
|
@@ -10939,10 +10918,10 @@ declare module "sap/gantt/def/pattern/BackSlashPattern" {
|
|
|
10939
10918
|
declare module "sap/gantt/def/pattern/PatternBase" {
|
|
10940
10919
|
import { default as DefBase, $DefBaseSettings } from "sap/gantt/def/DefBase";
|
|
10941
10920
|
|
|
10942
|
-
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
10943
|
-
|
|
10944
10921
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
10945
10922
|
|
|
10923
|
+
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
10924
|
+
|
|
10946
10925
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
10947
10926
|
|
|
10948
10927
|
/**
|
|
@@ -11014,18 +10993,6 @@ declare module "sap/gantt/def/pattern/PatternBase" {
|
|
|
11014
10993
|
* @returns Metadata object describing this class
|
|
11015
10994
|
*/
|
|
11016
10995
|
static getMetadata(): ElementMetadata;
|
|
11017
|
-
/**
|
|
11018
|
-
* Gets current value of property {@link #getBackgroundColor backgroundColor}.
|
|
11019
|
-
*
|
|
11020
|
-
* Background color of the pattern. Technically a rectangle with the color is added in the beginning of
|
|
11021
|
-
* the pattern definition.
|
|
11022
|
-
*
|
|
11023
|
-
* Default value is `"#fff"`.
|
|
11024
|
-
*
|
|
11025
|
-
*
|
|
11026
|
-
* @returns Value of property `backgroundColor`
|
|
11027
|
-
*/
|
|
11028
|
-
getBackgroundColor(): ValueSVGPaintServer;
|
|
11029
10996
|
/**
|
|
11030
10997
|
* Gets current value of property {@link #getBackgroundFillOpacity backgroundFillOpacity}.
|
|
11031
10998
|
*
|
|
@@ -11067,7 +11034,7 @@ declare module "sap/gantt/def/pattern/PatternBase" {
|
|
|
11067
11034
|
*
|
|
11068
11035
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
11069
11036
|
*
|
|
11070
|
-
* Default value is `"
|
|
11037
|
+
* Default value is `"sapChart_ContrastLineColor"`.
|
|
11071
11038
|
*
|
|
11072
11039
|
*
|
|
11073
11040
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11177,7 +11144,13 @@ declare module "sap/gantt/def/pattern/SlashPattern" {
|
|
|
11177
11144
|
* properties.
|
|
11178
11145
|
*
|
|
11179
11146
|
*
|
|
11180
|
-
*
|
|
11147
|
+
*
|
|
11148
|
+
*
|
|
11149
|
+
*
|
|
11150
|
+
* Tile Detail:
|
|
11151
|
+
* tileHeight tileWidth
|
|
11152
|
+
* background Color
|
|
11153
|
+
* strokeColor strokeWidth
|
|
11181
11154
|
*/
|
|
11182
11155
|
export default abstract class SlashPattern extends PatternBase {
|
|
11183
11156
|
/**
|
|
@@ -11561,7 +11534,7 @@ declare module "sap/gantt/GanttChart" {
|
|
|
11561
11534
|
* The Gantt chart has a horizontal axis at the top that represents time and a vertical axis that represents
|
|
11562
11535
|
* rows.
|
|
11563
11536
|
*
|
|
11564
|
-
* @deprecated
|
|
11537
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
11565
11538
|
*/
|
|
11566
11539
|
export default class GanttChart extends GanttChartBase {
|
|
11567
11540
|
/**
|
|
@@ -11648,7 +11621,7 @@ declare module "sap/gantt/GanttChart" {
|
|
|
11648
11621
|
* See:
|
|
11649
11622
|
* sap.ui.table.Table.setFirstVisibleRow
|
|
11650
11623
|
*
|
|
11651
|
-
* @deprecated
|
|
11624
|
+
* @deprecated As of version 1.50.7. We recommend use setTableProperties function instead
|
|
11652
11625
|
*
|
|
11653
11626
|
* @returns A reference to the GanttChart control, which can be used for chaining
|
|
11654
11627
|
*/
|
|
@@ -11662,7 +11635,7 @@ declare module "sap/gantt/GanttChart" {
|
|
|
11662
11635
|
/**
|
|
11663
11636
|
* Describes the settings that can be provided to the GanttChart constructor.
|
|
11664
11637
|
*
|
|
11665
|
-
* @deprecated
|
|
11638
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
11666
11639
|
*/
|
|
11667
11640
|
export interface $GanttChartSettings extends $GanttChartBaseSettings {}
|
|
11668
11641
|
}
|
|
@@ -11730,7 +11703,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
11730
11703
|
* Note that you do not need to specify the UID for a shape or row. Gantt Chart automatically forms the
|
|
11731
11704
|
* UIDs for shapes or rows.
|
|
11732
11705
|
*
|
|
11733
|
-
* @deprecated
|
|
11706
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
11734
11707
|
*/
|
|
11735
11708
|
export default abstract class GanttChartBase extends Control {
|
|
11736
11709
|
/**
|
|
@@ -12176,7 +12149,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12176
12149
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12177
12150
|
* use this event.
|
|
12178
12151
|
*
|
|
12179
|
-
* @deprecated
|
|
12152
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12180
12153
|
*
|
|
12181
12154
|
* @returns Reference to `this` in order to allow method chaining
|
|
12182
12155
|
*/
|
|
@@ -12207,7 +12180,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12207
12180
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12208
12181
|
* use this event.
|
|
12209
12182
|
*
|
|
12210
|
-
* @deprecated
|
|
12183
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12211
12184
|
*
|
|
12212
12185
|
* @returns Reference to `this` in order to allow method chaining
|
|
12213
12186
|
*/
|
|
@@ -12682,7 +12655,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12682
12655
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12683
12656
|
* use this event.
|
|
12684
12657
|
*
|
|
12685
|
-
* @deprecated
|
|
12658
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12686
12659
|
*
|
|
12687
12660
|
* @returns Reference to `this` in order to allow method chaining
|
|
12688
12661
|
*/
|
|
@@ -12713,7 +12686,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12713
12686
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12714
12687
|
* use this event.
|
|
12715
12688
|
*
|
|
12716
|
-
* @deprecated
|
|
12689
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12717
12690
|
*
|
|
12718
12691
|
* @returns Reference to `this` in order to allow method chaining
|
|
12719
12692
|
*/
|
|
@@ -13011,7 +12984,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13011
12984
|
*
|
|
13012
12985
|
* The passed function and listener object must match the ones used for event registration.
|
|
13013
12986
|
*
|
|
13014
|
-
* @deprecated
|
|
12987
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13015
12988
|
*
|
|
13016
12989
|
* @returns Reference to `this` in order to allow method chaining
|
|
13017
12990
|
*/
|
|
@@ -13201,7 +13174,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13201
13174
|
*
|
|
13202
13175
|
* The passed function and listener object must match the ones used for event registration.
|
|
13203
13176
|
*
|
|
13204
|
-
* @deprecated
|
|
13177
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13205
13178
|
*
|
|
13206
13179
|
* @returns Reference to `this` in order to allow method chaining
|
|
13207
13180
|
*/
|
|
@@ -13323,7 +13296,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13323
13296
|
/**
|
|
13324
13297
|
* Fires event {@link #event:horizontalScroll horizontalScroll} to attached listeners.
|
|
13325
13298
|
*
|
|
13326
|
-
* @deprecated
|
|
13299
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13327
13300
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13328
13301
|
*
|
|
13329
13302
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13454,7 +13427,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13454
13427
|
/**
|
|
13455
13428
|
* Fires event {@link #event:verticalScroll verticalScroll} to attached listeners.
|
|
13456
13429
|
*
|
|
13457
|
-
* @deprecated
|
|
13430
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13458
13431
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13459
13432
|
*
|
|
13460
13433
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13805,13 +13778,13 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13805
13778
|
*
|
|
13806
13779
|
* Default value is `MultiWithKeyboard`.
|
|
13807
13780
|
*
|
|
13808
|
-
* @deprecated
|
|
13809
|
-
* to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
13810
|
-
* shape selection mode.
|
|
13781
|
+
* @deprecated As of version 1.50.7. Please use `tableProperties`(e.g. `setTableproperties({selectionMode:
|
|
13782
|
+
* "None"})`) to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
13783
|
+
* to control shape selection mode.
|
|
13811
13784
|
*
|
|
13812
13785
|
* @returns Value of property `selectionMode`
|
|
13813
13786
|
*/
|
|
13814
|
-
getSelectionMode(): SelectionMode
|
|
13787
|
+
getSelectionMode(): SelectionMode;
|
|
13815
13788
|
/**
|
|
13816
13789
|
* Gets current value of property {@link #getSelectionPanelSize selectionPanelSize}.
|
|
13817
13790
|
*
|
|
@@ -13878,7 +13851,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13878
13851
|
*
|
|
13879
13852
|
* @returns Value of property `shapeSelectionMode`
|
|
13880
13853
|
*/
|
|
13881
|
-
getShapeSelectionMode(): SelectionMode
|
|
13854
|
+
getShapeSelectionMode(): SelectionMode;
|
|
13882
13855
|
/**
|
|
13883
13856
|
* Gets current value of property {@link #getSvgDefs svgDefs}.
|
|
13884
13857
|
*
|
|
@@ -13909,10 +13882,10 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13909
13882
|
*
|
|
13910
13883
|
* Default value is `library.config.DEFAULT_TIME_AXIS`.
|
|
13911
13884
|
*
|
|
13912
|
-
* @deprecated
|
|
13913
|
-
* and zoom level can be configured with this property. If not provided, a default configuration
|
|
13914
|
-
* We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
13915
|
-
* you set may not function properly.
|
|
13885
|
+
* @deprecated As of version 1.44. replaced by aggregation 'axisTimeStrategy'. Planning horizon, initial
|
|
13886
|
+
* horizon, and zoom level can be configured with this property. If not provided, a default configuration
|
|
13887
|
+
* is provided. We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
13888
|
+
* some properties you set may not function properly.
|
|
13916
13889
|
*
|
|
13917
13890
|
* Restriction: It is defined as a property, and hence cannot be used in an XML view.
|
|
13918
13891
|
*
|
|
@@ -13929,7 +13902,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13929
13902
|
*
|
|
13930
13903
|
* Default value is `1`.
|
|
13931
13904
|
*
|
|
13932
|
-
* @deprecated
|
|
13905
|
+
* @deprecated As of version 1.44. please use sap.gantt.axistime.AxisTimeStrategy to change the zoom rate
|
|
13933
13906
|
*
|
|
13934
13907
|
* @returns Value of property `timeZoomRate`
|
|
13935
13908
|
*/
|
|
@@ -14623,9 +14596,9 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14623
14596
|
*
|
|
14624
14597
|
* Default value is `MultiWithKeyboard`.
|
|
14625
14598
|
*
|
|
14626
|
-
* @deprecated
|
|
14627
|
-
* to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14628
|
-
* shape selection mode.
|
|
14599
|
+
* @deprecated As of version 1.50.7. Please use `tableProperties`(e.g. `setTableproperties({selectionMode:
|
|
14600
|
+
* "None"})`) to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14601
|
+
* to control shape selection mode.
|
|
14629
14602
|
*
|
|
14630
14603
|
* @returns Reference to `this` in order to allow method chaining
|
|
14631
14604
|
*/
|
|
@@ -14774,10 +14747,10 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14774
14747
|
*
|
|
14775
14748
|
* Default value is `library.config.DEFAULT_TIME_AXIS`.
|
|
14776
14749
|
*
|
|
14777
|
-
* @deprecated
|
|
14778
|
-
* and zoom level can be configured with this property. If not provided, a default configuration
|
|
14779
|
-
* We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
14780
|
-
* you set may not function properly.
|
|
14750
|
+
* @deprecated As of version 1.44. replaced by aggregation 'axisTimeStrategy'. Planning horizon, initial
|
|
14751
|
+
* horizon, and zoom level can be configured with this property. If not provided, a default configuration
|
|
14752
|
+
* is provided. We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
14753
|
+
* some properties you set may not function properly.
|
|
14781
14754
|
*
|
|
14782
14755
|
* Restriction: It is defined as a property, and hence cannot be used in an XML view.
|
|
14783
14756
|
*
|
|
@@ -14801,7 +14774,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14801
14774
|
*
|
|
14802
14775
|
* Default value is `1`.
|
|
14803
14776
|
*
|
|
14804
|
-
* @deprecated
|
|
14777
|
+
* @deprecated As of version 1.44. please use sap.gantt.axistime.AxisTimeStrategy to change the zoom rate
|
|
14805
14778
|
*
|
|
14806
14779
|
* @returns Reference to `this` in order to allow method chaining
|
|
14807
14780
|
*/
|
|
@@ -14892,7 +14865,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14892
14865
|
/**
|
|
14893
14866
|
* Describes the settings that can be provided to the GanttChartBase constructor.
|
|
14894
14867
|
*
|
|
14895
|
-
* @deprecated
|
|
14868
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
14896
14869
|
*/
|
|
14897
14870
|
export interface $GanttChartBaseSettings extends $ControlSettings {
|
|
14898
14871
|
/**
|
|
@@ -14936,7 +14909,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14936
14909
|
* This property allows application developers to control the zoom level. When GanttChart is embedded in
|
|
14937
14910
|
* `sap.gantt.GanttChartContainer`, you do not have to manage this property.
|
|
14938
14911
|
*
|
|
14939
|
-
* @deprecated
|
|
14912
|
+
* @deprecated As of version 1.44. please use sap.gantt.axistime.AxisTimeStrategy to change the zoom rate
|
|
14940
14913
|
*/
|
|
14941
14914
|
timeZoomRate?: float | PropertyBindingInfo | `{${string}}`;
|
|
14942
14915
|
|
|
@@ -14954,9 +14927,9 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14954
14927
|
* for shapes. It may also affect the visual appearance, such as whether check boxes are available for selection.
|
|
14955
14928
|
* From version 1.40 to upper versions, multi is replaced by multiToggle selection mode in tree table
|
|
14956
14929
|
*
|
|
14957
|
-
* @deprecated
|
|
14958
|
-
* to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14959
|
-
* shape selection mode.
|
|
14930
|
+
* @deprecated As of version 1.50.7. Please use `tableProperties`(e.g. `setTableproperties({selectionMode:
|
|
14931
|
+
* "None"})`) to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14932
|
+
* to control shape selection mode.
|
|
14960
14933
|
*/
|
|
14961
14934
|
selectionMode?:
|
|
14962
14935
|
| (SelectionMode | keyof typeof SelectionMode)
|
|
@@ -15012,10 +14985,10 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15012
14985
|
/**
|
|
15013
14986
|
* Configuration of the time axis.
|
|
15014
14987
|
*
|
|
15015
|
-
* @deprecated
|
|
15016
|
-
* and zoom level can be configured with this property. If not provided, a default configuration
|
|
15017
|
-
* We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
15018
|
-
* you set may not function properly.
|
|
14988
|
+
* @deprecated As of version 1.44. replaced by aggregation 'axisTimeStrategy'. Planning horizon, initial
|
|
14989
|
+
* horizon, and zoom level can be configured with this property. If not provided, a default configuration
|
|
14990
|
+
* is provided. We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
14991
|
+
* some properties you set may not function properly.
|
|
15019
14992
|
*
|
|
15020
14993
|
* Restriction: It is defined as a property, and hence cannot be used in an XML view.
|
|
15021
14994
|
*/
|
|
@@ -15204,7 +15177,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15204
15177
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
15205
15178
|
* use this event.
|
|
15206
15179
|
*
|
|
15207
|
-
* @deprecated
|
|
15180
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15208
15181
|
*/
|
|
15209
15182
|
horizontalScroll?: (oEvent: GanttChartBase$HorizontalScrollEvent) => void;
|
|
15210
15183
|
|
|
@@ -15214,7 +15187,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15214
15187
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
15215
15188
|
* use this event.
|
|
15216
15189
|
*
|
|
15217
|
-
* @deprecated
|
|
15190
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15218
15191
|
*/
|
|
15219
15192
|
verticalScroll?: (oEvent: GanttChartBase$VerticalScrollEvent) => void;
|
|
15220
15193
|
|
|
@@ -15542,7 +15515,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15542
15515
|
/**
|
|
15543
15516
|
* Parameters of the GanttChartBase#horizontalScroll event.
|
|
15544
15517
|
*
|
|
15545
|
-
* @deprecated
|
|
15518
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15546
15519
|
*/
|
|
15547
15520
|
export interface GanttChartBase$HorizontalScrollEventParameters {
|
|
15548
15521
|
/**
|
|
@@ -15564,7 +15537,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15564
15537
|
/**
|
|
15565
15538
|
* Event object of the GanttChartBase#horizontalScroll event.
|
|
15566
15539
|
*
|
|
15567
|
-
* @deprecated
|
|
15540
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15568
15541
|
*/
|
|
15569
15542
|
export type GanttChartBase$HorizontalScrollEvent = Event<
|
|
15570
15543
|
GanttChartBase$HorizontalScrollEventParameters,
|
|
@@ -15841,7 +15814,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15841
15814
|
/**
|
|
15842
15815
|
* Parameters of the GanttChartBase#verticalScroll event.
|
|
15843
15816
|
*
|
|
15844
|
-
* @deprecated
|
|
15817
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15845
15818
|
*/
|
|
15846
15819
|
export interface GanttChartBase$VerticalScrollEventParameters {
|
|
15847
15820
|
/**
|
|
@@ -15853,7 +15826,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15853
15826
|
/**
|
|
15854
15827
|
* Event object of the GanttChartBase#verticalScroll event.
|
|
15855
15828
|
*
|
|
15856
|
-
* @deprecated
|
|
15829
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15857
15830
|
*/
|
|
15858
15831
|
export type GanttChartBase$VerticalScrollEvent = Event<
|
|
15859
15832
|
GanttChartBase$VerticalScrollEventParameters,
|
|
@@ -15895,7 +15868,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
15895
15868
|
*
|
|
15896
15869
|
* - A Splitter containing aggregation `ganttCharts`
|
|
15897
15870
|
*
|
|
15898
|
-
* @deprecated
|
|
15871
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartContainer} should be used instead.
|
|
15899
15872
|
*/
|
|
15900
15873
|
export default class GanttChartContainer extends Control {
|
|
15901
15874
|
/**
|
|
@@ -16587,7 +16560,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
16587
16560
|
*
|
|
16588
16561
|
* See {@link sap.m.Slider#setStep}
|
|
16589
16562
|
*
|
|
16590
|
-
* @deprecated
|
|
16563
|
+
* @deprecated As of version 1.44. please set the property 'stepCountOfSlider' in sap.gantt.config.TimeZoomGroup.
|
|
16591
16564
|
*
|
|
16592
16565
|
* @returns Value of property `sliderStep`
|
|
16593
16566
|
*/
|
|
@@ -17072,7 +17045,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
17072
17045
|
*
|
|
17073
17046
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17074
17047
|
*
|
|
17075
|
-
* @deprecated
|
|
17048
|
+
* @deprecated As of version 1.44. please set the property 'stepCountOfSlider' in sap.gantt.config.TimeZoomGroup.
|
|
17076
17049
|
*
|
|
17077
17050
|
* @returns Reference to `this` in order to allow method chaining
|
|
17078
17051
|
*/
|
|
@@ -17181,7 +17154,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
17181
17154
|
/**
|
|
17182
17155
|
* Describes the settings that can be provided to the GanttChartContainer constructor.
|
|
17183
17156
|
*
|
|
17184
|
-
* @deprecated
|
|
17157
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartContainer} should be used instead.
|
|
17185
17158
|
*/
|
|
17186
17159
|
export interface $GanttChartContainerSettings extends $ControlSettings {
|
|
17187
17160
|
/**
|
|
@@ -17292,7 +17265,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
17292
17265
|
*
|
|
17293
17266
|
* See {@link sap.m.Slider#setStep}
|
|
17294
17267
|
*
|
|
17295
|
-
* @deprecated
|
|
17268
|
+
* @deprecated As of version 1.44. please set the property 'stepCountOfSlider' in sap.gantt.config.TimeZoomGroup.
|
|
17296
17269
|
*/
|
|
17297
17270
|
sliderStep?: int | PropertyBindingInfo | `{${string}}`;
|
|
17298
17271
|
|
|
@@ -17493,7 +17466,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17493
17466
|
* available. The svg chart part provide graphic Gantt chart view of data. Both width can be adjusted by
|
|
17494
17467
|
* a splitter bar, and row scrolling are always synchronized.3
|
|
17495
17468
|
*
|
|
17496
|
-
* @deprecated
|
|
17469
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
17497
17470
|
*/
|
|
17498
17471
|
export default class GanttChartWithTable extends GanttChartBase {
|
|
17499
17472
|
/**
|
|
@@ -17665,7 +17638,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17665
17638
|
* See:
|
|
17666
17639
|
* sap.ui.table.Table.getFirstVisibleRow
|
|
17667
17640
|
*
|
|
17668
|
-
* @deprecated
|
|
17641
|
+
* @deprecated As of version 1.50.7. We recommend use getTableProperties function instead
|
|
17669
17642
|
*
|
|
17670
17643
|
* @returns the first visible row index
|
|
17671
17644
|
*/
|
|
@@ -17675,7 +17648,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17675
17648
|
* See:
|
|
17676
17649
|
* sap.ui.table.Table.getFixedColumnCount
|
|
17677
17650
|
*
|
|
17678
|
-
* @deprecated
|
|
17651
|
+
* @deprecated As of version 1.50.7. We recommend use getTableProperties function instead
|
|
17679
17652
|
*
|
|
17680
17653
|
* @returns The value of fixedColumnCount
|
|
17681
17654
|
*/
|
|
@@ -17838,7 +17811,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17838
17811
|
* See:
|
|
17839
17812
|
* sap.ui.table.Table.setFirstVisibleRow
|
|
17840
17813
|
*
|
|
17841
|
-
* @deprecated
|
|
17814
|
+
* @deprecated As of version 1.50.7. We recommend use setTableProperties function instead
|
|
17842
17815
|
*
|
|
17843
17816
|
* @returns A reference to the GanttChartWithTable control, which can be used for chaining
|
|
17844
17817
|
*/
|
|
@@ -17853,7 +17826,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17853
17826
|
* See:
|
|
17854
17827
|
* sap.ui.table.Table.setFixedColumnCount
|
|
17855
17828
|
*
|
|
17856
|
-
* @deprecated
|
|
17829
|
+
* @deprecated As of version 1.50.7. We recommend use setTableProperties function instead
|
|
17857
17830
|
*
|
|
17858
17831
|
* @returns A reference to the GanttChartWithTable control, which can be used for chaining
|
|
17859
17832
|
*/
|
|
@@ -17907,7 +17880,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17907
17880
|
/**
|
|
17908
17881
|
* Describes the settings that can be provided to the GanttChartWithTable constructor.
|
|
17909
17882
|
*
|
|
17910
|
-
* @deprecated
|
|
17883
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
17911
17884
|
*/
|
|
17912
17885
|
export interface $GanttChartWithTableSettings
|
|
17913
17886
|
extends $GanttChartBaseSettings {
|
|
@@ -17924,7 +17897,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17924
17897
|
/**
|
|
17925
17898
|
* Property propagated from `sap.ui.table.Table`.
|
|
17926
17899
|
*
|
|
17927
|
-
* @deprecated
|
|
17900
|
+
* @deprecated We don't recommend use this property
|
|
17928
17901
|
*/
|
|
17929
17902
|
fixedColumnCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
17930
17903
|
|
|
@@ -18124,7 +18097,7 @@ declare module "sap/gantt/legend/DimensionLegend" {
|
|
|
18124
18097
|
* a three by four two-dimension legend containing twelve legend items. Each them represents an object in
|
|
18125
18098
|
* a specific type and a specific status. For example, a red square stands for executed freight orders.
|
|
18126
18099
|
*
|
|
18127
|
-
* @deprecated
|
|
18100
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.DimensionLegend}.
|
|
18128
18101
|
*/
|
|
18129
18102
|
export default class DimensionLegend extends LegendBase {
|
|
18130
18103
|
/**
|
|
@@ -18396,7 +18369,7 @@ declare module "sap/gantt/legend/DimensionLegend" {
|
|
|
18396
18369
|
/**
|
|
18397
18370
|
* Describes the settings that can be provided to the DimensionLegend constructor.
|
|
18398
18371
|
*
|
|
18399
|
-
* @deprecated
|
|
18372
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.DimensionLegend}.
|
|
18400
18373
|
*/
|
|
18401
18374
|
export interface $DimensionLegendSettings extends $LegendBaseSettings {
|
|
18402
18375
|
/**
|
|
@@ -18461,7 +18434,7 @@ declare module "sap/gantt/legend/LegendBase" {
|
|
|
18461
18434
|
* pattern, and color) of individual legend items and their corresponding meanings in both dimensions
|
|
18462
18435
|
*
|
|
18463
18436
|
*
|
|
18464
|
-
* @deprecated
|
|
18437
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
18465
18438
|
*/
|
|
18466
18439
|
export default abstract class LegendBase extends Control {
|
|
18467
18440
|
/**
|
|
@@ -18669,7 +18642,7 @@ declare module "sap/gantt/legend/LegendBase" {
|
|
|
18669
18642
|
/**
|
|
18670
18643
|
* Describes the settings that can be provided to the LegendBase constructor.
|
|
18671
18644
|
*
|
|
18672
|
-
* @deprecated
|
|
18645
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
18673
18646
|
*/
|
|
18674
18647
|
export interface $LegendBaseSettings extends $ControlSettings {
|
|
18675
18648
|
/**
|
|
@@ -18718,7 +18691,7 @@ declare module "sap/gantt/legend/LegendContainer" {
|
|
|
18718
18691
|
* sections. The LegendContainer control contains an initial navigation page. Both the initial navigation
|
|
18719
18692
|
* page legend sections are Page controls.
|
|
18720
18693
|
*
|
|
18721
|
-
* @deprecated
|
|
18694
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.LegendContainer}.
|
|
18722
18695
|
*/
|
|
18723
18696
|
export default class LegendContainer extends Control {
|
|
18724
18697
|
/**
|
|
@@ -18952,7 +18925,7 @@ declare module "sap/gantt/legend/LegendContainer" {
|
|
|
18952
18925
|
/**
|
|
18953
18926
|
* Describes the settings that can be provided to the LegendContainer constructor.
|
|
18954
18927
|
*
|
|
18955
|
-
* @deprecated
|
|
18928
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.LegendContainer}.
|
|
18956
18929
|
*/
|
|
18957
18930
|
export interface $LegendContainerSettings extends $ControlSettings {
|
|
18958
18931
|
/**
|
|
@@ -18995,7 +18968,7 @@ declare module "sap/gantt/legend/ListLegend" {
|
|
|
18995
18968
|
* List Legend is a legend template that contains a list of shapes. You can use this class to define a list
|
|
18996
18969
|
* legend.
|
|
18997
18970
|
*
|
|
18998
|
-
* @deprecated
|
|
18971
|
+
* @deprecated As of version 1.64. replaced by {@link ap.gantt.simple.ListLegend}.
|
|
18999
18972
|
*/
|
|
19000
18973
|
export default class ListLegend extends LegendBase {
|
|
19001
18974
|
/**
|
|
@@ -19170,7 +19143,7 @@ declare module "sap/gantt/legend/ListLegend" {
|
|
|
19170
19143
|
/**
|
|
19171
19144
|
* Describes the settings that can be provided to the ListLegend constructor.
|
|
19172
19145
|
*
|
|
19173
|
-
* @deprecated
|
|
19146
|
+
* @deprecated As of version 1.64. replaced by {@link ap.gantt.simple.ListLegend}.
|
|
19174
19147
|
*/
|
|
19175
19148
|
export interface $ListLegendSettings extends $LegendBaseSettings {
|
|
19176
19149
|
/**
|
|
@@ -19530,7 +19503,7 @@ declare module "sap/gantt/misc/AxisTime" {
|
|
|
19530
19503
|
/**
|
|
19531
19504
|
* Retrieves a key of the time interval level in array oZoomStrategy.
|
|
19532
19505
|
*
|
|
19533
|
-
* @deprecated
|
|
19506
|
+
* @deprecated As of version 1.44. replaced by sap.gantt.axistime.AxisTimeStrategyBase.getZoomLevel
|
|
19534
19507
|
*
|
|
19535
19508
|
* @returns Key of the time interval level in array oZoomStrategy.
|
|
19536
19509
|
*/
|
|
@@ -19538,7 +19511,7 @@ declare module "sap/gantt/misc/AxisTime" {
|
|
|
19538
19511
|
/**
|
|
19539
19512
|
* Retrieves an index of the time interval level in array oZoomStrategy.
|
|
19540
19513
|
*
|
|
19541
|
-
* @deprecated
|
|
19514
|
+
* @deprecated As of version 1.44. replaced by sap.gantt.axistime.AxisTimeStrategyBase.getZoomLevel
|
|
19542
19515
|
*
|
|
19543
19516
|
* @returns Index of the time interval level in array oZoomStrategy.
|
|
19544
19517
|
*/
|
|
@@ -20285,7 +20258,7 @@ declare module "sap/gantt/shape/cal/Calendar" {
|
|
|
20285
20258
|
* The Calendar shape must be used in combination with Calendar def class {@link sap.gantt.def.cal.Calendar }
|
|
20286
20259
|
* which draws SVG 'defs' tag.
|
|
20287
20260
|
*
|
|
20288
|
-
* @deprecated
|
|
20261
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20289
20262
|
*/
|
|
20290
20263
|
export default class Calendar extends Rectangle {
|
|
20291
20264
|
/**
|
|
@@ -20561,7 +20534,7 @@ declare module "sap/gantt/shape/cal/Calendar" {
|
|
|
20561
20534
|
/**
|
|
20562
20535
|
* Describes the settings that can be provided to the Calendar constructor.
|
|
20563
20536
|
*
|
|
20564
|
-
* @deprecated
|
|
20537
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20565
20538
|
*/
|
|
20566
20539
|
export interface $CalendarSettings extends $RectangleSettings {
|
|
20567
20540
|
isBulk?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -20585,7 +20558,7 @@ declare module "sap/gantt/shape/Circle" {
|
|
|
20585
20558
|
*
|
|
20586
20559
|
*
|
|
20587
20560
|
*
|
|
20588
|
-
* @deprecated
|
|
20561
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20589
20562
|
*/
|
|
20590
20563
|
export default class Circle extends Shape {
|
|
20591
20564
|
/**
|
|
@@ -20794,7 +20767,7 @@ declare module "sap/gantt/shape/Circle" {
|
|
|
20794
20767
|
/**
|
|
20795
20768
|
* Describes the settings that can be provided to the Circle constructor.
|
|
20796
20769
|
*
|
|
20797
|
-
* @deprecated
|
|
20770
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20798
20771
|
*/
|
|
20799
20772
|
export interface $CircleSettings extends $ShapeSettings {
|
|
20800
20773
|
tag?: string | PropertyBindingInfo;
|
|
@@ -20826,7 +20799,7 @@ declare module "sap/gantt/shape/ClipPath" {
|
|
|
20826
20799
|
*
|
|
20827
20800
|
*
|
|
20828
20801
|
*
|
|
20829
|
-
* @deprecated
|
|
20802
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20830
20803
|
*/
|
|
20831
20804
|
export default class ClipPath extends Shape {
|
|
20832
20805
|
/**
|
|
@@ -21007,7 +20980,7 @@ declare module "sap/gantt/shape/ClipPath" {
|
|
|
21007
20980
|
/**
|
|
21008
20981
|
* Describes the settings that can be provided to the ClipPath constructor.
|
|
21009
20982
|
*
|
|
21010
|
-
* @deprecated
|
|
20983
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
21011
20984
|
*/
|
|
21012
20985
|
export interface $ClipPathSettings extends $ShapeSettings {
|
|
21013
20986
|
tag?: string | PropertyBindingInfo;
|
|
@@ -21034,7 +21007,7 @@ declare module "sap/gantt/shape/Definitions" {
|
|
|
21034
21007
|
* `sap.gantt` provides defs like TextRepeat. Applications can also extend this base class to support more
|
|
21035
21008
|
* functionality.
|
|
21036
21009
|
*
|
|
21037
|
-
* @deprecated
|
|
21010
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
21038
21011
|
*/
|
|
21039
21012
|
export default class Definitions extends Shape {
|
|
21040
21013
|
/**
|
|
@@ -21229,7 +21202,7 @@ declare module "sap/gantt/shape/Definitions" {
|
|
|
21229
21202
|
/**
|
|
21230
21203
|
* Describes the settings that can be provided to the Definitions constructor.
|
|
21231
21204
|
*
|
|
21232
|
-
* @deprecated
|
|
21205
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
21233
21206
|
*/
|
|
21234
21207
|
export interface $DefinitionsSettings extends $ShapeSettings {
|
|
21235
21208
|
tag?: string | PropertyBindingInfo;
|
|
@@ -21265,7 +21238,7 @@ declare module "sap/gantt/shape/ext/Chevron" {
|
|
|
21265
21238
|
* height tailLength headLength
|
|
21266
21239
|
*
|
|
21267
21240
|
*
|
|
21268
|
-
* @deprecated
|
|
21241
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
21269
21242
|
*/
|
|
21270
21243
|
export default class Chevron extends Path {
|
|
21271
21244
|
/**
|
|
@@ -21527,7 +21500,7 @@ declare module "sap/gantt/shape/ext/Chevron" {
|
|
|
21527
21500
|
/**
|
|
21528
21501
|
* Describes the settings that can be provided to the Chevron constructor.
|
|
21529
21502
|
*
|
|
21530
|
-
* @deprecated
|
|
21503
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
21531
21504
|
*/
|
|
21532
21505
|
export interface $ChevronSettings extends $PathSettings {
|
|
21533
21506
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21561,7 +21534,7 @@ declare module "sap/gantt/shape/ext/Cursor" {
|
|
|
21561
21534
|
* point Height
|
|
21562
21535
|
*
|
|
21563
21536
|
*
|
|
21564
|
-
* @deprecated
|
|
21537
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseCursor}.
|
|
21565
21538
|
*/
|
|
21566
21539
|
export default class Cursor extends Path {
|
|
21567
21540
|
/**
|
|
@@ -21792,7 +21765,7 @@ declare module "sap/gantt/shape/ext/Cursor" {
|
|
|
21792
21765
|
/**
|
|
21793
21766
|
* Describes the settings that can be provided to the Cursor constructor.
|
|
21794
21767
|
*
|
|
21795
|
-
* @deprecated
|
|
21768
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseCursor}.
|
|
21796
21769
|
*/
|
|
21797
21770
|
export interface $CursorSettings extends $PathSettings {
|
|
21798
21771
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21820,7 +21793,7 @@ declare module "sap/gantt/shape/ext/Diamond" {
|
|
|
21820
21793
|
*
|
|
21821
21794
|
* time rotation Center horizontalDiagonal vertitalDiagonal
|
|
21822
21795
|
*
|
|
21823
|
-
* @deprecated
|
|
21796
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseDiamong}.
|
|
21824
21797
|
*/
|
|
21825
21798
|
export default class Diamond extends Path {
|
|
21826
21799
|
/**
|
|
@@ -22015,7 +21988,7 @@ declare module "sap/gantt/shape/ext/Diamond" {
|
|
|
22015
21988
|
/**
|
|
22016
21989
|
* Describes the settings that can be provided to the Diamond constructor.
|
|
22017
21990
|
*
|
|
22018
|
-
* @deprecated
|
|
21991
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseDiamong}.
|
|
22019
21992
|
*/
|
|
22020
21993
|
export interface $DiamondSettings extends $PathSettings {
|
|
22021
21994
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -22036,7 +22009,7 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
22036
22009
|
/**
|
|
22037
22010
|
* Iconfont shape class using SVG tag 'text'. This shape is usually used to display icons in Gantt chart.
|
|
22038
22011
|
*
|
|
22039
|
-
* @deprecated
|
|
22012
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22040
22013
|
*/
|
|
22041
22014
|
export default class Iconfont extends Text {
|
|
22042
22015
|
/**
|
|
@@ -22200,7 +22173,7 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
22200
22173
|
/**
|
|
22201
22174
|
* Describes the settings that can be provided to the Iconfont constructor.
|
|
22202
22175
|
*
|
|
22203
|
-
* @deprecated
|
|
22176
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22204
22177
|
*/
|
|
22205
22178
|
export interface $IconfontSettings extends $TextSettings {
|
|
22206
22179
|
name?: string | PropertyBindingInfo;
|
|
@@ -22226,7 +22199,7 @@ declare module "sap/gantt/shape/ext/Pentangle" {
|
|
|
22226
22199
|
*
|
|
22227
22200
|
* time rotation Center radius radius2
|
|
22228
22201
|
*
|
|
22229
|
-
* @deprecated
|
|
22202
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22230
22203
|
*/
|
|
22231
22204
|
export default class Pentangle extends Polygon {
|
|
22232
22205
|
/**
|
|
@@ -22391,7 +22364,7 @@ declare module "sap/gantt/shape/ext/Pentangle" {
|
|
|
22391
22364
|
/**
|
|
22392
22365
|
* Describes the settings that can be provided to the Pentangle constructor.
|
|
22393
22366
|
*
|
|
22394
|
-
* @deprecated
|
|
22367
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22395
22368
|
*/
|
|
22396
22369
|
export interface $PentangleSettings extends $PolygonSettings {
|
|
22397
22370
|
radius?: float | PropertyBindingInfo | `{${string}}`;
|
|
@@ -22417,7 +22390,7 @@ declare module "sap/gantt/shape/ext/rls/Relationship" {
|
|
|
22417
22390
|
* Four types of relationships are supported and L-shaped lines are supported for the finish-to-start
|
|
22418
22391
|
* type.
|
|
22419
22392
|
*
|
|
22420
|
-
* @deprecated
|
|
22393
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.Relationship}.
|
|
22421
22394
|
*/
|
|
22422
22395
|
export default class Relationship extends Path {
|
|
22423
22396
|
/**
|
|
@@ -23092,7 +23065,7 @@ declare module "sap/gantt/shape/ext/rls/Relationship" {
|
|
|
23092
23065
|
/**
|
|
23093
23066
|
* Describes the settings that can be provided to the Relationship constructor.
|
|
23094
23067
|
*
|
|
23095
|
-
* @deprecated
|
|
23068
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.Relationship}.
|
|
23096
23069
|
*/
|
|
23097
23070
|
export interface $RelationshipSettings extends $PathSettings {
|
|
23098
23071
|
/**
|
|
@@ -23219,7 +23192,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23219
23192
|
* Provides an implementation of shape for drawing relationships with red and wider lines when they
|
|
23220
23193
|
* are selected.
|
|
23221
23194
|
*
|
|
23222
|
-
* @deprecated
|
|
23195
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23223
23196
|
*/
|
|
23224
23197
|
export default class SelectedRelationship extends Relationship {
|
|
23225
23198
|
/**
|
|
@@ -23301,7 +23274,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23301
23274
|
/**
|
|
23302
23275
|
* Do not use! This method only exists for type compatibility reasons and always returns 0.
|
|
23303
23276
|
*
|
|
23304
|
-
* @deprecated
|
|
23277
|
+
* @deprecated As of version 1.90.0. the concept has been discarded.
|
|
23305
23278
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23306
23279
|
*
|
|
23307
23280
|
* @returns Value of property `height`.
|
|
@@ -23343,7 +23316,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23343
23316
|
/**
|
|
23344
23317
|
* Do not use! This method only exists for type compatibility reasons and does nothing.
|
|
23345
23318
|
*
|
|
23346
|
-
* @deprecated
|
|
23319
|
+
* @deprecated As of version 1.90.0. the concept has been discarded.
|
|
23347
23320
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23348
23321
|
*
|
|
23349
23322
|
* @returns this to allow method chaining
|
|
@@ -23390,7 +23363,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23390
23363
|
/**
|
|
23391
23364
|
* Describes the settings that can be provided to the SelectedRelationship constructor.
|
|
23392
23365
|
*
|
|
23393
|
-
* @deprecated
|
|
23366
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23394
23367
|
*/
|
|
23395
23368
|
export interface $SelectedRelationshipSettings extends $RelationshipSettings {
|
|
23396
23369
|
/**
|
|
@@ -23421,7 +23394,7 @@ declare module "sap/gantt/shape/ext/TextRepeat" {
|
|
|
23421
23394
|
* a 'pattern' element and then referenced by the 'fill' and 'stroke' properties on a given graphics element
|
|
23422
23395
|
* to indicate that the element will be filled or stroked with the referenced pattern.
|
|
23423
23396
|
*
|
|
23424
|
-
* @deprecated
|
|
23397
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23425
23398
|
*/
|
|
23426
23399
|
export default class TextRepeat extends Definitions {
|
|
23427
23400
|
/**
|
|
@@ -23817,7 +23790,7 @@ declare module "sap/gantt/shape/ext/TextRepeat" {
|
|
|
23817
23790
|
/**
|
|
23818
23791
|
* Describes the settings that can be provided to the TextRepeat constructor.
|
|
23819
23792
|
*
|
|
23820
|
-
* @deprecated
|
|
23793
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23821
23794
|
*/
|
|
23822
23795
|
export interface $TextRepeatSettings extends $DefinitionsSettings {
|
|
23823
23796
|
childTagName?: string | PropertyBindingInfo;
|
|
@@ -23859,7 +23832,7 @@ declare module "sap/gantt/shape/ext/Triangle" {
|
|
|
23859
23832
|
* height distanceOfyAxisHeight
|
|
23860
23833
|
* base
|
|
23861
23834
|
*
|
|
23862
|
-
* @deprecated
|
|
23835
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseTriangle}.
|
|
23863
23836
|
*/
|
|
23864
23837
|
export default class Triangle extends Path {
|
|
23865
23838
|
/**
|
|
@@ -24092,7 +24065,7 @@ declare module "sap/gantt/shape/ext/Triangle" {
|
|
|
24092
24065
|
/**
|
|
24093
24066
|
* Describes the settings that can be provided to the Triangle constructor.
|
|
24094
24067
|
*
|
|
24095
|
-
* @deprecated
|
|
24068
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseTriangle}.
|
|
24096
24069
|
*/
|
|
24097
24070
|
export interface $TriangleSettings extends $PathSettings {
|
|
24098
24071
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -24118,7 +24091,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24118
24091
|
*
|
|
24119
24092
|
*
|
|
24120
24093
|
*
|
|
24121
|
-
* @deprecated
|
|
24094
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24122
24095
|
*/
|
|
24123
24096
|
export default class UbcBorderPath extends Path {
|
|
24124
24097
|
/**
|
|
@@ -24255,7 +24228,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24255
24228
|
/**
|
|
24256
24229
|
* Describes the settings that can be provided to the UbcBorderPath constructor.
|
|
24257
24230
|
*
|
|
24258
|
-
* @deprecated
|
|
24231
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24259
24232
|
*/
|
|
24260
24233
|
export interface $UbcBorderPathSettings extends $PathSettings {}
|
|
24261
24234
|
}
|
|
@@ -24275,7 +24248,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24275
24248
|
*
|
|
24276
24249
|
*
|
|
24277
24250
|
*
|
|
24278
|
-
* @deprecated
|
|
24251
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24279
24252
|
*/
|
|
24280
24253
|
export default class UbcOverCapacityZonePolygon extends UbcPolygon {
|
|
24281
24254
|
/**
|
|
@@ -24415,7 +24388,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24415
24388
|
/**
|
|
24416
24389
|
* Describes the settings that can be provided to the UbcOverCapacityZonePolygon constructor.
|
|
24417
24390
|
*
|
|
24418
|
-
* @deprecated
|
|
24391
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24419
24392
|
*/
|
|
24420
24393
|
export interface $UbcOverCapacityZonePolygonSettings
|
|
24421
24394
|
extends $UbcPolygonSettings {}
|
|
@@ -24435,7 +24408,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24435
24408
|
*
|
|
24436
24409
|
* This base class defines a number of shared methods.
|
|
24437
24410
|
*
|
|
24438
|
-
* @deprecated
|
|
24411
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24439
24412
|
*/
|
|
24440
24413
|
export default abstract class UbcPolygon extends Polygon {
|
|
24441
24414
|
/**
|
|
@@ -24515,7 +24488,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24515
24488
|
/**
|
|
24516
24489
|
* Describes the settings that can be provided to the UbcPolygon constructor.
|
|
24517
24490
|
*
|
|
24518
|
-
* @deprecated
|
|
24491
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24519
24492
|
*/
|
|
24520
24493
|
export interface $UbcPolygonSettings extends $PolygonSettings {}
|
|
24521
24494
|
}
|
|
@@ -24535,7 +24508,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24535
24508
|
*
|
|
24536
24509
|
*
|
|
24537
24510
|
*
|
|
24538
|
-
* @deprecated
|
|
24511
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24539
24512
|
*/
|
|
24540
24513
|
export default class UbcShortageCapacityPolygon extends UbcPolygon {
|
|
24541
24514
|
/**
|
|
@@ -24674,7 +24647,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24674
24647
|
/**
|
|
24675
24648
|
* Describes the settings that can be provided to the UbcShortageCapacityPolygon constructor.
|
|
24676
24649
|
*
|
|
24677
|
-
* @deprecated
|
|
24650
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24678
24651
|
*/
|
|
24679
24652
|
export interface $UbcShortageCapacityPolygonSettings
|
|
24680
24653
|
extends $UbcPolygonSettings {}
|
|
@@ -24708,7 +24681,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24708
24681
|
* Required Capacity: 75
|
|
24709
24682
|
*
|
|
24710
24683
|
*
|
|
24711
|
-
* @deprecated
|
|
24684
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24712
24685
|
*/
|
|
24713
24686
|
export default class UbcTooltipRectangle extends Rectangle {
|
|
24714
24687
|
/**
|
|
@@ -24929,7 +24902,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24929
24902
|
/**
|
|
24930
24903
|
* Describes the settings that can be provided to the UbcTooltipRectangle constructor.
|
|
24931
24904
|
*
|
|
24932
|
-
* @deprecated
|
|
24905
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24933
24906
|
*/
|
|
24934
24907
|
export interface $UbcTooltipRectangleSettings extends $RectangleSettings {}
|
|
24935
24908
|
}
|
|
@@ -24950,7 +24923,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
24950
24923
|
*
|
|
24951
24924
|
*
|
|
24952
24925
|
*
|
|
24953
|
-
* @deprecated
|
|
24926
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24954
24927
|
*/
|
|
24955
24928
|
export default class UbcUnderCapacityZonePolygon extends UbcPolygon {
|
|
24956
24929
|
/**
|
|
@@ -25051,7 +25024,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
25051
25024
|
/**
|
|
25052
25025
|
* Describes the settings that can be provided to the UbcUnderCapacityZonePolygon constructor.
|
|
25053
25026
|
*
|
|
25054
|
-
* @deprecated
|
|
25027
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25055
25028
|
*/
|
|
25056
25029
|
export interface $UbcUnderCapacityZonePolygonSettings
|
|
25057
25030
|
extends $UbcPolygonSettings {}
|
|
@@ -25072,7 +25045,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
25072
25045
|
*
|
|
25073
25046
|
*
|
|
25074
25047
|
*
|
|
25075
|
-
* @deprecated
|
|
25048
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25076
25049
|
*/
|
|
25077
25050
|
export default class UbcUsedPolygon extends UbcPolygon {
|
|
25078
25051
|
/**
|
|
@@ -25173,7 +25146,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
25173
25146
|
/**
|
|
25174
25147
|
* Describes the settings that can be provided to the UbcUsedPolygon constructor.
|
|
25175
25148
|
*
|
|
25176
|
-
* @deprecated
|
|
25149
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25177
25150
|
*/
|
|
25178
25151
|
export interface $UbcUsedPolygonSettings extends $UbcPolygonSettings {}
|
|
25179
25152
|
}
|
|
@@ -25227,7 +25200,7 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25227
25200
|
* supply: "9", demand: "7", end_date: "20160127093400" },{ start_date: "20160127093400", supply: "8", demand:
|
|
25228
25201
|
* "8", start_date: "20160203134520" } ] } `
|
|
25229
25202
|
*
|
|
25230
|
-
* @deprecated
|
|
25203
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25231
25204
|
*/
|
|
25232
25205
|
export default class UtilizationBarChart extends Group {
|
|
25233
25206
|
/**
|
|
@@ -25307,7 +25280,7 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25307
25280
|
/**
|
|
25308
25281
|
* Describes the settings that can be provided to the UtilizationBarChart constructor.
|
|
25309
25282
|
*
|
|
25310
|
-
* @deprecated
|
|
25283
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25311
25284
|
*/
|
|
25312
25285
|
export interface $UtilizationBarChartSettings extends $GroupSettings {}
|
|
25313
25286
|
}
|
|
@@ -25324,7 +25297,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25324
25297
|
*
|
|
25325
25298
|
*
|
|
25326
25299
|
*
|
|
25327
|
-
* @deprecated
|
|
25300
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25328
25301
|
*/
|
|
25329
25302
|
export default class UlcBorderPath extends Path {
|
|
25330
25303
|
/**
|
|
@@ -25441,7 +25414,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25441
25414
|
/**
|
|
25442
25415
|
* Describes the settings that can be provided to the UlcBorderPath constructor.
|
|
25443
25416
|
*
|
|
25444
|
-
* @deprecated
|
|
25417
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25445
25418
|
*/
|
|
25446
25419
|
export interface $UlcBorderPathSettings extends $PathSettings {}
|
|
25447
25420
|
}
|
|
@@ -25454,7 +25427,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25454
25427
|
/**
|
|
25455
25428
|
* This shape is used to define path data inside {@link sap.gantt.shape.ext.ulc.UlcClipPath}.
|
|
25456
25429
|
*
|
|
25457
|
-
* @deprecated
|
|
25430
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25458
25431
|
*/
|
|
25459
25432
|
export default class UlcClipingPath extends Path {
|
|
25460
25433
|
/**
|
|
@@ -25533,7 +25506,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25533
25506
|
/**
|
|
25534
25507
|
* Describes the settings that can be provided to the UlcClipingPath constructor.
|
|
25535
25508
|
*
|
|
25536
|
-
* @deprecated
|
|
25509
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25537
25510
|
*/
|
|
25538
25511
|
export interface $UlcClipingPathSettings extends $PathSettings {}
|
|
25539
25512
|
}
|
|
@@ -25549,7 +25522,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25549
25522
|
/**
|
|
25550
25523
|
* This shape is a container of {@link sap.gantt.shape.ext.ulc.UlcClipingPath}.
|
|
25551
25524
|
*
|
|
25552
|
-
* @deprecated
|
|
25525
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25553
25526
|
*/
|
|
25554
25527
|
export default class UlcClipPath extends ClipPath {
|
|
25555
25528
|
/**
|
|
@@ -25630,7 +25603,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25630
25603
|
/**
|
|
25631
25604
|
* Describes the settings that can be provided to the UlcClipPath constructor.
|
|
25632
25605
|
*
|
|
25633
|
-
* @deprecated
|
|
25606
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25634
25607
|
*/
|
|
25635
25608
|
export interface $UlcClipPathSettings extends $ClipPathSettings {}
|
|
25636
25609
|
}
|
|
@@ -25652,7 +25625,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25652
25625
|
* `UlcClipingPath` is aggregated in `UlcClipPath`. `UlcClipingPath` and `UlcBorderPath` share the same
|
|
25653
25626
|
* value of property 'd'. `UlcBorderPath` is used to visualize the dimension line.
|
|
25654
25627
|
*
|
|
25655
|
-
* @deprecated
|
|
25628
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25656
25629
|
*/
|
|
25657
25630
|
export default class UlcDimension extends Group {
|
|
25658
25631
|
/**
|
|
@@ -25713,7 +25686,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25713
25686
|
/**
|
|
25714
25687
|
* Describes the settings that can be provided to the UlcDimension constructor.
|
|
25715
25688
|
*
|
|
25716
|
-
* @deprecated
|
|
25689
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25717
25690
|
*/
|
|
25718
25691
|
export interface $UlcDimensionSettings extends $GroupSettings {}
|
|
25719
25692
|
}
|
|
@@ -25730,7 +25703,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25730
25703
|
*
|
|
25731
25704
|
*
|
|
25732
25705
|
*
|
|
25733
|
-
* @deprecated
|
|
25706
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25734
25707
|
*/
|
|
25735
25708
|
export default class UlcMiddleLine extends Line {
|
|
25736
25709
|
/**
|
|
@@ -25935,7 +25908,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25935
25908
|
/**
|
|
25936
25909
|
* Describes the settings that can be provided to the UlcMiddleLine constructor.
|
|
25937
25910
|
*
|
|
25938
|
-
* @deprecated
|
|
25911
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25939
25912
|
*/
|
|
25940
25913
|
export interface $UlcMiddleLineSettings extends $LineSettings {}
|
|
25941
25914
|
}
|
|
@@ -25955,7 +25928,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
25955
25928
|
*
|
|
25956
25929
|
*
|
|
25957
25930
|
*
|
|
25958
|
-
* @deprecated
|
|
25931
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25959
25932
|
*/
|
|
25960
25933
|
export default class UlcOverCapacityZoneRectangle extends UlcRectangle {
|
|
25961
25934
|
/**
|
|
@@ -26075,7 +26048,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
26075
26048
|
/**
|
|
26076
26049
|
* Describes the settings that can be provided to the UlcOverCapacityZoneRectangle constructor.
|
|
26077
26050
|
*
|
|
26078
|
-
* @deprecated
|
|
26051
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26079
26052
|
*/
|
|
26080
26053
|
export interface $UlcOverCapacityZoneRectangleSettings
|
|
26081
26054
|
extends $UlcRectangleSettings {}
|
|
@@ -26096,7 +26069,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
26096
26069
|
*
|
|
26097
26070
|
*
|
|
26098
26071
|
*
|
|
26099
|
-
* @deprecated
|
|
26072
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26100
26073
|
*/
|
|
26101
26074
|
export default class UlcOverClipRectangle extends UlcRectangle {
|
|
26102
26075
|
/**
|
|
@@ -26198,7 +26171,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
26198
26171
|
/**
|
|
26199
26172
|
* Describes the settings that can be provided to the UlcOverClipRectangle constructor.
|
|
26200
26173
|
*
|
|
26201
|
-
* @deprecated
|
|
26174
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26202
26175
|
*/
|
|
26203
26176
|
export interface $UlcOverClipRectangleSettings
|
|
26204
26177
|
extends $UlcRectangleSettings {}
|
|
@@ -26218,7 +26191,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26218
26191
|
*
|
|
26219
26192
|
* This base class defines a number of shared methods.
|
|
26220
26193
|
*
|
|
26221
|
-
* @deprecated
|
|
26194
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26222
26195
|
*/
|
|
26223
26196
|
export default abstract class UlcRectangle extends Rectangle {
|
|
26224
26197
|
/**
|
|
@@ -26361,7 +26334,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26361
26334
|
/**
|
|
26362
26335
|
* Describes the settings that can be provided to the UlcRectangle constructor.
|
|
26363
26336
|
*
|
|
26364
|
-
* @deprecated
|
|
26337
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26365
26338
|
*/
|
|
26366
26339
|
export interface $UlcRectangleSettings extends $RectangleSettings {}
|
|
26367
26340
|
}
|
|
@@ -26391,7 +26364,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26391
26364
|
* dimention2: 105%-0
|
|
26392
26365
|
*
|
|
26393
26366
|
*
|
|
26394
|
-
* @deprecated
|
|
26367
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26395
26368
|
*/
|
|
26396
26369
|
export default class UlcTooltipRectangle extends UlcRectangle {
|
|
26397
26370
|
/**
|
|
@@ -26570,7 +26543,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26570
26543
|
/**
|
|
26571
26544
|
* Describes the settings that can be provided to the UlcTooltipRectangle constructor.
|
|
26572
26545
|
*
|
|
26573
|
-
* @deprecated
|
|
26546
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26574
26547
|
*/
|
|
26575
26548
|
export interface $UlcTooltipRectangleSettings extends $UlcRectangleSettings {}
|
|
26576
26549
|
}
|
|
@@ -26590,7 +26563,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26590
26563
|
*
|
|
26591
26564
|
*
|
|
26592
26565
|
*
|
|
26593
|
-
* @deprecated
|
|
26566
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26594
26567
|
*/
|
|
26595
26568
|
export default class UlcUnderClipRectangle extends UlcRectangle {
|
|
26596
26569
|
/**
|
|
@@ -26766,7 +26739,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26766
26739
|
/**
|
|
26767
26740
|
* Describes the settings that can be provided to the UlcUnderClipRectangle constructor.
|
|
26768
26741
|
*
|
|
26769
|
-
* @deprecated
|
|
26742
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26770
26743
|
*/
|
|
26771
26744
|
export interface $UlcUnderClipRectangleSettings
|
|
26772
26745
|
extends $UlcRectangleSettings {}
|
|
@@ -26827,7 +26800,7 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26827
26800
|
* }, util_mass:{ val: 114.5 } },{ from: "20160127051300", to: "20160128093312", lastOne: true, util_volumn:
|
|
26828
26801
|
* { previous: 97.6, next: 0 }, util_mass:{ previous: 114.5, next: 0 } } ] } `
|
|
26829
26802
|
*
|
|
26830
|
-
* @deprecated
|
|
26803
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26831
26804
|
*/
|
|
26832
26805
|
export default class UtilizationLineChart extends Shape {
|
|
26833
26806
|
/**
|
|
@@ -26907,7 +26880,7 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26907
26880
|
/**
|
|
26908
26881
|
* Describes the settings that can be provided to the UtilizationLineChart constructor.
|
|
26909
26882
|
*
|
|
26910
|
-
* @deprecated
|
|
26883
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26911
26884
|
*/
|
|
26912
26885
|
export interface $UtilizationLineChartSettings extends $ShapeSettings {}
|
|
26913
26886
|
}
|
|
@@ -26926,7 +26899,7 @@ declare module "sap/gantt/shape/Group" {
|
|
|
26926
26899
|
* Group shape class using SVG tag 'group'. It is a container shape. Any other shapes can be aggregated
|
|
26927
26900
|
* under a group.
|
|
26928
26901
|
*
|
|
26929
|
-
* @deprecated
|
|
26902
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseGroup}.
|
|
26930
26903
|
*/
|
|
26931
26904
|
export default class Group extends Shape {
|
|
26932
26905
|
/**
|
|
@@ -27157,7 +27130,7 @@ declare module "sap/gantt/shape/Group" {
|
|
|
27157
27130
|
/**
|
|
27158
27131
|
* Describes the settings that can be provided to the Group constructor.
|
|
27159
27132
|
*
|
|
27160
|
-
* @deprecated
|
|
27133
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseGroup}.
|
|
27161
27134
|
*/
|
|
27162
27135
|
export interface $GroupSettings extends $ShapeSettings {
|
|
27163
27136
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27178,7 +27151,7 @@ declare module "sap/gantt/shape/Image" {
|
|
|
27178
27151
|
/**
|
|
27179
27152
|
* Image shape class using SVG tag 'image'. This shape is usually used to represent points in time.
|
|
27180
27153
|
*
|
|
27181
|
-
* @deprecated
|
|
27154
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseImage}.
|
|
27182
27155
|
*/
|
|
27183
27156
|
export default class Image extends Shape {
|
|
27184
27157
|
/**
|
|
@@ -27453,7 +27426,7 @@ declare module "sap/gantt/shape/Image" {
|
|
|
27453
27426
|
/**
|
|
27454
27427
|
* Describes the settings that can be provided to the Image constructor.
|
|
27455
27428
|
*
|
|
27456
|
-
* @deprecated
|
|
27429
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseImage}.
|
|
27457
27430
|
*/
|
|
27458
27431
|
export interface $ImageSettings extends $ShapeSettings {
|
|
27459
27432
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27485,7 +27458,7 @@ declare module "sap/gantt/shape/Line" {
|
|
|
27485
27458
|
*
|
|
27486
27459
|
*
|
|
27487
27460
|
*
|
|
27488
|
-
* @deprecated
|
|
27461
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseLine}.
|
|
27489
27462
|
*/
|
|
27490
27463
|
export default class Line extends Shape {
|
|
27491
27464
|
/**
|
|
@@ -27763,7 +27736,7 @@ declare module "sap/gantt/shape/Line" {
|
|
|
27763
27736
|
/**
|
|
27764
27737
|
* Describes the settings that can be provided to the Line constructor.
|
|
27765
27738
|
*
|
|
27766
|
-
* @deprecated
|
|
27739
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseLine}.
|
|
27767
27740
|
*/
|
|
27768
27741
|
export interface $LineSettings extends $ShapeSettings {
|
|
27769
27742
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27798,7 +27771,7 @@ declare module "sap/gantt/shape/Path" {
|
|
|
27798
27771
|
* M100,200 C100,100 250,100 250,200
|
|
27799
27772
|
* S400,300 400,200
|
|
27800
27773
|
*
|
|
27801
|
-
* @deprecated
|
|
27774
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BasePath}.
|
|
27802
27775
|
*/
|
|
27803
27776
|
export default class Path extends Shape {
|
|
27804
27777
|
/**
|
|
@@ -27998,7 +27971,7 @@ declare module "sap/gantt/shape/Path" {
|
|
|
27998
27971
|
/**
|
|
27999
27972
|
* Describes the settings that can be provided to the Path constructor.
|
|
28000
27973
|
*
|
|
28001
|
-
* @deprecated
|
|
27974
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BasePath}.
|
|
28002
27975
|
*/
|
|
28003
27976
|
export interface $PathSettings extends $ShapeSettings {
|
|
28004
27977
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28024,7 +27997,7 @@ declare module "sap/gantt/shape/Polygon" {
|
|
|
28024
27997
|
*
|
|
28025
27998
|
*
|
|
28026
27999
|
*
|
|
28027
|
-
* @deprecated
|
|
28000
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28028
28001
|
*/
|
|
28029
28002
|
export default class Polygon extends Shape {
|
|
28030
28003
|
/**
|
|
@@ -28163,7 +28136,7 @@ declare module "sap/gantt/shape/Polygon" {
|
|
|
28163
28136
|
/**
|
|
28164
28137
|
* Describes the settings that can be provided to the Polygon constructor.
|
|
28165
28138
|
*
|
|
28166
|
-
* @deprecated
|
|
28139
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28167
28140
|
*/
|
|
28168
28141
|
export interface $PolygonSettings extends $ShapeSettings {
|
|
28169
28142
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28185,7 +28158,7 @@ declare module "sap/gantt/shape/Polyline" {
|
|
|
28185
28158
|
*
|
|
28186
28159
|
*
|
|
28187
28160
|
*
|
|
28188
|
-
* @deprecated
|
|
28161
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28189
28162
|
*/
|
|
28190
28163
|
export default class Polyline extends Shape {
|
|
28191
28164
|
/**
|
|
@@ -28348,7 +28321,7 @@ declare module "sap/gantt/shape/Polyline" {
|
|
|
28348
28321
|
/**
|
|
28349
28322
|
* Describes the settings that can be provided to the Polyline constructor.
|
|
28350
28323
|
*
|
|
28351
|
-
* @deprecated
|
|
28324
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28352
28325
|
*/
|
|
28353
28326
|
export interface $PolylineSettings extends $ShapeSettings {
|
|
28354
28327
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28378,7 +28351,7 @@ declare module "sap/gantt/shape/Rectangle" {
|
|
|
28378
28351
|
*
|
|
28379
28352
|
*
|
|
28380
28353
|
*
|
|
28381
|
-
* @deprecated
|
|
28354
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
28382
28355
|
*/
|
|
28383
28356
|
export default class Rectangle extends Shape {
|
|
28384
28357
|
/**
|
|
@@ -28724,7 +28697,7 @@ declare module "sap/gantt/shape/Rectangle" {
|
|
|
28724
28697
|
/**
|
|
28725
28698
|
* Describes the settings that can be provided to the Rectangle constructor.
|
|
28726
28699
|
*
|
|
28727
|
-
* @deprecated
|
|
28700
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
28728
28701
|
*/
|
|
28729
28702
|
export interface $RectangleSettings extends $ShapeSettings {
|
|
28730
28703
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28756,7 +28729,7 @@ declare module "sap/gantt/shape/ResizeShadowShape" {
|
|
|
28756
28729
|
* Provides an implementation of shadow shapes, allowing you to create a highlighting effect by drawing
|
|
28757
28730
|
* the shadow shapes with thicker strokes in red.
|
|
28758
28731
|
*
|
|
28759
|
-
* @deprecated
|
|
28732
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28760
28733
|
*/
|
|
28761
28734
|
export default class ResizeShadowShape extends Path {
|
|
28762
28735
|
/**
|
|
@@ -28850,7 +28823,7 @@ declare module "sap/gantt/shape/ResizeShadowShape" {
|
|
|
28850
28823
|
/**
|
|
28851
28824
|
* Describes the settings that can be provided to the ResizeShadowShape constructor.
|
|
28852
28825
|
*
|
|
28853
|
-
* @deprecated
|
|
28826
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28854
28827
|
*/
|
|
28855
28828
|
export interface $ResizeShadowShapeSettings extends $PathSettings {
|
|
28856
28829
|
height?: int | PropertyBindingInfo | `{${string}}`;
|
|
@@ -28868,7 +28841,7 @@ declare module "sap/gantt/shape/SelectedShape" {
|
|
|
28868
28841
|
* Provides an implementation of selected shapes, allowing you to create a highlighting effect by drawing
|
|
28869
28842
|
* the selected shapes with red and thicker strokes.
|
|
28870
28843
|
*
|
|
28871
|
-
* @deprecated
|
|
28844
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28872
28845
|
*/
|
|
28873
28846
|
export default class SelectedShape extends Path {
|
|
28874
28847
|
/**
|
|
@@ -29202,7 +29175,7 @@ declare module "sap/gantt/shape/SelectedShape" {
|
|
|
29202
29175
|
/**
|
|
29203
29176
|
* Describes the settings that can be provided to the SelectedShape constructor.
|
|
29204
29177
|
*
|
|
29205
|
-
* @deprecated
|
|
29178
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
29206
29179
|
*/
|
|
29207
29180
|
export interface $SelectedShapeSettings extends $PathSettings {
|
|
29208
29181
|
fill?: string | PropertyBindingInfo;
|
|
@@ -29274,7 +29247,7 @@ declare module "sap/gantt/shape/Shape" {
|
|
|
29274
29247
|
* way of drawing. The instance self does not hold any status (property values). Meanwhile, all getter are
|
|
29275
29248
|
* injected with actual data and related informations to adapt to d3 paradigm.
|
|
29276
29249
|
*
|
|
29277
|
-
* @deprecated
|
|
29250
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseShape}.
|
|
29278
29251
|
*/
|
|
29279
29252
|
export default abstract class Shape extends UI5Element {
|
|
29280
29253
|
/**
|
|
@@ -30558,7 +30531,7 @@ declare module "sap/gantt/shape/Shape" {
|
|
|
30558
30531
|
/**
|
|
30559
30532
|
* Describes the settings that can be provided to the Shape constructor.
|
|
30560
30533
|
*
|
|
30561
|
-
* @deprecated
|
|
30534
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseShape}.
|
|
30562
30535
|
*/
|
|
30563
30536
|
export interface $ShapeSettings extends $ElementSettings {
|
|
30564
30537
|
tag?: string | PropertyBindingInfo;
|
|
@@ -30658,7 +30631,7 @@ declare module "sap/gantt/shape/Text" {
|
|
|
30658
30631
|
*
|
|
30659
30632
|
* Normal text Text with line-through Underlined text One word has different underlining
|
|
30660
30633
|
*
|
|
30661
|
-
* @deprecated
|
|
30634
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseText}.
|
|
30662
30635
|
*/
|
|
30663
30636
|
export default class Text extends Shape {
|
|
30664
30637
|
/**
|
|
@@ -31069,7 +31042,7 @@ declare module "sap/gantt/shape/Text" {
|
|
|
31069
31042
|
/**
|
|
31070
31043
|
* Describes the settings that can be provided to the Text constructor.
|
|
31071
31044
|
*
|
|
31072
|
-
* @deprecated
|
|
31045
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseText}.
|
|
31073
31046
|
*/
|
|
31074
31047
|
export interface $TextSettings extends $ShapeSettings {
|
|
31075
31048
|
tag?: string | PropertyBindingInfo;
|
|
@@ -31896,7 +31869,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
31896
31869
|
*
|
|
31897
31870
|
* Default value is `300`.
|
|
31898
31871
|
*
|
|
31899
|
-
* @deprecated
|
|
31872
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
31900
31873
|
*
|
|
31901
31874
|
* @returns Value of property `markerPopoverDelay`
|
|
31902
31875
|
*/
|
|
@@ -31911,18 +31884,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
31911
31884
|
*
|
|
31912
31885
|
* @returns Value of property `markerType`
|
|
31913
31886
|
*/
|
|
31914
|
-
getMarkerType(): MarkerType
|
|
31915
|
-
/**
|
|
31916
|
-
* Gets current value of property {@link #getStroke stroke}.
|
|
31917
|
-
*
|
|
31918
|
-
* Standard SVG 'stroke' attribute. You can provide the stroke attribute with HTML colors and the URL reference
|
|
31919
|
-
* to the paint server. Paint server definitions usually come from paint servers rendered by {@link sap.gantt.simple.GanttChartContainer},
|
|
31920
|
-
* {@link sap.gantt.simple.GanttChartWithTable}.
|
|
31921
|
-
*
|
|
31922
|
-
*
|
|
31923
|
-
* @returns Value of property `stroke`
|
|
31924
|
-
*/
|
|
31925
|
-
getStroke(): ValueSVGPaintServer;
|
|
31887
|
+
getMarkerType(): MarkerType;
|
|
31926
31888
|
/**
|
|
31927
31889
|
* Gets current value of property {@link #getStrokeDasharray strokeDasharray}.
|
|
31928
31890
|
*
|
|
@@ -32007,7 +31969,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
32007
31969
|
*
|
|
32008
31970
|
* Default value is `300`.
|
|
32009
31971
|
*
|
|
32010
|
-
* @deprecated
|
|
31972
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
32011
31973
|
*
|
|
32012
31974
|
* @returns Reference to `this` in order to allow method chaining
|
|
32013
31975
|
*/
|
|
@@ -32044,6 +32006,8 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
32044
32006
|
*
|
|
32045
32007
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32046
32008
|
*
|
|
32009
|
+
* Default value is `"sapChart_Sequence_3_BorderColor"`.
|
|
32010
|
+
*
|
|
32047
32011
|
*
|
|
32048
32012
|
* @returns Reference to `this` in order to allow method chaining
|
|
32049
32013
|
*/
|
|
@@ -32051,7 +32015,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
32051
32015
|
/**
|
|
32052
32016
|
* New value for property `stroke`
|
|
32053
32017
|
*/
|
|
32054
|
-
sStroke
|
|
32018
|
+
sStroke?: ValueSVGPaintServer
|
|
32055
32019
|
): this;
|
|
32056
32020
|
/**
|
|
32057
32021
|
* Sets a new value for property {@link #getStrokeDasharray strokeDasharray}.
|
|
@@ -32169,7 +32133,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
32169
32133
|
/**
|
|
32170
32134
|
* Delay in milliseconds for the marker popover to show up
|
|
32171
32135
|
*
|
|
32172
|
-
* @deprecated
|
|
32136
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
32173
32137
|
*/
|
|
32174
32138
|
markerPopoverDelay?: int | PropertyBindingInfo | `{${string}}`;
|
|
32175
32139
|
|
|
@@ -32266,6 +32230,8 @@ declare module "sap/gantt/simple/BaseCalendar" {
|
|
|
32266
32230
|
$BaseRectangleSettings,
|
|
32267
32231
|
} from "sap/gantt/simple/BaseRectangle";
|
|
32268
32232
|
|
|
32233
|
+
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
32234
|
+
|
|
32269
32235
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
32270
32236
|
|
|
32271
32237
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -32354,6 +32320,18 @@ declare module "sap/gantt/simple/BaseCalendar" {
|
|
|
32354
32320
|
* @returns Value of property `calendarName`
|
|
32355
32321
|
*/
|
|
32356
32322
|
getCalendarName(): string;
|
|
32323
|
+
/**
|
|
32324
|
+
* Gets current value of property {@link #getFill fill}.
|
|
32325
|
+
*
|
|
32326
|
+
* Fill for calendar shape
|
|
32327
|
+
*
|
|
32328
|
+
* Default value is `"sapChart_Sequence_Neutral_Plus2"`.
|
|
32329
|
+
*
|
|
32330
|
+
* @since 1.134
|
|
32331
|
+
*
|
|
32332
|
+
* @returns Value of property `fill`
|
|
32333
|
+
*/
|
|
32334
|
+
getFill(): ValueSVGPaintServer;
|
|
32357
32335
|
/**
|
|
32358
32336
|
* Calendar is not a selectable shape. getSelectable always returns false
|
|
32359
32337
|
*
|
|
@@ -32361,6 +32339,18 @@ declare module "sap/gantt/simple/BaseCalendar" {
|
|
|
32361
32339
|
* @returns false calendar is NOT selectable
|
|
32362
32340
|
*/
|
|
32363
32341
|
getSelectable(): boolean;
|
|
32342
|
+
/**
|
|
32343
|
+
* Gets current value of property {@link #getStroke stroke}.
|
|
32344
|
+
*
|
|
32345
|
+
* stroke for the calendar shape
|
|
32346
|
+
*
|
|
32347
|
+
* Default value is `"sapChart_Sequence_Neutral_BorderColor"`.
|
|
32348
|
+
*
|
|
32349
|
+
* @since 1.134
|
|
32350
|
+
*
|
|
32351
|
+
* @returns Value of property `stroke`
|
|
32352
|
+
*/
|
|
32353
|
+
getStroke(): ValueSVGPaintServer;
|
|
32364
32354
|
/**
|
|
32365
32355
|
* Calendar width If calendarName property is set then return the full width of the gantt chart else if
|
|
32366
32356
|
* the time and endTime are present, return their difference.
|
|
@@ -32398,6 +32388,44 @@ declare module "sap/gantt/simple/BaseCalendar" {
|
|
|
32398
32388
|
*/
|
|
32399
32389
|
sCalendarName: string
|
|
32400
32390
|
): this;
|
|
32391
|
+
/**
|
|
32392
|
+
* Sets a new value for property {@link #getFill fill}.
|
|
32393
|
+
*
|
|
32394
|
+
* Fill for calendar shape
|
|
32395
|
+
*
|
|
32396
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32397
|
+
*
|
|
32398
|
+
* Default value is `"sapChart_Sequence_Neutral_Plus2"`.
|
|
32399
|
+
*
|
|
32400
|
+
* @since 1.134
|
|
32401
|
+
*
|
|
32402
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
32403
|
+
*/
|
|
32404
|
+
setFill(
|
|
32405
|
+
/**
|
|
32406
|
+
* New value for property `fill`
|
|
32407
|
+
*/
|
|
32408
|
+
sFill?: ValueSVGPaintServer
|
|
32409
|
+
): this;
|
|
32410
|
+
/**
|
|
32411
|
+
* Sets a new value for property {@link #getStroke stroke}.
|
|
32412
|
+
*
|
|
32413
|
+
* stroke for the calendar shape
|
|
32414
|
+
*
|
|
32415
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32416
|
+
*
|
|
32417
|
+
* Default value is `"sapChart_Sequence_Neutral_BorderColor"`.
|
|
32418
|
+
*
|
|
32419
|
+
* @since 1.134
|
|
32420
|
+
*
|
|
32421
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
32422
|
+
*/
|
|
32423
|
+
setStroke(
|
|
32424
|
+
/**
|
|
32425
|
+
* New value for property `stroke`
|
|
32426
|
+
*/
|
|
32427
|
+
sStroke?: ValueSVGPaintServer
|
|
32428
|
+
): this;
|
|
32401
32429
|
}
|
|
32402
32430
|
/**
|
|
32403
32431
|
* Describes the settings that can be provided to the BaseCalendar constructor.
|
|
@@ -32411,6 +32439,20 @@ declare module "sap/gantt/simple/BaseCalendar" {
|
|
|
32411
32439
|
* even if the calendarName is not available in calendar definitions.
|
|
32412
32440
|
*/
|
|
32413
32441
|
calendarName?: string | PropertyBindingInfo;
|
|
32442
|
+
|
|
32443
|
+
/**
|
|
32444
|
+
* Fill for calendar shape
|
|
32445
|
+
*
|
|
32446
|
+
* @since 1.134
|
|
32447
|
+
*/
|
|
32448
|
+
fill?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
32449
|
+
|
|
32450
|
+
/**
|
|
32451
|
+
* stroke for the calendar shape
|
|
32452
|
+
*
|
|
32453
|
+
* @since 1.134
|
|
32454
|
+
*/
|
|
32455
|
+
stroke?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
32414
32456
|
}
|
|
32415
32457
|
}
|
|
32416
32458
|
|
|
@@ -34974,9 +35016,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
34974
35016
|
*
|
|
34975
35017
|
* @returns Value of property `alignShape`
|
|
34976
35018
|
*/
|
|
34977
|
-
getAlignShape():
|
|
34978
|
-
| simple.shapes.ShapeAlignment
|
|
34979
|
-
| keyof typeof simple.shapes.ShapeAlignment;
|
|
35019
|
+
getAlignShape(): simple.shapes.ShapeAlignment;
|
|
34980
35020
|
/**
|
|
34981
35021
|
* Gets current value of property {@link #getAnimationSettings animationSettings}.
|
|
34982
35022
|
*
|
|
@@ -35205,9 +35245,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35205
35245
|
*
|
|
35206
35246
|
* @returns Value of property `horizontalTextAlignment`
|
|
35207
35247
|
*/
|
|
35208
|
-
getHorizontalTextAlignment():
|
|
35209
|
-
| simple.horizontalTextAlignment
|
|
35210
|
-
| keyof typeof simple.horizontalTextAlignment;
|
|
35248
|
+
getHorizontalTextAlignment(): simple.horizontalTextAlignment;
|
|
35211
35249
|
/**
|
|
35212
35250
|
* Gets current value of property {@link #getHoverable hoverable}.
|
|
35213
35251
|
*
|
|
@@ -35509,9 +35547,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35509
35547
|
*
|
|
35510
35548
|
* @returns Value of property `verticalTextAlignment`
|
|
35511
35549
|
*/
|
|
35512
|
-
getVerticalTextAlignment():
|
|
35513
|
-
| simple.verticalTextAlignment
|
|
35514
|
-
| keyof typeof simple.verticalTextAlignment;
|
|
35550
|
+
getVerticalTextAlignment(): simple.verticalTextAlignment;
|
|
35515
35551
|
/**
|
|
35516
35552
|
* Gets current value of property {@link #getVisible visible}.
|
|
35517
35553
|
*
|
|
@@ -36818,6 +36854,8 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
36818
36854
|
$BaseShapeSettings,
|
|
36819
36855
|
} from "sap/gantt/simple/BaseShape";
|
|
36820
36856
|
|
|
36857
|
+
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
36858
|
+
|
|
36821
36859
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
36822
36860
|
|
|
36823
36861
|
import RenderManager from "sap/ui/core/RenderManager";
|
|
@@ -36890,13 +36928,24 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
36890
36928
|
* @returns Metadata object describing this class
|
|
36891
36929
|
*/
|
|
36892
36930
|
static getMetadata(): ElementMetadata;
|
|
36931
|
+
/**
|
|
36932
|
+
* Gets current value of property {@link #getFill fill}.
|
|
36933
|
+
*
|
|
36934
|
+
* The color of the text
|
|
36935
|
+
*
|
|
36936
|
+
* Default value is `"sapTextColor"`.
|
|
36937
|
+
*
|
|
36938
|
+
*
|
|
36939
|
+
* @returns Value of property `fill`
|
|
36940
|
+
*/
|
|
36941
|
+
getFill(): ValueSVGPaintServer;
|
|
36893
36942
|
/**
|
|
36894
36943
|
* Gets current value of property {@link #getFontFamily fontFamily}.
|
|
36895
36944
|
*
|
|
36896
36945
|
* This property indicates which font family will be used to render the text, specified as a prioritized
|
|
36897
36946
|
* list of font family names and/or generic family names
|
|
36898
36947
|
*
|
|
36899
|
-
* Default value is `"
|
|
36948
|
+
* Default value is `"sapFontFamily"`.
|
|
36900
36949
|
*
|
|
36901
36950
|
*
|
|
36902
36951
|
* @returns Value of property `fontFamily`
|
|
@@ -37010,6 +37059,24 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
37010
37059
|
*/
|
|
37011
37060
|
oElement: BaseText
|
|
37012
37061
|
): void;
|
|
37062
|
+
/**
|
|
37063
|
+
* Sets a new value for property {@link #getFill fill}.
|
|
37064
|
+
*
|
|
37065
|
+
* The color of the text
|
|
37066
|
+
*
|
|
37067
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
37068
|
+
*
|
|
37069
|
+
* Default value is `"sapTextColor"`.
|
|
37070
|
+
*
|
|
37071
|
+
*
|
|
37072
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
37073
|
+
*/
|
|
37074
|
+
setFill(
|
|
37075
|
+
/**
|
|
37076
|
+
* New value for property `fill`
|
|
37077
|
+
*/
|
|
37078
|
+
sFill?: ValueSVGPaintServer
|
|
37079
|
+
): this;
|
|
37013
37080
|
/**
|
|
37014
37081
|
* Sets a new value for property {@link #getFontFamily fontFamily}.
|
|
37015
37082
|
*
|
|
@@ -37018,7 +37085,7 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
37018
37085
|
*
|
|
37019
37086
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
37020
37087
|
*
|
|
37021
|
-
* Default value is `"
|
|
37088
|
+
* Default value is `"sapFontFamily"`.
|
|
37022
37089
|
*
|
|
37023
37090
|
*
|
|
37024
37091
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -37224,6 +37291,11 @@ declare module "sap/gantt/simple/BaseText" {
|
|
|
37224
37291
|
* @since 1.93
|
|
37225
37292
|
*/
|
|
37226
37293
|
isLabel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
37294
|
+
|
|
37295
|
+
/**
|
|
37296
|
+
* The color of the text
|
|
37297
|
+
*/
|
|
37298
|
+
fill?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
37227
37299
|
}
|
|
37228
37300
|
}
|
|
37229
37301
|
|
|
@@ -38546,7 +38618,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38546
38618
|
*
|
|
38547
38619
|
* @returns Value of property `findMode`
|
|
38548
38620
|
*/
|
|
38549
|
-
getFindMode(): config.FindMode
|
|
38621
|
+
getFindMode(): config.FindMode;
|
|
38550
38622
|
/**
|
|
38551
38623
|
* Gets current value of property {@link #getInfoOfSelectItems infoOfSelectItems}.
|
|
38552
38624
|
*
|
|
@@ -38666,9 +38738,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38666
38738
|
*
|
|
38667
38739
|
* @returns Value of property `zoomControlType`
|
|
38668
38740
|
*/
|
|
38669
|
-
getZoomControlType():
|
|
38670
|
-
| config.ZoomControlType
|
|
38671
|
-
| keyof typeof config.ZoomControlType;
|
|
38741
|
+
getZoomControlType(): config.ZoomControlType;
|
|
38672
38742
|
/**
|
|
38673
38743
|
* Gets current value of property {@link #getZoomLevel zoomLevel}.
|
|
38674
38744
|
*
|
|
@@ -39342,9 +39412,7 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
39342
39412
|
*
|
|
39343
39413
|
* @returns Value of property `type`
|
|
39344
39414
|
*/
|
|
39345
|
-
getType():
|
|
39346
|
-
| simple.ContainerToolbarPlaceholderType
|
|
39347
|
-
| keyof typeof simple.ContainerToolbarPlaceholderType;
|
|
39415
|
+
getType(): simple.ContainerToolbarPlaceholderType;
|
|
39348
39416
|
/**
|
|
39349
39417
|
* Sets a new value for property {@link #getType type}.
|
|
39350
39418
|
*
|
|
@@ -40007,17 +40075,6 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40007
40075
|
* @returns Value of property `resizable`
|
|
40008
40076
|
*/
|
|
40009
40077
|
getResizable(): boolean;
|
|
40010
|
-
/**
|
|
40011
|
-
* Gets current value of property {@link #getStroke stroke}.
|
|
40012
|
-
*
|
|
40013
|
-
* Standard SVG 'stroke' attribute. You can provide the stroke attribute with HTML colors and URL reference
|
|
40014
|
-
* to the paint server. Paint server definitions usually come from paint servers rendered by {@link sap.gantt.GanttChartContainer},
|
|
40015
|
-
* {@link sap.gantt.GanttChartWithTable} or {@link sap.gantt.GanttChart}.
|
|
40016
|
-
*
|
|
40017
|
-
*
|
|
40018
|
-
* @returns Value of property `stroke`
|
|
40019
|
-
*/
|
|
40020
|
-
getStroke(): ValueSVGPaintServer;
|
|
40021
40078
|
/**
|
|
40022
40079
|
* Gets current value of property {@link #getStrokeDasharray strokeDasharray}.
|
|
40023
40080
|
*
|
|
@@ -40045,7 +40102,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40045
40102
|
*
|
|
40046
40103
|
* Default value is `300`.
|
|
40047
40104
|
*
|
|
40048
|
-
* @deprecated
|
|
40105
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
40049
40106
|
*
|
|
40050
40107
|
* @returns Value of property `timeDelay`
|
|
40051
40108
|
*/
|
|
@@ -40161,6 +40218,8 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40161
40218
|
*
|
|
40162
40219
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40163
40220
|
*
|
|
40221
|
+
* Default value is `"sapChart_Sequence_3_BorderColor"`.
|
|
40222
|
+
*
|
|
40164
40223
|
*
|
|
40165
40224
|
* @returns Reference to `this` in order to allow method chaining
|
|
40166
40225
|
*/
|
|
@@ -40168,7 +40227,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40168
40227
|
/**
|
|
40169
40228
|
* New value for property `stroke`
|
|
40170
40229
|
*/
|
|
40171
|
-
sStroke
|
|
40230
|
+
sStroke?: ValueSVGPaintServer
|
|
40172
40231
|
): this;
|
|
40173
40232
|
/**
|
|
40174
40233
|
* Sets a new value for property {@link #getStrokeDasharray strokeDasharray}.
|
|
@@ -40213,7 +40272,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40213
40272
|
*
|
|
40214
40273
|
* Default value is `300`.
|
|
40215
40274
|
*
|
|
40216
|
-
* @deprecated
|
|
40275
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
40217
40276
|
*
|
|
40218
40277
|
* @returns Reference to `this` in order to allow method chaining
|
|
40219
40278
|
*/
|
|
@@ -40328,7 +40387,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40328
40387
|
/**
|
|
40329
40388
|
* Visibility of the Delta Line
|
|
40330
40389
|
*
|
|
40331
|
-
* @deprecated
|
|
40390
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
40332
40391
|
*/
|
|
40333
40392
|
timeDelay?: int | PropertyBindingInfo | `{${string}}`;
|
|
40334
40393
|
|
|
@@ -41463,9 +41522,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41463
41522
|
*
|
|
41464
41523
|
* @returns Value of property `displayType`
|
|
41465
41524
|
*/
|
|
41466
|
-
getDisplayType():
|
|
41467
|
-
| simple.GanttChartWithTableDisplayType
|
|
41468
|
-
| keyof typeof simple.GanttChartWithTableDisplayType;
|
|
41525
|
+
getDisplayType(): simple.GanttChartWithTableDisplayType;
|
|
41469
41526
|
/**
|
|
41470
41527
|
* Gets current value of property {@link #getEnableAdhocLine enableAdhocLine}.
|
|
41471
41528
|
*
|
|
@@ -41648,7 +41705,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41648
41705
|
*
|
|
41649
41706
|
* @returns Value of property `layoutOrientation`
|
|
41650
41707
|
*/
|
|
41651
|
-
getLayoutOrientation(): Orientation
|
|
41708
|
+
getLayoutOrientation(): Orientation;
|
|
41652
41709
|
/**
|
|
41653
41710
|
* Gets content of aggregation {@link #getSearchSidePanel searchSidePanel}.
|
|
41654
41711
|
*
|
|
@@ -42351,6 +42408,17 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42351
42408
|
*/
|
|
42352
42409
|
sWidth?: CSSSize
|
|
42353
42410
|
): this;
|
|
42411
|
+
/**
|
|
42412
|
+
* Displays the wrapper on top of GanttChartContainer
|
|
42413
|
+
*
|
|
42414
|
+
* @since 1.133
|
|
42415
|
+
*/
|
|
42416
|
+
showWrapper(
|
|
42417
|
+
/**
|
|
42418
|
+
* When set to true, the wrapper for GanttChartContainer is displayed
|
|
42419
|
+
*/
|
|
42420
|
+
bShow: boolean
|
|
42421
|
+
): void;
|
|
42354
42422
|
/**
|
|
42355
42423
|
* Triggers the search event in gantt container area and updates the search results
|
|
42356
42424
|
*
|
|
@@ -42766,9 +42834,9 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42766
42834
|
import OverflowToolbar from "sap/m/OverflowToolbar";
|
|
42767
42835
|
|
|
42768
42836
|
import {
|
|
42837
|
+
ValueSVGPaintServer,
|
|
42769
42838
|
simple,
|
|
42770
42839
|
DragOrientation,
|
|
42771
|
-
ValueSVGPaintServer,
|
|
42772
42840
|
SelectionMode,
|
|
42773
42841
|
dragdrop,
|
|
42774
42842
|
} from "sap/gantt/library";
|
|
@@ -42864,7 +42932,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42864
42932
|
/**
|
|
42865
42933
|
* Adds some adhocLine to the aggregation {@link #getAdhocLines adhocLines}.
|
|
42866
42934
|
*
|
|
42867
|
-
* @deprecated
|
|
42935
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
42868
42936
|
*
|
|
42869
42937
|
* @returns Reference to `this` in order to allow method chaining
|
|
42870
42938
|
*/
|
|
@@ -43669,7 +43737,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43669
43737
|
* See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
|
|
43670
43738
|
* of the possible properties of `oBindingInfo`.
|
|
43671
43739
|
*
|
|
43672
|
-
* @deprecated
|
|
43740
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
43673
43741
|
*
|
|
43674
43742
|
* @returns Reference to `this` in order to allow method chaining
|
|
43675
43743
|
*/
|
|
@@ -43771,7 +43839,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43771
43839
|
/**
|
|
43772
43840
|
* Destroys all the adhocLines in the aggregation {@link #getAdhocLines adhocLines}.
|
|
43773
43841
|
*
|
|
43774
|
-
* @deprecated
|
|
43842
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
43775
43843
|
*
|
|
43776
43844
|
* @returns Reference to `this` in order to allow method chaining
|
|
43777
43845
|
*/
|
|
@@ -44424,7 +44492,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44424
44492
|
* The aggregation is used to store configuration of adhoc lines, adhoc lines represent milestones and events
|
|
44425
44493
|
* in axis time.
|
|
44426
44494
|
*
|
|
44427
|
-
* @deprecated
|
|
44495
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
44428
44496
|
*/
|
|
44429
44497
|
getAdhocLines(): AdhocLine[];
|
|
44430
44498
|
/**
|
|
@@ -44477,13 +44545,13 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44477
44545
|
* Property to add custom color to the highlighted area between delta lines. This would default to Fiori
|
|
44478
44546
|
* standard color
|
|
44479
44547
|
*
|
|
44480
|
-
* Default value is `"
|
|
44548
|
+
* Default value is `"sapUiListSelectionBackgroundColor"`.
|
|
44481
44549
|
*
|
|
44482
44550
|
* @since 1.86
|
|
44483
44551
|
*
|
|
44484
44552
|
* @returns Value of property `deltaAreaHighlightColor`
|
|
44485
44553
|
*/
|
|
44486
|
-
getDeltaAreaHighlightColor():
|
|
44554
|
+
getDeltaAreaHighlightColor(): ValueSVGPaintServer;
|
|
44487
44555
|
/**
|
|
44488
44556
|
* Gets current value of property {@link #getDeltaLineLayer deltaLineLayer}.
|
|
44489
44557
|
*
|
|
@@ -44530,9 +44598,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44530
44598
|
*
|
|
44531
44599
|
* @returns Value of property `displayType`
|
|
44532
44600
|
*/
|
|
44533
|
-
getDisplayType():
|
|
44534
|
-
| simple.GanttChartWithTableDisplayType
|
|
44535
|
-
| keyof typeof simple.GanttChartWithTableDisplayType;
|
|
44601
|
+
getDisplayType(): simple.GanttChartWithTableDisplayType;
|
|
44536
44602
|
/**
|
|
44537
44603
|
* Gets current value of property {@link #getDragOrientation dragOrientation}.
|
|
44538
44604
|
*
|
|
@@ -44552,7 +44618,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44552
44618
|
*
|
|
44553
44619
|
* @returns Value of property `dragOrientation`
|
|
44554
44620
|
*/
|
|
44555
|
-
getDragOrientation(): DragOrientation
|
|
44621
|
+
getDragOrientation(): DragOrientation;
|
|
44556
44622
|
/**
|
|
44557
44623
|
* Gets current value of property {@link #getEnableAdhocLine enableAdhocLine}.
|
|
44558
44624
|
*
|
|
@@ -44862,6 +44928,20 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44862
44928
|
* @returns Value of property `nowLineInUTC`
|
|
44863
44929
|
*/
|
|
44864
44930
|
getNowLineInUTC(): boolean;
|
|
44931
|
+
/**
|
|
44932
|
+
* Gets current value of property {@link #getOptimiseRelationships optimiseRelationships}.
|
|
44933
|
+
*
|
|
44934
|
+
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
44935
|
+
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
44936
|
+
* and successor rows.
|
|
44937
|
+
*
|
|
44938
|
+
* Default value is `false`.
|
|
44939
|
+
*
|
|
44940
|
+
* @since 1.133
|
|
44941
|
+
*
|
|
44942
|
+
* @returns Value of property `optimiseRelationships`
|
|
44943
|
+
*/
|
|
44944
|
+
getOptimiseRelationships(): boolean;
|
|
44865
44945
|
/**
|
|
44866
44946
|
* Gets content of aggregation {@link #getOverflowToolbarItems overflowToolbarItems}.
|
|
44867
44947
|
*
|
|
@@ -44898,15 +44978,15 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44898
44978
|
*
|
|
44899
44979
|
* @returns Value of property `relationshipShapeSize`
|
|
44900
44980
|
*/
|
|
44901
|
-
getRelationshipShapeSize():
|
|
44902
|
-
| simple.relationshipShapeSize
|
|
44903
|
-
| keyof typeof simple.relationshipShapeSize;
|
|
44981
|
+
getRelationshipShapeSize(): simple.relationshipShapeSize;
|
|
44904
44982
|
/**
|
|
44905
44983
|
* Gets current value of property {@link #getRowHighlightAndHoverFill rowHighlightAndHoverFill}.
|
|
44906
44984
|
*
|
|
44907
44985
|
* The rowHighlightAndHoverFill property defines the color that is filled for the highlighted and hovered
|
|
44908
44986
|
* rows when a shape is being dragged The highlighted rows are the ones where the shape drop is allowed
|
|
44909
44987
|
*
|
|
44988
|
+
* Default value is `"sapChart_Sequence_1_Plus1"`.
|
|
44989
|
+
*
|
|
44910
44990
|
* @since 1.108
|
|
44911
44991
|
*
|
|
44912
44992
|
* @returns Value of property `rowHighlightAndHoverFill`
|
|
@@ -44918,6 +44998,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44918
44998
|
* The rowHighlightFill property defines the color that is filled for the highlighted rows when a shape
|
|
44919
44999
|
* is being dragged The highlighted rows are the ones where the shape drop is allowed
|
|
44920
45000
|
*
|
|
45001
|
+
* Default value is `"sapChart_Sequence_1_Plus3"`.
|
|
45002
|
+
*
|
|
44921
45003
|
* @since 1.108
|
|
44922
45004
|
*
|
|
44923
45005
|
* @returns Value of property `rowHighlightFill`
|
|
@@ -44972,7 +45054,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44972
45054
|
* ```javascript
|
|
44973
45055
|
*
|
|
44974
45056
|
* {
|
|
44975
|
-
* color: "
|
|
45057
|
+
* color: "@sapChart_Sequence_9_Plus2",
|
|
44976
45058
|
* strokeWidth: 2,
|
|
44977
45059
|
* strokeDasharray: "5,1"
|
|
44978
45060
|
* shapeColor: null,
|
|
@@ -45064,7 +45146,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45064
45146
|
*
|
|
45065
45147
|
* @returns Value of property `shapeSelectionMode`
|
|
45066
45148
|
*/
|
|
45067
|
-
getShapeSelectionMode(): SelectionMode
|
|
45149
|
+
getShapeSelectionMode(): SelectionMode;
|
|
45068
45150
|
/**
|
|
45069
45151
|
* Gets current value of property {@link #getShapeSelectionSettings shapeSelectionSettings}.
|
|
45070
45152
|
*
|
|
@@ -45075,7 +45157,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45075
45157
|
* ```javascript
|
|
45076
45158
|
*
|
|
45077
45159
|
* {
|
|
45078
|
-
* color: "
|
|
45160
|
+
* color: "@sapChart_Sequence_9_Plus2",
|
|
45079
45161
|
* strokeWidth: 2,
|
|
45080
45162
|
* strokeDasharray: "5,1"
|
|
45081
45163
|
* shapeColor: null,
|
|
@@ -45229,7 +45311,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45229
45311
|
*
|
|
45230
45312
|
* @returns Value of property `snapMode`
|
|
45231
45313
|
*/
|
|
45232
|
-
getSnapMode(): dragdrop.SnapMode
|
|
45314
|
+
getSnapMode(): dragdrop.SnapMode;
|
|
45233
45315
|
/**
|
|
45234
45316
|
* Gets current value of property {@link #getSnapTimeInterval snapTimeInterval}.
|
|
45235
45317
|
*
|
|
@@ -45302,7 +45384,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45302
45384
|
* Checks for the provided `sap.gantt.AdhocLine` in the aggregation {@link #getAdhocLines adhocLines}. and
|
|
45303
45385
|
* returns its index if found or -1 otherwise.
|
|
45304
45386
|
*
|
|
45305
|
-
* @deprecated
|
|
45387
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45306
45388
|
*
|
|
45307
45389
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
45308
45390
|
*/
|
|
@@ -45398,7 +45480,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45398
45480
|
/**
|
|
45399
45481
|
* Inserts a adhocLine into the aggregation {@link #getAdhocLines adhocLines}.
|
|
45400
45482
|
*
|
|
45401
|
-
* @deprecated
|
|
45483
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45402
45484
|
*
|
|
45403
45485
|
* @returns Reference to `this` in order to allow method chaining
|
|
45404
45486
|
*/
|
|
@@ -45567,7 +45649,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45567
45649
|
/**
|
|
45568
45650
|
* Removes a adhocLine from the aggregation {@link #getAdhocLines adhocLines}.
|
|
45569
45651
|
*
|
|
45570
|
-
* @deprecated
|
|
45652
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45571
45653
|
*
|
|
45572
45654
|
* @returns The removed adhocLine or `null`
|
|
45573
45655
|
*/
|
|
@@ -45582,7 +45664,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45582
45664
|
*
|
|
45583
45665
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
45584
45666
|
*
|
|
45585
|
-
* @deprecated
|
|
45667
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45586
45668
|
*
|
|
45587
45669
|
* @returns An array of the removed elements (might be empty)
|
|
45588
45670
|
*/
|
|
@@ -45811,7 +45893,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45811
45893
|
*
|
|
45812
45894
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
45813
45895
|
*
|
|
45814
|
-
* Default value is `"
|
|
45896
|
+
* Default value is `"sapUiListSelectionBackgroundColor"`.
|
|
45815
45897
|
*
|
|
45816
45898
|
* @since 1.86
|
|
45817
45899
|
*
|
|
@@ -45821,7 +45903,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45821
45903
|
/**
|
|
45822
45904
|
* New value for property `deltaAreaHighlightColor`
|
|
45823
45905
|
*/
|
|
45824
|
-
sDeltaAreaHighlightColor?:
|
|
45906
|
+
sDeltaAreaHighlightColor?: ValueSVGPaintServer
|
|
45825
45907
|
): this;
|
|
45826
45908
|
/**
|
|
45827
45909
|
* Sets a new value for property {@link #getDeltaLineLayer deltaLineLayer}.
|
|
@@ -46396,6 +46478,27 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46396
46478
|
*/
|
|
46397
46479
|
bNowLineInUTC?: boolean
|
|
46398
46480
|
): this;
|
|
46481
|
+
/**
|
|
46482
|
+
* Sets a new value for property {@link #getOptimiseRelationships optimiseRelationships}.
|
|
46483
|
+
*
|
|
46484
|
+
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
46485
|
+
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
46486
|
+
* and successor rows.
|
|
46487
|
+
*
|
|
46488
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46489
|
+
*
|
|
46490
|
+
* Default value is `false`.
|
|
46491
|
+
*
|
|
46492
|
+
* @since 1.133
|
|
46493
|
+
*
|
|
46494
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46495
|
+
*/
|
|
46496
|
+
setOptimiseRelationships(
|
|
46497
|
+
/**
|
|
46498
|
+
* New value for property `optimiseRelationships`
|
|
46499
|
+
*/
|
|
46500
|
+
bOptimiseRelationships?: boolean
|
|
46501
|
+
): this;
|
|
46399
46502
|
/**
|
|
46400
46503
|
* Sets a new value for property {@link #getPrintingBatchSize printingBatchSize}.
|
|
46401
46504
|
*
|
|
@@ -46449,6 +46552,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46449
46552
|
*
|
|
46450
46553
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46451
46554
|
*
|
|
46555
|
+
* Default value is `"sapChart_Sequence_1_Plus1"`.
|
|
46556
|
+
*
|
|
46452
46557
|
* @since 1.108
|
|
46453
46558
|
*
|
|
46454
46559
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -46457,7 +46562,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46457
46562
|
/**
|
|
46458
46563
|
* New value for property `rowHighlightAndHoverFill`
|
|
46459
46564
|
*/
|
|
46460
|
-
sRowHighlightAndHoverFill
|
|
46565
|
+
sRowHighlightAndHoverFill?: ValueSVGPaintServer
|
|
46461
46566
|
): this;
|
|
46462
46567
|
/**
|
|
46463
46568
|
* Sets a new value for property {@link #getRowHighlightFill rowHighlightFill}.
|
|
@@ -46467,6 +46572,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46467
46572
|
*
|
|
46468
46573
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46469
46574
|
*
|
|
46575
|
+
* Default value is `"sapChart_Sequence_1_Plus3"`.
|
|
46576
|
+
*
|
|
46470
46577
|
* @since 1.108
|
|
46471
46578
|
*
|
|
46472
46579
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -46475,7 +46582,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46475
46582
|
/**
|
|
46476
46583
|
* New value for property `rowHighlightFill`
|
|
46477
46584
|
*/
|
|
46478
|
-
sRowHighlightFill
|
|
46585
|
+
sRowHighlightFill?: ValueSVGPaintServer
|
|
46479
46586
|
): this;
|
|
46480
46587
|
/**
|
|
46481
46588
|
* Call for 'setRowSettingsTemplate' method of table is made with invalidate Also, create the promise to
|
|
@@ -46892,6 +46999,18 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46892
46999
|
*/
|
|
46893
47000
|
sWidth?: CSSSize
|
|
46894
47001
|
): this;
|
|
47002
|
+
/**
|
|
47003
|
+
* Displays the wrapper on top of GanttChartWthTable For this to work, GanttChartContainer showWrapper must
|
|
47004
|
+
* not be set to true
|
|
47005
|
+
*
|
|
47006
|
+
* @since 1.133
|
|
47007
|
+
*/
|
|
47008
|
+
showWrapper(
|
|
47009
|
+
/**
|
|
47010
|
+
* When set to true, the wrapper for GanttChartWithTable is displayed
|
|
47011
|
+
*/
|
|
47012
|
+
bShow: boolean
|
|
47013
|
+
): void;
|
|
46895
47014
|
/**
|
|
46896
47015
|
* Toggles the gantt chart from normal to fullscreen mode and vice versa. Works only if gantt chart is inside
|
|
46897
47016
|
* a gantt container. In the fullscreen mode, gantt container can hold only 1 gantt chart. The {@link sap.gantt.simple.GanttChartContainer#insertGanttChart }
|
|
@@ -46913,7 +47032,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46913
47032
|
/**
|
|
46914
47033
|
* Unbinds aggregation {@link #getAdhocLines adhocLines} from model data.
|
|
46915
47034
|
*
|
|
46916
|
-
* @deprecated
|
|
47035
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
46917
47036
|
*
|
|
46918
47037
|
* @returns Reference to `this` in order to allow method chaining
|
|
46919
47038
|
*/
|
|
@@ -46948,6 +47067,21 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46948
47067
|
* @returns Reference to `this` in order to allow method chaining
|
|
46949
47068
|
*/
|
|
46950
47069
|
unbindSimpleAdhocLines(): this;
|
|
47070
|
+
/**
|
|
47071
|
+
* Select and deselect shapes based on shapeIDs
|
|
47072
|
+
*
|
|
47073
|
+
* @since 1.133
|
|
47074
|
+
*/
|
|
47075
|
+
updateSelectionByShapeID(
|
|
47076
|
+
/**
|
|
47077
|
+
* array of shapeIDs to be selected
|
|
47078
|
+
*/
|
|
47079
|
+
aSelectedShapeId: string[],
|
|
47080
|
+
/**
|
|
47081
|
+
* array of shapeIDs to be deselected
|
|
47082
|
+
*/
|
|
47083
|
+
aDeselectedShapeId: string[]
|
|
47084
|
+
): void;
|
|
46951
47085
|
/**
|
|
46952
47086
|
* De-Emphasize shapes based on the de-emphasized shape Uid
|
|
46953
47087
|
*
|
|
@@ -47007,7 +47141,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47007
47141
|
* ```javascript
|
|
47008
47142
|
*
|
|
47009
47143
|
* {
|
|
47010
|
-
* color: "
|
|
47144
|
+
* color: "@sapChart_Sequence_9_Plus2",
|
|
47011
47145
|
* strokeWidth: 2,
|
|
47012
47146
|
* strokeDasharray: "5,1"
|
|
47013
47147
|
* shapeColor: null,
|
|
@@ -47024,7 +47158,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47024
47158
|
* ```javascript
|
|
47025
47159
|
*
|
|
47026
47160
|
* {
|
|
47027
|
-
* color: "
|
|
47161
|
+
* color: "@sapChart_Sequence_9_Plus2",
|
|
47028
47162
|
* strokeWidth: 2,
|
|
47029
47163
|
* strokeDasharray: "5,1"
|
|
47030
47164
|
* shapeColor: null,
|
|
@@ -47252,7 +47386,10 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47252
47386
|
*
|
|
47253
47387
|
* @since 1.86
|
|
47254
47388
|
*/
|
|
47255
|
-
deltaAreaHighlightColor?:
|
|
47389
|
+
deltaAreaHighlightColor?:
|
|
47390
|
+
| ValueSVGPaintServer
|
|
47391
|
+
| PropertyBindingInfo
|
|
47392
|
+
| `{${string}}`;
|
|
47256
47393
|
|
|
47257
47394
|
/**
|
|
47258
47395
|
* Enables inversion on shape selection while drawing lasso
|
|
@@ -47455,6 +47592,15 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47455
47592
|
*/
|
|
47456
47593
|
enableMultipleGhosts?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47457
47594
|
|
|
47595
|
+
/**
|
|
47596
|
+
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
47597
|
+
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
47598
|
+
* and successor rows.
|
|
47599
|
+
*
|
|
47600
|
+
* @since 1.133
|
|
47601
|
+
*/
|
|
47602
|
+
optimiseRelationships?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47603
|
+
|
|
47458
47604
|
/**
|
|
47459
47605
|
* Table of the Gantt Chart
|
|
47460
47606
|
*
|
|
@@ -47467,7 +47613,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47467
47613
|
* The aggregation is used to store configuration of adhoc lines, adhoc lines represent milestones and events
|
|
47468
47614
|
* in axis time.
|
|
47469
47615
|
*
|
|
47470
|
-
* @deprecated
|
|
47616
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
47471
47617
|
*/
|
|
47472
47618
|
adhocLines?:
|
|
47473
47619
|
| AdhocLine[]
|
|
@@ -50737,9 +50883,7 @@ declare module "sap/gantt/simple/LegendShapeGroup" {
|
|
|
50737
50883
|
*
|
|
50738
50884
|
* @returns Value of property `orientation`
|
|
50739
50885
|
*/
|
|
50740
|
-
getOrientation():
|
|
50741
|
-
| LegendShapeGroupOrientation
|
|
50742
|
-
| keyof typeof LegendShapeGroupOrientation;
|
|
50886
|
+
getOrientation(): LegendShapeGroupOrientation;
|
|
50743
50887
|
/**
|
|
50744
50888
|
* Gets content of aggregation {@link #getShapes shapes}.
|
|
50745
50889
|
*
|
|
@@ -52432,7 +52576,7 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
52432
52576
|
*
|
|
52433
52577
|
* @returns Value of property `shapeTypeEnd`
|
|
52434
52578
|
*/
|
|
52435
|
-
getShapeTypeEnd(): simple.connectorType
|
|
52579
|
+
getShapeTypeEnd(): simple.connectorType;
|
|
52436
52580
|
/**
|
|
52437
52581
|
* Gets current value of property {@link #getShapeTypeStart shapeTypeStart}.
|
|
52438
52582
|
*
|
|
@@ -52443,9 +52587,7 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
52443
52587
|
*
|
|
52444
52588
|
* @returns Value of property `shapeTypeStart`
|
|
52445
52589
|
*/
|
|
52446
|
-
getShapeTypeStart():
|
|
52447
|
-
| simple.connectorType
|
|
52448
|
-
| keyof typeof simple.connectorType;
|
|
52590
|
+
getShapeTypeStart(): simple.connectorType;
|
|
52449
52591
|
/**
|
|
52450
52592
|
* Gets current value of property {@link #getStartShapeColor startShapeColor}.
|
|
52451
52593
|
*
|
|
@@ -52475,7 +52617,7 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
52475
52617
|
*
|
|
52476
52618
|
* @returns Value of property `type`
|
|
52477
52619
|
*/
|
|
52478
|
-
getType(): simple.RelationshipType
|
|
52620
|
+
getType(): simple.RelationshipType;
|
|
52479
52621
|
/**
|
|
52480
52622
|
* Sets a new value for property {@link #getEnableCurvedEdge enableCurvedEdge}.
|
|
52481
52623
|
*
|
|
@@ -52948,8 +53090,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52948
53090
|
*
|
|
52949
53091
|
* Default value is `true`.
|
|
52950
53092
|
*
|
|
52951
|
-
* @deprecated
|
|
52952
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53093
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53094
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52953
53095
|
*
|
|
52954
53096
|
* @returns Value of property `hoverable`
|
|
52955
53097
|
*/
|
|
@@ -52996,8 +53138,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52996
53138
|
*
|
|
52997
53139
|
* Default value is `true`.
|
|
52998
53140
|
*
|
|
52999
|
-
* @deprecated
|
|
53000
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53141
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53142
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53001
53143
|
*
|
|
53002
53144
|
* @returns Value of property `selectable`
|
|
53003
53145
|
*/
|
|
@@ -53118,8 +53260,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
53118
53260
|
*
|
|
53119
53261
|
* Default value is `true`.
|
|
53120
53262
|
*
|
|
53121
|
-
* @deprecated
|
|
53122
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53263
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53264
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53123
53265
|
*
|
|
53124
53266
|
* @returns Reference to `this` in order to allow method chaining
|
|
53125
53267
|
*/
|
|
@@ -53138,8 +53280,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
53138
53280
|
*
|
|
53139
53281
|
* Default value is `true`.
|
|
53140
53282
|
*
|
|
53141
|
-
* @deprecated
|
|
53142
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53283
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53284
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53143
53285
|
*
|
|
53144
53286
|
* @returns Reference to `this` in order to allow method chaining
|
|
53145
53287
|
*/
|
|
@@ -53216,16 +53358,16 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
53216
53358
|
/**
|
|
53217
53359
|
* All standard shapes are selectable.
|
|
53218
53360
|
*
|
|
53219
|
-
* @deprecated
|
|
53220
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53361
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53362
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53221
53363
|
*/
|
|
53222
53364
|
selectable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
53223
53365
|
|
|
53224
53366
|
/**
|
|
53225
53367
|
* All standard shapes are hoverable.
|
|
53226
53368
|
*
|
|
53227
|
-
* @deprecated
|
|
53228
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53369
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53370
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53229
53371
|
*/
|
|
53230
53372
|
hoverable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
53231
53373
|
}
|
|
@@ -53308,9 +53450,7 @@ declare module "sap/gantt/simple/shapes/Task" {
|
|
|
53308
53450
|
*
|
|
53309
53451
|
* @returns Value of property `alignShape`
|
|
53310
53452
|
*/
|
|
53311
|
-
getAlignShape():
|
|
53312
|
-
| simple.shapes.ShapeAlignment
|
|
53313
|
-
| keyof typeof simple.shapes.ShapeAlignment;
|
|
53453
|
+
getAlignShape(): simple.shapes.ShapeAlignment;
|
|
53314
53454
|
/**
|
|
53315
53455
|
* Gets current value of property {@link #getTitle title}.
|
|
53316
53456
|
*
|
|
@@ -53330,7 +53470,7 @@ declare module "sap/gantt/simple/shapes/Task" {
|
|
|
53330
53470
|
*
|
|
53331
53471
|
* @returns Value of property `type`
|
|
53332
53472
|
*/
|
|
53333
|
-
getType(): simple.shapes.TaskType
|
|
53473
|
+
getType(): simple.shapes.TaskType;
|
|
53334
53474
|
/**
|
|
53335
53475
|
* Gets current value of property {@link #getUtilizationDown utilizationDown}.
|
|
53336
53476
|
*
|
|
@@ -53726,7 +53866,7 @@ declare module "sap/gantt/simple/ShapeStyle" {
|
|
|
53726
53866
|
*
|
|
53727
53867
|
* @returns Value of property `eventState`
|
|
53728
53868
|
*/
|
|
53729
|
-
getEventState(): simple.shapeEventType
|
|
53869
|
+
getEventState(): simple.shapeEventType;
|
|
53730
53870
|
/**
|
|
53731
53871
|
* Gets current value of property {@link #getFill fill}.
|
|
53732
53872
|
*
|
|
@@ -54499,6 +54639,8 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54499
54639
|
*
|
|
54500
54640
|
* Sets the dimension path color
|
|
54501
54641
|
*
|
|
54642
|
+
* Default value is `"sapContent_ForegroundBorderColor"`.
|
|
54643
|
+
*
|
|
54502
54644
|
*
|
|
54503
54645
|
* @returns Value of property `dimensionPathColor`
|
|
54504
54646
|
*/
|
|
@@ -54562,6 +54704,8 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54562
54704
|
*
|
|
54563
54705
|
* Sets the remaining capacity color
|
|
54564
54706
|
*
|
|
54707
|
+
* Default value is `"sapChart_Sequence_Neutral_Plus1"`.
|
|
54708
|
+
*
|
|
54565
54709
|
*
|
|
54566
54710
|
* @returns Value of property `remainCapacityColor`
|
|
54567
54711
|
*/
|
|
@@ -54571,6 +54715,8 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54571
54715
|
*
|
|
54572
54716
|
* Sets the remaining capacity color for negative values
|
|
54573
54717
|
*
|
|
54718
|
+
* Default value is `"sapChart_Sequence_Bad_Plus1"`.
|
|
54719
|
+
*
|
|
54574
54720
|
*
|
|
54575
54721
|
* @returns Value of property `remainCapacityColorNegative`
|
|
54576
54722
|
*/
|
|
@@ -54643,6 +54789,8 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54643
54789
|
*
|
|
54644
54790
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
54645
54791
|
*
|
|
54792
|
+
* Default value is `"sapContent_ForegroundBorderColor"`.
|
|
54793
|
+
*
|
|
54646
54794
|
*
|
|
54647
54795
|
* @returns Reference to `this` in order to allow method chaining
|
|
54648
54796
|
*/
|
|
@@ -54650,7 +54798,7 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54650
54798
|
/**
|
|
54651
54799
|
* New value for property `dimensionPathColor`
|
|
54652
54800
|
*/
|
|
54653
|
-
sDimensionPathColor
|
|
54801
|
+
sDimensionPathColor?: ValueSVGPaintServer
|
|
54654
54802
|
): this;
|
|
54655
54803
|
/**
|
|
54656
54804
|
* Sets a new value for property {@link #getDimensionStrokeDasharray dimensionStrokeDasharray}.
|
|
@@ -54748,6 +54896,8 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54748
54896
|
*
|
|
54749
54897
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
54750
54898
|
*
|
|
54899
|
+
* Default value is `"sapChart_Sequence_Neutral_Plus1"`.
|
|
54900
|
+
*
|
|
54751
54901
|
*
|
|
54752
54902
|
* @returns Reference to `this` in order to allow method chaining
|
|
54753
54903
|
*/
|
|
@@ -54755,7 +54905,7 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54755
54905
|
/**
|
|
54756
54906
|
* New value for property `remainCapacityColor`
|
|
54757
54907
|
*/
|
|
54758
|
-
sRemainCapacityColor
|
|
54908
|
+
sRemainCapacityColor?: ValueSVGPaintServer
|
|
54759
54909
|
): this;
|
|
54760
54910
|
/**
|
|
54761
54911
|
* Sets a new value for property {@link #getRemainCapacityColorNegative remainCapacityColorNegative}.
|
|
@@ -54764,6 +54914,8 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54764
54914
|
*
|
|
54765
54915
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
54766
54916
|
*
|
|
54917
|
+
* Default value is `"sapChart_Sequence_Bad_Plus1"`.
|
|
54918
|
+
*
|
|
54767
54919
|
*
|
|
54768
54920
|
* @returns Reference to `this` in order to allow method chaining
|
|
54769
54921
|
*/
|
|
@@ -54771,7 +54923,7 @@ declare module "sap/gantt/simple/StockChartDimension" {
|
|
|
54771
54923
|
/**
|
|
54772
54924
|
* New value for property `remainCapacityColorNegative`
|
|
54773
54925
|
*/
|
|
54774
|
-
sRemainCapacityColorNegative
|
|
54926
|
+
sRemainCapacityColorNegative?: ValueSVGPaintServer
|
|
54775
54927
|
): this;
|
|
54776
54928
|
}
|
|
54777
54929
|
/**
|
|
@@ -55032,10 +55184,10 @@ declare module "sap/gantt/simple/UtilizationBarChart" {
|
|
|
55032
55184
|
|
|
55033
55185
|
import UtilizationPeriod from "sap/gantt/simple/UtilizationPeriod";
|
|
55034
55186
|
|
|
55035
|
-
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
55036
|
-
|
|
55037
55187
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
55038
55188
|
|
|
55189
|
+
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
55190
|
+
|
|
55039
55191
|
import {
|
|
55040
55192
|
PropertyBindingInfo,
|
|
55041
55193
|
AggregationBindingInfo,
|
|
@@ -55128,17 +55280,6 @@ declare module "sap/gantt/simple/UtilizationBarChart" {
|
|
|
55128
55280
|
* @returns Reference to `this` in order to allow method chaining
|
|
55129
55281
|
*/
|
|
55130
55282
|
destroyPeriods(): this;
|
|
55131
|
-
/**
|
|
55132
|
-
* Gets current value of property {@link #getConsumptionColor consumptionColor}.
|
|
55133
|
-
*
|
|
55134
|
-
* The color fills in capacity consumption
|
|
55135
|
-
*
|
|
55136
|
-
* Default value is `"lightgray"`.
|
|
55137
|
-
*
|
|
55138
|
-
*
|
|
55139
|
-
* @returns Value of property `consumptionColor`
|
|
55140
|
-
*/
|
|
55141
|
-
getConsumptionColor(): ValueSVGPaintServer;
|
|
55142
55283
|
/**
|
|
55143
55284
|
* Gets content of aggregation {@link #getPeriods periods}.
|
|
55144
55285
|
*
|
|
@@ -55219,7 +55360,7 @@ declare module "sap/gantt/simple/UtilizationBarChart" {
|
|
|
55219
55360
|
*
|
|
55220
55361
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
55221
55362
|
*
|
|
55222
|
-
* Default value is `"
|
|
55363
|
+
* Default value is `"sapContent_ForegroundColor"`.
|
|
55223
55364
|
*
|
|
55224
55365
|
*
|
|
55225
55366
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -55345,17 +55486,6 @@ declare module "sap/gantt/simple/UtilizationChart" {
|
|
|
55345
55486
|
* @returns Value of property `height`
|
|
55346
55487
|
*/
|
|
55347
55488
|
getHeight(): SVGLength;
|
|
55348
|
-
/**
|
|
55349
|
-
* Gets current value of property {@link #getOverConsumptionColor overConsumptionColor}.
|
|
55350
|
-
*
|
|
55351
|
-
* Defines the over comsumption color, or fill pattern.
|
|
55352
|
-
*
|
|
55353
|
-
* Default value is `"red"`.
|
|
55354
|
-
*
|
|
55355
|
-
*
|
|
55356
|
-
* @returns Value of property `overConsumptionColor`
|
|
55357
|
-
*/
|
|
55358
|
-
getOverConsumptionColor(): ValueSVGPaintServer;
|
|
55359
55489
|
/**
|
|
55360
55490
|
* Gets current value of property {@link #getOverConsumptionMargin overConsumptionMargin}.
|
|
55361
55491
|
*
|
|
@@ -55367,17 +55497,6 @@ declare module "sap/gantt/simple/UtilizationChart" {
|
|
|
55367
55497
|
* @returns Value of property `overConsumptionMargin`
|
|
55368
55498
|
*/
|
|
55369
55499
|
getOverConsumptionMargin(): float;
|
|
55370
|
-
/**
|
|
55371
|
-
* Gets current value of property {@link #getRemainCapacityColor remainCapacityColor}.
|
|
55372
|
-
*
|
|
55373
|
-
* Defines the remain capacity color.
|
|
55374
|
-
*
|
|
55375
|
-
* Default value is `"lightgray"`.
|
|
55376
|
-
*
|
|
55377
|
-
*
|
|
55378
|
-
* @returns Value of property `remainCapacityColor`
|
|
55379
|
-
*/
|
|
55380
|
-
getRemainCapacityColor(): ValueSVGPaintServer;
|
|
55381
55500
|
/**
|
|
55382
55501
|
* Calculate the actual width of the shape. The width is calculated based on the time range provided by
|
|
55383
55502
|
* property `time` and `endTime` bindings.
|
|
@@ -55420,7 +55539,7 @@ declare module "sap/gantt/simple/UtilizationChart" {
|
|
|
55420
55539
|
*
|
|
55421
55540
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
55422
55541
|
*
|
|
55423
|
-
* Default value is `"
|
|
55542
|
+
* Default value is `"sapChart_Sequence_Bad_Plus1"`.
|
|
55424
55543
|
*
|
|
55425
55544
|
*
|
|
55426
55545
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -55456,7 +55575,7 @@ declare module "sap/gantt/simple/UtilizationChart" {
|
|
|
55456
55575
|
*
|
|
55457
55576
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
55458
55577
|
*
|
|
55459
|
-
* Default value is `"
|
|
55578
|
+
* Default value is `"sapContent_ForegroundColor"`.
|
|
55460
55579
|
*
|
|
55461
55580
|
*
|
|
55462
55581
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -55505,10 +55624,10 @@ declare module "sap/gantt/simple/UtilizationDimension" {
|
|
|
55505
55624
|
|
|
55506
55625
|
import UtilizationPeriod from "sap/gantt/simple/UtilizationPeriod";
|
|
55507
55626
|
|
|
55508
|
-
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
55509
|
-
|
|
55510
55627
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
55511
55628
|
|
|
55629
|
+
import { ValueSVGPaintServer } from "sap/gantt/library";
|
|
55630
|
+
|
|
55512
55631
|
import {
|
|
55513
55632
|
PropertyBindingInfo,
|
|
55514
55633
|
AggregationBindingInfo,
|
|
@@ -55600,15 +55719,6 @@ declare module "sap/gantt/simple/UtilizationDimension" {
|
|
|
55600
55719
|
* @returns Reference to `this` in order to allow method chaining
|
|
55601
55720
|
*/
|
|
55602
55721
|
destroyPeriods(): this;
|
|
55603
|
-
/**
|
|
55604
|
-
* Gets current value of property {@link #getDimensionColor dimensionColor}.
|
|
55605
|
-
*
|
|
55606
|
-
* Sets the dimension color
|
|
55607
|
-
*
|
|
55608
|
-
*
|
|
55609
|
-
* @returns Value of property `dimensionColor`
|
|
55610
|
-
*/
|
|
55611
|
-
getDimensionColor(): ValueSVGPaintServer;
|
|
55612
55722
|
/**
|
|
55613
55723
|
* Gets current value of property {@link #getName name}.
|
|
55614
55724
|
*
|
|
@@ -55686,6 +55796,8 @@ declare module "sap/gantt/simple/UtilizationDimension" {
|
|
|
55686
55796
|
*
|
|
55687
55797
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
55688
55798
|
*
|
|
55799
|
+
* Default value is `"sapContent_ForegroundBorderColor"`.
|
|
55800
|
+
*
|
|
55689
55801
|
*
|
|
55690
55802
|
* @returns Reference to `this` in order to allow method chaining
|
|
55691
55803
|
*/
|
|
@@ -55693,7 +55805,7 @@ declare module "sap/gantt/simple/UtilizationDimension" {
|
|
|
55693
55805
|
/**
|
|
55694
55806
|
* New value for property `dimensionColor`
|
|
55695
55807
|
*/
|
|
55696
|
-
sDimensionColor
|
|
55808
|
+
sDimensionColor?: ValueSVGPaintServer
|
|
55697
55809
|
): this;
|
|
55698
55810
|
/**
|
|
55699
55811
|
* Sets a new value for property {@link #getName name}.
|
|
@@ -57023,7 +57135,7 @@ declare namespace sap {
|
|
|
57023
57135
|
/**
|
|
57024
57136
|
* CheckBox Value of ListLegend Item.
|
|
57025
57137
|
*
|
|
57026
|
-
* @deprecated
|
|
57138
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
57027
57139
|
*/
|
|
57028
57140
|
enum ListLegendItemCheckbox {
|
|
57029
57141
|
/**
|