@openui5/ts-types 1.139.1 → 1.139.3
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.f.d.ts +1 -1
- package/types/sap.m.d.ts +17 -2
- 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.core.d.ts +1 -1
- package/types/sap.ui.dt.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.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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.139.
|
|
1
|
+
// For Library Version: 1.139.3
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -48847,6 +48847,11 @@ declare namespace sap {
|
|
|
48847
48847
|
* The end date as a UI5Date or JavaScript Date object of the focused grid cell.
|
|
48848
48848
|
*/
|
|
48849
48849
|
endDate?: object;
|
|
48850
|
+
|
|
48851
|
+
/**
|
|
48852
|
+
* The original browser event.
|
|
48853
|
+
*/
|
|
48854
|
+
originalEvent?: object;
|
|
48850
48855
|
}
|
|
48851
48856
|
|
|
48852
48857
|
/**
|
|
@@ -128383,11 +128388,13 @@ declare namespace sap {
|
|
|
128383
128388
|
implements
|
|
128384
128389
|
sap.ui.core.IFormContent,
|
|
128385
128390
|
sap.f.IShellBar,
|
|
128386
|
-
sap.m.IToolbarInteractiveControl
|
|
128391
|
+
sap.m.IToolbarInteractiveControl,
|
|
128392
|
+
sap.m.IOverflowToolbarContent
|
|
128387
128393
|
{
|
|
128388
128394
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
128389
128395
|
__implements__sap_f_IShellBar: boolean;
|
|
128390
128396
|
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
128397
|
+
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
128391
128398
|
/**
|
|
128392
128399
|
* Constructor for a new SearchField.
|
|
128393
128400
|
*
|
|
@@ -128890,6 +128897,14 @@ declare namespace sap {
|
|
|
128890
128897
|
* @returns Value of property `maxLength`
|
|
128891
128898
|
*/
|
|
128892
128899
|
getMaxLength(): int;
|
|
128900
|
+
/**
|
|
128901
|
+
* Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
|
|
128902
|
+
* interface.
|
|
128903
|
+
*
|
|
128904
|
+
*
|
|
128905
|
+
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
|
|
128906
|
+
*/
|
|
128907
|
+
getOverflowToolbarConfig(): sap.m.OverflowToolbarConfig;
|
|
128893
128908
|
/**
|
|
128894
128909
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
128895
128910
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.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.uxap.d.ts
CHANGED