@sapui5/ts-types 1.126.2 → 1.127.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/index.d.ts +12 -8
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.cards.ap.common.d.ts +7 -0
- package/types/sap.cards.ap.generator.d.ts +3 -0
- package/types/sap.cards.ap.transpiler.d.ts +3 -0
- 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 -16
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +2 -2
- package/types/sap.fe.ina.d.ts +3 -0
- package/types/sap.fe.macros.d.ts +154 -11
- 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 +7 -2
- 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 +337 -8
- package/types/sap.insights.d.ts +22 -1
- package/types/{mobile-1.126.0-d.ts → sap.m.d.ts} +304 -39
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +14 -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 -2
- package/types/sap.suite.ui.generic.template.d.ts +52 -2
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.126.0-d.ts → sap.tnt.d.ts} +1 -1
- package/types/sap.ui.codeeditor.d.ts +17 -11
- package/types/{commons-1.126.0-d.ts → sap.ui.commons.d.ts} +1 -1
- package/types/sap.ui.comp.d.ts +14 -1
- package/types/{core-1.126.0-d.ts → sap.ui.core.d.ts} +211 -20
- package/types/{dt-1.126.0-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -1
- 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 +48 -1
- package/types/sap.ui.layout.d.ts +36 -7
- package/types/{mdc-1.126.0-d.ts → sap.ui.mdc.d.ts} +85 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/{rta-1.126.0-d.ts → sap.ui.rta.d.ts} +4 -2
- 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 +20 -6
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +298 -14
- package/types/{ux3-1.126.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +2 -2
- 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 +21 -5
- 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.127.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -26413,7 +26413,7 @@ declare namespace sap {
|
|
|
26413
26413
|
|
|
26414
26414
|
/**
|
|
26415
26415
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
26416
|
-
* property takes effect if only one shape is selected.
|
|
26416
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
26417
26417
|
*/
|
|
26418
26418
|
showShapeTimeOnDrag?:
|
|
26419
26419
|
| boolean
|
|
@@ -26623,7 +26623,8 @@ declare namespace sap {
|
|
|
26623
26623
|
| `{${string}}`;
|
|
26624
26624
|
|
|
26625
26625
|
/**
|
|
26626
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
26626
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
26627
|
+
* is set to true.
|
|
26627
26628
|
*
|
|
26628
26629
|
* @since 1.94
|
|
26629
26630
|
*/
|
|
@@ -26760,6 +26761,16 @@ declare namespace sap {
|
|
|
26760
26761
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26761
26762
|
| `{${string}}`;
|
|
26762
26763
|
|
|
26764
|
+
/**
|
|
26765
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
26766
|
+
*
|
|
26767
|
+
* @experimental (since 1.127)
|
|
26768
|
+
*/
|
|
26769
|
+
enableMultipleGhosts?:
|
|
26770
|
+
| boolean
|
|
26771
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
26772
|
+
| `{${string}}`;
|
|
26773
|
+
|
|
26763
26774
|
/**
|
|
26764
26775
|
* Table of the Gantt Chart
|
|
26765
26776
|
*
|
|
@@ -27390,6 +27401,18 @@ declare namespace sap {
|
|
|
27390
27401
|
| `{${string}}`;
|
|
27391
27402
|
}
|
|
27392
27403
|
|
|
27404
|
+
/**
|
|
27405
|
+
* Describes the settings that can be provided to the PrintDialogTemplate constructor.
|
|
27406
|
+
*/
|
|
27407
|
+
interface $PrintDialogTemplateSettings
|
|
27408
|
+
extends sap.ui.base.$ManagedObjectSettings {
|
|
27409
|
+
footerButtons?:
|
|
27410
|
+
| sap.m.Button[]
|
|
27411
|
+
| sap.m.Button
|
|
27412
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
27413
|
+
| `{${string}}`;
|
|
27414
|
+
}
|
|
27415
|
+
|
|
27393
27416
|
/**
|
|
27394
27417
|
* Describes the settings that can be provided to the Relationship constructor.
|
|
27395
27418
|
*/
|
|
@@ -39643,6 +39666,18 @@ declare namespace sap {
|
|
|
39643
39666
|
* @returns Value of property `enableLassoInvert`
|
|
39644
39667
|
*/
|
|
39645
39668
|
getEnableLassoInvert(): boolean;
|
|
39669
|
+
/**
|
|
39670
|
+
* Gets current value of property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
39671
|
+
*
|
|
39672
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
39673
|
+
*
|
|
39674
|
+
* Default value is `true`.
|
|
39675
|
+
*
|
|
39676
|
+
* @experimental (since 1.127)
|
|
39677
|
+
*
|
|
39678
|
+
* @returns Value of property `enableMultipleGhosts`
|
|
39679
|
+
*/
|
|
39680
|
+
getEnableMultipleGhosts(): boolean;
|
|
39646
39681
|
/**
|
|
39647
39682
|
* Gets current value of property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
|
|
39648
39683
|
*
|
|
@@ -40139,7 +40174,7 @@ declare namespace sap {
|
|
|
40139
40174
|
* Gets current value of property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
40140
40175
|
*
|
|
40141
40176
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
40142
|
-
* property takes effect if only one shape is selected.
|
|
40177
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
40143
40178
|
*
|
|
40144
40179
|
* Default value is `false`.
|
|
40145
40180
|
*
|
|
@@ -40150,7 +40185,8 @@ declare namespace sap {
|
|
|
40150
40185
|
/**
|
|
40151
40186
|
* Gets current value of property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
40152
40187
|
*
|
|
40153
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
40188
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
40189
|
+
* is set to true.
|
|
40154
40190
|
*
|
|
40155
40191
|
* Default value is `true`.
|
|
40156
40192
|
*
|
|
@@ -40994,6 +41030,25 @@ declare namespace sap {
|
|
|
40994
41030
|
*/
|
|
40995
41031
|
bEnableLassoInvert?: boolean
|
|
40996
41032
|
): this;
|
|
41033
|
+
/**
|
|
41034
|
+
* Sets a new value for property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
41035
|
+
*
|
|
41036
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
41037
|
+
*
|
|
41038
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41039
|
+
*
|
|
41040
|
+
* Default value is `true`.
|
|
41041
|
+
*
|
|
41042
|
+
* @experimental (since 1.127)
|
|
41043
|
+
*
|
|
41044
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
41045
|
+
*/
|
|
41046
|
+
setEnableMultipleGhosts(
|
|
41047
|
+
/**
|
|
41048
|
+
* New value for property `enableMultipleGhosts`
|
|
41049
|
+
*/
|
|
41050
|
+
bEnableMultipleGhosts?: boolean
|
|
41051
|
+
): this;
|
|
40997
41052
|
/**
|
|
40998
41053
|
* Sets a new value for property {@link #getEnableNonWorkingTime enableNonWorkingTime}.
|
|
40999
41054
|
*
|
|
@@ -41612,7 +41667,7 @@ declare namespace sap {
|
|
|
41612
41667
|
* Sets a new value for property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
41613
41668
|
*
|
|
41614
41669
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
41615
|
-
* property takes effect if only one shape is selected.
|
|
41670
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
41616
41671
|
*
|
|
41617
41672
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41618
41673
|
*
|
|
@@ -41630,7 +41685,8 @@ declare namespace sap {
|
|
|
41630
41685
|
/**
|
|
41631
41686
|
* Sets a new value for property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
41632
41687
|
*
|
|
41633
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
41688
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
41689
|
+
* is set to true.
|
|
41634
41690
|
*
|
|
41635
41691
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
41636
41692
|
*
|
|
@@ -41908,6 +41964,12 @@ declare namespace sap {
|
|
|
41908
41964
|
* `null`.
|
|
41909
41965
|
*/
|
|
41910
41966
|
getGanttChart(): sap.ui.core.ID | null;
|
|
41967
|
+
/**
|
|
41968
|
+
* @since 1.127
|
|
41969
|
+
*
|
|
41970
|
+
* @returns Print configuration class instance with print configuration data
|
|
41971
|
+
*/
|
|
41972
|
+
getPrintData(): sap.gantt.simple.PrintConfig;
|
|
41911
41973
|
/**
|
|
41912
41974
|
* Merges multiple canvases into one canvas.
|
|
41913
41975
|
*
|
|
@@ -41931,7 +41993,11 @@ declare namespace sap {
|
|
|
41931
41993
|
* Optional function which takes cloned gantt chart's table for modification. Applications can loop through
|
|
41932
41994
|
* the table columns and update certain properties like maxLines to overcome html2canvas limitations.
|
|
41933
41995
|
*/
|
|
41934
|
-
fnUpdateTable: Function
|
|
41996
|
+
fnUpdateTable: Function,
|
|
41997
|
+
/**
|
|
41998
|
+
* which takes custom buttons to display on print Dialog
|
|
41999
|
+
*/
|
|
42000
|
+
printDialogTemplate: sap.gantt.simple.PrintDialogTemplate
|
|
41935
42001
|
): Promise<any>;
|
|
41936
42002
|
/**
|
|
41937
42003
|
* Sets the Gantt chart to be exported as PDF.
|
|
@@ -41942,6 +42008,17 @@ declare namespace sap {
|
|
|
41942
42008
|
*/
|
|
41943
42009
|
oGanttChart: undefined
|
|
41944
42010
|
): this;
|
|
42011
|
+
/**
|
|
42012
|
+
* Sets the print configuration data.
|
|
42013
|
+
*
|
|
42014
|
+
* @since 1.127
|
|
42015
|
+
*/
|
|
42016
|
+
setPrintData(
|
|
42017
|
+
/**
|
|
42018
|
+
* configuration class instance with print configuration data.
|
|
42019
|
+
*/
|
|
42020
|
+
objClass: sap.gantt.simple.PrintConfig
|
|
42021
|
+
): void;
|
|
41945
42022
|
}
|
|
41946
42023
|
/**
|
|
41947
42024
|
* Enables users to define a shape aggregation name of their own.
|
|
@@ -45078,6 +45155,254 @@ declare namespace sap {
|
|
|
45078
45155
|
vTask: int | string | sap.gantt.simple.BaseShape
|
|
45079
45156
|
): sap.gantt.simple.BaseShape | null;
|
|
45080
45157
|
}
|
|
45158
|
+
/**
|
|
45159
|
+
* PrintConfig is a class that holds the configuration for the print page.
|
|
45160
|
+
*
|
|
45161
|
+
* @since 1.127
|
|
45162
|
+
*/
|
|
45163
|
+
class PrintConfig extends sap.ui.base.Object {
|
|
45164
|
+
/**
|
|
45165
|
+
* Creates and initializes a print configuration class.
|
|
45166
|
+
*/
|
|
45167
|
+
constructor(
|
|
45168
|
+
/**
|
|
45169
|
+
* The print configurationobject can have keys as pageConfig, textConfig, marginConfig, durationConfig,
|
|
45170
|
+
* exportConfig and with values as defined in below structure. pageConfig - The page configuration object
|
|
45171
|
+
* with the following given keys. paperSize: : Possible values are "A0" | "A1" | "A2" | "A3" | "A4" | "A5"
|
|
45172
|
+
* | "Letter" | "Legal" | "Tabloid" | "Custom". Select one of the provided values as the paper size of the
|
|
45173
|
+
* print page. Default value is "A4". unit": Possible values are "mm" | "cm" | "in". Select one of the provided
|
|
45174
|
+
* values as the unit for paper and margin measurements. Default value is "mm" for all paper size except
|
|
45175
|
+
* "Letter", "Legal", "Tabloid" where default value is "in". paperHeight: It must be a number, and it must
|
|
45176
|
+
* be the unit specified within the page configuration. It is considered only when paper size is "Custom".
|
|
45177
|
+
* If paper size is not provided, then the default value is height of the "A4" paper size. paperWidth: It
|
|
45178
|
+
* must be a number, and it must be the unit specified within the page configuration. It is considered only
|
|
45179
|
+
* when the paper size is "Custom". If paper size is not provided, then "A4" is the default width. portrait:
|
|
45180
|
+
* It must be a boolean value as it is the orientation of the page. Default value is true. showPageNumber:
|
|
45181
|
+
* It must be a boolean value. It decides if the page number is to be displayed. Default value is false.
|
|
45182
|
+
* Not applicable in single page API. textConfig - The text configuration with the following given keys.
|
|
45183
|
+
* showHeaderText: It must be a boolean value. It is a flag to decide whether to show the header text or
|
|
45184
|
+
* not in the print page. Default value is false. showFooterText: It must be a boolean value. It is a flag
|
|
45185
|
+
* to decide whether to show the footer text or not in the print page. Default value is false. headerText:
|
|
45186
|
+
* It must be a string value to display header text in the print page. Default value is empty string. footerText:
|
|
45187
|
+
* It must be a string value to display footer text in the print page. Default value is empty string. marginConfig
|
|
45188
|
+
* - The margin configuration object with the following given keys. marginType: Possible values are "custom"
|
|
45189
|
+
* | "none" | "default". Select one of the provided values for the margin type of the print page. Default
|
|
45190
|
+
* value is "default". marginLeft: It must be a number and it must be in the unit specified within the page
|
|
45191
|
+
* configuration. It is considered only when margin type is set as "custom". When the margin type is "default",
|
|
45192
|
+
* the default value is "5mm". If "none" is maintained, then the value is "0". marginBottom: It must be
|
|
45193
|
+
* a number and it must be in the unit specified within the page configuration. It is considered only when
|
|
45194
|
+
* margin type is set as "custom". When the margin type is "default", the default value is "5mm". If "none"
|
|
45195
|
+
* is maintained, then the value is "0". marginRight: It must be a number and it must be in the unit specified
|
|
45196
|
+
* within the page configuration. It is considered only when margin type is set as "custom". When the margin
|
|
45197
|
+
* type is "default", the default value is "5mm". If "none" is maintained, then the value is "0". marginTop:
|
|
45198
|
+
* It must be a number and it must be in the unit specified within the page configuration. It is considered
|
|
45199
|
+
* only when margin type is set as "custom". When the margin type is "default", the default value is "5mm".
|
|
45200
|
+
* If "none" is maintained, then the value is "0". marginLocked: It must be a boolean value. If set to true,
|
|
45201
|
+
* it signifies all four margins get synced on the same value. If the value is provided by the application,
|
|
45202
|
+
* the margin top is considered for all four margins. Default value is false and considered only when the
|
|
45203
|
+
* margin type is "custom". durationConfig - The duration configuration object with following given keys.
|
|
45204
|
+
* duration: Possible values are "all" | "week" | "month" | "custom". Select the date duration of the print
|
|
45205
|
+
* page. Default value is "all". If the provided value is "all", then the total horizon is set as duration.
|
|
45206
|
+
* Values provided in "startDate" and "endDate" are ignored. If the provided value is "week", then the next
|
|
45207
|
+
* week is set as duration. Values provided in "startDate" and "endDate" are ignored. If the provided value
|
|
45208
|
+
* is "month", then the next month is set as duration. Values provided in "startDate" and "endDate" are
|
|
45209
|
+
* ignored. If the provided value is "custom", then the value provided in "startDate" and "endDate" is set
|
|
45210
|
+
* as duration. startDate: This is a UI5 date object. It is the start date of a print page. It is considered
|
|
45211
|
+
* only when the "duration" is set as "custom". endDate: This is a UI5 date object. It is the end date of
|
|
45212
|
+
* a print page. It is considered only when the "duration" is set as "custom". exportConfig - The export
|
|
45213
|
+
* configuration object with the following given keys. exportAsJPEG: It must be a boolean value. It is a
|
|
45214
|
+
* flag to decide whether to export the pdf as a JPEG or not. Default value is true, which means that the
|
|
45215
|
+
* exported PDF has content in a JPEG image format. This is not applicable for single page API. exportRange:
|
|
45216
|
+
* It must be a string value such as, '0,1". It is the range of the export. This is not applicable for a
|
|
45217
|
+
* single page API and when "exportAll" is set to true. exportAll: It must be a boolean value. It is a flag
|
|
45218
|
+
* to decide whether to export all the pages or not. Default value is true. This is not applicable for a
|
|
45219
|
+
* single page API. compressionQuality: It must be a number between the range of 1 to 100. The quality of
|
|
45220
|
+
* the compression is applicable only when "exportAsJPEG" is set to true. Default value is 75. This is not
|
|
45221
|
+
* applicable for a single page API. scale: It must be a number between the range of 50 to 100. This is
|
|
45222
|
+
* to scale the export up or down. Default value is 100. This is not applicable for a single page API. multiplePage:
|
|
45223
|
+
* It must be a boolean value. It is a flag to decide whether if the export is multiple page. This is not
|
|
45224
|
+
* applicable for a single page API.
|
|
45225
|
+
*/
|
|
45226
|
+
printConfiguartionObject: object
|
|
45227
|
+
);
|
|
45228
|
+
|
|
45229
|
+
/**
|
|
45230
|
+
* Creates a new subclass of class sap.gantt.simple.PrintConfig with name `sClassName` and enriches it with
|
|
45231
|
+
* the information contained in `oClassInfo`.
|
|
45232
|
+
*
|
|
45233
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
45234
|
+
*
|
|
45235
|
+
*
|
|
45236
|
+
* @returns Created class / constructor function
|
|
45237
|
+
*/
|
|
45238
|
+
static extend<T extends Record<string, unknown>>(
|
|
45239
|
+
/**
|
|
45240
|
+
* Name of the class being created
|
|
45241
|
+
*/
|
|
45242
|
+
sClassName: string,
|
|
45243
|
+
/**
|
|
45244
|
+
* Object literal with information about the class
|
|
45245
|
+
*/
|
|
45246
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.PrintConfig>,
|
|
45247
|
+
/**
|
|
45248
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
45249
|
+
* used by this class
|
|
45250
|
+
*/
|
|
45251
|
+
FNMetaImpl?: Function
|
|
45252
|
+
): Function;
|
|
45253
|
+
/**
|
|
45254
|
+
* Returns a metadata object for class sap.gantt.simple.PrintConfig.
|
|
45255
|
+
*
|
|
45256
|
+
*
|
|
45257
|
+
* @returns Metadata object describing this class
|
|
45258
|
+
*/
|
|
45259
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
45260
|
+
}
|
|
45261
|
+
/**
|
|
45262
|
+
* Enables the user to define print dialog footer buttons. Print dialog template offers an option to provide
|
|
45263
|
+
* custom buttons for the print dialog footer.
|
|
45264
|
+
*
|
|
45265
|
+
* @since 1.127
|
|
45266
|
+
*/
|
|
45267
|
+
class PrintDialogTemplate extends sap.ui.base.ManagedObject {
|
|
45268
|
+
/**
|
|
45269
|
+
* Creates and initializes a new print dialog template class.
|
|
45270
|
+
*
|
|
45271
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
45272
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
45273
|
+
* of the syntax of the settings object.
|
|
45274
|
+
*/
|
|
45275
|
+
constructor(
|
|
45276
|
+
/**
|
|
45277
|
+
* Initial settings for the new control
|
|
45278
|
+
*/
|
|
45279
|
+
mSettings?: sap.gantt.simple.$PrintDialogTemplateSettings
|
|
45280
|
+
);
|
|
45281
|
+
/**
|
|
45282
|
+
* Creates and initializes a new print dialog template class.
|
|
45283
|
+
*
|
|
45284
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
45285
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
45286
|
+
* of the syntax of the settings object.
|
|
45287
|
+
*/
|
|
45288
|
+
constructor(
|
|
45289
|
+
/**
|
|
45290
|
+
* ID of the new control, it is generated automatically if no ID is provided.
|
|
45291
|
+
*/
|
|
45292
|
+
sId?: string,
|
|
45293
|
+
/**
|
|
45294
|
+
* Initial settings for the new control
|
|
45295
|
+
*/
|
|
45296
|
+
mSettings?: sap.gantt.simple.$PrintDialogTemplateSettings
|
|
45297
|
+
);
|
|
45298
|
+
|
|
45299
|
+
/**
|
|
45300
|
+
* Creates a new subclass of class sap.gantt.simple.PrintDialogTemplate with name `sClassName` and enriches
|
|
45301
|
+
* it with the information contained in `oClassInfo`.
|
|
45302
|
+
*
|
|
45303
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.ManagedObject.extend}.
|
|
45304
|
+
*
|
|
45305
|
+
*
|
|
45306
|
+
* @returns Created class / constructor function
|
|
45307
|
+
*/
|
|
45308
|
+
static extend<T extends Record<string, unknown>>(
|
|
45309
|
+
/**
|
|
45310
|
+
* Name of the class being created
|
|
45311
|
+
*/
|
|
45312
|
+
sClassName: string,
|
|
45313
|
+
/**
|
|
45314
|
+
* Object literal with information about the class
|
|
45315
|
+
*/
|
|
45316
|
+
oClassInfo?: sap.ClassInfo<T, sap.gantt.simple.PrintDialogTemplate>,
|
|
45317
|
+
/**
|
|
45318
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
45319
|
+
* used by this class
|
|
45320
|
+
*/
|
|
45321
|
+
FNMetaImpl?: Function
|
|
45322
|
+
): Function;
|
|
45323
|
+
/**
|
|
45324
|
+
* Returns a metadata object for class sap.gantt.simple.PrintDialogTemplate.
|
|
45325
|
+
*
|
|
45326
|
+
*
|
|
45327
|
+
* @returns Metadata object describing this class
|
|
45328
|
+
*/
|
|
45329
|
+
static getMetadata(): sap.ui.base.ManagedObjectMetadata;
|
|
45330
|
+
/**
|
|
45331
|
+
* Adds some footerButton to the aggregation {@link #getFooterButtons footerButtons}.
|
|
45332
|
+
*
|
|
45333
|
+
*
|
|
45334
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45335
|
+
*/
|
|
45336
|
+
addFooterButton(
|
|
45337
|
+
/**
|
|
45338
|
+
* The footerButton to add; if empty, nothing is inserted
|
|
45339
|
+
*/
|
|
45340
|
+
oFooterButton: sap.m.Button
|
|
45341
|
+
): this;
|
|
45342
|
+
/**
|
|
45343
|
+
* Destroys all the footerButtons in the aggregation {@link #getFooterButtons footerButtons}.
|
|
45344
|
+
*
|
|
45345
|
+
*
|
|
45346
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45347
|
+
*/
|
|
45348
|
+
destroyFooterButtons(): this;
|
|
45349
|
+
/**
|
|
45350
|
+
* Gets content of aggregation {@link #getFooterButtons footerButtons}.
|
|
45351
|
+
*/
|
|
45352
|
+
getFooterButtons(): sap.m.Button[];
|
|
45353
|
+
/**
|
|
45354
|
+
* Checks for the provided `sap.m.Button` in the aggregation {@link #getFooterButtons footerButtons}. and
|
|
45355
|
+
* returns its index if found or -1 otherwise.
|
|
45356
|
+
*
|
|
45357
|
+
*
|
|
45358
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
45359
|
+
*/
|
|
45360
|
+
indexOfFooterButton(
|
|
45361
|
+
/**
|
|
45362
|
+
* The footerButton whose index is looked for
|
|
45363
|
+
*/
|
|
45364
|
+
oFooterButton: sap.m.Button
|
|
45365
|
+
): int;
|
|
45366
|
+
/**
|
|
45367
|
+
* Inserts a footerButton into the aggregation {@link #getFooterButtons footerButtons}.
|
|
45368
|
+
*
|
|
45369
|
+
*
|
|
45370
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
45371
|
+
*/
|
|
45372
|
+
insertFooterButton(
|
|
45373
|
+
/**
|
|
45374
|
+
* The footerButton to insert; if empty, nothing is inserted
|
|
45375
|
+
*/
|
|
45376
|
+
oFooterButton: sap.m.Button,
|
|
45377
|
+
/**
|
|
45378
|
+
* The `0`-based index the footerButton should be inserted at; for a negative value of `iIndex`, the footerButton
|
|
45379
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the footerButton
|
|
45380
|
+
* is inserted at the last position
|
|
45381
|
+
*/
|
|
45382
|
+
iIndex: int
|
|
45383
|
+
): this;
|
|
45384
|
+
/**
|
|
45385
|
+
* Removes all the controls from the aggregation {@link #getFooterButtons footerButtons}.
|
|
45386
|
+
*
|
|
45387
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
45388
|
+
*
|
|
45389
|
+
*
|
|
45390
|
+
* @returns An array of the removed elements (might be empty)
|
|
45391
|
+
*/
|
|
45392
|
+
removeAllFooterButtons(): sap.m.Button[];
|
|
45393
|
+
/**
|
|
45394
|
+
* Removes a footerButton from the aggregation {@link #getFooterButtons footerButtons}.
|
|
45395
|
+
*
|
|
45396
|
+
*
|
|
45397
|
+
* @returns The removed footerButton or `null`
|
|
45398
|
+
*/
|
|
45399
|
+
removeFooterButton(
|
|
45400
|
+
/**
|
|
45401
|
+
* The footerButton to remove or its index or id
|
|
45402
|
+
*/
|
|
45403
|
+
vFooterButton: int | string | sap.m.Button
|
|
45404
|
+
): sap.m.Button | null;
|
|
45405
|
+
}
|
|
45081
45406
|
/**
|
|
45082
45407
|
* Enables users to visualize the relationship between visiable objects.
|
|
45083
45408
|
*/
|
|
@@ -56114,6 +56439,10 @@ declare namespace sap {
|
|
|
56114
56439
|
|
|
56115
56440
|
"sap/gantt/simple/MultiActivityRowSettings": undefined;
|
|
56116
56441
|
|
|
56442
|
+
"sap/gantt/simple/PrintConfig": undefined;
|
|
56443
|
+
|
|
56444
|
+
"sap/gantt/simple/PrintDialogTemplate": undefined;
|
|
56445
|
+
|
|
56117
56446
|
"sap/gantt/simple/Relationship": undefined;
|
|
56118
56447
|
|
|
56119
56448
|
"sap/gantt/simple/shapes/Shape": undefined;
|
package/types/sap.insights.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.127.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -478,6 +478,27 @@ declare namespace sap {
|
|
|
478
478
|
*/
|
|
479
479
|
providerId: string
|
|
480
480
|
): Promise<void>;
|
|
481
|
+
/**
|
|
482
|
+
* Request card creation to a given provider.
|
|
483
|
+
*
|
|
484
|
+
* @experimental
|
|
485
|
+
*
|
|
486
|
+
* @returns .
|
|
487
|
+
*/
|
|
488
|
+
requestCardCreation(
|
|
489
|
+
/**
|
|
490
|
+
* .
|
|
491
|
+
*/
|
|
492
|
+
consumerId: string,
|
|
493
|
+
/**
|
|
494
|
+
* .
|
|
495
|
+
*/
|
|
496
|
+
card: sap.insights.CardsChannel.Card,
|
|
497
|
+
/**
|
|
498
|
+
* .
|
|
499
|
+
*/
|
|
500
|
+
providerId: string
|
|
501
|
+
): Promise<void>;
|
|
481
502
|
/**
|
|
482
503
|
* Unregister a previously registered consumer or provider.
|
|
483
504
|
*
|