@sapui5/types 1.124.1 → 1.125.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/index.d.ts +1 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +9 -0
- package/types/sap.fe.core.d.ts +5 -5
- package/types/sap.fe.macros.d.ts +658 -102
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +368 -323
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +307 -92
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +4 -4
- package/types/sap.suite.ui.generic.template.d.ts +4 -4
- package/types/sap.suite.ui.microchart.d.ts +19 -19
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +112 -38
- package/types/sap.ui.core.d.ts +133 -81
- 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 +4 -39
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +6 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +39 -4
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +27 -16
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +51 -111
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.125.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -354,9 +354,9 @@ declare module "sap/gantt/library" {
|
|
|
354
354
|
|
|
355
355
|
/**
|
|
356
356
|
* Defines the default configuration object Locale. The configured time zone is considered as the default
|
|
357
|
-
* time zone for the locale, see {@link sap.
|
|
357
|
+
* time zone for the locale, see {@link sap.base.i18n.Localization#getTimezone}.. **Note:** Adjusting the
|
|
358
358
|
* time zone in a running application can lead to unexpected data inconsistencies. For more information,
|
|
359
|
-
* see {@link sap
|
|
359
|
+
* see {@link sap/base/i18n/Localization#setTimezone}. Default values
|
|
360
360
|
* - timeZoine - `null`
|
|
361
361
|
*/
|
|
362
362
|
export const DEFAULT_LOCALE: Locale;
|
|
@@ -2928,7 +2928,7 @@ declare module "sap/gantt/config/BirdEyeGroup" {
|
|
|
2928
2928
|
/**
|
|
2929
2929
|
* You can define bird eye toolbar items in the Gantt chart toolbar.
|
|
2930
2930
|
*
|
|
2931
|
-
* @deprecated (since 1.64)
|
|
2931
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
2932
2932
|
*/
|
|
2933
2933
|
export default class BirdEyeGroup extends ToolbarGroup {
|
|
2934
2934
|
/**
|
|
@@ -3026,7 +3026,7 @@ declare module "sap/gantt/config/BirdEyeGroup" {
|
|
|
3026
3026
|
/**
|
|
3027
3027
|
* Describes the settings that can be provided to the BirdEyeGroup constructor.
|
|
3028
3028
|
*
|
|
3029
|
-
* @deprecated (since 1.64)
|
|
3029
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3030
3030
|
*/
|
|
3031
3031
|
export interface $BirdEyeGroupSettings extends $ToolbarGroupSettings {
|
|
3032
3032
|
/**
|
|
@@ -3053,7 +3053,7 @@ declare module "sap/gantt/config/ChartScheme" {
|
|
|
3053
3053
|
* chart contains one or more Chart schemes. By switching between these schemes, the Gantt chart can display
|
|
3054
3054
|
* different shapes.
|
|
3055
3055
|
*
|
|
3056
|
-
* @deprecated (since 1.64)
|
|
3056
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3057
3057
|
*/
|
|
3058
3058
|
export default class ChartScheme extends UI5Element {
|
|
3059
3059
|
/**
|
|
@@ -3369,7 +3369,7 @@ declare module "sap/gantt/config/ChartScheme" {
|
|
|
3369
3369
|
/**
|
|
3370
3370
|
* Describes the settings that can be provided to the ChartScheme constructor.
|
|
3371
3371
|
*
|
|
3372
|
-
* @deprecated (since 1.64)
|
|
3372
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3373
3373
|
*/
|
|
3374
3374
|
export interface $ChartSchemeSettings extends $ElementSettings {
|
|
3375
3375
|
/**
|
|
@@ -3430,7 +3430,7 @@ declare module "sap/gantt/config/ColumnAttribute" {
|
|
|
3430
3430
|
/**
|
|
3431
3431
|
* Defines the column attribute which is used in the hierarchy column
|
|
3432
3432
|
*
|
|
3433
|
-
* @deprecated (since 1.64)
|
|
3433
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3434
3434
|
*/
|
|
3435
3435
|
export default class ColumnAttribute extends UI5Element {
|
|
3436
3436
|
/**
|
|
@@ -3549,7 +3549,7 @@ declare module "sap/gantt/config/ColumnAttribute" {
|
|
|
3549
3549
|
/**
|
|
3550
3550
|
* Describes the settings that can be provided to the ColumnAttribute constructor.
|
|
3551
3551
|
*
|
|
3552
|
-
* @deprecated (since 1.64)
|
|
3552
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3553
3553
|
*/
|
|
3554
3554
|
export interface $ColumnAttributeSettings extends $ElementSettings {
|
|
3555
3555
|
/**
|
|
@@ -3577,7 +3577,7 @@ declare module "sap/gantt/config/ContainerLayout" {
|
|
|
3577
3577
|
* Defines the container layout. The container layout determines the layout of a Gantt chart container such
|
|
3578
3578
|
* as the CSS size, orientation, toolbar, and tree table size.
|
|
3579
3579
|
*
|
|
3580
|
-
* @deprecated (since 1.64)
|
|
3580
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3581
3581
|
*/
|
|
3582
3582
|
export default class ContainerLayout extends UI5Element {
|
|
3583
3583
|
/**
|
|
@@ -3849,7 +3849,7 @@ declare module "sap/gantt/config/ContainerLayout" {
|
|
|
3849
3849
|
/**
|
|
3850
3850
|
* Describes the settings that can be provided to the ContainerLayout constructor.
|
|
3851
3851
|
*
|
|
3852
|
-
* @deprecated (since 1.64)
|
|
3852
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3853
3853
|
*/
|
|
3854
3854
|
export interface $ContainerLayoutSettings extends $ElementSettings {
|
|
3855
3855
|
/**
|
|
@@ -3903,7 +3903,7 @@ declare module "sap/gantt/config/ExpandChart" {
|
|
|
3903
3903
|
/**
|
|
3904
3904
|
* Defines the expand chart which is used by {@link sap.gantt.config.ExpandChartGroup}.
|
|
3905
3905
|
*
|
|
3906
|
-
* @deprecated (since 1.64)
|
|
3906
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
3907
3907
|
*/
|
|
3908
3908
|
export default class ExpandChart extends UI5Element {
|
|
3909
3909
|
/**
|
|
@@ -4051,7 +4051,7 @@ declare module "sap/gantt/config/ExpandChart" {
|
|
|
4051
4051
|
/**
|
|
4052
4052
|
* Describes the settings that can be provided to the ExpandChart constructor.
|
|
4053
4053
|
*
|
|
4054
|
-
* @deprecated (since 1.64)
|
|
4054
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4055
4055
|
*/
|
|
4056
4056
|
export interface $ExpandChartSettings extends $ElementSettings {
|
|
4057
4057
|
/**
|
|
@@ -4085,7 +4085,7 @@ declare module "sap/gantt/config/ExpandChartGroup" {
|
|
|
4085
4085
|
* Defines a toolbar group for the expand chart-related toolbar items. These expand chart-related toolbar
|
|
4086
4086
|
* items are displayed in the Gantt chart toolbar.
|
|
4087
4087
|
*
|
|
4088
|
-
* @deprecated (since 1.64)
|
|
4088
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4089
4089
|
*/
|
|
4090
4090
|
export default class ExpandChartGroup extends ToolbarGroup {
|
|
4091
4091
|
/**
|
|
@@ -4235,7 +4235,7 @@ declare module "sap/gantt/config/ExpandChartGroup" {
|
|
|
4235
4235
|
/**
|
|
4236
4236
|
* Describes the settings that can be provided to the ExpandChartGroup constructor.
|
|
4237
4237
|
*
|
|
4238
|
-
* @deprecated (since 1.64)
|
|
4238
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4239
4239
|
*/
|
|
4240
4240
|
export interface $ExpandChartGroupSettings extends $ToolbarGroupSettings {
|
|
4241
4241
|
/**
|
|
@@ -4269,7 +4269,7 @@ declare module "sap/gantt/config/GanttChartLayout" {
|
|
|
4269
4269
|
* Defines the Gantt chart layout. This includes but is not limited to the CSS size, mode, and hierarchy
|
|
4270
4270
|
* of the Gantt chart.
|
|
4271
4271
|
*
|
|
4272
|
-
* @deprecated (since 1.64)
|
|
4272
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4273
4273
|
*/
|
|
4274
4274
|
export default class GanttChartLayout extends UI5Element {
|
|
4275
4275
|
/**
|
|
@@ -4421,7 +4421,7 @@ declare module "sap/gantt/config/GanttChartLayout" {
|
|
|
4421
4421
|
/**
|
|
4422
4422
|
* Describes the settings that can be provided to the GanttChartLayout constructor.
|
|
4423
4423
|
*
|
|
4424
|
-
* @deprecated (since 1.64)
|
|
4424
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4425
4425
|
*/
|
|
4426
4426
|
export interface $GanttChartLayoutSettings extends $ElementSettings {
|
|
4427
4427
|
/**
|
|
@@ -4451,7 +4451,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4451
4451
|
/**
|
|
4452
4452
|
* Defines the hierarchy in the Gantt chart. The hierarchy is used for building the tree table in {@link sap.gantt.GanttChartWithTable}.
|
|
4453
4453
|
*
|
|
4454
|
-
* @deprecated (since 1.64)
|
|
4454
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4455
4455
|
*/
|
|
4456
4456
|
export default class Hierarchy extends UI5Element {
|
|
4457
4457
|
/**
|
|
@@ -4704,7 +4704,7 @@ declare module "sap/gantt/config/Hierarchy" {
|
|
|
4704
4704
|
/**
|
|
4705
4705
|
* Describes the settings that can be provided to the Hierarchy constructor.
|
|
4706
4706
|
*
|
|
4707
|
-
* @deprecated (since 1.64)
|
|
4707
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4708
4708
|
*/
|
|
4709
4709
|
export interface $HierarchySettings extends $ElementSettings {
|
|
4710
4710
|
/**
|
|
@@ -4761,7 +4761,7 @@ declare module "sap/gantt/config/HierarchyColumn" {
|
|
|
4761
4761
|
/**
|
|
4762
4762
|
* Defines the column attribute which is used in the hierarchy column
|
|
4763
4763
|
*
|
|
4764
|
-
* @deprecated (since 1.64)
|
|
4764
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
4765
4765
|
*/
|
|
4766
4766
|
export default class HierarchyColumn extends UI5Element {
|
|
4767
4767
|
/**
|
|
@@ -5036,7 +5036,7 @@ declare module "sap/gantt/config/HierarchyColumn" {
|
|
|
5036
5036
|
/**
|
|
5037
5037
|
* Describes the settings that can be provided to the HierarchyColumn constructor.
|
|
5038
5038
|
*
|
|
5039
|
-
* @deprecated (since 1.64)
|
|
5039
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5040
5040
|
*/
|
|
5041
5041
|
export interface $HierarchyColumnSettings extends $ElementSettings {
|
|
5042
5042
|
/**
|
|
@@ -5095,7 +5095,7 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5095
5095
|
/**
|
|
5096
5096
|
* You can specify the Gantt chart layout-related toolbar items in the Gantt chart toolbar
|
|
5097
5097
|
*
|
|
5098
|
-
* @deprecated (since 1.64)
|
|
5098
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5099
5099
|
*/
|
|
5100
5100
|
export default class LayoutGroup extends ToolbarGroup {
|
|
5101
5101
|
/**
|
|
@@ -5168,7 +5168,7 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5168
5168
|
*
|
|
5169
5169
|
* Default value is `true`.
|
|
5170
5170
|
*
|
|
5171
|
-
* @deprecated (since 1.50)
|
|
5171
|
+
* @deprecated (since 1.50) - the concept has been discarded.
|
|
5172
5172
|
*
|
|
5173
5173
|
* @returns Value of property `enableRichStyle`
|
|
5174
5174
|
*/
|
|
@@ -5183,7 +5183,7 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5183
5183
|
*
|
|
5184
5184
|
* Default value is `true`.
|
|
5185
5185
|
*
|
|
5186
|
-
* @deprecated (since 1.50)
|
|
5186
|
+
* @deprecated (since 1.50) - the concept has been discarded.
|
|
5187
5187
|
*
|
|
5188
5188
|
* @returns Reference to `this` in order to allow method chaining
|
|
5189
5189
|
*/
|
|
@@ -5197,14 +5197,14 @@ declare module "sap/gantt/config/LayoutGroup" {
|
|
|
5197
5197
|
/**
|
|
5198
5198
|
* Describes the settings that can be provided to the LayoutGroup constructor.
|
|
5199
5199
|
*
|
|
5200
|
-
* @deprecated (since 1.64)
|
|
5200
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5201
5201
|
*/
|
|
5202
5202
|
export interface $LayoutGroupSettings extends $ToolbarGroupSettings {
|
|
5203
5203
|
/**
|
|
5204
5204
|
* Determines the button type. See {@link sap.m.ButtonType} true stands for {@link sap.m.ButtonType.Emphasized }
|
|
5205
5205
|
* false stands for {@link sap.m.ButtonType.Default}
|
|
5206
5206
|
*
|
|
5207
|
-
* @deprecated (since 1.50)
|
|
5207
|
+
* @deprecated (since 1.50) - the concept has been discarded.
|
|
5208
5208
|
*/
|
|
5209
5209
|
enableRichStyle?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
5210
5210
|
}
|
|
@@ -5291,7 +5291,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5291
5291
|
*
|
|
5292
5292
|
* Default value is `[]`.
|
|
5293
5293
|
*
|
|
5294
|
-
* @deprecated (since 1.119)
|
|
5294
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5295
5295
|
*
|
|
5296
5296
|
* @returns Value of property `dstHorizons`
|
|
5297
5297
|
*/
|
|
@@ -5303,7 +5303,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5303
5303
|
*
|
|
5304
5304
|
* Default value is `"000000"`.
|
|
5305
5305
|
*
|
|
5306
|
-
* @deprecated (since 1.119)
|
|
5306
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5307
5307
|
*
|
|
5308
5308
|
* @returns Value of property `utcdiff`
|
|
5309
5309
|
*/
|
|
@@ -5315,7 +5315,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5315
5315
|
*
|
|
5316
5316
|
* Default value is `"+"`.
|
|
5317
5317
|
*
|
|
5318
|
-
* @deprecated (since 1.119)
|
|
5318
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5319
5319
|
*
|
|
5320
5320
|
* @returns Value of property `utcsign`
|
|
5321
5321
|
*/
|
|
@@ -5330,7 +5330,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5330
5330
|
*
|
|
5331
5331
|
* Default value is `[]`.
|
|
5332
5332
|
*
|
|
5333
|
-
* @deprecated (since 1.119)
|
|
5333
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5334
5334
|
*
|
|
5335
5335
|
* @returns Reference to `this` in order to allow method chaining
|
|
5336
5336
|
*/
|
|
@@ -5343,8 +5343,8 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5343
5343
|
/**
|
|
5344
5344
|
* Sets a new value for property {@link #getTimeZone timeZone}.
|
|
5345
5345
|
*
|
|
5346
|
-
* Custom timezone for Gantt. The
|
|
5347
|
-
* see {@link sap.
|
|
5346
|
+
* Custom timezone for Gantt. The localization time zone is considered as the default time zone for the
|
|
5347
|
+
* locale, see {@link sap.base.i18n.Localization#getTimezone}
|
|
5348
5348
|
*
|
|
5349
5349
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5350
5350
|
*
|
|
@@ -5366,7 +5366,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5366
5366
|
*
|
|
5367
5367
|
* Default value is `"000000"`.
|
|
5368
5368
|
*
|
|
5369
|
-
* @deprecated (since 1.119)
|
|
5369
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5370
5370
|
*
|
|
5371
5371
|
* @returns Reference to `this` in order to allow method chaining
|
|
5372
5372
|
*/
|
|
@@ -5385,7 +5385,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5385
5385
|
*
|
|
5386
5386
|
* Default value is `"+"`.
|
|
5387
5387
|
*
|
|
5388
|
-
* @deprecated (since 1.119)
|
|
5388
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5389
5389
|
*
|
|
5390
5390
|
* @returns Reference to `this` in order to allow method chaining
|
|
5391
5391
|
*/
|
|
@@ -5401,22 +5401,22 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5401
5401
|
*/
|
|
5402
5402
|
export interface $LocaleSettings extends $ElementSettings {
|
|
5403
5403
|
/**
|
|
5404
|
-
* Custom timezone for Gantt. The
|
|
5405
|
-
* see {@link sap.
|
|
5404
|
+
* Custom timezone for Gantt. The localization time zone is considered as the default time zone for the
|
|
5405
|
+
* locale, see {@link sap.base.i18n.Localization#getTimezone}
|
|
5406
5406
|
*/
|
|
5407
5407
|
timeZone?: string | PropertyBindingInfo;
|
|
5408
5408
|
|
|
5409
5409
|
/**
|
|
5410
5410
|
* Gap value to the UTC time in the format hhmmss
|
|
5411
5411
|
*
|
|
5412
|
-
* @deprecated (since 1.119)
|
|
5412
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5413
5413
|
*/
|
|
5414
5414
|
utcdiff?: string | PropertyBindingInfo;
|
|
5415
5415
|
|
|
5416
5416
|
/**
|
|
5417
5417
|
* Sign of the gap to the UTC time. Two valid values: "+" or "-".
|
|
5418
5418
|
*
|
|
5419
|
-
* @deprecated (since 1.119)
|
|
5419
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5420
5420
|
*/
|
|
5421
5421
|
utcsign?: string | PropertyBindingInfo;
|
|
5422
5422
|
|
|
@@ -5424,7 +5424,7 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5424
5424
|
* Day-light saving time periods. Array of {@link sap.gantt.config.TimeHorizon} other locale info like langu,
|
|
5425
5425
|
* dateFormat, timeFormat and numberFormat, please use UI5 standard configuration object.
|
|
5426
5426
|
*
|
|
5427
|
-
* @deprecated (since 1.119)
|
|
5427
|
+
* @deprecated (since 1.119) - the concept has been discarded.
|
|
5428
5428
|
*/
|
|
5429
5429
|
dstHorizons?: object[] | PropertyBindingInfo | `{${string}}`;
|
|
5430
5430
|
}
|
|
@@ -5443,7 +5443,7 @@ declare module "sap/gantt/config/Mode" {
|
|
|
5443
5443
|
* The Mode control specifies the mode which is used in GanttChart and Shape. Mode enables GanttChart to
|
|
5444
5444
|
* show the same objects in different views.
|
|
5445
5445
|
*
|
|
5446
|
-
* @deprecated (since 1.64)
|
|
5446
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5447
5447
|
*/
|
|
5448
5448
|
export default class Mode extends UI5Element {
|
|
5449
5449
|
/**
|
|
@@ -5612,7 +5612,7 @@ declare module "sap/gantt/config/Mode" {
|
|
|
5612
5612
|
/**
|
|
5613
5613
|
* Describes the settings that can be provided to the Mode constructor.
|
|
5614
5614
|
*
|
|
5615
|
-
* @deprecated (since 1.64)
|
|
5615
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5616
5616
|
*/
|
|
5617
5617
|
export interface $ModeSettings extends $ElementSettings {
|
|
5618
5618
|
/**
|
|
@@ -5650,7 +5650,7 @@ declare module "sap/gantt/config/ModeGroup" {
|
|
|
5650
5650
|
/**
|
|
5651
5651
|
* The ModeGroup control specifies the mode-related buttons in the Gantt chart toolbar
|
|
5652
5652
|
*
|
|
5653
|
-
* @deprecated (since 1.64)
|
|
5653
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5654
5654
|
*/
|
|
5655
5655
|
export default class ModeGroup extends ToolbarGroup {
|
|
5656
5656
|
/**
|
|
@@ -5748,7 +5748,7 @@ declare module "sap/gantt/config/ModeGroup" {
|
|
|
5748
5748
|
/**
|
|
5749
5749
|
* Describes the settings that can be provided to the ModeGroup constructor.
|
|
5750
5750
|
*
|
|
5751
|
-
* @deprecated (since 1.64)
|
|
5751
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5752
5752
|
*/
|
|
5753
5753
|
export interface $ModeGroupSettings extends $ToolbarGroupSettings {
|
|
5754
5754
|
/**
|
|
@@ -5768,7 +5768,7 @@ declare module "sap/gantt/config/ObjectType" {
|
|
|
5768
5768
|
/**
|
|
5769
5769
|
* Define the ObjectType which is used in GanttChart
|
|
5770
5770
|
*
|
|
5771
|
-
* @deprecated (since 1.64)
|
|
5771
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5772
5772
|
*/
|
|
5773
5773
|
export default class ObjectType extends UI5Element {
|
|
5774
5774
|
/**
|
|
@@ -5945,7 +5945,7 @@ declare module "sap/gantt/config/ObjectType" {
|
|
|
5945
5945
|
/**
|
|
5946
5946
|
* Describes the settings that can be provided to the ObjectType constructor.
|
|
5947
5947
|
*
|
|
5948
|
-
* @deprecated (since 1.64)
|
|
5948
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5949
5949
|
*/
|
|
5950
5950
|
export interface $ObjectTypeSettings extends $ElementSettings {
|
|
5951
5951
|
/**
|
|
@@ -5984,7 +5984,7 @@ declare module "sap/gantt/config/SettingGroup" {
|
|
|
5984
5984
|
* The SettingGroup control allows you to specify the number of setting items to display in the Setting
|
|
5985
5985
|
* window.
|
|
5986
5986
|
*
|
|
5987
|
-
* @deprecated (since 1.64)
|
|
5987
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
5988
5988
|
*/
|
|
5989
5989
|
export default class SettingGroup extends ToolbarGroup {
|
|
5990
5990
|
/**
|
|
@@ -6086,7 +6086,7 @@ declare module "sap/gantt/config/SettingGroup" {
|
|
|
6086
6086
|
/**
|
|
6087
6087
|
* Describes the settings that can be provided to the SettingGroup constructor.
|
|
6088
6088
|
*
|
|
6089
|
-
* @deprecated (since 1.64)
|
|
6089
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
6090
6090
|
*/
|
|
6091
6091
|
export interface $SettingGroupSettings extends $ToolbarGroupSettings {
|
|
6092
6092
|
/**
|
|
@@ -6294,7 +6294,7 @@ declare module "sap/gantt/config/Shape" {
|
|
|
6294
6294
|
* The root shape is called 'top shape'. Some properties are only top shape relevant such as `key`, `level`,
|
|
6295
6295
|
* and `selectedClassName`.
|
|
6296
6296
|
*
|
|
6297
|
-
* @deprecated (since 1.64)
|
|
6297
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
6298
6298
|
*/
|
|
6299
6299
|
export default class Shape extends UI5Element {
|
|
6300
6300
|
/**
|
|
@@ -6733,7 +6733,7 @@ declare module "sap/gantt/config/Shape" {
|
|
|
6733
6733
|
/**
|
|
6734
6734
|
* Describes the settings that can be provided to the Shape constructor.
|
|
6735
6735
|
*
|
|
6736
|
-
* @deprecated (since 1.64)
|
|
6736
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
6737
6737
|
*/
|
|
6738
6738
|
export interface $ShapeSettings extends $ElementSettings {
|
|
6739
6739
|
/**
|
|
@@ -7328,7 +7328,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7328
7328
|
/**
|
|
7329
7329
|
* You can define time zooming related toolbar items in the Gantt chart toolbar.
|
|
7330
7330
|
*
|
|
7331
|
-
* @deprecated (since 1.64)
|
|
7331
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
7332
7332
|
*/
|
|
7333
7333
|
export default class TimeZoomGroup extends ToolbarGroup {
|
|
7334
7334
|
/**
|
|
@@ -7548,7 +7548,7 @@ declare module "sap/gantt/config/TimeZoomGroup" {
|
|
|
7548
7548
|
/**
|
|
7549
7549
|
* Describes the settings that can be provided to the TimeZoomGroup constructor.
|
|
7550
7550
|
*
|
|
7551
|
-
* @deprecated (since 1.64)
|
|
7551
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
7552
7552
|
*/
|
|
7553
7553
|
export interface $TimeZoomGroupSettings extends $ToolbarGroupSettings {
|
|
7554
7554
|
/**
|
|
@@ -7599,7 +7599,7 @@ declare module "sap/gantt/config/ToolbarGroup" {
|
|
|
7599
7599
|
* Defines the toolbar group. Toolbar groups enables you to categorize related toolbar items. For example,
|
|
7600
7600
|
* you can put all settings-related toolbar items in the Setting group.
|
|
7601
7601
|
*
|
|
7602
|
-
* @deprecated (since 1.64)
|
|
7602
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
7603
7603
|
*/
|
|
7604
7604
|
export default class ToolbarGroup extends UI5Element {
|
|
7605
7605
|
/**
|
|
@@ -7757,7 +7757,7 @@ declare module "sap/gantt/config/ToolbarGroup" {
|
|
|
7757
7757
|
/**
|
|
7758
7758
|
* Describes the settings that can be provided to the ToolbarGroup constructor.
|
|
7759
7759
|
*
|
|
7760
|
-
* @deprecated (since 1.64)
|
|
7760
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
7761
7761
|
*/
|
|
7762
7762
|
export interface $ToolbarGroupSettings extends $ElementSettings {
|
|
7763
7763
|
/**
|
|
@@ -7794,7 +7794,7 @@ declare module "sap/gantt/config/ToolbarScheme" {
|
|
|
7794
7794
|
/**
|
|
7795
7795
|
* Defines the Toolbar scheme
|
|
7796
7796
|
*
|
|
7797
|
-
* @deprecated (since 1.64)
|
|
7797
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
7798
7798
|
*/
|
|
7799
7799
|
export default class ToolbarScheme extends UI5Element {
|
|
7800
7800
|
/**
|
|
@@ -8187,7 +8187,7 @@ declare module "sap/gantt/config/ToolbarScheme" {
|
|
|
8187
8187
|
/**
|
|
8188
8188
|
* Describes the settings that can be provided to the ToolbarScheme constructor.
|
|
8189
8189
|
*
|
|
8190
|
-
* @deprecated (since 1.64)
|
|
8190
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
8191
8191
|
*/
|
|
8192
8192
|
export interface $ToolbarSchemeSettings extends $ElementSettings {
|
|
8193
8193
|
/**
|
|
@@ -8276,7 +8276,7 @@ declare module "sap/gantt/control/Cell" {
|
|
|
8276
8276
|
*
|
|
8277
8277
|
* You can also use this class to define column specific properties that are applied when rendering a list.
|
|
8278
8278
|
*
|
|
8279
|
-
* @deprecated (since 1.64)
|
|
8279
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
8280
8280
|
*/
|
|
8281
8281
|
export default class Cell extends Control {
|
|
8282
8282
|
/**
|
|
@@ -8407,7 +8407,7 @@ declare module "sap/gantt/control/Cell" {
|
|
|
8407
8407
|
/**
|
|
8408
8408
|
* Describes the settings that can be provided to the Cell constructor.
|
|
8409
8409
|
*
|
|
8410
|
-
* @deprecated (since 1.64)
|
|
8410
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
8411
8411
|
*/
|
|
8412
8412
|
export interface $CellSettings extends $ControlSettings {
|
|
8413
8413
|
/**
|
|
@@ -11650,7 +11650,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
11650
11650
|
* Note that you do not need to specify the UID for a shape or row. Gantt Chart automatically forms the
|
|
11651
11651
|
* UIDs for shapes or rows.
|
|
11652
11652
|
*
|
|
11653
|
-
* @deprecated (since 1.64)
|
|
11653
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
11654
11654
|
*/
|
|
11655
11655
|
export default abstract class GanttChartBase extends Control {
|
|
11656
11656
|
/**
|
|
@@ -12096,7 +12096,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12096
12096
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12097
12097
|
* use this event.
|
|
12098
12098
|
*
|
|
12099
|
-
* @deprecated (since 1.44)
|
|
12099
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
12100
12100
|
*
|
|
12101
12101
|
* @returns Reference to `this` in order to allow method chaining
|
|
12102
12102
|
*/
|
|
@@ -12127,7 +12127,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12127
12127
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12128
12128
|
* use this event.
|
|
12129
12129
|
*
|
|
12130
|
-
* @deprecated (since 1.44)
|
|
12130
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
12131
12131
|
*
|
|
12132
12132
|
* @returns Reference to `this` in order to allow method chaining
|
|
12133
12133
|
*/
|
|
@@ -12602,7 +12602,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12602
12602
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12603
12603
|
* use this event.
|
|
12604
12604
|
*
|
|
12605
|
-
* @deprecated (since 1.44)
|
|
12605
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
12606
12606
|
*
|
|
12607
12607
|
* @returns Reference to `this` in order to allow method chaining
|
|
12608
12608
|
*/
|
|
@@ -12633,7 +12633,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12633
12633
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
12634
12634
|
* use this event.
|
|
12635
12635
|
*
|
|
12636
|
-
* @deprecated (since 1.44)
|
|
12636
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
12637
12637
|
*
|
|
12638
12638
|
* @returns Reference to `this` in order to allow method chaining
|
|
12639
12639
|
*/
|
|
@@ -12931,7 +12931,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
12931
12931
|
*
|
|
12932
12932
|
* The passed function and listener object must match the ones used for event registration.
|
|
12933
12933
|
*
|
|
12934
|
-
* @deprecated (since 1.44)
|
|
12934
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
12935
12935
|
*
|
|
12936
12936
|
* @returns Reference to `this` in order to allow method chaining
|
|
12937
12937
|
*/
|
|
@@ -13121,7 +13121,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13121
13121
|
*
|
|
13122
13122
|
* The passed function and listener object must match the ones used for event registration.
|
|
13123
13123
|
*
|
|
13124
|
-
* @deprecated (since 1.44)
|
|
13124
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
13125
13125
|
*
|
|
13126
13126
|
* @returns Reference to `this` in order to allow method chaining
|
|
13127
13127
|
*/
|
|
@@ -13243,7 +13243,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13243
13243
|
/**
|
|
13244
13244
|
* Fires event {@link #event:horizontalScroll horizontalScroll} to attached listeners.
|
|
13245
13245
|
*
|
|
13246
|
-
* @deprecated (since 1.44)
|
|
13246
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
13247
13247
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13248
13248
|
*
|
|
13249
13249
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -13374,7 +13374,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
13374
13374
|
/**
|
|
13375
13375
|
* Fires event {@link #event:verticalScroll verticalScroll} to attached listeners.
|
|
13376
13376
|
*
|
|
13377
|
-
* @deprecated (since 1.44)
|
|
13377
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
13378
13378
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13379
13379
|
*
|
|
13380
13380
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -14812,7 +14812,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
14812
14812
|
/**
|
|
14813
14813
|
* Describes the settings that can be provided to the GanttChartBase constructor.
|
|
14814
14814
|
*
|
|
14815
|
-
* @deprecated (since 1.64)
|
|
14815
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
14816
14816
|
*/
|
|
14817
14817
|
export interface $GanttChartBaseSettings extends $ControlSettings {
|
|
14818
14818
|
/**
|
|
@@ -15124,7 +15124,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15124
15124
|
* If the horizontal scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
15125
15125
|
* use this event.
|
|
15126
15126
|
*
|
|
15127
|
-
* @deprecated (since 1.44)
|
|
15127
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
15128
15128
|
*/
|
|
15129
15129
|
horizontalScroll?: (oEvent: GanttChartBase$HorizontalScrollEvent) => void;
|
|
15130
15130
|
|
|
@@ -15134,7 +15134,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15134
15134
|
* If the vertical scroll bar exists and synchronization is needed with other Gantt charts in the container,
|
|
15135
15135
|
* use this event.
|
|
15136
15136
|
*
|
|
15137
|
-
* @deprecated (since 1.44)
|
|
15137
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
15138
15138
|
*/
|
|
15139
15139
|
verticalScroll?: (oEvent: GanttChartBase$VerticalScrollEvent) => void;
|
|
15140
15140
|
|
|
@@ -15462,7 +15462,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15462
15462
|
/**
|
|
15463
15463
|
* Parameters of the GanttChartBase#horizontalScroll event.
|
|
15464
15464
|
*
|
|
15465
|
-
* @deprecated (since 1.44)
|
|
15465
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
15466
15466
|
*/
|
|
15467
15467
|
export interface GanttChartBase$HorizontalScrollEventParameters {
|
|
15468
15468
|
/**
|
|
@@ -15484,7 +15484,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15484
15484
|
/**
|
|
15485
15485
|
* Event object of the GanttChartBase#horizontalScroll event.
|
|
15486
15486
|
*
|
|
15487
|
-
* @deprecated (since 1.44)
|
|
15487
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
15488
15488
|
*/
|
|
15489
15489
|
export type GanttChartBase$HorizontalScrollEvent = Event<
|
|
15490
15490
|
GanttChartBase$HorizontalScrollEventParameters,
|
|
@@ -15761,7 +15761,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15761
15761
|
/**
|
|
15762
15762
|
* Parameters of the GanttChartBase#verticalScroll event.
|
|
15763
15763
|
*
|
|
15764
|
-
* @deprecated (since 1.44)
|
|
15764
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
15765
15765
|
*/
|
|
15766
15766
|
export interface GanttChartBase$VerticalScrollEventParameters {
|
|
15767
15767
|
/**
|
|
@@ -15773,7 +15773,7 @@ declare module "sap/gantt/GanttChartBase" {
|
|
|
15773
15773
|
/**
|
|
15774
15774
|
* Event object of the GanttChartBase#verticalScroll event.
|
|
15775
15775
|
*
|
|
15776
|
-
* @deprecated (since 1.44)
|
|
15776
|
+
* @deprecated (since 1.44) - the concept has been discarded.
|
|
15777
15777
|
*/
|
|
15778
15778
|
export type GanttChartBase$VerticalScrollEvent = Event<
|
|
15779
15779
|
GanttChartBase$VerticalScrollEventParameters,
|
|
@@ -17874,6 +17874,153 @@ declare module "sap/gantt/GanttChartWithTable" {
|
|
|
17874
17874
|
}
|
|
17875
17875
|
}
|
|
17876
17876
|
|
|
17877
|
+
declare module "sap/gantt/layouts/SidePanel" {
|
|
17878
|
+
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
17879
|
+
|
|
17880
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
17881
|
+
|
|
17882
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
17883
|
+
|
|
17884
|
+
/**
|
|
17885
|
+
* Enables applications to place a custom control within the Gantt Chart Container. The Side Panel control
|
|
17886
|
+
* manages the rendering of the control placed in the `content` aggregation. The child control also receives
|
|
17887
|
+
* `onActivated` and `onDeactivated` pseudo-events when activated or deactivated. const sidePanel
|
|
17888
|
+
* = this.getParent();
|
|
17889
|
+
*
|
|
17890
|
+
* sidePanel.addEventDelegate({ onActivated: (evt) => {}, //on activate handler onDeactivated: (evt) =>
|
|
17891
|
+
* {} //on deactivate handler })
|
|
17892
|
+
*
|
|
17893
|
+
* @since 1.126
|
|
17894
|
+
*/
|
|
17895
|
+
export default class SidePanel extends Control {
|
|
17896
|
+
/**
|
|
17897
|
+
* Creates and initializes a new class for side panel.
|
|
17898
|
+
*
|
|
17899
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
17900
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
17901
|
+
* of the syntax of the settings object.
|
|
17902
|
+
*/
|
|
17903
|
+
constructor(
|
|
17904
|
+
/**
|
|
17905
|
+
* ID of the new control. The ID is generated automatically if it is not provided.
|
|
17906
|
+
*/
|
|
17907
|
+
sId?: string,
|
|
17908
|
+
/**
|
|
17909
|
+
* Initial settings for the new control
|
|
17910
|
+
*/
|
|
17911
|
+
mSetting?: object
|
|
17912
|
+
);
|
|
17913
|
+
|
|
17914
|
+
/**
|
|
17915
|
+
* Creates a new subclass of class sap.gantt.layouts.SidePanel with name `sClassName` and enriches it with
|
|
17916
|
+
* the information contained in `oClassInfo`.
|
|
17917
|
+
*
|
|
17918
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
17919
|
+
*
|
|
17920
|
+
*
|
|
17921
|
+
* @returns Created class / constructor function
|
|
17922
|
+
*/
|
|
17923
|
+
static extend<T extends Record<string, unknown>>(
|
|
17924
|
+
/**
|
|
17925
|
+
* Name of the class being created
|
|
17926
|
+
*/
|
|
17927
|
+
sClassName: string,
|
|
17928
|
+
/**
|
|
17929
|
+
* Object literal with information about the class
|
|
17930
|
+
*/
|
|
17931
|
+
oClassInfo?: sap.ClassInfo<T, SidePanel>,
|
|
17932
|
+
/**
|
|
17933
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
17934
|
+
* used by this class
|
|
17935
|
+
*/
|
|
17936
|
+
FNMetaImpl?: Function
|
|
17937
|
+
): Function;
|
|
17938
|
+
/**
|
|
17939
|
+
* Returns a metadata object for class sap.gantt.layouts.SidePanel.
|
|
17940
|
+
*
|
|
17941
|
+
*
|
|
17942
|
+
* @returns Metadata object describing this class
|
|
17943
|
+
*/
|
|
17944
|
+
static getMetadata(): ElementMetadata;
|
|
17945
|
+
/**
|
|
17946
|
+
* Destroys the content in the aggregation {@link #getContent content}.
|
|
17947
|
+
*
|
|
17948
|
+
* @since 1.126
|
|
17949
|
+
*
|
|
17950
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
17951
|
+
*/
|
|
17952
|
+
destroyContent(): this;
|
|
17953
|
+
/**
|
|
17954
|
+
* Gets content of aggregation {@link #getContent content}.
|
|
17955
|
+
*
|
|
17956
|
+
* Control to be placed in the side panel.
|
|
17957
|
+
*
|
|
17958
|
+
* @since 1.126
|
|
17959
|
+
*/
|
|
17960
|
+
getContent(): Control;
|
|
17961
|
+
/**
|
|
17962
|
+
* Gets current value of property {@link #getVisible visible}.
|
|
17963
|
+
*
|
|
17964
|
+
* If this property is set to true, the content is shown in the side panel.
|
|
17965
|
+
*
|
|
17966
|
+
* Default value is `false`.
|
|
17967
|
+
*
|
|
17968
|
+
* @since 1.126
|
|
17969
|
+
*
|
|
17970
|
+
* @returns Value of property `visible`
|
|
17971
|
+
*/
|
|
17972
|
+
getVisible(): boolean;
|
|
17973
|
+
/**
|
|
17974
|
+
* Aggregation to set the content of the side panel
|
|
17975
|
+
*
|
|
17976
|
+
* @since 1.126
|
|
17977
|
+
*
|
|
17978
|
+
* @returns returns the control for chaining
|
|
17979
|
+
*/
|
|
17980
|
+
setContent(
|
|
17981
|
+
/**
|
|
17982
|
+
* control to be placed
|
|
17983
|
+
*/
|
|
17984
|
+
oControl: Control,
|
|
17985
|
+
/**
|
|
17986
|
+
* flag to suppress the invalidation
|
|
17987
|
+
*/
|
|
17988
|
+
bSuppressInvalidate: boolean
|
|
17989
|
+
): SidePanel;
|
|
17990
|
+
/**
|
|
17991
|
+
* Method to hide or show the side panel
|
|
17992
|
+
*
|
|
17993
|
+
* @since 1.126
|
|
17994
|
+
*
|
|
17995
|
+
* @returns returns the control for chaining
|
|
17996
|
+
*/
|
|
17997
|
+
setVisible(
|
|
17998
|
+
/**
|
|
17999
|
+
* flag to hide or show the side panel
|
|
18000
|
+
*/
|
|
18001
|
+
bEnabled: boolean
|
|
18002
|
+
): this;
|
|
18003
|
+
}
|
|
18004
|
+
/**
|
|
18005
|
+
* Describes the settings that can be provided to the SidePanel constructor.
|
|
18006
|
+
*/
|
|
18007
|
+
export interface $SidePanelSettings extends $ControlSettings {
|
|
18008
|
+
/**
|
|
18009
|
+
* If this property is set to true, the content is shown in the side panel.
|
|
18010
|
+
*
|
|
18011
|
+
* @since 1.126
|
|
18012
|
+
*/
|
|
18013
|
+
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
18014
|
+
|
|
18015
|
+
/**
|
|
18016
|
+
* Control to be placed in the side panel.
|
|
18017
|
+
*
|
|
18018
|
+
* @since 1.126
|
|
18019
|
+
*/
|
|
18020
|
+
content?: Control;
|
|
18021
|
+
}
|
|
18022
|
+
}
|
|
18023
|
+
|
|
17877
18024
|
declare module "sap/gantt/legend/DimensionLegend" {
|
|
17878
18025
|
import {
|
|
17879
18026
|
default as LegendBase,
|
|
@@ -17897,7 +18044,7 @@ declare module "sap/gantt/legend/DimensionLegend" {
|
|
|
17897
18044
|
* a three by four two-dimension legend containing twelve legend items. Each them represents an object in
|
|
17898
18045
|
* a specific type and a specific status. For example, a red square stands for executed freight orders.
|
|
17899
18046
|
*
|
|
17900
|
-
* @deprecated (since 1.64)
|
|
18047
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.DimensionLegend}.
|
|
17901
18048
|
*/
|
|
17902
18049
|
export default class DimensionLegend extends LegendBase {
|
|
17903
18050
|
/**
|
|
@@ -18169,7 +18316,7 @@ declare module "sap/gantt/legend/DimensionLegend" {
|
|
|
18169
18316
|
/**
|
|
18170
18317
|
* Describes the settings that can be provided to the DimensionLegend constructor.
|
|
18171
18318
|
*
|
|
18172
|
-
* @deprecated (since 1.64)
|
|
18319
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.DimensionLegend}.
|
|
18173
18320
|
*/
|
|
18174
18321
|
export interface $DimensionLegendSettings extends $LegendBaseSettings {
|
|
18175
18322
|
/**
|
|
@@ -18234,7 +18381,7 @@ declare module "sap/gantt/legend/LegendBase" {
|
|
|
18234
18381
|
* pattern, and color) of individual legend items and their corresponding meanings in both dimensions
|
|
18235
18382
|
*
|
|
18236
18383
|
*
|
|
18237
|
-
* @deprecated (since 1.64)
|
|
18384
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
18238
18385
|
*/
|
|
18239
18386
|
export default abstract class LegendBase extends Control {
|
|
18240
18387
|
/**
|
|
@@ -18442,7 +18589,7 @@ declare module "sap/gantt/legend/LegendBase" {
|
|
|
18442
18589
|
/**
|
|
18443
18590
|
* Describes the settings that can be provided to the LegendBase constructor.
|
|
18444
18591
|
*
|
|
18445
|
-
* @deprecated (since 1.64)
|
|
18592
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
18446
18593
|
*/
|
|
18447
18594
|
export interface $LegendBaseSettings extends $ControlSettings {
|
|
18448
18595
|
/**
|
|
@@ -18491,7 +18638,7 @@ declare module "sap/gantt/legend/LegendContainer" {
|
|
|
18491
18638
|
* sections. The LegendContainer control contains an initial navigation page. Both the initial navigation
|
|
18492
18639
|
* page legend sections are Page controls.
|
|
18493
18640
|
*
|
|
18494
|
-
* @deprecated (since 1.64)
|
|
18641
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.LegendContainer}.
|
|
18495
18642
|
*/
|
|
18496
18643
|
export default class LegendContainer extends Control {
|
|
18497
18644
|
/**
|
|
@@ -18725,7 +18872,7 @@ declare module "sap/gantt/legend/LegendContainer" {
|
|
|
18725
18872
|
/**
|
|
18726
18873
|
* Describes the settings that can be provided to the LegendContainer constructor.
|
|
18727
18874
|
*
|
|
18728
|
-
* @deprecated (since 1.64)
|
|
18875
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.LegendContainer}.
|
|
18729
18876
|
*/
|
|
18730
18877
|
export interface $LegendContainerSettings extends $ControlSettings {
|
|
18731
18878
|
/**
|
|
@@ -18768,7 +18915,7 @@ declare module "sap/gantt/legend/ListLegend" {
|
|
|
18768
18915
|
* List Legend is a legend template that contains a list of shapes. You can use this class to define a list
|
|
18769
18916
|
* legend.
|
|
18770
18917
|
*
|
|
18771
|
-
* @deprecated (since 1.64)
|
|
18918
|
+
* @deprecated (since 1.64) - replaced by {@link ap.gantt.simple.ListLegend}.
|
|
18772
18919
|
*/
|
|
18773
18920
|
export default class ListLegend extends LegendBase {
|
|
18774
18921
|
/**
|
|
@@ -18943,7 +19090,7 @@ declare module "sap/gantt/legend/ListLegend" {
|
|
|
18943
19090
|
/**
|
|
18944
19091
|
* Describes the settings that can be provided to the ListLegend constructor.
|
|
18945
19092
|
*
|
|
18946
|
-
* @deprecated (since 1.64)
|
|
19093
|
+
* @deprecated (since 1.64) - replaced by {@link ap.gantt.simple.ListLegend}.
|
|
18947
19094
|
*/
|
|
18948
19095
|
export interface $ListLegendSettings extends $LegendBaseSettings {
|
|
18949
19096
|
/**
|
|
@@ -20082,7 +20229,7 @@ declare module "sap/gantt/shape/cal/Calendar" {
|
|
|
20082
20229
|
* The Calendar shape must be used in combination with Calendar def class {@link sap.gantt.def.cal.Calendar }
|
|
20083
20230
|
* which draws SVG 'defs' tag.
|
|
20084
20231
|
*
|
|
20085
|
-
* @deprecated (since 1.64)
|
|
20232
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20086
20233
|
*/
|
|
20087
20234
|
export default class Calendar extends Rectangle {
|
|
20088
20235
|
/**
|
|
@@ -20358,7 +20505,7 @@ declare module "sap/gantt/shape/cal/Calendar" {
|
|
|
20358
20505
|
/**
|
|
20359
20506
|
* Describes the settings that can be provided to the Calendar constructor.
|
|
20360
20507
|
*
|
|
20361
|
-
* @deprecated (since 1.64)
|
|
20508
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20362
20509
|
*/
|
|
20363
20510
|
export interface $CalendarSettings extends $RectangleSettings {
|
|
20364
20511
|
isBulk?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -20382,7 +20529,7 @@ declare module "sap/gantt/shape/Circle" {
|
|
|
20382
20529
|
*
|
|
20383
20530
|
*
|
|
20384
20531
|
*
|
|
20385
|
-
* @deprecated (since 1.64)
|
|
20532
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20386
20533
|
*/
|
|
20387
20534
|
export default class Circle extends Shape {
|
|
20388
20535
|
/**
|
|
@@ -20591,7 +20738,7 @@ declare module "sap/gantt/shape/Circle" {
|
|
|
20591
20738
|
/**
|
|
20592
20739
|
* Describes the settings that can be provided to the Circle constructor.
|
|
20593
20740
|
*
|
|
20594
|
-
* @deprecated (since 1.64)
|
|
20741
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20595
20742
|
*/
|
|
20596
20743
|
export interface $CircleSettings extends $ShapeSettings {
|
|
20597
20744
|
tag?: string | PropertyBindingInfo;
|
|
@@ -20623,7 +20770,7 @@ declare module "sap/gantt/shape/ClipPath" {
|
|
|
20623
20770
|
*
|
|
20624
20771
|
*
|
|
20625
20772
|
*
|
|
20626
|
-
* @deprecated (since 1.64)
|
|
20773
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20627
20774
|
*/
|
|
20628
20775
|
export default class ClipPath extends Shape {
|
|
20629
20776
|
/**
|
|
@@ -20804,7 +20951,7 @@ declare module "sap/gantt/shape/ClipPath" {
|
|
|
20804
20951
|
/**
|
|
20805
20952
|
* Describes the settings that can be provided to the ClipPath constructor.
|
|
20806
20953
|
*
|
|
20807
|
-
* @deprecated (since 1.64)
|
|
20954
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20808
20955
|
*/
|
|
20809
20956
|
export interface $ClipPathSettings extends $ShapeSettings {
|
|
20810
20957
|
tag?: string | PropertyBindingInfo;
|
|
@@ -20831,7 +20978,7 @@ declare module "sap/gantt/shape/Definitions" {
|
|
|
20831
20978
|
* `sap.gantt` provides defs like TextRepeat. Applications can also extend this base class to support more
|
|
20832
20979
|
* functionality.
|
|
20833
20980
|
*
|
|
20834
|
-
* @deprecated (since 1.64)
|
|
20981
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
20835
20982
|
*/
|
|
20836
20983
|
export default class Definitions extends Shape {
|
|
20837
20984
|
/**
|
|
@@ -21026,7 +21173,7 @@ declare module "sap/gantt/shape/Definitions" {
|
|
|
21026
21173
|
/**
|
|
21027
21174
|
* Describes the settings that can be provided to the Definitions constructor.
|
|
21028
21175
|
*
|
|
21029
|
-
* @deprecated (since 1.64)
|
|
21176
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
21030
21177
|
*/
|
|
21031
21178
|
export interface $DefinitionsSettings extends $ShapeSettings {
|
|
21032
21179
|
tag?: string | PropertyBindingInfo;
|
|
@@ -21062,7 +21209,7 @@ declare module "sap/gantt/shape/ext/Chevron" {
|
|
|
21062
21209
|
* height tailLength headLength
|
|
21063
21210
|
*
|
|
21064
21211
|
*
|
|
21065
|
-
* @deprecated (since 1.64)
|
|
21212
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
21066
21213
|
*/
|
|
21067
21214
|
export default class Chevron extends Path {
|
|
21068
21215
|
/**
|
|
@@ -21324,7 +21471,7 @@ declare module "sap/gantt/shape/ext/Chevron" {
|
|
|
21324
21471
|
/**
|
|
21325
21472
|
* Describes the settings that can be provided to the Chevron constructor.
|
|
21326
21473
|
*
|
|
21327
|
-
* @deprecated (since 1.64)
|
|
21474
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
21328
21475
|
*/
|
|
21329
21476
|
export interface $ChevronSettings extends $PathSettings {
|
|
21330
21477
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21358,7 +21505,7 @@ declare module "sap/gantt/shape/ext/Cursor" {
|
|
|
21358
21505
|
* point Height
|
|
21359
21506
|
*
|
|
21360
21507
|
*
|
|
21361
|
-
* @deprecated (since 1.64)
|
|
21508
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseCursor}.
|
|
21362
21509
|
*/
|
|
21363
21510
|
export default class Cursor extends Path {
|
|
21364
21511
|
/**
|
|
@@ -21589,7 +21736,7 @@ declare module "sap/gantt/shape/ext/Cursor" {
|
|
|
21589
21736
|
/**
|
|
21590
21737
|
* Describes the settings that can be provided to the Cursor constructor.
|
|
21591
21738
|
*
|
|
21592
|
-
* @deprecated (since 1.64)
|
|
21739
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseCursor}.
|
|
21593
21740
|
*/
|
|
21594
21741
|
export interface $CursorSettings extends $PathSettings {
|
|
21595
21742
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21617,7 +21764,7 @@ declare module "sap/gantt/shape/ext/Diamond" {
|
|
|
21617
21764
|
*
|
|
21618
21765
|
* time rotation Center horizontalDiagonal vertitalDiagonal
|
|
21619
21766
|
*
|
|
21620
|
-
* @deprecated (since 1.64)
|
|
21767
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseDiamong}.
|
|
21621
21768
|
*/
|
|
21622
21769
|
export default class Diamond extends Path {
|
|
21623
21770
|
/**
|
|
@@ -21812,7 +21959,7 @@ declare module "sap/gantt/shape/ext/Diamond" {
|
|
|
21812
21959
|
/**
|
|
21813
21960
|
* Describes the settings that can be provided to the Diamond constructor.
|
|
21814
21961
|
*
|
|
21815
|
-
* @deprecated (since 1.64)
|
|
21962
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseDiamong}.
|
|
21816
21963
|
*/
|
|
21817
21964
|
export interface $DiamondSettings extends $PathSettings {
|
|
21818
21965
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -21833,7 +21980,7 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
21833
21980
|
/**
|
|
21834
21981
|
* Iconfont shape class using SVG tag 'text'. This shape is usually used to display icons in Gantt chart.
|
|
21835
21982
|
*
|
|
21836
|
-
* @deprecated (since 1.64)
|
|
21983
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
21837
21984
|
*/
|
|
21838
21985
|
export default class Iconfont extends Text {
|
|
21839
21986
|
/**
|
|
@@ -21997,7 +22144,7 @@ declare module "sap/gantt/shape/ext/Iconfont" {
|
|
|
21997
22144
|
/**
|
|
21998
22145
|
* Describes the settings that can be provided to the Iconfont constructor.
|
|
21999
22146
|
*
|
|
22000
|
-
* @deprecated (since 1.64)
|
|
22147
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
22001
22148
|
*/
|
|
22002
22149
|
export interface $IconfontSettings extends $TextSettings {
|
|
22003
22150
|
name?: string | PropertyBindingInfo;
|
|
@@ -22023,7 +22170,7 @@ declare module "sap/gantt/shape/ext/Pentangle" {
|
|
|
22023
22170
|
*
|
|
22024
22171
|
* time rotation Center radius radius2
|
|
22025
22172
|
*
|
|
22026
|
-
* @deprecated (since 1.64)
|
|
22173
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
22027
22174
|
*/
|
|
22028
22175
|
export default class Pentangle extends Polygon {
|
|
22029
22176
|
/**
|
|
@@ -22188,7 +22335,7 @@ declare module "sap/gantt/shape/ext/Pentangle" {
|
|
|
22188
22335
|
/**
|
|
22189
22336
|
* Describes the settings that can be provided to the Pentangle constructor.
|
|
22190
22337
|
*
|
|
22191
|
-
* @deprecated (since 1.64)
|
|
22338
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
22192
22339
|
*/
|
|
22193
22340
|
export interface $PentangleSettings extends $PolygonSettings {
|
|
22194
22341
|
radius?: float | PropertyBindingInfo | `{${string}}`;
|
|
@@ -22214,7 +22361,7 @@ declare module "sap/gantt/shape/ext/rls/Relationship" {
|
|
|
22214
22361
|
* Four types of relationships are supported and L-shaped lines are supported for the finish-to-start
|
|
22215
22362
|
* type.
|
|
22216
22363
|
*
|
|
22217
|
-
* @deprecated (since 1.64)
|
|
22364
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.Relationship}.
|
|
22218
22365
|
*/
|
|
22219
22366
|
export default class Relationship extends Path {
|
|
22220
22367
|
/**
|
|
@@ -22889,7 +23036,7 @@ declare module "sap/gantt/shape/ext/rls/Relationship" {
|
|
|
22889
23036
|
/**
|
|
22890
23037
|
* Describes the settings that can be provided to the Relationship constructor.
|
|
22891
23038
|
*
|
|
22892
|
-
* @deprecated (since 1.64)
|
|
23039
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.Relationship}.
|
|
22893
23040
|
*/
|
|
22894
23041
|
export interface $RelationshipSettings extends $PathSettings {
|
|
22895
23042
|
/**
|
|
@@ -23098,7 +23245,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23098
23245
|
/**
|
|
23099
23246
|
* Do not use! This method only exists for type compatibility reasons and always returns 0.
|
|
23100
23247
|
*
|
|
23101
|
-
* @deprecated (since 1.90.0)
|
|
23248
|
+
* @deprecated (since 1.90.0) - the concept has been discarded.
|
|
23102
23249
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23103
23250
|
*
|
|
23104
23251
|
* @returns Value of property `height`.
|
|
@@ -23140,7 +23287,7 @@ declare module "sap/gantt/shape/ext/rls/SelectedRelationship" {
|
|
|
23140
23287
|
/**
|
|
23141
23288
|
* Do not use! This method only exists for type compatibility reasons and does nothing.
|
|
23142
23289
|
*
|
|
23143
|
-
* @deprecated (since 1.90.0)
|
|
23290
|
+
* @deprecated (since 1.90.0) - the concept has been discarded.
|
|
23144
23291
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23145
23292
|
*
|
|
23146
23293
|
* @returns this to allow method chaining
|
|
@@ -23218,7 +23365,7 @@ declare module "sap/gantt/shape/ext/TextRepeat" {
|
|
|
23218
23365
|
* a 'pattern' element and then referenced by the 'fill' and 'stroke' properties on a given graphics element
|
|
23219
23366
|
* to indicate that the element will be filled or stroked with the referenced pattern.
|
|
23220
23367
|
*
|
|
23221
|
-
* @deprecated (since 1.64)
|
|
23368
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
23222
23369
|
*/
|
|
23223
23370
|
export default class TextRepeat extends Definitions {
|
|
23224
23371
|
/**
|
|
@@ -23614,7 +23761,7 @@ declare module "sap/gantt/shape/ext/TextRepeat" {
|
|
|
23614
23761
|
/**
|
|
23615
23762
|
* Describes the settings that can be provided to the TextRepeat constructor.
|
|
23616
23763
|
*
|
|
23617
|
-
* @deprecated (since 1.64)
|
|
23764
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
23618
23765
|
*/
|
|
23619
23766
|
export interface $TextRepeatSettings extends $DefinitionsSettings {
|
|
23620
23767
|
childTagName?: string | PropertyBindingInfo;
|
|
@@ -23656,7 +23803,7 @@ declare module "sap/gantt/shape/ext/Triangle" {
|
|
|
23656
23803
|
* height distanceOfyAxisHeight
|
|
23657
23804
|
* base
|
|
23658
23805
|
*
|
|
23659
|
-
* @deprecated (since 1.64)
|
|
23806
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseTriangle}.
|
|
23660
23807
|
*/
|
|
23661
23808
|
export default class Triangle extends Path {
|
|
23662
23809
|
/**
|
|
@@ -23889,7 +24036,7 @@ declare module "sap/gantt/shape/ext/Triangle" {
|
|
|
23889
24036
|
/**
|
|
23890
24037
|
* Describes the settings that can be provided to the Triangle constructor.
|
|
23891
24038
|
*
|
|
23892
|
-
* @deprecated (since 1.64)
|
|
24039
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseTriangle}.
|
|
23893
24040
|
*/
|
|
23894
24041
|
export interface $TriangleSettings extends $PathSettings {
|
|
23895
24042
|
isClosed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -23915,7 +24062,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
23915
24062
|
*
|
|
23916
24063
|
*
|
|
23917
24064
|
*
|
|
23918
|
-
* @deprecated (since 1.64)
|
|
24065
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
23919
24066
|
*/
|
|
23920
24067
|
export default class UbcBorderPath extends Path {
|
|
23921
24068
|
/**
|
|
@@ -24052,7 +24199,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcBorderPath" {
|
|
|
24052
24199
|
/**
|
|
24053
24200
|
* Describes the settings that can be provided to the UbcBorderPath constructor.
|
|
24054
24201
|
*
|
|
24055
|
-
* @deprecated (since 1.64)
|
|
24202
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24056
24203
|
*/
|
|
24057
24204
|
export interface $UbcBorderPathSettings extends $PathSettings {}
|
|
24058
24205
|
}
|
|
@@ -24072,7 +24219,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24072
24219
|
*
|
|
24073
24220
|
*
|
|
24074
24221
|
*
|
|
24075
|
-
* @deprecated (since 1.64)
|
|
24222
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24076
24223
|
*/
|
|
24077
24224
|
export default class UbcOverCapacityZonePolygon extends UbcPolygon {
|
|
24078
24225
|
/**
|
|
@@ -24212,7 +24359,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcOverCapacityZonePolygon" {
|
|
|
24212
24359
|
/**
|
|
24213
24360
|
* Describes the settings that can be provided to the UbcOverCapacityZonePolygon constructor.
|
|
24214
24361
|
*
|
|
24215
|
-
* @deprecated (since 1.64)
|
|
24362
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24216
24363
|
*/
|
|
24217
24364
|
export interface $UbcOverCapacityZonePolygonSettings
|
|
24218
24365
|
extends $UbcPolygonSettings {}
|
|
@@ -24232,7 +24379,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24232
24379
|
*
|
|
24233
24380
|
* This base class defines a number of shared methods.
|
|
24234
24381
|
*
|
|
24235
|
-
* @deprecated (since 1.64)
|
|
24382
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24236
24383
|
*/
|
|
24237
24384
|
export default abstract class UbcPolygon extends Polygon {
|
|
24238
24385
|
/**
|
|
@@ -24312,7 +24459,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcPolygon" {
|
|
|
24312
24459
|
/**
|
|
24313
24460
|
* Describes the settings that can be provided to the UbcPolygon constructor.
|
|
24314
24461
|
*
|
|
24315
|
-
* @deprecated (since 1.64)
|
|
24462
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24316
24463
|
*/
|
|
24317
24464
|
export interface $UbcPolygonSettings extends $PolygonSettings {}
|
|
24318
24465
|
}
|
|
@@ -24332,7 +24479,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24332
24479
|
*
|
|
24333
24480
|
*
|
|
24334
24481
|
*
|
|
24335
|
-
* @deprecated (since 1.64)
|
|
24482
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24336
24483
|
*/
|
|
24337
24484
|
export default class UbcShortageCapacityPolygon extends UbcPolygon {
|
|
24338
24485
|
/**
|
|
@@ -24471,7 +24618,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcShortageCapacityPolygon" {
|
|
|
24471
24618
|
/**
|
|
24472
24619
|
* Describes the settings that can be provided to the UbcShortageCapacityPolygon constructor.
|
|
24473
24620
|
*
|
|
24474
|
-
* @deprecated (since 1.64)
|
|
24621
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24475
24622
|
*/
|
|
24476
24623
|
export interface $UbcShortageCapacityPolygonSettings
|
|
24477
24624
|
extends $UbcPolygonSettings {}
|
|
@@ -24505,7 +24652,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24505
24652
|
* Required Capacity: 75
|
|
24506
24653
|
*
|
|
24507
24654
|
*
|
|
24508
|
-
* @deprecated (since 1.64)
|
|
24655
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24509
24656
|
*/
|
|
24510
24657
|
export default class UbcTooltipRectangle extends Rectangle {
|
|
24511
24658
|
/**
|
|
@@ -24726,7 +24873,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcTooltipRectangle" {
|
|
|
24726
24873
|
/**
|
|
24727
24874
|
* Describes the settings that can be provided to the UbcTooltipRectangle constructor.
|
|
24728
24875
|
*
|
|
24729
|
-
* @deprecated (since 1.64)
|
|
24876
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24730
24877
|
*/
|
|
24731
24878
|
export interface $UbcTooltipRectangleSettings extends $RectangleSettings {}
|
|
24732
24879
|
}
|
|
@@ -24747,7 +24894,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
24747
24894
|
*
|
|
24748
24895
|
*
|
|
24749
24896
|
*
|
|
24750
|
-
* @deprecated (since 1.64)
|
|
24897
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24751
24898
|
*/
|
|
24752
24899
|
export default class UbcUnderCapacityZonePolygon extends UbcPolygon {
|
|
24753
24900
|
/**
|
|
@@ -24848,7 +24995,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUnderCapacityZonePolygon" {
|
|
|
24848
24995
|
/**
|
|
24849
24996
|
* Describes the settings that can be provided to the UbcUnderCapacityZonePolygon constructor.
|
|
24850
24997
|
*
|
|
24851
|
-
* @deprecated (since 1.64)
|
|
24998
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24852
24999
|
*/
|
|
24853
25000
|
export interface $UbcUnderCapacityZonePolygonSettings
|
|
24854
25001
|
extends $UbcPolygonSettings {}
|
|
@@ -24869,7 +25016,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
24869
25016
|
*
|
|
24870
25017
|
*
|
|
24871
25018
|
*
|
|
24872
|
-
* @deprecated (since 1.64)
|
|
25019
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24873
25020
|
*/
|
|
24874
25021
|
export default class UbcUsedPolygon extends UbcPolygon {
|
|
24875
25022
|
/**
|
|
@@ -24970,7 +25117,7 @@ declare module "sap/gantt/shape/ext/ubc/UbcUsedPolygon" {
|
|
|
24970
25117
|
/**
|
|
24971
25118
|
* Describes the settings that can be provided to the UbcUsedPolygon constructor.
|
|
24972
25119
|
*
|
|
24973
|
-
* @deprecated (since 1.64)
|
|
25120
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
24974
25121
|
*/
|
|
24975
25122
|
export interface $UbcUsedPolygonSettings extends $UbcPolygonSettings {}
|
|
24976
25123
|
}
|
|
@@ -25024,7 +25171,7 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25024
25171
|
* supply: "9", demand: "7", end_date: "20160127093400" },{ start_date: "20160127093400", supply: "8", demand:
|
|
25025
25172
|
* "8", start_date: "20160203134520" } ] } `
|
|
25026
25173
|
*
|
|
25027
|
-
* @deprecated (since 1.64)
|
|
25174
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25028
25175
|
*/
|
|
25029
25176
|
export default class UtilizationBarChart extends Group {
|
|
25030
25177
|
/**
|
|
@@ -25104,7 +25251,7 @@ declare module "sap/gantt/shape/ext/ubc/UtilizationBarChart" {
|
|
|
25104
25251
|
/**
|
|
25105
25252
|
* Describes the settings that can be provided to the UtilizationBarChart constructor.
|
|
25106
25253
|
*
|
|
25107
|
-
* @deprecated (since 1.64)
|
|
25254
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25108
25255
|
*/
|
|
25109
25256
|
export interface $UtilizationBarChartSettings extends $GroupSettings {}
|
|
25110
25257
|
}
|
|
@@ -25121,7 +25268,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25121
25268
|
*
|
|
25122
25269
|
*
|
|
25123
25270
|
*
|
|
25124
|
-
* @deprecated (since 1.64)
|
|
25271
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25125
25272
|
*/
|
|
25126
25273
|
export default class UlcBorderPath extends Path {
|
|
25127
25274
|
/**
|
|
@@ -25238,7 +25385,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcBorderPath" {
|
|
|
25238
25385
|
/**
|
|
25239
25386
|
* Describes the settings that can be provided to the UlcBorderPath constructor.
|
|
25240
25387
|
*
|
|
25241
|
-
* @deprecated (since 1.64)
|
|
25388
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25242
25389
|
*/
|
|
25243
25390
|
export interface $UlcBorderPathSettings extends $PathSettings {}
|
|
25244
25391
|
}
|
|
@@ -25251,7 +25398,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25251
25398
|
/**
|
|
25252
25399
|
* This shape is used to define path data inside {@link sap.gantt.shape.ext.ulc.UlcClipPath}.
|
|
25253
25400
|
*
|
|
25254
|
-
* @deprecated (since 1.64)
|
|
25401
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25255
25402
|
*/
|
|
25256
25403
|
export default class UlcClipingPath extends Path {
|
|
25257
25404
|
/**
|
|
@@ -25330,7 +25477,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipingPath" {
|
|
|
25330
25477
|
/**
|
|
25331
25478
|
* Describes the settings that can be provided to the UlcClipingPath constructor.
|
|
25332
25479
|
*
|
|
25333
|
-
* @deprecated (since 1.64)
|
|
25480
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25334
25481
|
*/
|
|
25335
25482
|
export interface $UlcClipingPathSettings extends $PathSettings {}
|
|
25336
25483
|
}
|
|
@@ -25346,7 +25493,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25346
25493
|
/**
|
|
25347
25494
|
* This shape is a container of {@link sap.gantt.shape.ext.ulc.UlcClipingPath}.
|
|
25348
25495
|
*
|
|
25349
|
-
* @deprecated (since 1.64)
|
|
25496
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25350
25497
|
*/
|
|
25351
25498
|
export default class UlcClipPath extends ClipPath {
|
|
25352
25499
|
/**
|
|
@@ -25427,7 +25574,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcClipPath" {
|
|
|
25427
25574
|
/**
|
|
25428
25575
|
* Describes the settings that can be provided to the UlcClipPath constructor.
|
|
25429
25576
|
*
|
|
25430
|
-
* @deprecated (since 1.64)
|
|
25577
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25431
25578
|
*/
|
|
25432
25579
|
export interface $UlcClipPathSettings extends $ClipPathSettings {}
|
|
25433
25580
|
}
|
|
@@ -25449,7 +25596,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25449
25596
|
* `UlcClipingPath` is aggregated in `UlcClipPath`. `UlcClipingPath` and `UlcBorderPath` share the same
|
|
25450
25597
|
* value of property 'd'. `UlcBorderPath` is used to visualize the dimension line.
|
|
25451
25598
|
*
|
|
25452
|
-
* @deprecated (since 1.64)
|
|
25599
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25453
25600
|
*/
|
|
25454
25601
|
export default class UlcDimension extends Group {
|
|
25455
25602
|
/**
|
|
@@ -25510,7 +25657,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcDimension" {
|
|
|
25510
25657
|
/**
|
|
25511
25658
|
* Describes the settings that can be provided to the UlcDimension constructor.
|
|
25512
25659
|
*
|
|
25513
|
-
* @deprecated (since 1.64)
|
|
25660
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25514
25661
|
*/
|
|
25515
25662
|
export interface $UlcDimensionSettings extends $GroupSettings {}
|
|
25516
25663
|
}
|
|
@@ -25527,7 +25674,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25527
25674
|
*
|
|
25528
25675
|
*
|
|
25529
25676
|
*
|
|
25530
|
-
* @deprecated (since 1.64)
|
|
25677
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25531
25678
|
*/
|
|
25532
25679
|
export default class UlcMiddleLine extends Line {
|
|
25533
25680
|
/**
|
|
@@ -25732,7 +25879,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcMiddleLine" {
|
|
|
25732
25879
|
/**
|
|
25733
25880
|
* Describes the settings that can be provided to the UlcMiddleLine constructor.
|
|
25734
25881
|
*
|
|
25735
|
-
* @deprecated (since 1.64)
|
|
25882
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25736
25883
|
*/
|
|
25737
25884
|
export interface $UlcMiddleLineSettings extends $LineSettings {}
|
|
25738
25885
|
}
|
|
@@ -25752,7 +25899,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
25752
25899
|
*
|
|
25753
25900
|
*
|
|
25754
25901
|
*
|
|
25755
|
-
* @deprecated (since 1.64)
|
|
25902
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25756
25903
|
*/
|
|
25757
25904
|
export default class UlcOverCapacityZoneRectangle extends UlcRectangle {
|
|
25758
25905
|
/**
|
|
@@ -25872,7 +26019,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverCapacityZoneRectangle" {
|
|
|
25872
26019
|
/**
|
|
25873
26020
|
* Describes the settings that can be provided to the UlcOverCapacityZoneRectangle constructor.
|
|
25874
26021
|
*
|
|
25875
|
-
* @deprecated (since 1.64)
|
|
26022
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25876
26023
|
*/
|
|
25877
26024
|
export interface $UlcOverCapacityZoneRectangleSettings
|
|
25878
26025
|
extends $UlcRectangleSettings {}
|
|
@@ -25893,7 +26040,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
25893
26040
|
*
|
|
25894
26041
|
*
|
|
25895
26042
|
*
|
|
25896
|
-
* @deprecated (since 1.64)
|
|
26043
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25897
26044
|
*/
|
|
25898
26045
|
export default class UlcOverClipRectangle extends UlcRectangle {
|
|
25899
26046
|
/**
|
|
@@ -25995,7 +26142,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcOverClipRectangle" {
|
|
|
25995
26142
|
/**
|
|
25996
26143
|
* Describes the settings that can be provided to the UlcOverClipRectangle constructor.
|
|
25997
26144
|
*
|
|
25998
|
-
* @deprecated (since 1.64)
|
|
26145
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
25999
26146
|
*/
|
|
26000
26147
|
export interface $UlcOverClipRectangleSettings
|
|
26001
26148
|
extends $UlcRectangleSettings {}
|
|
@@ -26015,7 +26162,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26015
26162
|
*
|
|
26016
26163
|
* This base class defines a number of shared methods.
|
|
26017
26164
|
*
|
|
26018
|
-
* @deprecated (since 1.64)
|
|
26165
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26019
26166
|
*/
|
|
26020
26167
|
export default abstract class UlcRectangle extends Rectangle {
|
|
26021
26168
|
/**
|
|
@@ -26158,7 +26305,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcRectangle" {
|
|
|
26158
26305
|
/**
|
|
26159
26306
|
* Describes the settings that can be provided to the UlcRectangle constructor.
|
|
26160
26307
|
*
|
|
26161
|
-
* @deprecated (since 1.64)
|
|
26308
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26162
26309
|
*/
|
|
26163
26310
|
export interface $UlcRectangleSettings extends $RectangleSettings {}
|
|
26164
26311
|
}
|
|
@@ -26188,7 +26335,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26188
26335
|
* dimention2: 105%-0
|
|
26189
26336
|
*
|
|
26190
26337
|
*
|
|
26191
|
-
* @deprecated (since 1.64)
|
|
26338
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26192
26339
|
*/
|
|
26193
26340
|
export default class UlcTooltipRectangle extends UlcRectangle {
|
|
26194
26341
|
/**
|
|
@@ -26367,7 +26514,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcTooltipRectangle" {
|
|
|
26367
26514
|
/**
|
|
26368
26515
|
* Describes the settings that can be provided to the UlcTooltipRectangle constructor.
|
|
26369
26516
|
*
|
|
26370
|
-
* @deprecated (since 1.64)
|
|
26517
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26371
26518
|
*/
|
|
26372
26519
|
export interface $UlcTooltipRectangleSettings extends $UlcRectangleSettings {}
|
|
26373
26520
|
}
|
|
@@ -26387,7 +26534,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26387
26534
|
*
|
|
26388
26535
|
*
|
|
26389
26536
|
*
|
|
26390
|
-
* @deprecated (since 1.64)
|
|
26537
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26391
26538
|
*/
|
|
26392
26539
|
export default class UlcUnderClipRectangle extends UlcRectangle {
|
|
26393
26540
|
/**
|
|
@@ -26563,7 +26710,7 @@ declare module "sap/gantt/shape/ext/ulc/UlcUnderClipRectangle" {
|
|
|
26563
26710
|
/**
|
|
26564
26711
|
* Describes the settings that can be provided to the UlcUnderClipRectangle constructor.
|
|
26565
26712
|
*
|
|
26566
|
-
* @deprecated (since 1.64)
|
|
26713
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26567
26714
|
*/
|
|
26568
26715
|
export interface $UlcUnderClipRectangleSettings
|
|
26569
26716
|
extends $UlcRectangleSettings {}
|
|
@@ -26624,7 +26771,7 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26624
26771
|
* }, util_mass:{ val: 114.5 } },{ from: "20160127051300", to: "20160128093312", lastOne: true, util_volumn:
|
|
26625
26772
|
* { previous: 97.6, next: 0 }, util_mass:{ previous: 114.5, next: 0 } } ] } `
|
|
26626
26773
|
*
|
|
26627
|
-
* @deprecated (since 1.64)
|
|
26774
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26628
26775
|
*/
|
|
26629
26776
|
export default class UtilizationLineChart extends Shape {
|
|
26630
26777
|
/**
|
|
@@ -26704,7 +26851,7 @@ declare module "sap/gantt/shape/ext/ulc/UtilizationLineChart" {
|
|
|
26704
26851
|
/**
|
|
26705
26852
|
* Describes the settings that can be provided to the UtilizationLineChart constructor.
|
|
26706
26853
|
*
|
|
26707
|
-
* @deprecated (since 1.64)
|
|
26854
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
26708
26855
|
*/
|
|
26709
26856
|
export interface $UtilizationLineChartSettings extends $ShapeSettings {}
|
|
26710
26857
|
}
|
|
@@ -26723,7 +26870,7 @@ declare module "sap/gantt/shape/Group" {
|
|
|
26723
26870
|
* Group shape class using SVG tag 'group'. It is a container shape. Any other shapes can be aggregated
|
|
26724
26871
|
* under a group.
|
|
26725
26872
|
*
|
|
26726
|
-
* @deprecated (since 1.64)
|
|
26873
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseGroup}.
|
|
26727
26874
|
*/
|
|
26728
26875
|
export default class Group extends Shape {
|
|
26729
26876
|
/**
|
|
@@ -26954,7 +27101,7 @@ declare module "sap/gantt/shape/Group" {
|
|
|
26954
27101
|
/**
|
|
26955
27102
|
* Describes the settings that can be provided to the Group constructor.
|
|
26956
27103
|
*
|
|
26957
|
-
* @deprecated (since 1.64)
|
|
27104
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseGroup}.
|
|
26958
27105
|
*/
|
|
26959
27106
|
export interface $GroupSettings extends $ShapeSettings {
|
|
26960
27107
|
tag?: string | PropertyBindingInfo;
|
|
@@ -26975,7 +27122,7 @@ declare module "sap/gantt/shape/Image" {
|
|
|
26975
27122
|
/**
|
|
26976
27123
|
* Image shape class using SVG tag 'image'. This shape is usually used to represent points in time.
|
|
26977
27124
|
*
|
|
26978
|
-
* @deprecated (since 1.64)
|
|
27125
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseImage}.
|
|
26979
27126
|
*/
|
|
26980
27127
|
export default class Image extends Shape {
|
|
26981
27128
|
/**
|
|
@@ -27250,7 +27397,7 @@ declare module "sap/gantt/shape/Image" {
|
|
|
27250
27397
|
/**
|
|
27251
27398
|
* Describes the settings that can be provided to the Image constructor.
|
|
27252
27399
|
*
|
|
27253
|
-
* @deprecated (since 1.64)
|
|
27400
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseImage}.
|
|
27254
27401
|
*/
|
|
27255
27402
|
export interface $ImageSettings extends $ShapeSettings {
|
|
27256
27403
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27282,7 +27429,7 @@ declare module "sap/gantt/shape/Line" {
|
|
|
27282
27429
|
*
|
|
27283
27430
|
*
|
|
27284
27431
|
*
|
|
27285
|
-
* @deprecated (since 1.64)
|
|
27432
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseLine}.
|
|
27286
27433
|
*/
|
|
27287
27434
|
export default class Line extends Shape {
|
|
27288
27435
|
/**
|
|
@@ -27560,7 +27707,7 @@ declare module "sap/gantt/shape/Line" {
|
|
|
27560
27707
|
/**
|
|
27561
27708
|
* Describes the settings that can be provided to the Line constructor.
|
|
27562
27709
|
*
|
|
27563
|
-
* @deprecated (since 1.64)
|
|
27710
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseLine}.
|
|
27564
27711
|
*/
|
|
27565
27712
|
export interface $LineSettings extends $ShapeSettings {
|
|
27566
27713
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27595,7 +27742,7 @@ declare module "sap/gantt/shape/Path" {
|
|
|
27595
27742
|
* M100,200 C100,100 250,100 250,200
|
|
27596
27743
|
* S400,300 400,200
|
|
27597
27744
|
*
|
|
27598
|
-
* @deprecated (since 1.64)
|
|
27745
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BasePath}.
|
|
27599
27746
|
*/
|
|
27600
27747
|
export default class Path extends Shape {
|
|
27601
27748
|
/**
|
|
@@ -27795,7 +27942,7 @@ declare module "sap/gantt/shape/Path" {
|
|
|
27795
27942
|
/**
|
|
27796
27943
|
* Describes the settings that can be provided to the Path constructor.
|
|
27797
27944
|
*
|
|
27798
|
-
* @deprecated (since 1.64)
|
|
27945
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BasePath}.
|
|
27799
27946
|
*/
|
|
27800
27947
|
export interface $PathSettings extends $ShapeSettings {
|
|
27801
27948
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27821,7 +27968,7 @@ declare module "sap/gantt/shape/Polygon" {
|
|
|
27821
27968
|
*
|
|
27822
27969
|
*
|
|
27823
27970
|
*
|
|
27824
|
-
* @deprecated (since 1.64)
|
|
27971
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
27825
27972
|
*/
|
|
27826
27973
|
export default class Polygon extends Shape {
|
|
27827
27974
|
/**
|
|
@@ -27960,7 +28107,7 @@ declare module "sap/gantt/shape/Polygon" {
|
|
|
27960
28107
|
/**
|
|
27961
28108
|
* Describes the settings that can be provided to the Polygon constructor.
|
|
27962
28109
|
*
|
|
27963
|
-
* @deprecated (since 1.64)
|
|
28110
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
27964
28111
|
*/
|
|
27965
28112
|
export interface $PolygonSettings extends $ShapeSettings {
|
|
27966
28113
|
tag?: string | PropertyBindingInfo;
|
|
@@ -27982,7 +28129,7 @@ declare module "sap/gantt/shape/Polyline" {
|
|
|
27982
28129
|
*
|
|
27983
28130
|
*
|
|
27984
28131
|
*
|
|
27985
|
-
* @deprecated (since 1.64)
|
|
28132
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
27986
28133
|
*/
|
|
27987
28134
|
export default class Polyline extends Shape {
|
|
27988
28135
|
/**
|
|
@@ -28145,7 +28292,7 @@ declare module "sap/gantt/shape/Polyline" {
|
|
|
28145
28292
|
/**
|
|
28146
28293
|
* Describes the settings that can be provided to the Polyline constructor.
|
|
28147
28294
|
*
|
|
28148
|
-
* @deprecated (since 1.64)
|
|
28295
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
28149
28296
|
*/
|
|
28150
28297
|
export interface $PolylineSettings extends $ShapeSettings {
|
|
28151
28298
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28175,7 +28322,7 @@ declare module "sap/gantt/shape/Rectangle" {
|
|
|
28175
28322
|
*
|
|
28176
28323
|
*
|
|
28177
28324
|
*
|
|
28178
|
-
* @deprecated (since 1.64)
|
|
28325
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
28179
28326
|
*/
|
|
28180
28327
|
export default class Rectangle extends Shape {
|
|
28181
28328
|
/**
|
|
@@ -28521,7 +28668,7 @@ declare module "sap/gantt/shape/Rectangle" {
|
|
|
28521
28668
|
/**
|
|
28522
28669
|
* Describes the settings that can be provided to the Rectangle constructor.
|
|
28523
28670
|
*
|
|
28524
|
-
* @deprecated (since 1.64)
|
|
28671
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseChevron}.
|
|
28525
28672
|
*/
|
|
28526
28673
|
export interface $RectangleSettings extends $ShapeSettings {
|
|
28527
28674
|
tag?: string | PropertyBindingInfo;
|
|
@@ -28553,7 +28700,7 @@ declare module "sap/gantt/shape/ResizeShadowShape" {
|
|
|
28553
28700
|
* Provides an implementation of shadow shapes, allowing you to create a highlighting effect by drawing
|
|
28554
28701
|
* the shadow shapes with thicker strokes in red.
|
|
28555
28702
|
*
|
|
28556
|
-
* @deprecated (since 1.64)
|
|
28703
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
28557
28704
|
*/
|
|
28558
28705
|
export default class ResizeShadowShape extends Path {
|
|
28559
28706
|
/**
|
|
@@ -28647,7 +28794,7 @@ declare module "sap/gantt/shape/ResizeShadowShape" {
|
|
|
28647
28794
|
/**
|
|
28648
28795
|
* Describes the settings that can be provided to the ResizeShadowShape constructor.
|
|
28649
28796
|
*
|
|
28650
|
-
* @deprecated (since 1.64)
|
|
28797
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
28651
28798
|
*/
|
|
28652
28799
|
export interface $ResizeShadowShapeSettings extends $PathSettings {
|
|
28653
28800
|
height?: int | PropertyBindingInfo | `{${string}}`;
|
|
@@ -28665,7 +28812,7 @@ declare module "sap/gantt/shape/SelectedShape" {
|
|
|
28665
28812
|
* Provides an implementation of selected shapes, allowing you to create a highlighting effect by drawing
|
|
28666
28813
|
* the selected shapes with red and thicker strokes.
|
|
28667
28814
|
*
|
|
28668
|
-
* @deprecated (since 1.64)
|
|
28815
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
28669
28816
|
*/
|
|
28670
28817
|
export default class SelectedShape extends Path {
|
|
28671
28818
|
/**
|
|
@@ -28999,7 +29146,7 @@ declare module "sap/gantt/shape/SelectedShape" {
|
|
|
28999
29146
|
/**
|
|
29000
29147
|
* Describes the settings that can be provided to the SelectedShape constructor.
|
|
29001
29148
|
*
|
|
29002
|
-
* @deprecated (since 1.64)
|
|
29149
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
29003
29150
|
*/
|
|
29004
29151
|
export interface $SelectedShapeSettings extends $PathSettings {
|
|
29005
29152
|
fill?: string | PropertyBindingInfo;
|
|
@@ -29071,7 +29218,7 @@ declare module "sap/gantt/shape/Shape" {
|
|
|
29071
29218
|
* way of drawing. The instance self does not hold any status (property values). Meanwhile, all getter are
|
|
29072
29219
|
* injected with actual data and related informations to adapt to d3 paradigm.
|
|
29073
29220
|
*
|
|
29074
|
-
* @deprecated (since 1.64)
|
|
29221
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseShape}.
|
|
29075
29222
|
*/
|
|
29076
29223
|
export default abstract class Shape extends UI5Element {
|
|
29077
29224
|
/**
|
|
@@ -30355,7 +30502,7 @@ declare module "sap/gantt/shape/Shape" {
|
|
|
30355
30502
|
/**
|
|
30356
30503
|
* Describes the settings that can be provided to the Shape constructor.
|
|
30357
30504
|
*
|
|
30358
|
-
* @deprecated (since 1.64)
|
|
30505
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseShape}.
|
|
30359
30506
|
*/
|
|
30360
30507
|
export interface $ShapeSettings extends $ElementSettings {
|
|
30361
30508
|
tag?: string | PropertyBindingInfo;
|
|
@@ -30455,7 +30602,7 @@ declare module "sap/gantt/shape/Text" {
|
|
|
30455
30602
|
*
|
|
30456
30603
|
* Normal text Text with line-through Underlined text One word has different underlining
|
|
30457
30604
|
*
|
|
30458
|
-
* @deprecated (since 1.64)
|
|
30605
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseText}.
|
|
30459
30606
|
*/
|
|
30460
30607
|
export default class Text extends Shape {
|
|
30461
30608
|
/**
|
|
@@ -30866,7 +31013,7 @@ declare module "sap/gantt/shape/Text" {
|
|
|
30866
31013
|
/**
|
|
30867
31014
|
* Describes the settings that can be provided to the Text constructor.
|
|
30868
31015
|
*
|
|
30869
|
-
* @deprecated (since 1.64)
|
|
31016
|
+
* @deprecated (since 1.64) - replaced by {@link sap.gantt.simple.BaseText}.
|
|
30870
31017
|
*/
|
|
30871
31018
|
export interface $TextSettings extends $ShapeSettings {
|
|
30872
31019
|
tag?: string | PropertyBindingInfo;
|
|
@@ -40488,6 +40635,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40488
40635
|
|
|
40489
40636
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
40490
40637
|
|
|
40638
|
+
import SidePanel from "sap/gantt/layouts/SidePanel";
|
|
40639
|
+
|
|
40491
40640
|
import FlexBox from "sap/m/FlexBox";
|
|
40492
40641
|
|
|
40493
40642
|
import SvgDefs from "sap/gantt/def/SvgDefs";
|
|
@@ -40905,6 +41054,14 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40905
41054
|
* @returns Reference to `this` in order to allow method chaining
|
|
40906
41055
|
*/
|
|
40907
41056
|
destroySearchSidePanelList(): this;
|
|
41057
|
+
/**
|
|
41058
|
+
* Destroys the sidePanel in the aggregation {@link #getSidePanel sidePanel}.
|
|
41059
|
+
*
|
|
41060
|
+
* @experimental (since 1.126)
|
|
41061
|
+
*
|
|
41062
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41063
|
+
*/
|
|
41064
|
+
destroySidePanel(): this;
|
|
40908
41065
|
/**
|
|
40909
41066
|
* Destroys the statusBar in the aggregation {@link #getStatusBar statusBar}.
|
|
40910
41067
|
*
|
|
@@ -41322,6 +41479,14 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41322
41479
|
* @experimental (since 1.102)
|
|
41323
41480
|
*/
|
|
41324
41481
|
getSearchSidePanelList(): /* was: sap.tnt.NavigationList */ any;
|
|
41482
|
+
/**
|
|
41483
|
+
* Gets content of aggregation {@link #getSidePanel sidePanel}.
|
|
41484
|
+
*
|
|
41485
|
+
* Side panel to place custom control within the Gantt Chart Container.
|
|
41486
|
+
*
|
|
41487
|
+
* @experimental (since 1.126)
|
|
41488
|
+
*/
|
|
41489
|
+
getSidePanel(): SidePanel;
|
|
41325
41490
|
/**
|
|
41326
41491
|
* Gets content of aggregation {@link #getStatusBar statusBar}.
|
|
41327
41492
|
*
|
|
@@ -41776,6 +41941,19 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41776
41941
|
*/
|
|
41777
41942
|
oSearchSidePanelList: /* was: sap.tnt.NavigationList */ any
|
|
41778
41943
|
): this;
|
|
41944
|
+
/**
|
|
41945
|
+
* Sets the aggregated {@link #getSidePanel sidePanel}.
|
|
41946
|
+
*
|
|
41947
|
+
* @experimental (since 1.126)
|
|
41948
|
+
*
|
|
41949
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41950
|
+
*/
|
|
41951
|
+
setSidePanel(
|
|
41952
|
+
/**
|
|
41953
|
+
* The sidePanel to set
|
|
41954
|
+
*/
|
|
41955
|
+
oSidePanel: SidePanel
|
|
41956
|
+
): this;
|
|
41779
41957
|
/**
|
|
41780
41958
|
* Sets the aggregated {@link #getStatusBar statusBar}.
|
|
41781
41959
|
*
|
|
@@ -42101,6 +42279,13 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42101
42279
|
*/
|
|
42102
42280
|
searchSidePanelList?: /* was: sap.tnt.NavigationList */ any;
|
|
42103
42281
|
|
|
42282
|
+
/**
|
|
42283
|
+
* Side panel to place custom control within the Gantt Chart Container.
|
|
42284
|
+
*
|
|
42285
|
+
* @experimental (since 1.126)
|
|
42286
|
+
*/
|
|
42287
|
+
sidePanel?: SidePanel;
|
|
42288
|
+
|
|
42104
42289
|
/**
|
|
42105
42290
|
* Event fired when the custom settings value is changed.
|
|
42106
42291
|
*
|
|
@@ -51942,11 +52127,7 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
51942
52127
|
$BaseShapeSettings,
|
|
51943
52128
|
} from "sap/gantt/simple/BaseShape";
|
|
51944
52129
|
|
|
51945
|
-
import {
|
|
51946
|
-
PaletteColor,
|
|
51947
|
-
ValueSVGPaintServer,
|
|
51948
|
-
SVGLength,
|
|
51949
|
-
} from "sap/gantt/library";
|
|
52130
|
+
import { PaletteColor, SVGLength } from "sap/gantt/library";
|
|
51950
52131
|
|
|
51951
52132
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
51952
52133
|
|
|
@@ -52023,28 +52204,6 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52023
52204
|
* @returns Value of property `color`
|
|
52024
52205
|
*/
|
|
52025
52206
|
getColor(): PaletteColor;
|
|
52026
|
-
/**
|
|
52027
|
-
* Gets current value of property {@link #getFill fill}.
|
|
52028
|
-
*
|
|
52029
|
-
* This property is ignored.
|
|
52030
|
-
*
|
|
52031
|
-
* @deprecated (since 1.71.2)
|
|
52032
|
-
*
|
|
52033
|
-
* @returns Value of property `fill`
|
|
52034
|
-
*/
|
|
52035
|
-
getFill(): ValueSVGPaintServer;
|
|
52036
|
-
/**
|
|
52037
|
-
* Gets current value of property {@link #getFillOpacity fillOpacity}.
|
|
52038
|
-
*
|
|
52039
|
-
* This property is ignored.
|
|
52040
|
-
*
|
|
52041
|
-
* Default value is `1.0`.
|
|
52042
|
-
*
|
|
52043
|
-
* @deprecated (since 1.71.2)
|
|
52044
|
-
*
|
|
52045
|
-
* @returns Value of property `fillOpacity`
|
|
52046
|
-
*/
|
|
52047
|
-
getFillOpacity(): float;
|
|
52048
52207
|
/**
|
|
52049
52208
|
* Gets current value of property {@link #getHeight height}.
|
|
52050
52209
|
*
|
|
@@ -52066,7 +52225,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52066
52225
|
*
|
|
52067
52226
|
* Default value is `true`.
|
|
52068
52227
|
*
|
|
52069
|
-
* @deprecated (since 1.71.2)
|
|
52228
|
+
* @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
|
|
52229
|
+
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52070
52230
|
*
|
|
52071
52231
|
* @returns Value of property `hoverable`
|
|
52072
52232
|
*/
|
|
@@ -52092,18 +52252,6 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52092
52252
|
* @returns `true` if the shape is in hover state, `false` otherwise.
|
|
52093
52253
|
*/
|
|
52094
52254
|
getHoverState(): boolean;
|
|
52095
|
-
/**
|
|
52096
|
-
* Gets current value of property {@link #getOpacity opacity}.
|
|
52097
|
-
*
|
|
52098
|
-
* This property is ignored.
|
|
52099
|
-
*
|
|
52100
|
-
* Default value is `1.0`.
|
|
52101
|
-
*
|
|
52102
|
-
* @deprecated (since 1.71.2)
|
|
52103
|
-
*
|
|
52104
|
-
* @returns Value of property `opacity`
|
|
52105
|
-
*/
|
|
52106
|
-
getOpacity(): float;
|
|
52107
52255
|
/**
|
|
52108
52256
|
* Computes the width in pixels this shape has based on current zoom level and `time` and `endTime`.
|
|
52109
52257
|
*
|
|
@@ -52125,7 +52273,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52125
52273
|
*
|
|
52126
52274
|
* Default value is `true`.
|
|
52127
52275
|
*
|
|
52128
|
-
* @deprecated (since 1.71.2)
|
|
52276
|
+
* @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
|
|
52277
|
+
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52129
52278
|
*
|
|
52130
52279
|
* @returns Value of property `selectable`
|
|
52131
52280
|
*/
|
|
@@ -52148,16 +52297,6 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52148
52297
|
* @returns Value of property `startX`
|
|
52149
52298
|
*/
|
|
52150
52299
|
getStartX(): SVGLength;
|
|
52151
|
-
/**
|
|
52152
|
-
* Gets current value of property {@link #getStroke stroke}.
|
|
52153
|
-
*
|
|
52154
|
-
* This property is ignored.
|
|
52155
|
-
*
|
|
52156
|
-
* @deprecated (since 1.71.2)
|
|
52157
|
-
*
|
|
52158
|
-
* @returns Value of property `stroke`
|
|
52159
|
-
*/
|
|
52160
|
-
getStroke(): ValueSVGPaintServer;
|
|
52161
52300
|
/**
|
|
52162
52301
|
* Translates color to hex value.
|
|
52163
52302
|
*
|
|
@@ -52226,42 +52365,6 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52226
52365
|
*/
|
|
52227
52366
|
sColor?: PaletteColor
|
|
52228
52367
|
): this;
|
|
52229
|
-
/**
|
|
52230
|
-
* Sets a new value for property {@link #getFill fill}.
|
|
52231
|
-
*
|
|
52232
|
-
* This property is ignored.
|
|
52233
|
-
*
|
|
52234
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
52235
|
-
*
|
|
52236
|
-
* @deprecated (since 1.71.2)
|
|
52237
|
-
*
|
|
52238
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
52239
|
-
*/
|
|
52240
|
-
setFill(
|
|
52241
|
-
/**
|
|
52242
|
-
* New value for property `fill`
|
|
52243
|
-
*/
|
|
52244
|
-
sFill: ValueSVGPaintServer
|
|
52245
|
-
): this;
|
|
52246
|
-
/**
|
|
52247
|
-
* Sets a new value for property {@link #getFillOpacity fillOpacity}.
|
|
52248
|
-
*
|
|
52249
|
-
* This property is ignored.
|
|
52250
|
-
*
|
|
52251
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
52252
|
-
*
|
|
52253
|
-
* Default value is `1.0`.
|
|
52254
|
-
*
|
|
52255
|
-
* @deprecated (since 1.71.2)
|
|
52256
|
-
*
|
|
52257
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
52258
|
-
*/
|
|
52259
|
-
setFillOpacity(
|
|
52260
|
-
/**
|
|
52261
|
-
* New value for property `fillOpacity`
|
|
52262
|
-
*/
|
|
52263
|
-
fFillOpacity?: float
|
|
52264
|
-
): this;
|
|
52265
52368
|
/**
|
|
52266
52369
|
* Sets a new value for property {@link #getHeight height}.
|
|
52267
52370
|
*
|
|
@@ -52292,7 +52395,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52292
52395
|
*
|
|
52293
52396
|
* Default value is `true`.
|
|
52294
52397
|
*
|
|
52295
|
-
* @deprecated (since 1.71.2)
|
|
52398
|
+
* @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
|
|
52399
|
+
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52296
52400
|
*
|
|
52297
52401
|
* @returns Reference to `this` in order to allow method chaining
|
|
52298
52402
|
*/
|
|
@@ -52302,25 +52406,6 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52302
52406
|
*/
|
|
52303
52407
|
bHoverable?: boolean
|
|
52304
52408
|
): this;
|
|
52305
|
-
/**
|
|
52306
|
-
* Sets a new value for property {@link #getOpacity opacity}.
|
|
52307
|
-
*
|
|
52308
|
-
* This property is ignored.
|
|
52309
|
-
*
|
|
52310
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
52311
|
-
*
|
|
52312
|
-
* Default value is `1.0`.
|
|
52313
|
-
*
|
|
52314
|
-
* @deprecated (since 1.71.2)
|
|
52315
|
-
*
|
|
52316
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
52317
|
-
*/
|
|
52318
|
-
setOpacity(
|
|
52319
|
-
/**
|
|
52320
|
-
* New value for property `opacity`
|
|
52321
|
-
*/
|
|
52322
|
-
fOpacity?: float
|
|
52323
|
-
): this;
|
|
52324
52409
|
/**
|
|
52325
52410
|
* Sets a new value for property {@link #getSelectable selectable}.
|
|
52326
52411
|
*
|
|
@@ -52330,7 +52415,8 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52330
52415
|
*
|
|
52331
52416
|
* Default value is `true`.
|
|
52332
52417
|
*
|
|
52333
|
-
* @deprecated (since 1.71.2)
|
|
52418
|
+
* @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
|
|
52419
|
+
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52334
52420
|
*
|
|
52335
52421
|
* @returns Reference to `this` in order to allow method chaining
|
|
52336
52422
|
*/
|
|
@@ -52358,23 +52444,6 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52358
52444
|
*/
|
|
52359
52445
|
sStartX?: SVGLength
|
|
52360
52446
|
): this;
|
|
52361
|
-
/**
|
|
52362
|
-
* Sets a new value for property {@link #getStroke stroke}.
|
|
52363
|
-
*
|
|
52364
|
-
* This property is ignored.
|
|
52365
|
-
*
|
|
52366
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
52367
|
-
*
|
|
52368
|
-
* @deprecated (since 1.71.2)
|
|
52369
|
-
*
|
|
52370
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
52371
|
-
*/
|
|
52372
|
-
setStroke(
|
|
52373
|
-
/**
|
|
52374
|
-
* New value for property `stroke`
|
|
52375
|
-
*/
|
|
52376
|
-
sStroke: ValueSVGPaintServer
|
|
52377
|
-
): this;
|
|
52378
52447
|
/**
|
|
52379
52448
|
* Sets a new value for property {@link #getWidth width}.
|
|
52380
52449
|
*
|
|
@@ -52421,45 +52490,19 @@ declare module "sap/gantt/simple/shapes/Shape" {
|
|
|
52421
52490
|
*/
|
|
52422
52491
|
startX?: SVGLength | PropertyBindingInfo | `{${string}}`;
|
|
52423
52492
|
|
|
52424
|
-
/**
|
|
52425
|
-
* This property is ignored.
|
|
52426
|
-
*
|
|
52427
|
-
* @deprecated (since 1.71.2)
|
|
52428
|
-
*/
|
|
52429
|
-
fill?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
52430
|
-
|
|
52431
|
-
/**
|
|
52432
|
-
* This property is ignored.
|
|
52433
|
-
*
|
|
52434
|
-
* @deprecated (since 1.71.2)
|
|
52435
|
-
*/
|
|
52436
|
-
fillOpacity?: float | PropertyBindingInfo | `{${string}}`;
|
|
52437
|
-
|
|
52438
|
-
/**
|
|
52439
|
-
* This property is ignored.
|
|
52440
|
-
*
|
|
52441
|
-
* @deprecated (since 1.71.2)
|
|
52442
|
-
*/
|
|
52443
|
-
stroke?: ValueSVGPaintServer | PropertyBindingInfo | `{${string}}`;
|
|
52444
|
-
|
|
52445
|
-
/**
|
|
52446
|
-
* This property is ignored.
|
|
52447
|
-
*
|
|
52448
|
-
* @deprecated (since 1.71.2)
|
|
52449
|
-
*/
|
|
52450
|
-
opacity?: float | PropertyBindingInfo | `{${string}}`;
|
|
52451
|
-
|
|
52452
52493
|
/**
|
|
52453
52494
|
* All standard shapes are selectable.
|
|
52454
52495
|
*
|
|
52455
|
-
* @deprecated (since 1.71.2)
|
|
52496
|
+
* @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
|
|
52497
|
+
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52456
52498
|
*/
|
|
52457
52499
|
selectable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
52458
52500
|
|
|
52459
52501
|
/**
|
|
52460
52502
|
* All standard shapes are hoverable.
|
|
52461
52503
|
*
|
|
52462
|
-
* @deprecated (since 1.71.2)
|
|
52504
|
+
* @deprecated (since 1.71.2) - replaced by {@link sap.gantt.simple.BaseShape} The property and its default
|
|
52505
|
+
* value, that is set to 'false', are being inherited from the parent BaseShape.
|
|
52463
52506
|
*/
|
|
52464
52507
|
hoverable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
52465
52508
|
}
|
|
@@ -55107,7 +55150,7 @@ declare namespace sap {
|
|
|
55107
55150
|
/**
|
|
55108
55151
|
* CheckBox Value of ListLegend Item.
|
|
55109
55152
|
*
|
|
55110
|
-
* @deprecated (since 1.64)
|
|
55153
|
+
* @deprecated (since 1.64) - the concept has been discarded.
|
|
55111
55154
|
*/
|
|
55112
55155
|
enum ListLegendItemCheckbox {
|
|
55113
55156
|
/**
|
|
@@ -55215,6 +55258,8 @@ declare namespace sap {
|
|
|
55215
55258
|
|
|
55216
55259
|
"sap/gantt/GanttChartWithTable": undefined;
|
|
55217
55260
|
|
|
55261
|
+
"sap/gantt/layouts/SidePanel": undefined;
|
|
55262
|
+
|
|
55218
55263
|
"sap/gantt/legend/DimensionLegend": undefined;
|
|
55219
55264
|
|
|
55220
55265
|
"sap/gantt/legend/LegendBase": undefined;
|