@sapui5/ts-types 1.84.38 → 1.84.41
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.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.plugins.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.m.d.ts +1 -1
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +35 -2
- package/types/sap.ovp.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 +8 -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.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.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
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.84.
|
|
1
|
+
// For Library Version: 1.84.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -116,6 +116,7 @@ declare namespace sap {
|
|
|
116
116
|
* true,
|
|
117
117
|
* 30,
|
|
118
118
|
* 1,
|
|
119
|
+
* false,
|
|
119
120
|
* false
|
|
120
121
|
* );
|
|
121
122
|
* });
|
|
@@ -153,7 +154,11 @@ declare namespace sap {
|
|
|
153
154
|
/**
|
|
154
155
|
* Flag, which defines whether the camera should be used for scanning in Zebra Enterprise Browser.
|
|
155
156
|
*/
|
|
156
|
-
keepCameraScan?: boolean
|
|
157
|
+
keepCameraScan?: boolean,
|
|
158
|
+
/**
|
|
159
|
+
* Flag, which defines whether the Barcode input dialog should be shown.
|
|
160
|
+
*/
|
|
161
|
+
disableBarcodeInputDialog?: boolean
|
|
157
162
|
): void;
|
|
158
163
|
/**
|
|
159
164
|
* Set the configs of the control Barcode Scanner.
|
|
@@ -238,6 +243,11 @@ declare namespace sap {
|
|
|
238
243
|
*/
|
|
239
244
|
keepCameraScan?: boolean;
|
|
240
245
|
|
|
246
|
+
/**
|
|
247
|
+
* If the value is true, the Barcode input dialog should be hidden.
|
|
248
|
+
*/
|
|
249
|
+
disableBarcodeInputDialog?: boolean;
|
|
250
|
+
|
|
241
251
|
/**
|
|
242
252
|
* Event is fired when the scanning is finished or cancelled
|
|
243
253
|
*/
|
|
@@ -466,6 +476,14 @@ declare namespace sap {
|
|
|
466
476
|
* Defines the barcode input dialog title. If unset, a predefined title will be used.
|
|
467
477
|
*/
|
|
468
478
|
getDialogTitle(): string;
|
|
479
|
+
/**
|
|
480
|
+
* Gets current value of property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
|
|
481
|
+
*
|
|
482
|
+
* If the value is true, the Barcode input dialog should be hidden.
|
|
483
|
+
*
|
|
484
|
+
* Default value is `false`.
|
|
485
|
+
*/
|
|
486
|
+
getDisableBarcodeInputDialog(): boolean;
|
|
469
487
|
/**
|
|
470
488
|
* Gets current value of property {@link #getFrameRate frameRate}.
|
|
471
489
|
*
|
|
@@ -537,6 +555,21 @@ declare namespace sap {
|
|
|
537
555
|
*/
|
|
538
556
|
sDialogTitle?: string
|
|
539
557
|
): sap.ndc.BarcodeScannerButton;
|
|
558
|
+
/**
|
|
559
|
+
* Sets a new value for property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
|
|
560
|
+
*
|
|
561
|
+
* If the value is true, the Barcode input dialog should be hidden.
|
|
562
|
+
*
|
|
563
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
564
|
+
*
|
|
565
|
+
* Default value is `false`.
|
|
566
|
+
*/
|
|
567
|
+
setDisableBarcodeInputDialog(
|
|
568
|
+
/**
|
|
569
|
+
* New value for property `disableBarcodeInputDialog`
|
|
570
|
+
*/
|
|
571
|
+
bDisableBarcodeInputDialog?: boolean
|
|
572
|
+
): sap.ndc.BarcodeScannerButton;
|
|
540
573
|
/**
|
|
541
574
|
* Sets a new value for property {@link #getFrameRate frameRate}.
|
|
542
575
|
*
|
package/types/sap.ovp.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
|
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
|
|
|
18
18
|
declare module "sap/ui/performance/Measurement.Entry";
|
|
19
19
|
|
|
20
20
|
declare module "sap/ui/util/Storage.Type";
|
|
21
|
-
// For Library Version: 1.84.
|
|
21
|
+
// For Library Version: 1.84.41
|
|
22
22
|
/**
|
|
23
23
|
* Root namespace for JavaScript functionality provided by SAP SE.
|
|
24
24
|
*
|
|
@@ -19742,6 +19742,8 @@ declare namespace sap {
|
|
|
19742
19742
|
): void;
|
|
19743
19743
|
/**
|
|
19744
19744
|
* @SINCE 1.15.1
|
|
19745
|
+
* @deprecated (since 1.84) - (starting with a patch release acc. to the changelog), recommended to use
|
|
19746
|
+
* the browser-native page lifecycle API, providing events such as 'pageshow' and 'pagehide'
|
|
19745
19747
|
*
|
|
19746
19748
|
* The window before unload hook. Override this method in your Component class implementation, to handle
|
|
19747
19749
|
* cleanup before the real unload or to prompt a question to the user, if the component should be exited.
|
|
@@ -19749,6 +19751,8 @@ declare namespace sap {
|
|
|
19749
19751
|
onWindowBeforeUnload(): string;
|
|
19750
19752
|
/**
|
|
19751
19753
|
* @SINCE 1.15.1
|
|
19754
|
+
* @deprecated (since 1.84) - (starting with a patch release acc. to the changelog), recommended to use
|
|
19755
|
+
* the browser-native API to listen for errors: window.addEventListener("error", function() { ... })
|
|
19752
19756
|
*
|
|
19753
19757
|
* The window error hook. Override this method in your Component class implementation to listen to unhandled
|
|
19754
19758
|
* errors.
|
|
@@ -19769,6 +19773,9 @@ declare namespace sap {
|
|
|
19769
19773
|
): void;
|
|
19770
19774
|
/**
|
|
19771
19775
|
* @SINCE 1.15.1
|
|
19776
|
+
* @deprecated (since 1.84) - (starting with a patch release acc. to the changelog). Newer browser versions
|
|
19777
|
+
* deprecate the browser-native 'unload' event. Therefore, the former API won't reliably work anymore. Please
|
|
19778
|
+
* have a look at the browser-native page lifecycle API, e.g. its events 'pageshow' and 'pagehide'.
|
|
19772
19779
|
*
|
|
19773
19780
|
* The window unload hook. Override this method in your Component class implementation, to handle cleanup
|
|
19774
19781
|
* of the component once the window will be unloaded (e.g. closed).
|
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.84.
|
|
1
|
+
// For Library Version: 1.84.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
|
|
@@ -75,7 +75,7 @@ class Spreadsheet{
|
|
|
75
75
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
76
76
|
* following fields:
|
|
77
77
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
78
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.
|
|
78
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.84.41")
|
|
79
79
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
80
80
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
81
81
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -161,7 +161,7 @@ class Spreadsheet{
|
|
|
161
161
|
* columns: aColumns,
|
|
162
162
|
* context: {
|
|
163
163
|
* application: 'Debug Test Application',
|
|
164
|
-
* version: '1.84.
|
|
164
|
+
* version: '1.84.41',
|
|
165
165
|
* title: 'Some random title',
|
|
166
166
|
* modifiedBy: 'John Doe',
|
|
167
167
|
* 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.84.
|
|
1
|
+
// For Library Version: 1.84.41
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -237,7 +237,7 @@ declare namespace sap {
|
|
|
237
237
|
static getType(): string;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
|
-
* @SINCE 1.84.
|
|
240
|
+
* @SINCE 1.84.41
|
|
241
241
|
*
|
|
242
242
|
* Defines the Audiences.
|
|
243
243
|
*/
|
|
@@ -256,7 +256,7 @@ declare namespace sap {
|
|
|
256
256
|
Internal,
|
|
257
257
|
}
|
|
258
258
|
/**
|
|
259
|
-
* @SINCE 1.84.
|
|
259
|
+
* @SINCE 1.84.41
|
|
260
260
|
*
|
|
261
261
|
* Issue Categories.
|
|
262
262
|
*/
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
Usage,
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
|
-
* @SINCE 1.84.
|
|
314
|
+
* @SINCE 1.84.41
|
|
315
315
|
*
|
|
316
316
|
* Analysis history formats.
|
|
317
317
|
*/
|
|
@@ -326,7 +326,7 @@ declare namespace sap {
|
|
|
326
326
|
String,
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
|
-
* @SINCE 1.84.
|
|
329
|
+
* @SINCE 1.84.41
|
|
330
330
|
*
|
|
331
331
|
* Defines severity types.
|
|
332
332
|
*/
|
|
@@ -345,7 +345,7 @@ declare namespace sap {
|
|
|
345
345
|
Medium,
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
|
-
* @SINCE 1.84.
|
|
348
|
+
* @SINCE 1.84.41
|
|
349
349
|
*
|
|
350
350
|
* Contains the available system presets.
|
|
351
351
|
*/
|
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