@openui5/ts-types 1.136.8 → 1.136.9
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.136.
|
|
1
|
+
// For Library Version: 1.136.9
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -48387,6 +48387,11 @@ declare namespace sap {
|
|
|
48387
48387
|
* The end date as a UI5Date or JavaScript Date object of the focused grid cell.
|
|
48388
48388
|
*/
|
|
48389
48389
|
endDate?: object;
|
|
48390
|
+
|
|
48391
|
+
/**
|
|
48392
|
+
* The original browser event.
|
|
48393
|
+
*/
|
|
48394
|
+
originalEvent?: object;
|
|
48390
48395
|
}
|
|
48391
48396
|
|
|
48392
48397
|
/**
|
|
@@ -127338,11 +127343,13 @@ declare namespace sap {
|
|
|
127338
127343
|
implements
|
|
127339
127344
|
sap.ui.core.IFormContent,
|
|
127340
127345
|
sap.f.IShellBar,
|
|
127341
|
-
sap.m.IToolbarInteractiveControl
|
|
127346
|
+
sap.m.IToolbarInteractiveControl,
|
|
127347
|
+
sap.m.IOverflowToolbarContent
|
|
127342
127348
|
{
|
|
127343
127349
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
127344
127350
|
__implements__sap_f_IShellBar: boolean;
|
|
127345
127351
|
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
127352
|
+
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
127346
127353
|
/**
|
|
127347
127354
|
* Constructor for a new SearchField.
|
|
127348
127355
|
*
|
|
@@ -127845,6 +127852,14 @@ declare namespace sap {
|
|
|
127845
127852
|
* @returns Value of property `maxLength`
|
|
127846
127853
|
*/
|
|
127847
127854
|
getMaxLength(): int;
|
|
127855
|
+
/**
|
|
127856
|
+
* Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
|
|
127857
|
+
* interface.
|
|
127858
|
+
*
|
|
127859
|
+
*
|
|
127860
|
+
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
|
|
127861
|
+
*/
|
|
127862
|
+
getOverflowToolbarConfig(): sap.m.OverflowToolbarConfig;
|
|
127848
127863
|
/**
|
|
127849
127864
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
127850
127865
|
*
|
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