@sapui5/ts-types 1.96.0 → 1.96.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/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.m.d.ts +22 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +21 -24
- 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 +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.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 +6 -6
- 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.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -13915,6 +13915,13 @@ declare namespace sap {
|
|
|
13915
13915
|
| boolean
|
|
13916
13916
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
13917
13917
|
|
|
13918
|
+
/**
|
|
13919
|
+
* @EXPERIMENTAL (since 1.96)
|
|
13920
|
+
*
|
|
13921
|
+
* Disables press event for the tile control.
|
|
13922
|
+
*/
|
|
13923
|
+
pressEnabled?: boolean | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
13924
|
+
|
|
13918
13925
|
/**
|
|
13919
13926
|
* @EXPERIMENTAL (since 1.96)
|
|
13920
13927
|
*
|
|
@@ -44581,6 +44588,16 @@ declare namespace sap {
|
|
|
44581
44588
|
* Text for navigate action button. Default Value is "Read More". Works only in ArticleMode.
|
|
44582
44589
|
*/
|
|
44583
44590
|
getNavigationButtonText(): string;
|
|
44591
|
+
/**
|
|
44592
|
+
* @EXPERIMENTAL (since 1.96)
|
|
44593
|
+
*
|
|
44594
|
+
* Gets current value of property {@link #getPressEnabled pressEnabled}.
|
|
44595
|
+
*
|
|
44596
|
+
* Disables press event for the tile control.
|
|
44597
|
+
*
|
|
44598
|
+
* Default value is `true`.
|
|
44599
|
+
*/
|
|
44600
|
+
getPressEnabled(): boolean;
|
|
44584
44601
|
/**
|
|
44585
44602
|
* @SINCE 1.46.0
|
|
44586
44603
|
*
|
|
@@ -51316,6 +51333,10 @@ declare namespace sap {
|
|
|
51316
51333
|
* Defines the value of the control.
|
|
51317
51334
|
*/
|
|
51318
51335
|
getValue(): string;
|
|
51336
|
+
/**
|
|
51337
|
+
* Gets the value of the accessibility description info field.
|
|
51338
|
+
*/
|
|
51339
|
+
getValueDescriptionInfo(): string;
|
|
51319
51340
|
/**
|
|
51320
51341
|
* Gets current value of property {@link #getValueState valueState}.
|
|
51321
51342
|
*
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -53,11 +53,13 @@ declare namespace sap {
|
|
|
53
53
|
* Here is an example of how to trigger the scan function of BarcodeScanner:
|
|
54
54
|
* ```javascript
|
|
55
55
|
*
|
|
56
|
-
*
|
|
56
|
+
* sap.ui.require(["sap/ndc/BarcodeScanner"], function(BarcodeScanner) {
|
|
57
|
+
* BarcodeScanner.scan(
|
|
57
58
|
* function (oResult) { / * process scan result * / },
|
|
58
59
|
* function (oError) { / * handle scan error * / },
|
|
59
60
|
* function (oResult) { / * handle input dialog change * / }
|
|
60
61
|
* );
|
|
62
|
+
* });
|
|
61
63
|
* ```
|
|
62
64
|
*/
|
|
63
65
|
interface BarcodeScanner {
|
|
@@ -77,13 +79,6 @@ declare namespace sap {
|
|
|
77
79
|
* Starts the bar code scanning process either showing the live input from the camera or displaying a dialog
|
|
78
80
|
* to enter the value directly if the bar code scanning feature is not available.
|
|
79
81
|
*
|
|
80
|
-
*
|
|
81
|
-
* ```javascript
|
|
82
|
-
*
|
|
83
|
-
* sap.ndc.BarcodeScanner.scan(fnSuccess, fnFail, fnLiveUpdate, dialogTitle)
|
|
84
|
-
* ```
|
|
85
|
-
*
|
|
86
|
-
*
|
|
87
82
|
* The bar code scanning is done asynchronously. When it is triggered, this function returns without waiting
|
|
88
83
|
* for the scanning process to finish. The applications have to provide callback functions to react to the
|
|
89
84
|
* events of a successful scanning, an error during scanning, and the live input on the dialog.
|
|
@@ -96,21 +91,23 @@ declare namespace sap {
|
|
|
96
91
|
*
|
|
97
92
|
* ```javascript
|
|
98
93
|
*
|
|
99
|
-
* sap.ndc
|
|
100
|
-
*
|
|
101
|
-
*
|
|
102
|
-
*
|
|
103
|
-
*
|
|
104
|
-
*
|
|
105
|
-
*
|
|
106
|
-
*
|
|
107
|
-
*
|
|
108
|
-
*
|
|
109
|
-
*
|
|
110
|
-
*
|
|
111
|
-
*
|
|
112
|
-
*
|
|
113
|
-
*
|
|
94
|
+
* sap.ui.require(["sap/ndc/BarcodeScanner"], function(BarcodeScanner) {
|
|
95
|
+
* BarcodeScanner.scan(
|
|
96
|
+
* function (mResult) {
|
|
97
|
+
* alert("We got a bar code\n" +
|
|
98
|
+
* "Result: " + mResult.text + "\n" +
|
|
99
|
+
* "Format: " + mResult.format + "\n" +
|
|
100
|
+
* "Cancelled: " + mResult.cancelled);
|
|
101
|
+
* },
|
|
102
|
+
* function (Error) {
|
|
103
|
+
* alert("Scanning failed: " + Error);
|
|
104
|
+
* },
|
|
105
|
+
* function (mParams) {
|
|
106
|
+
* alert("Value entered: " + mParams.newValue);
|
|
107
|
+
* },
|
|
108
|
+
* "Enter Product Bar Code"
|
|
109
|
+
* );
|
|
110
|
+
* });
|
|
114
111
|
* ```
|
|
115
112
|
*/
|
|
116
113
|
scan(
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.2")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.96.
|
|
269
|
+
* version: '1.96.2',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* metaSheetName: 'Custom metadata',
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.2
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.2
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.2
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.2
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.2
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
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