@sapui5/ts-types 1.108.25 → 1.108.26
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.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.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 +42 -2
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.sac.grid.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 +1 -1
- 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.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.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.108.
|
|
1
|
+
// For Library Version: 1.108.23
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -61,6 +61,14 @@ declare namespace sap {
|
|
|
61
61
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
62
62
|
| `{${string}}`;
|
|
63
63
|
|
|
64
|
+
/**
|
|
65
|
+
* If the value is true, the Barcode input dialog should be hidden.
|
|
66
|
+
*/
|
|
67
|
+
disableBarcodeInputDialog?:
|
|
68
|
+
| boolean
|
|
69
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
70
|
+
| `{${string}}`;
|
|
71
|
+
|
|
64
72
|
/**
|
|
65
73
|
* Event is fired when the scanning is finished or cancelled
|
|
66
74
|
*/
|
|
@@ -192,6 +200,7 @@ declare namespace sap {
|
|
|
192
200
|
* true,
|
|
193
201
|
* 30,
|
|
194
202
|
* 1,
|
|
203
|
+
* false,
|
|
195
204
|
* false
|
|
196
205
|
* );
|
|
197
206
|
* });
|
|
@@ -229,7 +238,11 @@ declare namespace sap {
|
|
|
229
238
|
/**
|
|
230
239
|
* Flag, which defines whether the camera should be used for scanning in Zebra Enterprise Browser.
|
|
231
240
|
*/
|
|
232
|
-
keepCameraScan?: boolean
|
|
241
|
+
keepCameraScan?: boolean,
|
|
242
|
+
/**
|
|
243
|
+
* Flag, which defines whether the Barcode input dialog should be shown.
|
|
244
|
+
*/
|
|
245
|
+
disableBarcodeInputDialog?: boolean
|
|
233
246
|
): void;
|
|
234
247
|
/**
|
|
235
248
|
* Set the configs of the control Barcode Scanner.
|
|
@@ -587,6 +600,16 @@ declare namespace sap {
|
|
|
587
600
|
* @returns Value of property `dialogTitle`
|
|
588
601
|
*/
|
|
589
602
|
getDialogTitle(): string;
|
|
603
|
+
/**
|
|
604
|
+
* Gets current value of property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
|
|
605
|
+
*
|
|
606
|
+
* If the value is true, the Barcode input dialog should be hidden.
|
|
607
|
+
*
|
|
608
|
+
* Default value is `false`.
|
|
609
|
+
*
|
|
610
|
+
* @returns Value of property `disableBarcodeInputDialog`
|
|
611
|
+
*/
|
|
612
|
+
getDisableBarcodeInputDialog(): boolean;
|
|
590
613
|
/**
|
|
591
614
|
* Gets current value of property {@link #getFrameRate frameRate}.
|
|
592
615
|
*
|
|
@@ -657,6 +680,23 @@ declare namespace sap {
|
|
|
657
680
|
*/
|
|
658
681
|
sDialogTitle?: string
|
|
659
682
|
): this;
|
|
683
|
+
/**
|
|
684
|
+
* Sets a new value for property {@link #getDisableBarcodeInputDialog disableBarcodeInputDialog}.
|
|
685
|
+
*
|
|
686
|
+
* If the value is true, the Barcode input dialog should be hidden.
|
|
687
|
+
*
|
|
688
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
689
|
+
*
|
|
690
|
+
* Default value is `false`.
|
|
691
|
+
*
|
|
692
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
693
|
+
*/
|
|
694
|
+
setDisableBarcodeInputDialog(
|
|
695
|
+
/**
|
|
696
|
+
* New value for property `disableBarcodeInputDialog`
|
|
697
|
+
*/
|
|
698
|
+
bDisableBarcodeInputDialog?: boolean
|
|
699
|
+
): this;
|
|
660
700
|
/**
|
|
661
701
|
* Sets a new value for property {@link #getFrameRate frameRate}.
|
|
662
702
|
*
|
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
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