@openui5/ts-types 1.117.2 → 1.117.4
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 +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.core.d.ts +8 -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 +40 -4
- 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
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.117.
|
|
283
|
+
// For Library Version: 1.117.4
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -33367,6 +33367,8 @@ declare namespace sap {
|
|
|
33367
33367
|
onDeactivate(): void;
|
|
33368
33368
|
/**
|
|
33369
33369
|
* @since 1.15.1
|
|
33370
|
+
* @deprecated (since 1.117) - (starting with a patch release acc. to the changelog), recommended to use
|
|
33371
|
+
* the browser-native page lifecycle API, providing events such as 'pageshow' and 'pagehide'
|
|
33370
33372
|
*
|
|
33371
33373
|
* The window before unload hook. Override this method in your Component class implementation, to handle
|
|
33372
33374
|
* cleanup before the real unload or to prompt a question to the user, if the component should be exited.
|
|
@@ -33377,6 +33379,8 @@ declare namespace sap {
|
|
|
33377
33379
|
onWindowBeforeUnload(): string | undefined;
|
|
33378
33380
|
/**
|
|
33379
33381
|
* @since 1.15.1
|
|
33382
|
+
* @deprecated (since 1.117) - (starting with a patch release acc. to the changelog), recommended to use
|
|
33383
|
+
* the browser-native API to listen for errors: window.addEventListener("error", function() { ... })
|
|
33380
33384
|
*
|
|
33381
33385
|
* The window error hook. Override this method in your Component class implementation to listen to unhandled
|
|
33382
33386
|
* errors.
|
|
@@ -33397,6 +33401,9 @@ declare namespace sap {
|
|
|
33397
33401
|
): void;
|
|
33398
33402
|
/**
|
|
33399
33403
|
* @since 1.15.1
|
|
33404
|
+
* @deprecated (since 1.117) - (starting with a patch release acc. to the changelog). Newer browser versions
|
|
33405
|
+
* deprecate the browser-native 'unload' event. Therefore, the former API won't reliably work anymore. Please
|
|
33406
|
+
* have a look at the browser-native page lifecycle API, e.g. its events 'pageshow' and 'pagehide'.
|
|
33400
33407
|
*
|
|
33401
33408
|
* The window unload hook. Override this method in your Component class implementation, to handle cleanup
|
|
33402
33409
|
* of the component once the window will be unloaded (e.g. closed).
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.117.
|
|
1
|
+
// For Library Version: 1.117.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/BaseDelegate" {
|
|
4
4
|
import TypeMap from "sap/ui/mdc/util/TypeMap";
|
|
@@ -4328,17 +4328,22 @@ declare namespace sap {
|
|
|
4328
4328
|
*/
|
|
4329
4329
|
convertWhitespaces?: boolean;
|
|
4330
4330
|
/**
|
|
4331
|
-
* Instance of the calling control
|
|
4331
|
+
* Instance of the calling control <<<<<<< HEAD
|
|
4332
4332
|
*/
|
|
4333
4333
|
control?: sap.ui.core.Control;
|
|
4334
4334
|
/**
|
|
4335
|
-
* If set, the conditions will not be formatted (MultiInput value
|
|
4335
|
+
* If set, the conditions will not be formatted (MultiInput `value` property case)
|
|
4336
4336
|
*/
|
|
4337
4337
|
noFormatting?: boolean;
|
|
4338
4338
|
/**
|
|
4339
|
-
* If noFormatting is set, this value is used as output
|
|
4339
|
+
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
4340
4340
|
*/
|
|
4341
4341
|
keepValue?: string;
|
|
4342
|
+
/**
|
|
4343
|
+
* If set, the input and output might contain multiple lines >>>>>>> 8855db58c16 ([FIX] Field: not possible
|
|
4344
|
+
* to enter multiple lines)
|
|
4345
|
+
*/
|
|
4346
|
+
multipleLines?: boolean;
|
|
4342
4347
|
},
|
|
4343
4348
|
/**
|
|
4344
4349
|
* Value constraints
|
|
@@ -4529,6 +4534,18 @@ declare namespace sap {
|
|
|
4529
4534
|
* Instance of the calling control
|
|
4530
4535
|
*/
|
|
4531
4536
|
control?: sap.ui.core.Control;
|
|
4537
|
+
/**
|
|
4538
|
+
* If set, the conditions will not be formatted (MultiInput `value` property case)
|
|
4539
|
+
*/
|
|
4540
|
+
noFormatting?: boolean;
|
|
4541
|
+
/**
|
|
4542
|
+
* If `noFormatting` is set, this value is used as output to keep the typed value during value help selection
|
|
4543
|
+
*/
|
|
4544
|
+
keepValue?: string;
|
|
4545
|
+
/**
|
|
4546
|
+
* If set, the input and output might contain multiple lines
|
|
4547
|
+
*/
|
|
4548
|
+
multipleLines?: boolean;
|
|
4532
4549
|
},
|
|
4533
4550
|
/**
|
|
4534
4551
|
* Value constraints
|
|
@@ -5186,6 +5203,25 @@ declare namespace sap {
|
|
|
5186
5203
|
*/
|
|
5187
5204
|
mParameters?: sap.ui.mdc.field.FieldBase$SubmitEventParameters
|
|
5188
5205
|
): this;
|
|
5206
|
+
/**
|
|
5207
|
+
* Sets the focus on the stored focus DOM reference.
|
|
5208
|
+
*/
|
|
5209
|
+
focus(
|
|
5210
|
+
/**
|
|
5211
|
+
* Options for setting the focus
|
|
5212
|
+
*/
|
|
5213
|
+
oFocusInfo?: {
|
|
5214
|
+
/**
|
|
5215
|
+
* @since 1.60 If set to `true`, the focused element won't be moved into the viewport if it's not completely
|
|
5216
|
+
* visible before the focus is set
|
|
5217
|
+
*/
|
|
5218
|
+
preventScroll?: boolean;
|
|
5219
|
+
/**
|
|
5220
|
+
* @since 1.98 Further control-specific setting of the focus target within the control
|
|
5221
|
+
*/
|
|
5222
|
+
targetInfo?: any;
|
|
5223
|
+
}
|
|
5224
|
+
): void;
|
|
5189
5225
|
/**
|
|
5190
5226
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
5191
5227
|
*/
|
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