@openui5/ts-types 1.140.0 → 1.141.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/sap.f.d.ts +43 -2
- package/types/sap.m.d.ts +70 -8
- 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 +129 -66
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +5102 -5062
- package/types/sap.ui.mdc.d.ts +4 -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 +18 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +53 -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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -306,6 +306,16 @@ declare namespace sap {
|
|
|
306
306
|
| sap.m.AvatarImageFitType
|
|
307
307
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
308
308
|
| `{${string}}`;
|
|
309
|
+
|
|
310
|
+
/**
|
|
311
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
312
|
+
*
|
|
313
|
+
* @since 1.141
|
|
314
|
+
*/
|
|
315
|
+
iconState?:
|
|
316
|
+
| sap.ui.core.ValueState
|
|
317
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
318
|
+
| `{${string}}`;
|
|
309
319
|
}
|
|
310
320
|
|
|
311
321
|
/**
|
|
@@ -1499,6 +1509,18 @@ declare namespace sap {
|
|
|
1499
1509
|
* @returns Value of property `iconSrc`
|
|
1500
1510
|
*/
|
|
1501
1511
|
getIconSrc(): sap.ui.core.URI;
|
|
1512
|
+
/**
|
|
1513
|
+
* Gets current value of property {@link #getIconState iconState}.
|
|
1514
|
+
*
|
|
1515
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
1516
|
+
*
|
|
1517
|
+
* Default value is `None`.
|
|
1518
|
+
*
|
|
1519
|
+
* @since 1.141
|
|
1520
|
+
*
|
|
1521
|
+
* @returns Value of property `iconState`
|
|
1522
|
+
*/
|
|
1523
|
+
getIconState(): sap.ui.core.ValueState;
|
|
1502
1524
|
/**
|
|
1503
1525
|
* Gets current value of property {@link #getIconVisible iconVisible}.
|
|
1504
1526
|
*
|
|
@@ -1698,6 +1720,25 @@ declare namespace sap {
|
|
|
1698
1720
|
*/
|
|
1699
1721
|
sIconSrc?: sap.ui.core.URI
|
|
1700
1722
|
): this;
|
|
1723
|
+
/**
|
|
1724
|
+
* Sets a new value for property {@link #getIconState iconState}.
|
|
1725
|
+
*
|
|
1726
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
1727
|
+
*
|
|
1728
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1729
|
+
*
|
|
1730
|
+
* Default value is `None`.
|
|
1731
|
+
*
|
|
1732
|
+
* @since 1.141
|
|
1733
|
+
*
|
|
1734
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1735
|
+
*/
|
|
1736
|
+
setIconState(
|
|
1737
|
+
/**
|
|
1738
|
+
* New value for property `iconState`
|
|
1739
|
+
*/
|
|
1740
|
+
sIconState?: sap.ui.core.ValueState
|
|
1741
|
+
): this;
|
|
1701
1742
|
/**
|
|
1702
1743
|
* Sets a new value for property {@link #getIconVisible iconVisible}.
|
|
1703
1744
|
*
|
|
@@ -22616,7 +22657,7 @@ declare namespace sap {
|
|
|
22616
22657
|
*
|
|
22617
22658
|
* Each layout has a default predefined ratio for the three columns, depending on device size. Based on
|
|
22618
22659
|
* the device and layout, some columns are hidden. For more information, refer to the ratios (in %) for
|
|
22619
|
-
* each value, listed below: (
|
|
22660
|
+
* each value, listed below: (hyphen "-" means non-accessible columns).
|
|
22620
22661
|
*
|
|
22621
22662
|
* **Notes:**
|
|
22622
22663
|
* - The user is allowed to customize the default ratio by dragging the column separators to resize the
|
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/m/p13n/Engine" {
|
|
4
4
|
/**
|
|
@@ -33711,6 +33711,20 @@ declare namespace sap {
|
|
|
33711
33711
|
itemActionPress?: (oEvent: ListBase$ItemActionPressEvent) => void;
|
|
33712
33712
|
}
|
|
33713
33713
|
|
|
33714
|
+
/**
|
|
33715
|
+
* Describes the settings that can be provided to the ListItemAction constructor.
|
|
33716
|
+
*/
|
|
33717
|
+
interface $ListItemActionSettings
|
|
33718
|
+
extends sap.m.$ListItemActionBaseSettings {
|
|
33719
|
+
/**
|
|
33720
|
+
* Defines the type of the action.
|
|
33721
|
+
*/
|
|
33722
|
+
type?:
|
|
33723
|
+
| sap.m.ListItemActionType
|
|
33724
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
33725
|
+
| `{${string}}`;
|
|
33726
|
+
}
|
|
33727
|
+
|
|
33714
33728
|
/**
|
|
33715
33729
|
* Describes the settings that can be provided to the ListItemActionBase constructor.
|
|
33716
33730
|
*/
|
|
@@ -38135,6 +38149,12 @@ declare namespace sap {
|
|
|
38135
38149
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
38136
38150
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
38137
38151
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
38152
|
+
*
|
|
38153
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
38154
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
38155
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
38156
|
+
*
|
|
38157
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
38138
38158
|
*/
|
|
38139
38159
|
sourceValidationFailed?: (oEvent: sap.ui.base.Event) => void;
|
|
38140
38160
|
}
|
|
@@ -39242,6 +39262,7 @@ declare namespace sap {
|
|
|
39242
39262
|
/**
|
|
39243
39263
|
* Any control that needed to be displayed in the header area. When this is set, the showHeader property
|
|
39244
39264
|
* is ignored, and only this customHeader is shown on the top of popover.
|
|
39265
|
+
* **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
|
|
39245
39266
|
*/
|
|
39246
39267
|
customHeader?: sap.ui.core.Control;
|
|
39247
39268
|
|
|
@@ -48008,6 +48029,8 @@ declare namespace sap {
|
|
|
48008
48029
|
|
|
48009
48030
|
/**
|
|
48010
48031
|
* Parameters of the PDFViewer#sourceValidationFailed event.
|
|
48032
|
+
*
|
|
48033
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
48011
48034
|
*/
|
|
48012
48035
|
interface PDFViewer$SourceValidationFailedEventParameters {}
|
|
48013
48036
|
|
|
@@ -90512,9 +90535,20 @@ declare namespace sap {
|
|
|
90512
90535
|
*
|
|
90513
90536
|
* @since 1.137
|
|
90514
90537
|
*/
|
|
90515
|
-
class ListItemAction
|
|
90516
|
-
|
|
90517
|
-
|
|
90538
|
+
class ListItemAction extends sap.m.ListItemActionBase {
|
|
90539
|
+
/**
|
|
90540
|
+
* Constructor for a new action for list items.
|
|
90541
|
+
*
|
|
90542
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
90543
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
90544
|
+
* of the syntax of the settings object.
|
|
90545
|
+
*/
|
|
90546
|
+
constructor(
|
|
90547
|
+
/**
|
|
90548
|
+
* Initial settings for the new control
|
|
90549
|
+
*/
|
|
90550
|
+
mSettings?: sap.m.$ListItemActionSettings
|
|
90551
|
+
);
|
|
90518
90552
|
/**
|
|
90519
90553
|
* Constructor for a new action for list items.
|
|
90520
90554
|
*
|
|
@@ -90530,14 +90564,14 @@ declare namespace sap {
|
|
|
90530
90564
|
/**
|
|
90531
90565
|
* Initial settings for the new control
|
|
90532
90566
|
*/
|
|
90533
|
-
mSettings?:
|
|
90567
|
+
mSettings?: sap.m.$ListItemActionSettings
|
|
90534
90568
|
);
|
|
90535
90569
|
|
|
90536
90570
|
/**
|
|
90537
90571
|
* Creates a new subclass of class sap.m.ListItemAction with name `sClassName` and enriches it with the
|
|
90538
90572
|
* information contained in `oClassInfo`.
|
|
90539
90573
|
*
|
|
90540
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.
|
|
90574
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemActionBase.extend}.
|
|
90541
90575
|
*
|
|
90542
90576
|
*
|
|
90543
90577
|
* @returns Created class / constructor function
|
|
@@ -90563,7 +90597,7 @@ declare namespace sap {
|
|
|
90563
90597
|
*
|
|
90564
90598
|
* @returns Metadata object describing this class
|
|
90565
90599
|
*/
|
|
90566
|
-
static getMetadata(): sap.ui.
|
|
90600
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
90567
90601
|
/**
|
|
90568
90602
|
* Gets current value of property {@link #getType type}.
|
|
90569
90603
|
*
|
|
@@ -116210,6 +116244,11 @@ declare namespace sap {
|
|
|
116210
116244
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
116211
116245
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
116212
116246
|
*
|
|
116247
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
116248
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
116249
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
116250
|
+
*
|
|
116251
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
116213
116252
|
*
|
|
116214
116253
|
* @returns Reference to `this` in order to allow method chaining
|
|
116215
116254
|
*/
|
|
@@ -116240,6 +116279,11 @@ declare namespace sap {
|
|
|
116240
116279
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
116241
116280
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
116242
116281
|
*
|
|
116282
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
116283
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
116284
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
116285
|
+
*
|
|
116286
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
116243
116287
|
*
|
|
116244
116288
|
* @returns Reference to `this` in order to allow method chaining
|
|
116245
116289
|
*/
|
|
@@ -116309,6 +116353,7 @@ declare namespace sap {
|
|
|
116309
116353
|
*
|
|
116310
116354
|
* The passed function and listener object must match the ones used for event registration.
|
|
116311
116355
|
*
|
|
116356
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
116312
116357
|
*
|
|
116313
116358
|
* @returns Reference to `this` in order to allow method chaining
|
|
116314
116359
|
*/
|
|
@@ -116355,6 +116400,7 @@ declare namespace sap {
|
|
|
116355
116400
|
/**
|
|
116356
116401
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
116357
116402
|
*
|
|
116403
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
116358
116404
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
116359
116405
|
*
|
|
116360
116406
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -121454,6 +121500,7 @@ declare namespace sap {
|
|
|
121454
121500
|
*
|
|
121455
121501
|
* Any control that needed to be displayed in the header area. When this is set, the showHeader property
|
|
121456
121502
|
* is ignored, and only this customHeader is shown on the top of popover.
|
|
121503
|
+
* **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
|
|
121457
121504
|
*/
|
|
121458
121505
|
getCustomHeader(): sap.ui.core.Control;
|
|
121459
121506
|
/**
|
|
@@ -145547,6 +145594,18 @@ declare namespace sap {
|
|
|
145547
145594
|
*/
|
|
145548
145595
|
bSuppressInvalidation: boolean
|
|
145549
145596
|
): this;
|
|
145597
|
+
/**
|
|
145598
|
+
* Property setter for the icon
|
|
145599
|
+
*
|
|
145600
|
+
*
|
|
145601
|
+
* @returns `this` to allow method chaining
|
|
145602
|
+
*/
|
|
145603
|
+
setTooltip(
|
|
145604
|
+
/**
|
|
145605
|
+
* new value of the tooltip aggregation
|
|
145606
|
+
*/
|
|
145607
|
+
sTooltip: string | sap.ui.core.TooltipBase
|
|
145608
|
+
): this;
|
|
145550
145609
|
}
|
|
145551
145610
|
/**
|
|
145552
145611
|
* The `sap.m.Table` control provides a set of sophisticated and easy-to-use functions for responsive table
|
|
@@ -152061,7 +152120,8 @@ declare namespace sap {
|
|
|
152061
152120
|
setSupport2400(bSupport2400: boolean): this;
|
|
152062
152121
|
}
|
|
152063
152122
|
/**
|
|
152064
|
-
* A picker clocks container control used inside the {@link sap.m.TimePicker}.
|
|
152123
|
+
* A picker clocks container control used inside the {@link sap.m.TimePicker}. If you use the control standalone,
|
|
152124
|
+
* please call the {@link #prepareForOpen} method before opening or displaying it.
|
|
152065
152125
|
*
|
|
152066
152126
|
* @since 1.90
|
|
152067
152127
|
*/
|
|
@@ -170352,6 +170412,8 @@ declare namespace sap {
|
|
|
170352
170412
|
|
|
170353
170413
|
/**
|
|
170354
170414
|
* Event object of the PDFViewer#sourceValidationFailed event.
|
|
170415
|
+
*
|
|
170416
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
170355
170417
|
*/
|
|
170356
170418
|
type PDFViewer$SourceValidationFailedEvent = sap.ui.base.Event<
|
|
170357
170419
|
PDFViewer$SourceValidationFailedEventParameters,
|
package/types/sap.tnt.d.ts
CHANGED