@sapui5/ts-types-esm 1.143.1 → 1.144.0
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 +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- 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 +1 -1
- package/types/sap.fe.test.d.ts +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- 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 +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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 +126 -4
- package/types/{ux3-1.143.0-esm-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 +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -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.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.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.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ndc/library" {}
|
|
4
4
|
|
|
@@ -165,7 +165,7 @@ declare module "sap/ndc/BarcodeScanner" {
|
|
|
165
165
|
* alert("Value entered: " + mParams.newValue);
|
|
166
166
|
* },
|
|
167
167
|
* "Enter Product Barcode",
|
|
168
|
-
*
|
|
168
|
+
* "front",
|
|
169
169
|
* 30,
|
|
170
170
|
* 1,
|
|
171
171
|
* false,
|
|
@@ -192,9 +192,12 @@ declare module "sap/ndc/BarcodeScanner" {
|
|
|
192
192
|
*/
|
|
193
193
|
dialogTitle?: string,
|
|
194
194
|
/**
|
|
195
|
-
*
|
|
195
|
+
* Defines the facingMode of the camera which should be used. Value can be "", "front", "back", "left",
|
|
196
|
+
* "right", true or false (Backward Compatibility for deprecated parameter "preferFrontCamera"). If value
|
|
197
|
+
* is unset or "", the default camera of device will be used. If set to true, means the value is "front".
|
|
198
|
+
* If set to false, means the value is "" as before.
|
|
196
199
|
*/
|
|
197
|
-
|
|
200
|
+
facingMode?: string | boolean,
|
|
198
201
|
/**
|
|
199
202
|
* Defines the frame rate of the camera.
|
|
200
203
|
*/
|
|
@@ -231,6 +234,7 @@ declare module "sap/ndc/BarcodeScanner" {
|
|
|
231
234
|
* {
|
|
232
235
|
* "enableGS1Header": true, //If set to true, add the symbology identifier (GS1 specification 5.4.3.7. and 5.4.6.4.) as prefix into the result text.
|
|
233
236
|
* "deviceId": "string" // The specific camera id to scan the Barcode. If set to "", Barcode Scanner will use default camera. This option is not working for iOS devices since do not support to get all the cameras.
|
|
237
|
+
* "facingMode": "string" // Defines the facingMode of the camera which should be used. Value can be "", "front", "back", "left", "right". If set to "", Barcode Scanner will use default camera.
|
|
234
238
|
* "multiScan": {
|
|
235
239
|
* "enabled": false, // If set to true, will support scan multi barcodes, and the max number of the barcodes in each scanning is 10. Default value is false. Only working for ZXingCPP.
|
|
236
240
|
* "showPauseButton": false, // If set to true, will show a button so that can pause/restart the scan in the scan dialog.
|
|
@@ -704,6 +708,18 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
704
708
|
* @returns Value of property `disableBarcodeInputDialog`
|
|
705
709
|
*/
|
|
706
710
|
getDisableBarcodeInputDialog(): boolean;
|
|
711
|
+
/**
|
|
712
|
+
* Gets current value of property {@link #getFacingMode facingMode}.
|
|
713
|
+
*
|
|
714
|
+
* Defines the facing mode of the camera to use. If unset, use the default camera of device. `front`
|
|
715
|
+
* - facing mode: front. `back` - facing mode: back. `left` - facing mode: left. Useless now since
|
|
716
|
+
* most devices have no facing left camera. `right` - facing mode: right. Useless now since most devices
|
|
717
|
+
* have no facing right camera.
|
|
718
|
+
*
|
|
719
|
+
*
|
|
720
|
+
* @returns Value of property `facingMode`
|
|
721
|
+
*/
|
|
722
|
+
getFacingMode(): string;
|
|
707
723
|
/**
|
|
708
724
|
* Gets current value of property {@link #getFrameRate frameRate}.
|
|
709
725
|
*
|
|
@@ -731,6 +747,7 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
731
747
|
*
|
|
732
748
|
* Default value is `false`.
|
|
733
749
|
*
|
|
750
|
+
* @deprecated As of version 1.144.0. use the 'facingMode' property with value 'front' instead.
|
|
734
751
|
*
|
|
735
752
|
* @returns Value of property `preferFrontCamera`
|
|
736
753
|
*/
|
|
@@ -800,43 +817,44 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
800
817
|
bDisableBarcodeInputDialog?: boolean
|
|
801
818
|
): this;
|
|
802
819
|
/**
|
|
803
|
-
* Sets a new value for property {@link #
|
|
820
|
+
* Sets a new value for property {@link #getFacingMode facingMode}.
|
|
804
821
|
*
|
|
805
|
-
* Defines the
|
|
822
|
+
* Defines the facing mode of the camera to use. If unset, use the default camera of device. `front`
|
|
823
|
+
* - facing mode: front. `back` - facing mode: back. `left` - facing mode: left. Useless now since
|
|
824
|
+
* most devices have no facing left camera. `right` - facing mode: right. Useless now since most devices
|
|
825
|
+
* have no facing right camera.
|
|
806
826
|
*
|
|
807
827
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
808
828
|
*
|
|
809
829
|
*
|
|
810
830
|
* @returns Reference to `this` in order to allow method chaining
|
|
811
831
|
*/
|
|
812
|
-
|
|
832
|
+
setFacingMode(
|
|
813
833
|
/**
|
|
814
|
-
* New value for property `
|
|
834
|
+
* New value for property `facingMode`
|
|
815
835
|
*/
|
|
816
|
-
|
|
836
|
+
sFacingMode?: string
|
|
817
837
|
): this;
|
|
818
838
|
/**
|
|
819
|
-
* Sets a new value for property {@link #
|
|
839
|
+
* Sets a new value for property {@link #getFrameRate frameRate}.
|
|
820
840
|
*
|
|
821
|
-
*
|
|
841
|
+
* Defines the frame rate of the camera.
|
|
822
842
|
*
|
|
823
843
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
824
844
|
*
|
|
825
|
-
* Default value is `false`.
|
|
826
|
-
*
|
|
827
845
|
*
|
|
828
846
|
* @returns Reference to `this` in order to allow method chaining
|
|
829
847
|
*/
|
|
830
|
-
|
|
848
|
+
setFrameRate(
|
|
831
849
|
/**
|
|
832
|
-
* New value for property `
|
|
850
|
+
* New value for property `frameRate`
|
|
833
851
|
*/
|
|
834
|
-
|
|
852
|
+
fFrameRate: float
|
|
835
853
|
): this;
|
|
836
854
|
/**
|
|
837
|
-
* Sets a new value for property {@link #
|
|
855
|
+
* Sets a new value for property {@link #getKeepCameraScan keepCameraScan}.
|
|
838
856
|
*
|
|
839
|
-
* If set to true, the
|
|
857
|
+
* If set to true, the camera should be used for scanning in Zebra Enterprise Browser.
|
|
840
858
|
*
|
|
841
859
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
842
860
|
*
|
|
@@ -845,11 +863,11 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
845
863
|
*
|
|
846
864
|
* @returns Reference to `this` in order to allow method chaining
|
|
847
865
|
*/
|
|
848
|
-
|
|
866
|
+
setKeepCameraScan(
|
|
849
867
|
/**
|
|
850
|
-
* New value for property `
|
|
868
|
+
* New value for property `keepCameraScan`
|
|
851
869
|
*/
|
|
852
|
-
|
|
870
|
+
bKeepCameraScan?: boolean
|
|
853
871
|
): this;
|
|
854
872
|
/**
|
|
855
873
|
* Sets a new value for property {@link #getProvideFallback provideFallback}.
|
|
@@ -925,9 +943,19 @@ declare module "sap/ndc/BarcodeScannerButton" {
|
|
|
925
943
|
|
|
926
944
|
/**
|
|
927
945
|
* If set to true, the front camera will be used to decode.
|
|
946
|
+
*
|
|
947
|
+
* @deprecated As of version 1.144.0. use the 'facingMode' property with value 'front' instead.
|
|
928
948
|
*/
|
|
929
949
|
preferFrontCamera?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
930
950
|
|
|
951
|
+
/**
|
|
952
|
+
* Defines the facing mode of the camera to use. If unset, use the default camera of device. `front`
|
|
953
|
+
* - facing mode: front. `back` - facing mode: back. `left` - facing mode: left. Useless now since
|
|
954
|
+
* most devices have no facing left camera. `right` - facing mode: right. Useless now since most devices
|
|
955
|
+
* have no facing right camera.
|
|
956
|
+
*/
|
|
957
|
+
facingMode?: string | PropertyBindingInfo;
|
|
958
|
+
|
|
931
959
|
/**
|
|
932
960
|
* Defines the frame rate of the camera.
|
|
933
961
|
*/
|
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED