@sapui5/ts-types-esm 1.132.1 → 1.133.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 +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- 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 +16 -9
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- 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 +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +1946 -1117
- 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 +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +229 -14
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.core.d.ts +693 -718
- 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 +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.mdc.d.ts +167 -142
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -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 +130 -112
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- 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 +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -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.133.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
|
/**
|
|
@@ -11561,7 +11557,7 @@ declare module "sap/gantt/GanttChart" {
|
|
|
11561
11557
|
* The Gantt chart has a horizontal axis at the top that represents time and a vertical axis that represents
|
|
11562
11558
|
* rows.
|
|
11563
11559
|
*
|
|
11564
|
-
* @deprecated
|
|
11560
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
11565
11561
|
*/
|
|
11566
11562
|
export default class GanttChart extends GanttChartBase {
|
|
11567
11563
|
/**
|
|
@@ -11648,7 +11644,7 @@ declare module "sap/gantt/GanttChart" {
|
|
|
11648
11644
|
* See:
|
|
11649
11645
|
* sap.ui.table.Table.setFirstVisibleRow
|
|
11650
11646
|
*
|
|
11651
|
-
* @deprecated
|
|
11647
|
+
* @deprecated As of version 1.50.7. We recommend use setTableProperties function instead
|
|
11652
11648
|
*
|
|
11653
11649
|
* @returns A reference to the GanttChart control, which can be used for chaining
|
|
11654
11650
|
*/
|
|
@@ -11662,7 +11658,7 @@ declare module "sap/gantt/GanttChart" {
|
|
|
11662
11658
|
/**
|
|
11663
11659
|
* Describes the settings that can be provided to the GanttChart constructor.
|
|
11664
11660
|
*
|
|
11665
|
-
* @deprecated
|
|
11661
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
11666
11662
|
*/
|
|
11667
11663
|
export interface $GanttChartSettings extends $GanttChartBaseSettings {}
|
|
11668
11664
|
}
|
|
@@ -11730,7 +11726,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
11730
11726
|
* Note that you do not need to specify the UID for a shape or row. Gantt Chart automatically forms the
|
|
11731
11727
|
* UIDs for shapes or rows.
|
|
11732
11728
|
*
|
|
11733
|
-
* @deprecated
|
|
11729
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
11734
11730
|
*/
|
|
11735
11731
|
export default abstract class GanttChartBase extends Control {
|
|
11736
11732
|
/**
|
|
@@ -12176,7 +12172,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12176
12172
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12177
12173
|
* use this event.
|
|
12178
12174
|
*
|
|
12179
|
-
* @deprecated
|
|
12175
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12180
12176
|
*
|
|
12181
12177
|
* @returns Reference to `this` in order to allow method chaining
|
|
12182
12178
|
*/
|
|
@@ -12207,7 +12203,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12207
12203
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12208
12204
|
* use this event.
|
|
12209
12205
|
*
|
|
12210
|
-
* @deprecated
|
|
12206
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12211
12207
|
*
|
|
12212
12208
|
* @returns Reference to `this` in order to allow method chaining
|
|
12213
12209
|
*/
|
|
@@ -12682,7 +12678,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12682
12678
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12683
12679
|
* use this event.
|
|
12684
12680
|
*
|
|
12685
|
-
* @deprecated
|
|
12681
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12686
12682
|
*
|
|
12687
12683
|
* @returns Reference to `this` in order to allow method chaining
|
|
12688
12684
|
*/
|
|
@@ -12713,7 +12709,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12713
12709
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12714
12710
|
* use this event.
|
|
12715
12711
|
*
|
|
12716
|
-
* @deprecated
|
|
12712
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
12717
12713
|
*
|
|
12718
12714
|
* @returns Reference to `this` in order to allow method chaining
|
|
12719
12715
|
*/
|
|
@@ -13011,7 +13007,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13011
13007
|
*
|
|
13012
13008
|
* The passed function and listener object must match the ones used for event registration.
|
|
13013
13009
|
*
|
|
13014
|
-
* @deprecated
|
|
13010
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13015
13011
|
*
|
|
13016
13012
|
* @returns Reference to `this` in order to allow method chaining
|
|
13017
13013
|
*/
|
|
@@ -13201,7 +13197,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13201
13197
|
*
|
|
13202
13198
|
* The passed function and listener object must match the ones used for event registration.
|
|
13203
13199
|
*
|
|
13204
|
-
* @deprecated
|
|
13200
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13205
13201
|
*
|
|
13206
13202
|
* @returns Reference to `this` in order to allow method chaining
|
|
13207
13203
|
*/
|
|
@@ -13323,7 +13319,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13323
13319
|
/**
|
|
13324
13320
|
* Fires event {@link #event:horizontalScroll horizontalScroll} to attached listeners.
|
|
13325
13321
|
*
|
|
13326
|
-
* @deprecated
|
|
13322
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13327
13323
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13328
13324
|
*
|
|
13329
13325
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13454,7 +13450,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13454
13450
|
/**
|
|
13455
13451
|
* Fires event {@link #event:verticalScroll verticalScroll} to attached listeners.
|
|
13456
13452
|
*
|
|
13457
|
-
* @deprecated
|
|
13453
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
13458
13454
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13459
13455
|
*
|
|
13460
13456
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13805,13 +13801,13 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13805
13801
|
*
|
|
13806
13802
|
* Default value is `MultiWithKeyboard`.
|
|
13807
13803
|
*
|
|
13808
|
-
* @deprecated
|
|
13809
|
-
* to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
13810
|
-
* shape selection mode.
|
|
13804
|
+
* @deprecated As of version 1.50.7. Please use `tableProperties`(e.g. `setTableproperties({selectionMode:
|
|
13805
|
+
* "None"})`) to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
13806
|
+
* to control shape selection mode.
|
|
13811
13807
|
*
|
|
13812
13808
|
* @returns Value of property `selectionMode`
|
|
13813
13809
|
*/
|
|
13814
|
-
getSelectionMode(): SelectionMode
|
|
13810
|
+
getSelectionMode(): SelectionMode;
|
|
13815
13811
|
/**
|
|
13816
13812
|
* Gets current value of property {@link #getSelectionPanelSize selectionPanelSize}.
|
|
13817
13813
|
*
|
|
@@ -13878,7 +13874,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13878
13874
|
*
|
|
13879
13875
|
* @returns Value of property `shapeSelectionMode`
|
|
13880
13876
|
*/
|
|
13881
|
-
getShapeSelectionMode(): SelectionMode
|
|
13877
|
+
getShapeSelectionMode(): SelectionMode;
|
|
13882
13878
|
/**
|
|
13883
13879
|
* Gets current value of property {@link #getSvgDefs svgDefs}.
|
|
13884
13880
|
*
|
|
@@ -13909,10 +13905,10 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13909
13905
|
*
|
|
13910
13906
|
* Default value is `library.config.DEFAULT_TIME_AXIS`.
|
|
13911
13907
|
*
|
|
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.
|
|
13908
|
+
* @deprecated As of version 1.44. replaced by aggregation 'axisTimeStrategy'. Planning horizon, initial
|
|
13909
|
+
* horizon, and zoom level can be configured with this property. If not provided, a default configuration
|
|
13910
|
+
* is provided. We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
13911
|
+
* some properties you set may not function properly.
|
|
13916
13912
|
*
|
|
13917
13913
|
* Restriction: It is defined as a property, and hence cannot be used in an XML view.
|
|
13918
13914
|
*
|
|
@@ -13929,7 +13925,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13929
13925
|
*
|
|
13930
13926
|
* Default value is `1`.
|
|
13931
13927
|
*
|
|
13932
|
-
* @deprecated
|
|
13928
|
+
* @deprecated As of version 1.44. please use sap.gantt.axistime.AxisTimeStrategy to change the zoom rate
|
|
13933
13929
|
*
|
|
13934
13930
|
* @returns Value of property `timeZoomRate`
|
|
13935
13931
|
*/
|
|
@@ -14623,9 +14619,9 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14623
14619
|
*
|
|
14624
14620
|
* Default value is `MultiWithKeyboard`.
|
|
14625
14621
|
*
|
|
14626
|
-
* @deprecated
|
|
14627
|
-
* to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14628
|
-
* shape selection mode.
|
|
14622
|
+
* @deprecated As of version 1.50.7. Please use `tableProperties`(e.g. `setTableproperties({selectionMode:
|
|
14623
|
+
* "None"})`) to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14624
|
+
* to control shape selection mode.
|
|
14629
14625
|
*
|
|
14630
14626
|
* @returns Reference to `this` in order to allow method chaining
|
|
14631
14627
|
*/
|
|
@@ -14774,10 +14770,10 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14774
14770
|
*
|
|
14775
14771
|
* Default value is `library.config.DEFAULT_TIME_AXIS`.
|
|
14776
14772
|
*
|
|
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.
|
|
14773
|
+
* @deprecated As of version 1.44. replaced by aggregation 'axisTimeStrategy'. Planning horizon, initial
|
|
14774
|
+
* horizon, and zoom level can be configured with this property. If not provided, a default configuration
|
|
14775
|
+
* is provided. We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
14776
|
+
* some properties you set may not function properly.
|
|
14781
14777
|
*
|
|
14782
14778
|
* Restriction: It is defined as a property, and hence cannot be used in an XML view.
|
|
14783
14779
|
*
|
|
@@ -14801,7 +14797,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14801
14797
|
*
|
|
14802
14798
|
* Default value is `1`.
|
|
14803
14799
|
*
|
|
14804
|
-
* @deprecated
|
|
14800
|
+
* @deprecated As of version 1.44. please use sap.gantt.axistime.AxisTimeStrategy to change the zoom rate
|
|
14805
14801
|
*
|
|
14806
14802
|
* @returns Reference to `this` in order to allow method chaining
|
|
14807
14803
|
*/
|
|
@@ -14892,7 +14888,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14892
14888
|
/**
|
|
14893
14889
|
* Describes the settings that can be provided to the GanttChartBase constructor.
|
|
14894
14890
|
*
|
|
14895
|
-
* @deprecated
|
|
14891
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
14896
14892
|
*/
|
|
14897
14893
|
export interface $GanttChartBaseSettings extends $ControlSettings {
|
|
14898
14894
|
/**
|
|
@@ -14936,7 +14932,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14936
14932
|
* This property allows application developers to control the zoom level. When GanttChart is embedded in
|
|
14937
14933
|
* `sap.gantt.GanttChartContainer`, you do not have to manage this property.
|
|
14938
14934
|
*
|
|
14939
|
-
* @deprecated
|
|
14935
|
+
* @deprecated As of version 1.44. please use sap.gantt.axistime.AxisTimeStrategy to change the zoom rate
|
|
14940
14936
|
*/
|
|
14941
14937
|
timeZoomRate?: float | PropertyBindingInfo | `{${string}}`;
|
|
14942
14938
|
|
|
@@ -14954,9 +14950,9 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14954
14950
|
* for shapes. It may also affect the visual appearance, such as whether check boxes are available for selection.
|
|
14955
14951
|
* From version 1.40 to upper versions, multi is replaced by multiToggle selection mode in tree table
|
|
14956
14952
|
*
|
|
14957
|
-
* @deprecated
|
|
14958
|
-
* to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14959
|
-
* shape selection mode.
|
|
14953
|
+
* @deprecated As of version 1.50.7. Please use `tableProperties`(e.g. `setTableproperties({selectionMode:
|
|
14954
|
+
* "None"})`) to control table selection mode, and `shapeSelectionMode`(e.g. `setShapeSelectionMode("None")`)
|
|
14955
|
+
* to control shape selection mode.
|
|
14960
14956
|
*/
|
|
14961
14957
|
selectionMode?:
|
|
14962
14958
|
| (SelectionMode | keyof typeof SelectionMode)
|
|
@@ -15012,10 +15008,10 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15012
15008
|
/**
|
|
15013
15009
|
* Configuration of the time axis.
|
|
15014
15010
|
*
|
|
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.
|
|
15011
|
+
* @deprecated As of version 1.44. replaced by aggregation 'axisTimeStrategy'. Planning horizon, initial
|
|
15012
|
+
* horizon, and zoom level can be configured with this property. If not provided, a default configuration
|
|
15013
|
+
* is provided. We recommend that you set the type of this argument to `sap.gantt.config.TimeAxis`. Otherwise
|
|
15014
|
+
* some properties you set may not function properly.
|
|
15019
15015
|
*
|
|
15020
15016
|
* Restriction: It is defined as a property, and hence cannot be used in an XML view.
|
|
15021
15017
|
*/
|
|
@@ -15204,7 +15200,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15204
15200
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
15205
15201
|
* use this event.
|
|
15206
15202
|
*
|
|
15207
|
-
* @deprecated
|
|
15203
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15208
15204
|
*/
|
|
15209
15205
|
horizontalScroll?: (oEvent: GanttChartBase$HorizontalScrollEvent) => void;
|
|
15210
15206
|
|
|
@@ -15214,7 +15210,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15214
15210
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
15215
15211
|
* use this event.
|
|
15216
15212
|
*
|
|
15217
|
-
* @deprecated
|
|
15213
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15218
15214
|
*/
|
|
15219
15215
|
verticalScroll?: (oEvent: GanttChartBase$VerticalScrollEvent) => void;
|
|
15220
15216
|
|
|
@@ -15542,7 +15538,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15542
15538
|
/**
|
|
15543
15539
|
* Parameters of the GanttChartBase#horizontalScroll event.
|
|
15544
15540
|
*
|
|
15545
|
-
* @deprecated
|
|
15541
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15546
15542
|
*/
|
|
15547
15543
|
export interface GanttChartBase$HorizontalScrollEventParameters {
|
|
15548
15544
|
/**
|
|
@@ -15564,7 +15560,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15564
15560
|
/**
|
|
15565
15561
|
* Event object of the GanttChartBase#horizontalScroll event.
|
|
15566
15562
|
*
|
|
15567
|
-
* @deprecated
|
|
15563
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15568
15564
|
*/
|
|
15569
15565
|
export type GanttChartBase$HorizontalScrollEvent = Event<
|
|
15570
15566
|
GanttChartBase$HorizontalScrollEventParameters,
|
|
@@ -15841,7 +15837,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15841
15837
|
/**
|
|
15842
15838
|
* Parameters of the GanttChartBase#verticalScroll event.
|
|
15843
15839
|
*
|
|
15844
|
-
* @deprecated
|
|
15840
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15845
15841
|
*/
|
|
15846
15842
|
export interface GanttChartBase$VerticalScrollEventParameters {
|
|
15847
15843
|
/**
|
|
@@ -15853,7 +15849,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15853
15849
|
/**
|
|
15854
15850
|
* Event object of the GanttChartBase#verticalScroll event.
|
|
15855
15851
|
*
|
|
15856
|
-
* @deprecated
|
|
15852
|
+
* @deprecated As of version 1.44. the concept has been discarded.
|
|
15857
15853
|
*/
|
|
15858
15854
|
export type GanttChartBase$VerticalScrollEvent = Event<
|
|
15859
15855
|
GanttChartBase$VerticalScrollEventParameters,
|
|
@@ -15895,7 +15891,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
15895
15891
|
*
|
|
15896
15892
|
* - A Splitter containing aggregation `ganttCharts`
|
|
15897
15893
|
*
|
|
15898
|
-
* @deprecated
|
|
15894
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartContainer} should be used instead.
|
|
15899
15895
|
*/
|
|
15900
15896
|
export default class GanttChartContainer extends Control {
|
|
15901
15897
|
/**
|
|
@@ -16587,7 +16583,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
16587
16583
|
*
|
|
16588
16584
|
* See {@link sap.m.Slider#setStep}
|
|
16589
16585
|
*
|
|
16590
|
-
* @deprecated
|
|
16586
|
+
* @deprecated As of version 1.44. please set the property 'stepCountOfSlider' in sap.gantt.config.TimeZoomGroup.
|
|
16591
16587
|
*
|
|
16592
16588
|
* @returns Value of property `sliderStep`
|
|
16593
16589
|
*/
|
|
@@ -17072,7 +17068,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
17072
17068
|
*
|
|
17073
17069
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
17074
17070
|
*
|
|
17075
|
-
* @deprecated
|
|
17071
|
+
* @deprecated As of version 1.44. please set the property 'stepCountOfSlider' in sap.gantt.config.TimeZoomGroup.
|
|
17076
17072
|
*
|
|
17077
17073
|
* @returns Reference to `this` in order to allow method chaining
|
|
17078
17074
|
*/
|
|
@@ -17181,7 +17177,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
17181
17177
|
/**
|
|
17182
17178
|
* Describes the settings that can be provided to the GanttChartContainer constructor.
|
|
17183
17179
|
*
|
|
17184
|
-
* @deprecated
|
|
17180
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartContainer} should be used instead.
|
|
17185
17181
|
*/
|
|
17186
17182
|
export interface $GanttChartContainerSettings extends $ControlSettings {
|
|
17187
17183
|
/**
|
|
@@ -17292,7 +17288,7 @@ declare module "sap/gantt/GanttChartContainer" {
|
|
|
17292
17288
|
*
|
|
17293
17289
|
* See {@link sap.m.Slider#setStep}
|
|
17294
17290
|
*
|
|
17295
|
-
* @deprecated
|
|
17291
|
+
* @deprecated As of version 1.44. please set the property 'stepCountOfSlider' in sap.gantt.config.TimeZoomGroup.
|
|
17296
17292
|
*/
|
|
17297
17293
|
sliderStep?: int | PropertyBindingInfo | `{${string}}`;
|
|
17298
17294
|
|
|
@@ -17493,7 +17489,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17493
17489
|
* available. The svg chart part provide graphic Gantt chart view of data. Both width can be adjusted by
|
|
17494
17490
|
* a splitter bar, and row scrolling are always synchronized.3
|
|
17495
17491
|
*
|
|
17496
|
-
* @deprecated
|
|
17492
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
17497
17493
|
*/
|
|
17498
17494
|
export default class GanttChartWithTable extends GanttChartBase {
|
|
17499
17495
|
/**
|
|
@@ -17665,7 +17661,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17665
17661
|
* See:
|
|
17666
17662
|
* sap.ui.table.Table.getFirstVisibleRow
|
|
17667
17663
|
*
|
|
17668
|
-
* @deprecated
|
|
17664
|
+
* @deprecated As of version 1.50.7. We recommend use getTableProperties function instead
|
|
17669
17665
|
*
|
|
17670
17666
|
* @returns the first visible row index
|
|
17671
17667
|
*/
|
|
@@ -17675,7 +17671,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17675
17671
|
* See:
|
|
17676
17672
|
* sap.ui.table.Table.getFixedColumnCount
|
|
17677
17673
|
*
|
|
17678
|
-
* @deprecated
|
|
17674
|
+
* @deprecated As of version 1.50.7. We recommend use getTableProperties function instead
|
|
17679
17675
|
*
|
|
17680
17676
|
* @returns The value of fixedColumnCount
|
|
17681
17677
|
*/
|
|
@@ -17838,7 +17834,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17838
17834
|
* See:
|
|
17839
17835
|
* sap.ui.table.Table.setFirstVisibleRow
|
|
17840
17836
|
*
|
|
17841
|
-
* @deprecated
|
|
17837
|
+
* @deprecated As of version 1.50.7. We recommend use setTableProperties function instead
|
|
17842
17838
|
*
|
|
17843
17839
|
* @returns A reference to the GanttChartWithTable control, which can be used for chaining
|
|
17844
17840
|
*/
|
|
@@ -17853,7 +17849,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17853
17849
|
* See:
|
|
17854
17850
|
* sap.ui.table.Table.setFixedColumnCount
|
|
17855
17851
|
*
|
|
17856
|
-
* @deprecated
|
|
17852
|
+
* @deprecated As of version 1.50.7. We recommend use setTableProperties function instead
|
|
17857
17853
|
*
|
|
17858
17854
|
* @returns A reference to the GanttChartWithTable control, which can be used for chaining
|
|
17859
17855
|
*/
|
|
@@ -17907,7 +17903,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17907
17903
|
/**
|
|
17908
17904
|
* Describes the settings that can be provided to the GanttChartWithTable constructor.
|
|
17909
17905
|
*
|
|
17910
|
-
* @deprecated
|
|
17906
|
+
* @deprecated As of version 1.64. {@link sap.gantt.simple.GanttChartWithTable} should be used instead.
|
|
17911
17907
|
*/
|
|
17912
17908
|
export interface $GanttChartWithTableSettings
|
|
17913
17909
|
extends $GanttChartBaseSettings {
|
|
@@ -17924,7 +17920,7 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17924
17920
|
/**
|
|
17925
17921
|
* Property propagated from `sap.ui.table.Table`.
|
|
17926
17922
|
*
|
|
17927
|
-
* @deprecated
|
|
17923
|
+
* @deprecated We don't recommend use this property
|
|
17928
17924
|
*/
|
|
17929
17925
|
fixedColumnCount?: int | PropertyBindingInfo | `{${string}}`;
|
|
17930
17926
|
|
|
@@ -18124,7 +18120,7 @@ declare module "sap/gantt/legend/DimensionLegend" {
|
|
|
18124
18120
|
* a three by four two-dimension legend containing twelve legend items. Each them represents an object in
|
|
18125
18121
|
* a specific type and a specific status. For example, a red square stands for executed freight orders.
|
|
18126
18122
|
*
|
|
18127
|
-
* @deprecated
|
|
18123
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.DimensionLegend}.
|
|
18128
18124
|
*/
|
|
18129
18125
|
export default class DimensionLegend extends LegendBase {
|
|
18130
18126
|
/**
|
|
@@ -18396,7 +18392,7 @@ declare module "sap/gantt/legend/DimensionLegend" {
|
|
|
18396
18392
|
/**
|
|
18397
18393
|
* Describes the settings that can be provided to the DimensionLegend constructor.
|
|
18398
18394
|
*
|
|
18399
|
-
* @deprecated
|
|
18395
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.DimensionLegend}.
|
|
18400
18396
|
*/
|
|
18401
18397
|
export interface $DimensionLegendSettings extends $LegendBaseSettings {
|
|
18402
18398
|
/**
|
|
@@ -18461,7 +18457,7 @@ declare module "sap/gantt/legend/LegendBase" {
|
|
|
18461
18457
|
* pattern, and color) of individual legend items and their corresponding meanings in both dimensions
|
|
18462
18458
|
*
|
|
18463
18459
|
*
|
|
18464
|
-
* @deprecated
|
|
18460
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
18465
18461
|
*/
|
|
18466
18462
|
export default abstract class LegendBase extends Control {
|
|
18467
18463
|
/**
|
|
@@ -18669,7 +18665,7 @@ declare module "sap/gantt/legend/LegendBase" {
|
|
|
18669
18665
|
/**
|
|
18670
18666
|
* Describes the settings that can be provided to the LegendBase constructor.
|
|
18671
18667
|
*
|
|
18672
|
-
* @deprecated
|
|
18668
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
18673
18669
|
*/
|
|
18674
18670
|
export interface $LegendBaseSettings extends $ControlSettings {
|
|
18675
18671
|
/**
|
|
@@ -18718,7 +18714,7 @@ declare module "sap/gantt/legend/LegendContainer" {
|
|
|
18718
18714
|
* sections. The LegendContainer control contains an initial navigation page. Both the initial navigation
|
|
18719
18715
|
* page legend sections are Page controls.
|
|
18720
18716
|
*
|
|
18721
|
-
* @deprecated
|
|
18717
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.LegendContainer}.
|
|
18722
18718
|
*/
|
|
18723
18719
|
export default class LegendContainer extends Control {
|
|
18724
18720
|
/**
|
|
@@ -18952,7 +18948,7 @@ declare module "sap/gantt/legend/LegendContainer" {
|
|
|
18952
18948
|
/**
|
|
18953
18949
|
* Describes the settings that can be provided to the LegendContainer constructor.
|
|
18954
18950
|
*
|
|
18955
|
-
* @deprecated
|
|
18951
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.LegendContainer}.
|
|
18956
18952
|
*/
|
|
18957
18953
|
export interface $LegendContainerSettings extends $ControlSettings {
|
|
18958
18954
|
/**
|
|
@@ -18995,7 +18991,7 @@ declare module "sap/gantt/legend/ListLegend" {
|
|
|
18995
18991
|
* List Legend is a legend template that contains a list of shapes. You can use this class to define a list
|
|
18996
18992
|
* legend.
|
|
18997
18993
|
*
|
|
18998
|
-
* @deprecated
|
|
18994
|
+
* @deprecated As of version 1.64. replaced by {@link ap.gantt.simple.ListLegend}.
|
|
18999
18995
|
*/
|
|
19000
18996
|
export default class ListLegend extends LegendBase {
|
|
19001
18997
|
/**
|
|
@@ -19170,7 +19166,7 @@ declare module "sap/gantt/legend/ListLegend" {
|
|
|
19170
19166
|
/**
|
|
19171
19167
|
* Describes the settings that can be provided to the ListLegend constructor.
|
|
19172
19168
|
*
|
|
19173
|
-
* @deprecated
|
|
19169
|
+
* @deprecated As of version 1.64. replaced by {@link ap.gantt.simple.ListLegend}.
|
|
19174
19170
|
*/
|
|
19175
19171
|
export interface $ListLegendSettings extends $LegendBaseSettings {
|
|
19176
19172
|
/**
|
|
@@ -19530,7 +19526,7 @@ declare module "sap/gantt/misc/AxisTime" {
|
|
|
19530
19526
|
/**
|
|
19531
19527
|
* Retrieves a key of the time interval level in array oZoomStrategy.
|
|
19532
19528
|
*
|
|
19533
|
-
* @deprecated
|
|
19529
|
+
* @deprecated As of version 1.44. replaced by sap.gantt.axistime.AxisTimeStrategyBase.getZoomLevel
|
|
19534
19530
|
*
|
|
19535
19531
|
* @returns Key of the time interval level in array oZoomStrategy.
|
|
19536
19532
|
*/
|
|
@@ -19538,7 +19534,7 @@ declare module "sap/gantt/misc/AxisTime" {
|
|
|
19538
19534
|
/**
|
|
19539
19535
|
* Retrieves an index of the time interval level in array oZoomStrategy.
|
|
19540
19536
|
*
|
|
19541
|
-
* @deprecated
|
|
19537
|
+
* @deprecated As of version 1.44. replaced by sap.gantt.axistime.AxisTimeStrategyBase.getZoomLevel
|
|
19542
19538
|
*
|
|
19543
19539
|
* @returns Index of the time interval level in array oZoomStrategy.
|
|
19544
19540
|
*/
|
|
@@ -20285,7 +20281,7 @@ declare module "sap/gantt/shape/cal/Calendar" {
|
|
|
20285
20281
|
* The Calendar shape must be used in combination with Calendar def class {@link sap.gantt.def.cal.Calendar }
|
|
20286
20282
|
* which draws SVG 'defs' tag.
|
|
20287
20283
|
*
|
|
20288
|
-
* @deprecated
|
|
20284
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20289
20285
|
*/
|
|
20290
20286
|
export default class Calendar extends Rectangle {
|
|
20291
20287
|
/**
|
|
@@ -20561,7 +20557,7 @@ declare module "sap/gantt/shape/cal/Calendar" {
|
|
|
20561
20557
|
/**
|
|
20562
20558
|
* Describes the settings that can be provided to the Calendar constructor.
|
|
20563
20559
|
*
|
|
20564
|
-
* @deprecated
|
|
20560
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20565
20561
|
*/
|
|
20566
20562
|
export interface $CalendarSettings extends $RectangleSettings {
|
|
20567
20563
|
isBulk?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -20585,7 +20581,7 @@ declare module "sap/gantt/shape/Circle" {
|
|
|
20585
20581
|
*
|
|
20586
20582
|
*
|
|
20587
20583
|
*
|
|
20588
|
-
* @deprecated
|
|
20584
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20589
20585
|
*/
|
|
20590
20586
|
export default class Circle extends Shape {
|
|
20591
20587
|
/**
|
|
@@ -20794,7 +20790,7 @@ declare module "sap/gantt/shape/Circle" {
|
|
|
20794
20790
|
/**
|
|
20795
20791
|
* Describes the settings that can be provided to the Circle constructor.
|
|
20796
20792
|
*
|
|
20797
|
-
* @deprecated
|
|
20793
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20798
20794
|
*/
|
|
20799
20795
|
export interface $CircleSettings extends $ShapeSettings {
|
|
20800
20796
|
tag?: string | PropertyBindingInfo;
|
|
@@ -20826,7 +20822,7 @@ declare module "sap/gantt/shape/ClipPath" {
|
|
|
20826
20822
|
*
|
|
20827
20823
|
*
|
|
20828
20824
|
*
|
|
20829
|
-
* @deprecated
|
|
20825
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
20830
20826
|
*/
|
|
20831
20827
|
export default class ClipPath extends Shape {
|
|
20832
20828
|
/**
|
|
@@ -21007,7 +21003,7 @@ declare module "sap/gantt/shape/ClipPath" {
|
|
|
21007
21003
|
/**
|
|
21008
21004
|
* Describes the settings that can be provided to the ClipPath constructor.
|
|
21009
21005
|
*
|
|
21010
|
-
* @deprecated
|
|
21006
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
21011
21007
|
*/
|
|
21012
21008
|
export interface $ClipPathSettings extends $ShapeSettings {
|
|
21013
21009
|
tag?: string | PropertyBindingInfo;
|
|
@@ -21034,7 +21030,7 @@ declare module "sap/gantt/shape/Definitions" {
|
|
|
21034
21030
|
* `sap.gantt` provides defs like TextRepeat. Applications can also extend this base class to support more
|
|
21035
21031
|
* functionality.
|
|
21036
21032
|
*
|
|
21037
|
-
* @deprecated
|
|
21033
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
21038
21034
|
*/
|
|
21039
21035
|
export default class Definitions extends Shape {
|
|
21040
21036
|
/**
|
|
@@ -21229,7 +21225,7 @@ declare module "sap/gantt/shape/Definitions" {
|
|
|
21229
21225
|
/**
|
|
21230
21226
|
* Describes the settings that can be provided to the Definitions constructor.
|
|
21231
21227
|
*
|
|
21232
|
-
* @deprecated
|
|
21228
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
21233
21229
|
*/
|
|
21234
21230
|
export interface $DefinitionsSettings extends $ShapeSettings {
|
|
21235
21231
|
tag?: string | PropertyBindingInfo;
|
|
@@ -21265,7 +21261,7 @@ declare module "sap/gantt/shape/ext/Chevron" {
|
|
|
21265
21261
|
* height tailLength headLength
|
|
21266
21262
|
*
|
|
21267
21263
|
*
|
|
21268
|
-
* @deprecated
|
|
21264
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
21269
21265
|
*/
|
|
21270
21266
|
export default class Chevron extends Path {
|
|
21271
21267
|
/**
|
|
@@ -21527,7 +21523,7 @@ declare module "sap/gantt/shape/ext/Chevron" {
|
|
|
21527
21523
|
/**
|
|
21528
21524
|
* Describes the settings that can be provided to the Chevron constructor.
|
|
21529
21525
|
*
|
|
21530
|
-
* @deprecated
|
|
21526
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
21531
21527
|
*/
|
|
21532
21528
|
export interface $ChevronSettings extends $PathSettings {
|
|
21533
21529
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21561,7 +21557,7 @@ declare module "sap/gantt/shape/ext/Cursor" {
|
|
|
21561
21557
|
* point Height
|
|
21562
21558
|
*
|
|
21563
21559
|
*
|
|
21564
|
-
* @deprecated
|
|
21560
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseCursor}.
|
|
21565
21561
|
*/
|
|
21566
21562
|
export default class Cursor extends Path {
|
|
21567
21563
|
/**
|
|
@@ -21792,7 +21788,7 @@ declare module "sap/gantt/shape/ext/Cursor" {
|
|
|
21792
21788
|
/**
|
|
21793
21789
|
* Describes the settings that can be provided to the Cursor constructor.
|
|
21794
21790
|
*
|
|
21795
|
-
* @deprecated
|
|
21791
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseCursor}.
|
|
21796
21792
|
*/
|
|
21797
21793
|
export interface $CursorSettings extends $PathSettings {
|
|
21798
21794
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21820,7 +21816,7 @@ declare module "sap/gantt/shape/ext/Diamond" {
|
|
|
21820
21816
|
*
|
|
21821
21817
|
* time rotation Center horizontalDiagonal vertitalDiagonal
|
|
21822
21818
|
*
|
|
21823
|
-
* @deprecated
|
|
21819
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseDiamong}.
|
|
21824
21820
|
*/
|
|
21825
21821
|
export default class Diamond extends Path {
|
|
21826
21822
|
/**
|
|
@@ -22015,7 +22011,7 @@ declare module "sap/gantt/shape/ext/Diamond" {
|
|
|
22015
22011
|
/**
|
|
22016
22012
|
* Describes the settings that can be provided to the Diamond constructor.
|
|
22017
22013
|
*
|
|
22018
|
-
* @deprecated
|
|
22014
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseDiamong}.
|
|
22019
22015
|
*/
|
|
22020
22016
|
export interface $DiamondSettings extends $PathSettings {
|
|
22021
22017
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -22036,7 +22032,7 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
22036
22032
|
/**
|
|
22037
22033
|
* Iconfont shape class using SVG tag 'text'. This shape is usually used to display icons in Gantt chart.
|
|
22038
22034
|
*
|
|
22039
|
-
* @deprecated
|
|
22035
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22040
22036
|
*/
|
|
22041
22037
|
export default class Iconfont extends Text {
|
|
22042
22038
|
/**
|
|
@@ -22200,7 +22196,7 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
22200
22196
|
/**
|
|
22201
22197
|
* Describes the settings that can be provided to the Iconfont constructor.
|
|
22202
22198
|
*
|
|
22203
|
-
* @deprecated
|
|
22199
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22204
22200
|
*/
|
|
22205
22201
|
export interface $IconfontSettings extends $TextSettings {
|
|
22206
22202
|
name?: string | PropertyBindingInfo;
|
|
@@ -22226,7 +22222,7 @@ declare module "sap/gantt/shape/ext/Pentangle" {
|
|
|
22226
22222
|
*
|
|
22227
22223
|
* time rotation Center radius radius2
|
|
22228
22224
|
*
|
|
22229
|
-
* @deprecated
|
|
22225
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22230
22226
|
*/
|
|
22231
22227
|
export default class Pentangle extends Polygon {
|
|
22232
22228
|
/**
|
|
@@ -22391,7 +22387,7 @@ declare module "sap/gantt/shape/ext/Pentangle" {
|
|
|
22391
22387
|
/**
|
|
22392
22388
|
* Describes the settings that can be provided to the Pentangle constructor.
|
|
22393
22389
|
*
|
|
22394
|
-
* @deprecated
|
|
22390
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
22395
22391
|
*/
|
|
22396
22392
|
export interface $PentangleSettings extends $PolygonSettings {
|
|
22397
22393
|
radius?: float | PropertyBindingInfo | `{${string}}`;
|
|
@@ -22417,7 +22413,7 @@ declare module "sap/gantt/shape/ext/rls/Relationship" {
|
|
|
22417
22413
|
* Four types of relationships are supported and L-shaped lines are supported for the finish-to-start
|
|
22418
22414
|
* type.
|
|
22419
22415
|
*
|
|
22420
|
-
* @deprecated
|
|
22416
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.Relationship}.
|
|
22421
22417
|
*/
|
|
22422
22418
|
export default class Relationship extends Path {
|
|
22423
22419
|
/**
|
|
@@ -23092,7 +23088,7 @@ declare module "sap/gantt/shape/ext/rls/Relationship" {
|
|
|
23092
23088
|
/**
|
|
23093
23089
|
* Describes the settings that can be provided to the Relationship constructor.
|
|
23094
23090
|
*
|
|
23095
|
-
* @deprecated
|
|
23091
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.Relationship}.
|
|
23096
23092
|
*/
|
|
23097
23093
|
export interface $RelationshipSettings extends $PathSettings {
|
|
23098
23094
|
/**
|
|
@@ -23219,7 +23215,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23219
23215
|
* Provides an implementation of shape for drawing relationships with red and wider lines when they
|
|
23220
23216
|
* are selected.
|
|
23221
23217
|
*
|
|
23222
|
-
* @deprecated
|
|
23218
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23223
23219
|
*/
|
|
23224
23220
|
export default class SelectedRelationship extends Relationship {
|
|
23225
23221
|
/**
|
|
@@ -23301,7 +23297,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23301
23297
|
/**
|
|
23302
23298
|
* Do not use! This method only exists for type compatibility reasons and always returns 0.
|
|
23303
23299
|
*
|
|
23304
|
-
* @deprecated
|
|
23300
|
+
* @deprecated As of version 1.90.0. the concept has been discarded.
|
|
23305
23301
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23306
23302
|
*
|
|
23307
23303
|
* @returns Value of property `height`.
|
|
@@ -23343,7 +23339,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23343
23339
|
/**
|
|
23344
23340
|
* Do not use! This method only exists for type compatibility reasons and does nothing.
|
|
23345
23341
|
*
|
|
23346
|
-
* @deprecated
|
|
23342
|
+
* @deprecated As of version 1.90.0. the concept has been discarded.
|
|
23347
23343
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23348
23344
|
*
|
|
23349
23345
|
* @returns this to allow method chaining
|
|
@@ -23390,7 +23386,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23390
23386
|
/**
|
|
23391
23387
|
* Describes the settings that can be provided to the SelectedRelationship constructor.
|
|
23392
23388
|
*
|
|
23393
|
-
* @deprecated
|
|
23389
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23394
23390
|
*/
|
|
23395
23391
|
export interface $SelectedRelationshipSettings extends $RelationshipSettings {
|
|
23396
23392
|
/**
|
|
@@ -23421,7 +23417,7 @@ declare module "sap/gantt/shape/ext/TextRepeat" {
|
|
|
23421
23417
|
* a 'pattern' element and then referenced by the 'fill' and 'stroke' properties on a given graphics element
|
|
23422
23418
|
* to indicate that the element will be filled or stroked with the referenced pattern.
|
|
23423
23419
|
*
|
|
23424
|
-
* @deprecated
|
|
23420
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23425
23421
|
*/
|
|
23426
23422
|
export default class TextRepeat extends Definitions {
|
|
23427
23423
|
/**
|
|
@@ -23817,7 +23813,7 @@ declare module "sap/gantt/shape/ext/TextRepeat" {
|
|
|
23817
23813
|
/**
|
|
23818
23814
|
* Describes the settings that can be provided to the TextRepeat constructor.
|
|
23819
23815
|
*
|
|
23820
|
-
* @deprecated
|
|
23816
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
23821
23817
|
*/
|
|
23822
23818
|
export interface $TextRepeatSettings extends $DefinitionsSettings {
|
|
23823
23819
|
childTagName?: string | PropertyBindingInfo;
|
|
@@ -23859,7 +23855,7 @@ declare module "sap/gantt/shape/ext/Triangle" {
|
|
|
23859
23855
|
* height distanceOfyAxisHeight
|
|
23860
23856
|
* base
|
|
23861
23857
|
*
|
|
23862
|
-
* @deprecated
|
|
23858
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseTriangle}.
|
|
23863
23859
|
*/
|
|
23864
23860
|
export default class Triangle extends Path {
|
|
23865
23861
|
/**
|
|
@@ -24092,7 +24088,7 @@ declare module "sap/gantt/shape/ext/Triangle" {
|
|
|
24092
24088
|
/**
|
|
24093
24089
|
* Describes the settings that can be provided to the Triangle constructor.
|
|
24094
24090
|
*
|
|
24095
|
-
* @deprecated
|
|
24091
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseTriangle}.
|
|
24096
24092
|
*/
|
|
24097
24093
|
export interface $TriangleSettings extends $PathSettings {
|
|
24098
24094
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -24118,7 +24114,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24118
24114
|
*
|
|
24119
24115
|
*
|
|
24120
24116
|
*
|
|
24121
|
-
* @deprecated
|
|
24117
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24122
24118
|
*/
|
|
24123
24119
|
export default class UbcBorderPath extends Path {
|
|
24124
24120
|
/**
|
|
@@ -24255,7 +24251,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24255
24251
|
/**
|
|
24256
24252
|
* Describes the settings that can be provided to the UbcBorderPath constructor.
|
|
24257
24253
|
*
|
|
24258
|
-
* @deprecated
|
|
24254
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24259
24255
|
*/
|
|
24260
24256
|
export interface $UbcBorderPathSettings extends $PathSettings {}
|
|
24261
24257
|
}
|
|
@@ -24275,7 +24271,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24275
24271
|
*
|
|
24276
24272
|
*
|
|
24277
24273
|
*
|
|
24278
|
-
* @deprecated
|
|
24274
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24279
24275
|
*/
|
|
24280
24276
|
export default class UbcOverCapacityZonePolygon extends UbcPolygon {
|
|
24281
24277
|
/**
|
|
@@ -24415,7 +24411,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24415
24411
|
/**
|
|
24416
24412
|
* Describes the settings that can be provided to the UbcOverCapacityZonePolygon constructor.
|
|
24417
24413
|
*
|
|
24418
|
-
* @deprecated
|
|
24414
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24419
24415
|
*/
|
|
24420
24416
|
export interface $UbcOverCapacityZonePolygonSettings
|
|
24421
24417
|
extends $UbcPolygonSettings {}
|
|
@@ -24435,7 +24431,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24435
24431
|
*
|
|
24436
24432
|
* This base class defines a number of shared methods.
|
|
24437
24433
|
*
|
|
24438
|
-
* @deprecated
|
|
24434
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24439
24435
|
*/
|
|
24440
24436
|
export default abstract class UbcPolygon extends Polygon {
|
|
24441
24437
|
/**
|
|
@@ -24515,7 +24511,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24515
24511
|
/**
|
|
24516
24512
|
* Describes the settings that can be provided to the UbcPolygon constructor.
|
|
24517
24513
|
*
|
|
24518
|
-
* @deprecated
|
|
24514
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24519
24515
|
*/
|
|
24520
24516
|
export interface $UbcPolygonSettings extends $PolygonSettings {}
|
|
24521
24517
|
}
|
|
@@ -24535,7 +24531,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24535
24531
|
*
|
|
24536
24532
|
*
|
|
24537
24533
|
*
|
|
24538
|
-
* @deprecated
|
|
24534
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24539
24535
|
*/
|
|
24540
24536
|
export default class UbcShortageCapacityPolygon extends UbcPolygon {
|
|
24541
24537
|
/**
|
|
@@ -24674,7 +24670,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24674
24670
|
/**
|
|
24675
24671
|
* Describes the settings that can be provided to the UbcShortageCapacityPolygon constructor.
|
|
24676
24672
|
*
|
|
24677
|
-
* @deprecated
|
|
24673
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24678
24674
|
*/
|
|
24679
24675
|
export interface $UbcShortageCapacityPolygonSettings
|
|
24680
24676
|
extends $UbcPolygonSettings {}
|
|
@@ -24708,7 +24704,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24708
24704
|
* Required Capacity: 75
|
|
24709
24705
|
*
|
|
24710
24706
|
*
|
|
24711
|
-
* @deprecated
|
|
24707
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24712
24708
|
*/
|
|
24713
24709
|
export default class UbcTooltipRectangle extends Rectangle {
|
|
24714
24710
|
/**
|
|
@@ -24929,7 +24925,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24929
24925
|
/**
|
|
24930
24926
|
* Describes the settings that can be provided to the UbcTooltipRectangle constructor.
|
|
24931
24927
|
*
|
|
24932
|
-
* @deprecated
|
|
24928
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24933
24929
|
*/
|
|
24934
24930
|
export interface $UbcTooltipRectangleSettings extends $RectangleSettings {}
|
|
24935
24931
|
}
|
|
@@ -24950,7 +24946,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
24950
24946
|
*
|
|
24951
24947
|
*
|
|
24952
24948
|
*
|
|
24953
|
-
* @deprecated
|
|
24949
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
24954
24950
|
*/
|
|
24955
24951
|
export default class UbcUnderCapacityZonePolygon extends UbcPolygon {
|
|
24956
24952
|
/**
|
|
@@ -25051,7 +25047,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
25051
25047
|
/**
|
|
25052
25048
|
* Describes the settings that can be provided to the UbcUnderCapacityZonePolygon constructor.
|
|
25053
25049
|
*
|
|
25054
|
-
* @deprecated
|
|
25050
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25055
25051
|
*/
|
|
25056
25052
|
export interface $UbcUnderCapacityZonePolygonSettings
|
|
25057
25053
|
extends $UbcPolygonSettings {}
|
|
@@ -25072,7 +25068,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
25072
25068
|
*
|
|
25073
25069
|
*
|
|
25074
25070
|
*
|
|
25075
|
-
* @deprecated
|
|
25071
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25076
25072
|
*/
|
|
25077
25073
|
export default class UbcUsedPolygon extends UbcPolygon {
|
|
25078
25074
|
/**
|
|
@@ -25173,7 +25169,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
25173
25169
|
/**
|
|
25174
25170
|
* Describes the settings that can be provided to the UbcUsedPolygon constructor.
|
|
25175
25171
|
*
|
|
25176
|
-
* @deprecated
|
|
25172
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25177
25173
|
*/
|
|
25178
25174
|
export interface $UbcUsedPolygonSettings extends $UbcPolygonSettings {}
|
|
25179
25175
|
}
|
|
@@ -25227,7 +25223,7 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25227
25223
|
* supply: "9", demand: "7", end_date: "20160127093400" },{ start_date: "20160127093400", supply: "8", demand:
|
|
25228
25224
|
* "8", start_date: "20160203134520" } ] } `
|
|
25229
25225
|
*
|
|
25230
|
-
* @deprecated
|
|
25226
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25231
25227
|
*/
|
|
25232
25228
|
export default class UtilizationBarChart extends Group {
|
|
25233
25229
|
/**
|
|
@@ -25307,7 +25303,7 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25307
25303
|
/**
|
|
25308
25304
|
* Describes the settings that can be provided to the UtilizationBarChart constructor.
|
|
25309
25305
|
*
|
|
25310
|
-
* @deprecated
|
|
25306
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25311
25307
|
*/
|
|
25312
25308
|
export interface $UtilizationBarChartSettings extends $GroupSettings {}
|
|
25313
25309
|
}
|
|
@@ -25324,7 +25320,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25324
25320
|
*
|
|
25325
25321
|
*
|
|
25326
25322
|
*
|
|
25327
|
-
* @deprecated
|
|
25323
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25328
25324
|
*/
|
|
25329
25325
|
export default class UlcBorderPath extends Path {
|
|
25330
25326
|
/**
|
|
@@ -25441,7 +25437,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25441
25437
|
/**
|
|
25442
25438
|
* Describes the settings that can be provided to the UlcBorderPath constructor.
|
|
25443
25439
|
*
|
|
25444
|
-
* @deprecated
|
|
25440
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25445
25441
|
*/
|
|
25446
25442
|
export interface $UlcBorderPathSettings extends $PathSettings {}
|
|
25447
25443
|
}
|
|
@@ -25454,7 +25450,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25454
25450
|
/**
|
|
25455
25451
|
* This shape is used to define path data inside {@link sap.gantt.shape.ext.ulc.UlcClipPath}.
|
|
25456
25452
|
*
|
|
25457
|
-
* @deprecated
|
|
25453
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25458
25454
|
*/
|
|
25459
25455
|
export default class UlcClipingPath extends Path {
|
|
25460
25456
|
/**
|
|
@@ -25533,7 +25529,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25533
25529
|
/**
|
|
25534
25530
|
* Describes the settings that can be provided to the UlcClipingPath constructor.
|
|
25535
25531
|
*
|
|
25536
|
-
* @deprecated
|
|
25532
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25537
25533
|
*/
|
|
25538
25534
|
export interface $UlcClipingPathSettings extends $PathSettings {}
|
|
25539
25535
|
}
|
|
@@ -25549,7 +25545,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25549
25545
|
/**
|
|
25550
25546
|
* This shape is a container of {@link sap.gantt.shape.ext.ulc.UlcClipingPath}.
|
|
25551
25547
|
*
|
|
25552
|
-
* @deprecated
|
|
25548
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25553
25549
|
*/
|
|
25554
25550
|
export default class UlcClipPath extends ClipPath {
|
|
25555
25551
|
/**
|
|
@@ -25630,7 +25626,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25630
25626
|
/**
|
|
25631
25627
|
* Describes the settings that can be provided to the UlcClipPath constructor.
|
|
25632
25628
|
*
|
|
25633
|
-
* @deprecated
|
|
25629
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25634
25630
|
*/
|
|
25635
25631
|
export interface $UlcClipPathSettings extends $ClipPathSettings {}
|
|
25636
25632
|
}
|
|
@@ -25652,7 +25648,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25652
25648
|
* `UlcClipingPath` is aggregated in `UlcClipPath`. `UlcClipingPath` and `UlcBorderPath` share the same
|
|
25653
25649
|
* value of property 'd'. `UlcBorderPath` is used to visualize the dimension line.
|
|
25654
25650
|
*
|
|
25655
|
-
* @deprecated
|
|
25651
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25656
25652
|
*/
|
|
25657
25653
|
export default class UlcDimension extends Group {
|
|
25658
25654
|
/**
|
|
@@ -25713,7 +25709,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25713
25709
|
/**
|
|
25714
25710
|
* Describes the settings that can be provided to the UlcDimension constructor.
|
|
25715
25711
|
*
|
|
25716
|
-
* @deprecated
|
|
25712
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25717
25713
|
*/
|
|
25718
25714
|
export interface $UlcDimensionSettings extends $GroupSettings {}
|
|
25719
25715
|
}
|
|
@@ -25730,7 +25726,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25730
25726
|
*
|
|
25731
25727
|
*
|
|
25732
25728
|
*
|
|
25733
|
-
* @deprecated
|
|
25729
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25734
25730
|
*/
|
|
25735
25731
|
export default class UlcMiddleLine extends Line {
|
|
25736
25732
|
/**
|
|
@@ -25935,7 +25931,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25935
25931
|
/**
|
|
25936
25932
|
* Describes the settings that can be provided to the UlcMiddleLine constructor.
|
|
25937
25933
|
*
|
|
25938
|
-
* @deprecated
|
|
25934
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25939
25935
|
*/
|
|
25940
25936
|
export interface $UlcMiddleLineSettings extends $LineSettings {}
|
|
25941
25937
|
}
|
|
@@ -25955,7 +25951,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
25955
25951
|
*
|
|
25956
25952
|
*
|
|
25957
25953
|
*
|
|
25958
|
-
* @deprecated
|
|
25954
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
25959
25955
|
*/
|
|
25960
25956
|
export default class UlcOverCapacityZoneRectangle extends UlcRectangle {
|
|
25961
25957
|
/**
|
|
@@ -26075,7 +26071,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
26075
26071
|
/**
|
|
26076
26072
|
* Describes the settings that can be provided to the UlcOverCapacityZoneRectangle constructor.
|
|
26077
26073
|
*
|
|
26078
|
-
* @deprecated
|
|
26074
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26079
26075
|
*/
|
|
26080
26076
|
export interface $UlcOverCapacityZoneRectangleSettings
|
|
26081
26077
|
extends $UlcRectangleSettings {}
|
|
@@ -26096,7 +26092,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
26096
26092
|
*
|
|
26097
26093
|
*
|
|
26098
26094
|
*
|
|
26099
|
-
* @deprecated
|
|
26095
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26100
26096
|
*/
|
|
26101
26097
|
export default class UlcOverClipRectangle extends UlcRectangle {
|
|
26102
26098
|
/**
|
|
@@ -26198,7 +26194,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
26198
26194
|
/**
|
|
26199
26195
|
* Describes the settings that can be provided to the UlcOverClipRectangle constructor.
|
|
26200
26196
|
*
|
|
26201
|
-
* @deprecated
|
|
26197
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26202
26198
|
*/
|
|
26203
26199
|
export interface $UlcOverClipRectangleSettings
|
|
26204
26200
|
extends $UlcRectangleSettings {}
|
|
@@ -26218,7 +26214,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26218
26214
|
*
|
|
26219
26215
|
* This base class defines a number of shared methods.
|
|
26220
26216
|
*
|
|
26221
|
-
* @deprecated
|
|
26217
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26222
26218
|
*/
|
|
26223
26219
|
export default abstract class UlcRectangle extends Rectangle {
|
|
26224
26220
|
/**
|
|
@@ -26361,7 +26357,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26361
26357
|
/**
|
|
26362
26358
|
* Describes the settings that can be provided to the UlcRectangle constructor.
|
|
26363
26359
|
*
|
|
26364
|
-
* @deprecated
|
|
26360
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26365
26361
|
*/
|
|
26366
26362
|
export interface $UlcRectangleSettings extends $RectangleSettings {}
|
|
26367
26363
|
}
|
|
@@ -26391,7 +26387,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26391
26387
|
* dimention2: 105%-0
|
|
26392
26388
|
*
|
|
26393
26389
|
*
|
|
26394
|
-
* @deprecated
|
|
26390
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26395
26391
|
*/
|
|
26396
26392
|
export default class UlcTooltipRectangle extends UlcRectangle {
|
|
26397
26393
|
/**
|
|
@@ -26570,7 +26566,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26570
26566
|
/**
|
|
26571
26567
|
* Describes the settings that can be provided to the UlcTooltipRectangle constructor.
|
|
26572
26568
|
*
|
|
26573
|
-
* @deprecated
|
|
26569
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26574
26570
|
*/
|
|
26575
26571
|
export interface $UlcTooltipRectangleSettings extends $UlcRectangleSettings {}
|
|
26576
26572
|
}
|
|
@@ -26590,7 +26586,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26590
26586
|
*
|
|
26591
26587
|
*
|
|
26592
26588
|
*
|
|
26593
|
-
* @deprecated
|
|
26589
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26594
26590
|
*/
|
|
26595
26591
|
export default class UlcUnderClipRectangle extends UlcRectangle {
|
|
26596
26592
|
/**
|
|
@@ -26766,7 +26762,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26766
26762
|
/**
|
|
26767
26763
|
* Describes the settings that can be provided to the UlcUnderClipRectangle constructor.
|
|
26768
26764
|
*
|
|
26769
|
-
* @deprecated
|
|
26765
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26770
26766
|
*/
|
|
26771
26767
|
export interface $UlcUnderClipRectangleSettings
|
|
26772
26768
|
extends $UlcRectangleSettings {}
|
|
@@ -26827,7 +26823,7 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26827
26823
|
* }, util_mass:{ val: 114.5 } },{ from: "20160127051300", to: "20160128093312", lastOne: true, util_volumn:
|
|
26828
26824
|
* { previous: 97.6, next: 0 }, util_mass:{ previous: 114.5, next: 0 } } ] } `
|
|
26829
26825
|
*
|
|
26830
|
-
* @deprecated
|
|
26826
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26831
26827
|
*/
|
|
26832
26828
|
export default class UtilizationLineChart extends Shape {
|
|
26833
26829
|
/**
|
|
@@ -26907,7 +26903,7 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26907
26903
|
/**
|
|
26908
26904
|
* Describes the settings that can be provided to the UtilizationLineChart constructor.
|
|
26909
26905
|
*
|
|
26910
|
-
* @deprecated
|
|
26906
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
26911
26907
|
*/
|
|
26912
26908
|
export interface $UtilizationLineChartSettings extends $ShapeSettings {}
|
|
26913
26909
|
}
|
|
@@ -26926,7 +26922,7 @@ declare module "sap/gantt/shape/Group" {
|
|
|
26926
26922
|
* Group shape class using SVG tag 'group'. It is a container shape. Any other shapes can be aggregated
|
|
26927
26923
|
* under a group.
|
|
26928
26924
|
*
|
|
26929
|
-
* @deprecated
|
|
26925
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseGroup}.
|
|
26930
26926
|
*/
|
|
26931
26927
|
export default class Group extends Shape {
|
|
26932
26928
|
/**
|
|
@@ -27157,7 +27153,7 @@ declare module "sap/gantt/shape/Group" {
|
|
|
27157
27153
|
/**
|
|
27158
27154
|
* Describes the settings that can be provided to the Group constructor.
|
|
27159
27155
|
*
|
|
27160
|
-
* @deprecated
|
|
27156
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseGroup}.
|
|
27161
27157
|
*/
|
|
27162
27158
|
export interface $GroupSettings extends $ShapeSettings {
|
|
27163
27159
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27178,7 +27174,7 @@ declare module "sap/gantt/shape/Image" {
|
|
|
27178
27174
|
/**
|
|
27179
27175
|
* Image shape class using SVG tag 'image'. This shape is usually used to represent points in time.
|
|
27180
27176
|
*
|
|
27181
|
-
* @deprecated
|
|
27177
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseImage}.
|
|
27182
27178
|
*/
|
|
27183
27179
|
export default class Image extends Shape {
|
|
27184
27180
|
/**
|
|
@@ -27453,7 +27449,7 @@ declare module "sap/gantt/shape/Image" {
|
|
|
27453
27449
|
/**
|
|
27454
27450
|
* Describes the settings that can be provided to the Image constructor.
|
|
27455
27451
|
*
|
|
27456
|
-
* @deprecated
|
|
27452
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseImage}.
|
|
27457
27453
|
*/
|
|
27458
27454
|
export interface $ImageSettings extends $ShapeSettings {
|
|
27459
27455
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27485,7 +27481,7 @@ declare module "sap/gantt/shape/Line" {
|
|
|
27485
27481
|
*
|
|
27486
27482
|
*
|
|
27487
27483
|
*
|
|
27488
|
-
* @deprecated
|
|
27484
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseLine}.
|
|
27489
27485
|
*/
|
|
27490
27486
|
export default class Line extends Shape {
|
|
27491
27487
|
/**
|
|
@@ -27763,7 +27759,7 @@ declare module "sap/gantt/shape/Line" {
|
|
|
27763
27759
|
/**
|
|
27764
27760
|
* Describes the settings that can be provided to the Line constructor.
|
|
27765
27761
|
*
|
|
27766
|
-
* @deprecated
|
|
27762
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseLine}.
|
|
27767
27763
|
*/
|
|
27768
27764
|
export interface $LineSettings extends $ShapeSettings {
|
|
27769
27765
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27798,7 +27794,7 @@ declare module "sap/gantt/shape/Path" {
|
|
|
27798
27794
|
* M100,200 C100,100 250,100 250,200
|
|
27799
27795
|
* S400,300 400,200
|
|
27800
27796
|
*
|
|
27801
|
-
* @deprecated
|
|
27797
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BasePath}.
|
|
27802
27798
|
*/
|
|
27803
27799
|
export default class Path extends Shape {
|
|
27804
27800
|
/**
|
|
@@ -27998,7 +27994,7 @@ declare module "sap/gantt/shape/Path" {
|
|
|
27998
27994
|
/**
|
|
27999
27995
|
* Describes the settings that can be provided to the Path constructor.
|
|
28000
27996
|
*
|
|
28001
|
-
* @deprecated
|
|
27997
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BasePath}.
|
|
28002
27998
|
*/
|
|
28003
27999
|
export interface $PathSettings extends $ShapeSettings {
|
|
28004
28000
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28024,7 +28020,7 @@ declare module "sap/gantt/shape/Polygon" {
|
|
|
28024
28020
|
*
|
|
28025
28021
|
*
|
|
28026
28022
|
*
|
|
28027
|
-
* @deprecated
|
|
28023
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28028
28024
|
*/
|
|
28029
28025
|
export default class Polygon extends Shape {
|
|
28030
28026
|
/**
|
|
@@ -28163,7 +28159,7 @@ declare module "sap/gantt/shape/Polygon" {
|
|
|
28163
28159
|
/**
|
|
28164
28160
|
* Describes the settings that can be provided to the Polygon constructor.
|
|
28165
28161
|
*
|
|
28166
|
-
* @deprecated
|
|
28162
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28167
28163
|
*/
|
|
28168
28164
|
export interface $PolygonSettings extends $ShapeSettings {
|
|
28169
28165
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28185,7 +28181,7 @@ declare module "sap/gantt/shape/Polyline" {
|
|
|
28185
28181
|
*
|
|
28186
28182
|
*
|
|
28187
28183
|
*
|
|
28188
|
-
* @deprecated
|
|
28184
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28189
28185
|
*/
|
|
28190
28186
|
export default class Polyline extends Shape {
|
|
28191
28187
|
/**
|
|
@@ -28348,7 +28344,7 @@ declare module "sap/gantt/shape/Polyline" {
|
|
|
28348
28344
|
/**
|
|
28349
28345
|
* Describes the settings that can be provided to the Polyline constructor.
|
|
28350
28346
|
*
|
|
28351
|
-
* @deprecated
|
|
28347
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28352
28348
|
*/
|
|
28353
28349
|
export interface $PolylineSettings extends $ShapeSettings {
|
|
28354
28350
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28378,7 +28374,7 @@ declare module "sap/gantt/shape/Rectangle" {
|
|
|
28378
28374
|
*
|
|
28379
28375
|
*
|
|
28380
28376
|
*
|
|
28381
|
-
* @deprecated
|
|
28377
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
28382
28378
|
*/
|
|
28383
28379
|
export default class Rectangle extends Shape {
|
|
28384
28380
|
/**
|
|
@@ -28724,7 +28720,7 @@ declare module "sap/gantt/shape/Rectangle" {
|
|
|
28724
28720
|
/**
|
|
28725
28721
|
* Describes the settings that can be provided to the Rectangle constructor.
|
|
28726
28722
|
*
|
|
28727
|
-
* @deprecated
|
|
28723
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
28728
28724
|
*/
|
|
28729
28725
|
export interface $RectangleSettings extends $ShapeSettings {
|
|
28730
28726
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28756,7 +28752,7 @@ declare module "sap/gantt/shape/ResizeShadowShape" {
|
|
|
28756
28752
|
* Provides an implementation of shadow shapes, allowing you to create a highlighting effect by drawing
|
|
28757
28753
|
* the shadow shapes with thicker strokes in red.
|
|
28758
28754
|
*
|
|
28759
|
-
* @deprecated
|
|
28755
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28760
28756
|
*/
|
|
28761
28757
|
export default class ResizeShadowShape extends Path {
|
|
28762
28758
|
/**
|
|
@@ -28850,7 +28846,7 @@ declare module "sap/gantt/shape/ResizeShadowShape" {
|
|
|
28850
28846
|
/**
|
|
28851
28847
|
* Describes the settings that can be provided to the ResizeShadowShape constructor.
|
|
28852
28848
|
*
|
|
28853
|
-
* @deprecated
|
|
28849
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28854
28850
|
*/
|
|
28855
28851
|
export interface $ResizeShadowShapeSettings extends $PathSettings {
|
|
28856
28852
|
height?: int | PropertyBindingInfo | `{${string}}`;
|
|
@@ -28868,7 +28864,7 @@ declare module "sap/gantt/shape/SelectedShape" {
|
|
|
28868
28864
|
* Provides an implementation of selected shapes, allowing you to create a highlighting effect by drawing
|
|
28869
28865
|
* the selected shapes with red and thicker strokes.
|
|
28870
28866
|
*
|
|
28871
|
-
* @deprecated
|
|
28867
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
28872
28868
|
*/
|
|
28873
28869
|
export default class SelectedShape extends Path {
|
|
28874
28870
|
/**
|
|
@@ -29202,7 +29198,7 @@ declare module "sap/gantt/shape/SelectedShape" {
|
|
|
29202
29198
|
/**
|
|
29203
29199
|
* Describes the settings that can be provided to the SelectedShape constructor.
|
|
29204
29200
|
*
|
|
29205
|
-
* @deprecated
|
|
29201
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
29206
29202
|
*/
|
|
29207
29203
|
export interface $SelectedShapeSettings extends $PathSettings {
|
|
29208
29204
|
fill?: string | PropertyBindingInfo;
|
|
@@ -29274,7 +29270,7 @@ declare module "sap/gantt/shape/Shape" {
|
|
|
29274
29270
|
* way of drawing. The instance self does not hold any status (property values). Meanwhile, all getter are
|
|
29275
29271
|
* injected with actual data and related informations to adapt to d3 paradigm.
|
|
29276
29272
|
*
|
|
29277
|
-
* @deprecated
|
|
29273
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseShape}.
|
|
29278
29274
|
*/
|
|
29279
29275
|
export default abstract class Shape extends UI5Element {
|
|
29280
29276
|
/**
|
|
@@ -30558,7 +30554,7 @@ declare module "sap/gantt/shape/Shape" {
|
|
|
30558
30554
|
/**
|
|
30559
30555
|
* Describes the settings that can be provided to the Shape constructor.
|
|
30560
30556
|
*
|
|
30561
|
-
* @deprecated
|
|
30557
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseShape}.
|
|
30562
30558
|
*/
|
|
30563
30559
|
export interface $ShapeSettings extends $ElementSettings {
|
|
30564
30560
|
tag?: string | PropertyBindingInfo;
|
|
@@ -30658,7 +30654,7 @@ declare module "sap/gantt/shape/Text" {
|
|
|
30658
30654
|
*
|
|
30659
30655
|
* Normal text Text with line-through Underlined text One word has different underlining
|
|
30660
30656
|
*
|
|
30661
|
-
* @deprecated
|
|
30657
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseText}.
|
|
30662
30658
|
*/
|
|
30663
30659
|
export default class Text extends Shape {
|
|
30664
30660
|
/**
|
|
@@ -31069,7 +31065,7 @@ declare module "sap/gantt/shape/Text" {
|
|
|
31069
31065
|
/**
|
|
31070
31066
|
* Describes the settings that can be provided to the Text constructor.
|
|
31071
31067
|
*
|
|
31072
|
-
* @deprecated
|
|
31068
|
+
* @deprecated As of version 1.64. replaced by {@link sap.gantt.simple.BaseText}.
|
|
31073
31069
|
*/
|
|
31074
31070
|
export interface $TextSettings extends $ShapeSettings {
|
|
31075
31071
|
tag?: string | PropertyBindingInfo;
|
|
@@ -31896,7 +31892,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
31896
31892
|
*
|
|
31897
31893
|
* Default value is `300`.
|
|
31898
31894
|
*
|
|
31899
|
-
* @deprecated
|
|
31895
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
31900
31896
|
*
|
|
31901
31897
|
* @returns Value of property `markerPopoverDelay`
|
|
31902
31898
|
*/
|
|
@@ -31911,7 +31907,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
31911
31907
|
*
|
|
31912
31908
|
* @returns Value of property `markerType`
|
|
31913
31909
|
*/
|
|
31914
|
-
getMarkerType(): MarkerType
|
|
31910
|
+
getMarkerType(): MarkerType;
|
|
31915
31911
|
/**
|
|
31916
31912
|
* Gets current value of property {@link #getStroke stroke}.
|
|
31917
31913
|
*
|
|
@@ -32007,7 +32003,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
32007
32003
|
*
|
|
32008
32004
|
* Default value is `300`.
|
|
32009
32005
|
*
|
|
32010
|
-
* @deprecated
|
|
32006
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
32011
32007
|
*
|
|
32012
32008
|
* @returns Reference to `this` in order to allow method chaining
|
|
32013
32009
|
*/
|
|
@@ -32169,7 +32165,7 @@ declare module "sap/gantt/simple/AdhocLine" {
|
|
|
32169
32165
|
/**
|
|
32170
32166
|
* Delay in milliseconds for the marker popover to show up
|
|
32171
32167
|
*
|
|
32172
|
-
* @deprecated
|
|
32168
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
32173
32169
|
*/
|
|
32174
32170
|
markerPopoverDelay?: int | PropertyBindingInfo | `{${string}}`;
|
|
32175
32171
|
|
|
@@ -34974,9 +34970,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
34974
34970
|
*
|
|
34975
34971
|
* @returns Value of property `alignShape`
|
|
34976
34972
|
*/
|
|
34977
|
-
getAlignShape():
|
|
34978
|
-
| simple.shapes.ShapeAlignment
|
|
34979
|
-
| keyof typeof simple.shapes.ShapeAlignment;
|
|
34973
|
+
getAlignShape(): simple.shapes.ShapeAlignment;
|
|
34980
34974
|
/**
|
|
34981
34975
|
* Gets current value of property {@link #getAnimationSettings animationSettings}.
|
|
34982
34976
|
*
|
|
@@ -35205,9 +35199,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35205
35199
|
*
|
|
35206
35200
|
* @returns Value of property `horizontalTextAlignment`
|
|
35207
35201
|
*/
|
|
35208
|
-
getHorizontalTextAlignment():
|
|
35209
|
-
| simple.horizontalTextAlignment
|
|
35210
|
-
| keyof typeof simple.horizontalTextAlignment;
|
|
35202
|
+
getHorizontalTextAlignment(): simple.horizontalTextAlignment;
|
|
35211
35203
|
/**
|
|
35212
35204
|
* Gets current value of property {@link #getHoverable hoverable}.
|
|
35213
35205
|
*
|
|
@@ -35509,9 +35501,7 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35509
35501
|
*
|
|
35510
35502
|
* @returns Value of property `verticalTextAlignment`
|
|
35511
35503
|
*/
|
|
35512
|
-
getVerticalTextAlignment():
|
|
35513
|
-
| simple.verticalTextAlignment
|
|
35514
|
-
| keyof typeof simple.verticalTextAlignment;
|
|
35504
|
+
getVerticalTextAlignment(): simple.verticalTextAlignment;
|
|
35515
35505
|
/**
|
|
35516
35506
|
* Gets current value of property {@link #getVisible visible}.
|
|
35517
35507
|
*
|
|
@@ -38546,7 +38536,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38546
38536
|
*
|
|
38547
38537
|
* @returns Value of property `findMode`
|
|
38548
38538
|
*/
|
|
38549
|
-
getFindMode(): config.FindMode
|
|
38539
|
+
getFindMode(): config.FindMode;
|
|
38550
38540
|
/**
|
|
38551
38541
|
* Gets current value of property {@link #getInfoOfSelectItems infoOfSelectItems}.
|
|
38552
38542
|
*
|
|
@@ -38666,9 +38656,7 @@ declare module "sap/gantt/simple/ContainerToolbar" {
|
|
|
38666
38656
|
*
|
|
38667
38657
|
* @returns Value of property `zoomControlType`
|
|
38668
38658
|
*/
|
|
38669
|
-
getZoomControlType():
|
|
38670
|
-
| config.ZoomControlType
|
|
38671
|
-
| keyof typeof config.ZoomControlType;
|
|
38659
|
+
getZoomControlType(): config.ZoomControlType;
|
|
38672
38660
|
/**
|
|
38673
38661
|
* Gets current value of property {@link #getZoomLevel zoomLevel}.
|
|
38674
38662
|
*
|
|
@@ -39342,9 +39330,7 @@ declare module "sap/gantt/simple/ContainerToolbarPlaceholder" {
|
|
|
39342
39330
|
*
|
|
39343
39331
|
* @returns Value of property `type`
|
|
39344
39332
|
*/
|
|
39345
|
-
getType():
|
|
39346
|
-
| simple.ContainerToolbarPlaceholderType
|
|
39347
|
-
| keyof typeof simple.ContainerToolbarPlaceholderType;
|
|
39333
|
+
getType(): simple.ContainerToolbarPlaceholderType;
|
|
39348
39334
|
/**
|
|
39349
39335
|
* Sets a new value for property {@link #getType type}.
|
|
39350
39336
|
*
|
|
@@ -40045,7 +40031,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40045
40031
|
*
|
|
40046
40032
|
* Default value is `300`.
|
|
40047
40033
|
*
|
|
40048
|
-
* @deprecated
|
|
40034
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
40049
40035
|
*
|
|
40050
40036
|
* @returns Value of property `timeDelay`
|
|
40051
40037
|
*/
|
|
@@ -40213,7 +40199,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40213
40199
|
*
|
|
40214
40200
|
* Default value is `300`.
|
|
40215
40201
|
*
|
|
40216
|
-
* @deprecated
|
|
40202
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
40217
40203
|
*
|
|
40218
40204
|
* @returns Reference to `this` in order to allow method chaining
|
|
40219
40205
|
*/
|
|
@@ -40328,7 +40314,7 @@ declare module "sap/gantt/simple/DeltaLine" {
|
|
|
40328
40314
|
/**
|
|
40329
40315
|
* Visibility of the Delta Line
|
|
40330
40316
|
*
|
|
40331
|
-
* @deprecated
|
|
40317
|
+
* @deprecated As of version 1.97. **Note:**With the new implementation, this property won't have any effect.
|
|
40332
40318
|
*/
|
|
40333
40319
|
timeDelay?: int | PropertyBindingInfo | `{${string}}`;
|
|
40334
40320
|
|
|
@@ -41463,9 +41449,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41463
41449
|
*
|
|
41464
41450
|
* @returns Value of property `displayType`
|
|
41465
41451
|
*/
|
|
41466
|
-
getDisplayType():
|
|
41467
|
-
| simple.GanttChartWithTableDisplayType
|
|
41468
|
-
| keyof typeof simple.GanttChartWithTableDisplayType;
|
|
41452
|
+
getDisplayType(): simple.GanttChartWithTableDisplayType;
|
|
41469
41453
|
/**
|
|
41470
41454
|
* Gets current value of property {@link #getEnableAdhocLine enableAdhocLine}.
|
|
41471
41455
|
*
|
|
@@ -41648,7 +41632,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41648
41632
|
*
|
|
41649
41633
|
* @returns Value of property `layoutOrientation`
|
|
41650
41634
|
*/
|
|
41651
|
-
getLayoutOrientation(): Orientation
|
|
41635
|
+
getLayoutOrientation(): Orientation;
|
|
41652
41636
|
/**
|
|
41653
41637
|
* Gets content of aggregation {@link #getSearchSidePanel searchSidePanel}.
|
|
41654
41638
|
*
|
|
@@ -42351,6 +42335,17 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42351
42335
|
*/
|
|
42352
42336
|
sWidth?: CSSSize
|
|
42353
42337
|
): this;
|
|
42338
|
+
/**
|
|
42339
|
+
* Displays the wrapper on top of GanttChartContainer
|
|
42340
|
+
*
|
|
42341
|
+
* @since 1.133
|
|
42342
|
+
*/
|
|
42343
|
+
showWrapper(
|
|
42344
|
+
/**
|
|
42345
|
+
* When set to true, the wrapper for GanttChartContainer is displayed
|
|
42346
|
+
*/
|
|
42347
|
+
bShow: boolean
|
|
42348
|
+
): void;
|
|
42354
42349
|
/**
|
|
42355
42350
|
* Triggers the search event in gantt container area and updates the search results
|
|
42356
42351
|
*
|
|
@@ -42864,7 +42859,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42864
42859
|
/**
|
|
42865
42860
|
* Adds some adhocLine to the aggregation {@link #getAdhocLines adhocLines}.
|
|
42866
42861
|
*
|
|
42867
|
-
* @deprecated
|
|
42862
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
42868
42863
|
*
|
|
42869
42864
|
* @returns Reference to `this` in order to allow method chaining
|
|
42870
42865
|
*/
|
|
@@ -43669,7 +43664,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43669
43664
|
* See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
|
|
43670
43665
|
* of the possible properties of `oBindingInfo`.
|
|
43671
43666
|
*
|
|
43672
|
-
* @deprecated
|
|
43667
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
43673
43668
|
*
|
|
43674
43669
|
* @returns Reference to `this` in order to allow method chaining
|
|
43675
43670
|
*/
|
|
@@ -43771,7 +43766,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43771
43766
|
/**
|
|
43772
43767
|
* Destroys all the adhocLines in the aggregation {@link #getAdhocLines adhocLines}.
|
|
43773
43768
|
*
|
|
43774
|
-
* @deprecated
|
|
43769
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
43775
43770
|
*
|
|
43776
43771
|
* @returns Reference to `this` in order to allow method chaining
|
|
43777
43772
|
*/
|
|
@@ -44424,7 +44419,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44424
44419
|
* The aggregation is used to store configuration of adhoc lines, adhoc lines represent milestones and events
|
|
44425
44420
|
* in axis time.
|
|
44426
44421
|
*
|
|
44427
|
-
* @deprecated
|
|
44422
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
44428
44423
|
*/
|
|
44429
44424
|
getAdhocLines(): AdhocLine[];
|
|
44430
44425
|
/**
|
|
@@ -44530,9 +44525,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44530
44525
|
*
|
|
44531
44526
|
* @returns Value of property `displayType`
|
|
44532
44527
|
*/
|
|
44533
|
-
getDisplayType():
|
|
44534
|
-
| simple.GanttChartWithTableDisplayType
|
|
44535
|
-
| keyof typeof simple.GanttChartWithTableDisplayType;
|
|
44528
|
+
getDisplayType(): simple.GanttChartWithTableDisplayType;
|
|
44536
44529
|
/**
|
|
44537
44530
|
* Gets current value of property {@link #getDragOrientation dragOrientation}.
|
|
44538
44531
|
*
|
|
@@ -44552,7 +44545,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44552
44545
|
*
|
|
44553
44546
|
* @returns Value of property `dragOrientation`
|
|
44554
44547
|
*/
|
|
44555
|
-
getDragOrientation(): DragOrientation
|
|
44548
|
+
getDragOrientation(): DragOrientation;
|
|
44556
44549
|
/**
|
|
44557
44550
|
* Gets current value of property {@link #getEnableAdhocLine enableAdhocLine}.
|
|
44558
44551
|
*
|
|
@@ -44862,6 +44855,20 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44862
44855
|
* @returns Value of property `nowLineInUTC`
|
|
44863
44856
|
*/
|
|
44864
44857
|
getNowLineInUTC(): boolean;
|
|
44858
|
+
/**
|
|
44859
|
+
* Gets current value of property {@link #getOptimiseRelationships optimiseRelationships}.
|
|
44860
|
+
*
|
|
44861
|
+
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
44862
|
+
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
44863
|
+
* and successor rows.
|
|
44864
|
+
*
|
|
44865
|
+
* Default value is `false`.
|
|
44866
|
+
*
|
|
44867
|
+
* @since 1.133
|
|
44868
|
+
*
|
|
44869
|
+
* @returns Value of property `optimiseRelationships`
|
|
44870
|
+
*/
|
|
44871
|
+
getOptimiseRelationships(): boolean;
|
|
44865
44872
|
/**
|
|
44866
44873
|
* Gets content of aggregation {@link #getOverflowToolbarItems overflowToolbarItems}.
|
|
44867
44874
|
*
|
|
@@ -44898,9 +44905,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44898
44905
|
*
|
|
44899
44906
|
* @returns Value of property `relationshipShapeSize`
|
|
44900
44907
|
*/
|
|
44901
|
-
getRelationshipShapeSize():
|
|
44902
|
-
| simple.relationshipShapeSize
|
|
44903
|
-
| keyof typeof simple.relationshipShapeSize;
|
|
44908
|
+
getRelationshipShapeSize(): simple.relationshipShapeSize;
|
|
44904
44909
|
/**
|
|
44905
44910
|
* Gets current value of property {@link #getRowHighlightAndHoverFill rowHighlightAndHoverFill}.
|
|
44906
44911
|
*
|
|
@@ -45064,7 +45069,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45064
45069
|
*
|
|
45065
45070
|
* @returns Value of property `shapeSelectionMode`
|
|
45066
45071
|
*/
|
|
45067
|
-
getShapeSelectionMode(): SelectionMode
|
|
45072
|
+
getShapeSelectionMode(): SelectionMode;
|
|
45068
45073
|
/**
|
|
45069
45074
|
* Gets current value of property {@link #getShapeSelectionSettings shapeSelectionSettings}.
|
|
45070
45075
|
*
|
|
@@ -45229,7 +45234,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45229
45234
|
*
|
|
45230
45235
|
* @returns Value of property `snapMode`
|
|
45231
45236
|
*/
|
|
45232
|
-
getSnapMode(): dragdrop.SnapMode
|
|
45237
|
+
getSnapMode(): dragdrop.SnapMode;
|
|
45233
45238
|
/**
|
|
45234
45239
|
* Gets current value of property {@link #getSnapTimeInterval snapTimeInterval}.
|
|
45235
45240
|
*
|
|
@@ -45302,7 +45307,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45302
45307
|
* Checks for the provided `sap.gantt.AdhocLine` in the aggregation {@link #getAdhocLines adhocLines}. and
|
|
45303
45308
|
* returns its index if found or -1 otherwise.
|
|
45304
45309
|
*
|
|
45305
|
-
* @deprecated
|
|
45310
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45306
45311
|
*
|
|
45307
45312
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
45308
45313
|
*/
|
|
@@ -45398,7 +45403,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45398
45403
|
/**
|
|
45399
45404
|
* Inserts a adhocLine into the aggregation {@link #getAdhocLines adhocLines}.
|
|
45400
45405
|
*
|
|
45401
|
-
* @deprecated
|
|
45406
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45402
45407
|
*
|
|
45403
45408
|
* @returns Reference to `this` in order to allow method chaining
|
|
45404
45409
|
*/
|
|
@@ -45567,7 +45572,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45567
45572
|
/**
|
|
45568
45573
|
* Removes a adhocLine from the aggregation {@link #getAdhocLines adhocLines}.
|
|
45569
45574
|
*
|
|
45570
|
-
* @deprecated
|
|
45575
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45571
45576
|
*
|
|
45572
45577
|
* @returns The removed adhocLine or `null`
|
|
45573
45578
|
*/
|
|
@@ -45582,7 +45587,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
45582
45587
|
*
|
|
45583
45588
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
45584
45589
|
*
|
|
45585
|
-
* @deprecated
|
|
45590
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
45586
45591
|
*
|
|
45587
45592
|
* @returns An array of the removed elements (might be empty)
|
|
45588
45593
|
*/
|
|
@@ -46396,6 +46401,27 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46396
46401
|
*/
|
|
46397
46402
|
bNowLineInUTC?: boolean
|
|
46398
46403
|
): this;
|
|
46404
|
+
/**
|
|
46405
|
+
* Sets a new value for property {@link #getOptimiseRelationships optimiseRelationships}.
|
|
46406
|
+
*
|
|
46407
|
+
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
46408
|
+
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
46409
|
+
* and successor rows.
|
|
46410
|
+
*
|
|
46411
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46412
|
+
*
|
|
46413
|
+
* Default value is `false`.
|
|
46414
|
+
*
|
|
46415
|
+
* @since 1.133
|
|
46416
|
+
*
|
|
46417
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
46418
|
+
*/
|
|
46419
|
+
setOptimiseRelationships(
|
|
46420
|
+
/**
|
|
46421
|
+
* New value for property `optimiseRelationships`
|
|
46422
|
+
*/
|
|
46423
|
+
bOptimiseRelationships?: boolean
|
|
46424
|
+
): this;
|
|
46399
46425
|
/**
|
|
46400
46426
|
* Sets a new value for property {@link #getPrintingBatchSize printingBatchSize}.
|
|
46401
46427
|
*
|
|
@@ -46892,6 +46918,18 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46892
46918
|
*/
|
|
46893
46919
|
sWidth?: CSSSize
|
|
46894
46920
|
): this;
|
|
46921
|
+
/**
|
|
46922
|
+
* Displays the wrapper on top of GanttChartWthTable For this to work, GanttChartContainer showWrapper must
|
|
46923
|
+
* not be set to true
|
|
46924
|
+
*
|
|
46925
|
+
* @since 1.133
|
|
46926
|
+
*/
|
|
46927
|
+
showWrapper(
|
|
46928
|
+
/**
|
|
46929
|
+
* When set to true, the wrapper for GanttChartWithTable is displayed
|
|
46930
|
+
*/
|
|
46931
|
+
bShow: boolean
|
|
46932
|
+
): void;
|
|
46895
46933
|
/**
|
|
46896
46934
|
* Toggles the gantt chart from normal to fullscreen mode and vice versa. Works only if gantt chart is inside
|
|
46897
46935
|
* a gantt container. In the fullscreen mode, gantt container can hold only 1 gantt chart. The {@link sap.gantt.simple.GanttChartContainer#insertGanttChart }
|
|
@@ -46913,7 +46951,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46913
46951
|
/**
|
|
46914
46952
|
* Unbinds aggregation {@link #getAdhocLines adhocLines} from model data.
|
|
46915
46953
|
*
|
|
46916
|
-
* @deprecated
|
|
46954
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
46917
46955
|
*
|
|
46918
46956
|
* @returns Reference to `this` in order to allow method chaining
|
|
46919
46957
|
*/
|
|
@@ -46948,6 +46986,21 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46948
46986
|
* @returns Reference to `this` in order to allow method chaining
|
|
46949
46987
|
*/
|
|
46950
46988
|
unbindSimpleAdhocLines(): this;
|
|
46989
|
+
/**
|
|
46990
|
+
* Select and deselect shapes based on shapeIDs
|
|
46991
|
+
*
|
|
46992
|
+
* @since 1.133
|
|
46993
|
+
*/
|
|
46994
|
+
updateSelectionByShapeID(
|
|
46995
|
+
/**
|
|
46996
|
+
* array of shapeIDs to be selected
|
|
46997
|
+
*/
|
|
46998
|
+
aSelectedShapeId: string[],
|
|
46999
|
+
/**
|
|
47000
|
+
* array of shapeIDs to be deselected
|
|
47001
|
+
*/
|
|
47002
|
+
aDeselectedShapeId: string[]
|
|
47003
|
+
): void;
|
|
46951
47004
|
/**
|
|
46952
47005
|
* De-Emphasize shapes based on the de-emphasized shape Uid
|
|
46953
47006
|
*
|
|
@@ -47455,6 +47508,15 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47455
47508
|
*/
|
|
47456
47509
|
enableMultipleGhosts?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47457
47510
|
|
|
47511
|
+
/**
|
|
47512
|
+
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
47513
|
+
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
47514
|
+
* and successor rows.
|
|
47515
|
+
*
|
|
47516
|
+
* @since 1.133
|
|
47517
|
+
*/
|
|
47518
|
+
optimiseRelationships?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
47519
|
+
|
|
47458
47520
|
/**
|
|
47459
47521
|
* Table of the Gantt Chart
|
|
47460
47522
|
*
|
|
@@ -47467,7 +47529,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47467
47529
|
* The aggregation is used to store configuration of adhoc lines, adhoc lines represent milestones and events
|
|
47468
47530
|
* in axis time.
|
|
47469
47531
|
*
|
|
47470
|
-
* @deprecated
|
|
47532
|
+
* @deprecated As of version 1.84. use {@link sap.gantt.simple.AdhocLine} instead.
|
|
47471
47533
|
*/
|
|
47472
47534
|
adhocLines?:
|
|
47473
47535
|
| AdhocLine[]
|
|
@@ -50737,9 +50799,7 @@ declare module "sap/gantt/simple/LegendShapeGroup" {
|
|
|
50737
50799
|
*
|
|
50738
50800
|
* @returns Value of property `orientation`
|
|
50739
50801
|
*/
|
|
50740
|
-
getOrientation():
|
|
50741
|
-
| LegendShapeGroupOrientation
|
|
50742
|
-
| keyof typeof LegendShapeGroupOrientation;
|
|
50802
|
+
getOrientation(): LegendShapeGroupOrientation;
|
|
50743
50803
|
/**
|
|
50744
50804
|
* Gets content of aggregation {@link #getShapes shapes}.
|
|
50745
50805
|
*
|
|
@@ -52432,7 +52492,7 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
52432
52492
|
*
|
|
52433
52493
|
* @returns Value of property `shapeTypeEnd`
|
|
52434
52494
|
*/
|
|
52435
|
-
getShapeTypeEnd(): simple.connectorType
|
|
52495
|
+
getShapeTypeEnd(): simple.connectorType;
|
|
52436
52496
|
/**
|
|
52437
52497
|
* Gets current value of property {@link #getShapeTypeStart shapeTypeStart}.
|
|
52438
52498
|
*
|
|
@@ -52443,9 +52503,7 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
52443
52503
|
*
|
|
52444
52504
|
* @returns Value of property `shapeTypeStart`
|
|
52445
52505
|
*/
|
|
52446
|
-
getShapeTypeStart():
|
|
52447
|
-
| simple.connectorType
|
|
52448
|
-
| keyof typeof simple.connectorType;
|
|
52506
|
+
getShapeTypeStart(): simple.connectorType;
|
|
52449
52507
|
/**
|
|
52450
52508
|
* Gets current value of property {@link #getStartShapeColor startShapeColor}.
|
|
52451
52509
|
*
|
|
@@ -52475,7 +52533,7 @@ declare module "sap/gantt/simple/Relationship" {
|
|
|
52475
52533
|
*
|
|
52476
52534
|
* @returns Value of property `type`
|
|
52477
52535
|
*/
|
|
52478
|
-
getType(): simple.RelationshipType
|
|
52536
|
+
getType(): simple.RelationshipType;
|
|
52479
52537
|
/**
|
|
52480
52538
|
* Sets a new value for property {@link #getEnableCurvedEdge enableCurvedEdge}.
|
|
52481
52539
|
*
|
|
@@ -52948,8 +53006,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52948
53006
|
*
|
|
52949
53007
|
* Default value is `true`.
|
|
52950
53008
|
*
|
|
52951
|
-
* @deprecated
|
|
52952
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53009
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53010
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52953
53011
|
*
|
|
52954
53012
|
* @returns Value of property `hoverable`
|
|
52955
53013
|
*/
|
|
@@ -52996,8 +53054,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52996
53054
|
*
|
|
52997
53055
|
* Default value is `true`.
|
|
52998
53056
|
*
|
|
52999
|
-
* @deprecated
|
|
53000
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53057
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53058
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53001
53059
|
*
|
|
53002
53060
|
* @returns Value of property `selectable`
|
|
53003
53061
|
*/
|
|
@@ -53118,8 +53176,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
53118
53176
|
*
|
|
53119
53177
|
* Default value is `true`.
|
|
53120
53178
|
*
|
|
53121
|
-
* @deprecated
|
|
53122
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53179
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53180
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53123
53181
|
*
|
|
53124
53182
|
* @returns Reference to `this` in order to allow method chaining
|
|
53125
53183
|
*/
|
|
@@ -53138,8 +53196,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
53138
53196
|
*
|
|
53139
53197
|
* Default value is `true`.
|
|
53140
53198
|
*
|
|
53141
|
-
* @deprecated
|
|
53142
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53199
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53200
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53143
53201
|
*
|
|
53144
53202
|
* @returns Reference to `this` in order to allow method chaining
|
|
53145
53203
|
*/
|
|
@@ -53216,16 +53274,16 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
53216
53274
|
/**
|
|
53217
53275
|
* All standard shapes are selectable.
|
|
53218
53276
|
*
|
|
53219
|
-
* @deprecated
|
|
53220
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53277
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53278
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53221
53279
|
*/
|
|
53222
53280
|
selectable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
53223
53281
|
|
|
53224
53282
|
/**
|
|
53225
53283
|
* All standard shapes are hoverable.
|
|
53226
53284
|
*
|
|
53227
|
-
* @deprecated
|
|
53228
|
-
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53285
|
+
* @deprecated As of version 1.71.2. replaced by {@link sap.gantt.simple.BaseShape} The property and its
|
|
53286
|
+
* default value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
53229
53287
|
*/
|
|
53230
53288
|
hoverable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
53231
53289
|
}
|
|
@@ -53308,9 +53366,7 @@ declare module "sap/gantt/simple/shapes/Task" {
|
|
|
53308
53366
|
*
|
|
53309
53367
|
* @returns Value of property `alignShape`
|
|
53310
53368
|
*/
|
|
53311
|
-
getAlignShape():
|
|
53312
|
-
| simple.shapes.ShapeAlignment
|
|
53313
|
-
| keyof typeof simple.shapes.ShapeAlignment;
|
|
53369
|
+
getAlignShape(): simple.shapes.ShapeAlignment;
|
|
53314
53370
|
/**
|
|
53315
53371
|
* Gets current value of property {@link #getTitle title}.
|
|
53316
53372
|
*
|
|
@@ -53330,7 +53386,7 @@ declare module "sap/gantt/simple/shapes/Task" {
|
|
|
53330
53386
|
*
|
|
53331
53387
|
* @returns Value of property `type`
|
|
53332
53388
|
*/
|
|
53333
|
-
getType(): simple.shapes.TaskType
|
|
53389
|
+
getType(): simple.shapes.TaskType;
|
|
53334
53390
|
/**
|
|
53335
53391
|
* Gets current value of property {@link #getUtilizationDown utilizationDown}.
|
|
53336
53392
|
*
|
|
@@ -53726,7 +53782,7 @@ declare module "sap/gantt/simple/ShapeStyle" {
|
|
|
53726
53782
|
*
|
|
53727
53783
|
* @returns Value of property `eventState`
|
|
53728
53784
|
*/
|
|
53729
|
-
getEventState(): simple.shapeEventType
|
|
53785
|
+
getEventState(): simple.shapeEventType;
|
|
53730
53786
|
/**
|
|
53731
53787
|
* Gets current value of property {@link #getFill fill}.
|
|
53732
53788
|
*
|
|
@@ -57023,7 +57079,7 @@ declare namespace sap {
|
|
|
57023
57079
|
/**
|
|
57024
57080
|
* CheckBox Value of ListLegend Item.
|
|
57025
57081
|
*
|
|
57026
|
-
* @deprecated
|
|
57082
|
+
* @deprecated As of version 1.64. the concept has been discarded.
|
|
57027
57083
|
*/
|
|
57028
57084
|
enum ListLegendItemCheckbox {
|
|
57029
57085
|
/**
|