@sapui5/ts-types-esm 1.108.32 → 1.108.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.chart.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.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.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.gantt.d.ts +42 -7
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +3 -3
- 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.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.core.d.ts +16 -11
- 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 +1 -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 +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- 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 +1 -1
- 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.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 +1 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.12
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
/**
|
|
@@ -41753,6 +41753,16 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
41753
41753
|
* @returns Value of property `enableLassoInvert`
|
|
41754
41754
|
*/
|
|
41755
41755
|
getEnableLassoInvert(): boolean;
|
|
41756
|
+
/**
|
|
41757
|
+
* Gets current value of property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
41758
|
+
*
|
|
41759
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
41760
|
+
*
|
|
41761
|
+
* Default value is `true`.
|
|
41762
|
+
*
|
|
41763
|
+
* @returns Value of property `enableMultipleGhosts`
|
|
41764
|
+
*/
|
|
41765
|
+
getEnableMultipleGhosts(): boolean;
|
|
41756
41766
|
/**
|
|
41757
41767
|
* @SINCE 1.86
|
|
41758
41768
|
*
|
|
@@ -42172,7 +42182,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42172
42182
|
* Gets current value of property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
42173
42183
|
*
|
|
42174
42184
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
42175
|
-
* property takes effect if only one shape is selected.
|
|
42185
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
42176
42186
|
*
|
|
42177
42187
|
* Default value is `false`.
|
|
42178
42188
|
*
|
|
@@ -42184,7 +42194,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
42184
42194
|
*
|
|
42185
42195
|
* Gets current value of property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
42186
42196
|
*
|
|
42187
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
42197
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
42198
|
+
* is set to true.
|
|
42188
42199
|
*
|
|
42189
42200
|
* Default value is `true`.
|
|
42190
42201
|
*
|
|
@@ -43032,6 +43043,23 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43032
43043
|
*/
|
|
43033
43044
|
bEnableLassoInvert?: boolean
|
|
43034
43045
|
): this;
|
|
43046
|
+
/**
|
|
43047
|
+
* Sets a new value for property {@link #getEnableMultipleGhosts enableMultipleGhosts}.
|
|
43048
|
+
*
|
|
43049
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
43050
|
+
*
|
|
43051
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43052
|
+
*
|
|
43053
|
+
* Default value is `true`.
|
|
43054
|
+
*
|
|
43055
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
43056
|
+
*/
|
|
43057
|
+
setEnableMultipleGhosts(
|
|
43058
|
+
/**
|
|
43059
|
+
* New value for property `enableMultipleGhosts`
|
|
43060
|
+
*/
|
|
43061
|
+
bEnableMultipleGhosts?: boolean
|
|
43062
|
+
): this;
|
|
43035
43063
|
/**
|
|
43036
43064
|
* @SINCE 1.86
|
|
43037
43065
|
*
|
|
@@ -43570,7 +43598,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43570
43598
|
* Sets a new value for property {@link #getShowShapeTimeOnDrag showShapeTimeOnDrag}.
|
|
43571
43599
|
*
|
|
43572
43600
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
43573
|
-
* property takes effect if only one shape is selected.
|
|
43601
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
43574
43602
|
*
|
|
43575
43603
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43576
43604
|
*
|
|
@@ -43589,7 +43617,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43589
43617
|
*
|
|
43590
43618
|
* Sets a new value for property {@link #getShowTextOnGhost showTextOnGhost}.
|
|
43591
43619
|
*
|
|
43592
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
43620
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
43621
|
+
* is set to true.
|
|
43593
43622
|
*
|
|
43594
43623
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
43595
43624
|
*
|
|
@@ -43979,7 +44008,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
43979
44008
|
|
|
43980
44009
|
/**
|
|
43981
44010
|
* Flag to show or hide the start time and end time of a shape when you drag it along the time line. The
|
|
43982
|
-
* property takes effect if only one shape is selected.
|
|
44011
|
+
* property takes effect if only one shape is selected or `enableMultipleGhosts` is set to false.
|
|
43983
44012
|
*/
|
|
43984
44013
|
showShapeTimeOnDrag?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
43985
44014
|
|
|
@@ -44162,7 +44191,8 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44162
44191
|
/**
|
|
44163
44192
|
* @SINCE 1.94
|
|
44164
44193
|
*
|
|
44165
|
-
* Option to show or hide shape labels on ghost while dragging.
|
|
44194
|
+
* Option to show or hide shape labels on ghost while dragging. The property takes effect only when `enableMultipleGhosts`
|
|
44195
|
+
* is set to true.
|
|
44166
44196
|
*/
|
|
44167
44197
|
showTextOnGhost?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44168
44198
|
|
|
@@ -44230,6 +44260,11 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44230
44260
|
| PropertyBindingInfo
|
|
44231
44261
|
| `{${string}}`;
|
|
44232
44262
|
|
|
44263
|
+
/**
|
|
44264
|
+
* Flag to enable displaying multiple ghosts when multiple shapes are selected and dragged.
|
|
44265
|
+
*/
|
|
44266
|
+
enableMultipleGhosts?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
44267
|
+
|
|
44233
44268
|
/**
|
|
44234
44269
|
* Table of the Gantt Chart
|
|
44235
44270
|
*
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
1
|
+
// For Library Version: 1.108.33
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -130107,14 +130107,14 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
130107
130107
|
* Required for receiving a `readyState` is to set the property `sendXHR` to true. This property is not
|
|
130108
130108
|
* supported by Internet Explorer 9.
|
|
130109
130109
|
*/
|
|
130110
|
-
readyState?:
|
|
130110
|
+
readyState?: int;
|
|
130111
130111
|
/**
|
|
130112
130112
|
* Status of the XHR request.
|
|
130113
130113
|
*
|
|
130114
130114
|
* Required for receiving a `status` is to set the property `sendXHR` to true. This property is not supported
|
|
130115
130115
|
* by Internet Explorer 9.
|
|
130116
130116
|
*/
|
|
130117
|
-
status?:
|
|
130117
|
+
status?: int;
|
|
130118
130118
|
/**
|
|
130119
130119
|
* Http-Response which comes from the server.
|
|
130120
130120
|
*
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.sac.grid.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.108.
|
|
267
|
+
// For Library Version: 1.108.33
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -28328,7 +28328,6 @@ declare module "sap/ui/core/mvc/View" {
|
|
|
28328
28328
|
): this;
|
|
28329
28329
|
/**
|
|
28330
28330
|
* @SINCE 1.30
|
|
28331
|
-
* @deprecated (since 1.66) - Use {@link sap.ui.core.mvc.View.create View.create} instead
|
|
28332
28331
|
*
|
|
28333
28332
|
* Returns a Promise representing the state of the view initialization.
|
|
28334
28333
|
*
|
|
@@ -46466,22 +46465,29 @@ declare module "sap/ui/model/json/JSONModel" {
|
|
|
46466
46465
|
oContext?: Context
|
|
46467
46466
|
): any | null | undefined;
|
|
46468
46467
|
/**
|
|
46469
|
-
*
|
|
46470
|
-
*
|
|
46471
|
-
*
|
|
46468
|
+
* Loads JSON-encoded data from the server and stores the resulting JSON data in the model. Note: Due to
|
|
46469
|
+
* browser security restrictions, most "Ajax" requests are subject to the same origin policy, the request
|
|
46470
|
+
* can not successfully retrieve data from a different domain, subdomain, or protocol.
|
|
46471
|
+
*
|
|
46472
|
+
* Note: To send a JSON object in the body of a "POST" request to load the model data, `oParameters` has
|
|
46473
|
+
* to be the JSON-stringified value of the object to be sent, and `mHeaders` has to contain a `"Content-Type"`
|
|
46474
|
+
* property with the value `"application/json;charset=utf-8"`.
|
|
46472
46475
|
*
|
|
46473
46476
|
* @returns in case bAsync is set to true a Promise is returned; this promise resolves/rejects based on
|
|
46474
46477
|
* the request status
|
|
46475
46478
|
*/
|
|
46476
46479
|
loadData(
|
|
46477
46480
|
/**
|
|
46478
|
-
* A string containing the URL to which the request is sent
|
|
46481
|
+
* A string containing the URL to which the request is sent
|
|
46479
46482
|
*/
|
|
46480
46483
|
sURL: string,
|
|
46481
46484
|
/**
|
|
46482
|
-
*
|
|
46483
|
-
* to
|
|
46484
|
-
*
|
|
46485
|
+
* The data to be sent to the server with the data-loading request. If `oParameters` is a string, it has
|
|
46486
|
+
* to be encoded based on the used content type. The default encoding is `'application/x-www-form-urlencoded;
|
|
46487
|
+
* charset=UTF-8'` but it may be overwritten via the `"Content-Type"` property given in `mHeaders`. If `oParameters`
|
|
46488
|
+
* is an object, a string is generated and the keys and values are URL-encoded. The resulting string is
|
|
46489
|
+
* appended to the URL if the HTTP request method cannot have a request body, e.g. for a "GET" request.
|
|
46490
|
+
* Otherwise, the resulting string is added to the request body.
|
|
46485
46491
|
*/
|
|
46486
46492
|
oParameters?: object | string,
|
|
46487
46493
|
/**
|
|
@@ -46491,8 +46497,7 @@ declare module "sap/ui/model/json/JSONModel" {
|
|
|
46491
46497
|
*/
|
|
46492
46498
|
bAsync?: boolean,
|
|
46493
46499
|
/**
|
|
46494
|
-
* The
|
|
46495
|
-
* as PUT and DELETE, can also be used here, but they are not supported by all browsers.
|
|
46500
|
+
* The HTTP verb to use for the request ("GET" or "POST")
|
|
46496
46501
|
*/
|
|
46497
46502
|
sType?: string,
|
|
46498
46503
|
/**
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED