@openui5/types 1.140.0 → 1.141.1
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 +44 -3
- package/types/sap.m.d.ts +78 -9
- 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 +130 -67
- package/types/sap.ui.dt.d.ts +202 -1
- package/types/sap.ui.fl.d.ts +8 -7
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +63 -47
- 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 +55 -3
- 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.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -222,7 +222,7 @@ declare module "sap/f/library" {
|
|
|
222
222
|
*
|
|
223
223
|
* Each layout has a default predefined ratio for the three columns, depending on device size. Based on
|
|
224
224
|
* the device and layout, some columns are hidden. For more information, refer to the ratios (in %) for
|
|
225
|
-
* each value, listed below: (
|
|
225
|
+
* each value, listed below: (hyphen "-" means non-accessible columns).
|
|
226
226
|
*
|
|
227
227
|
* **Notes:**
|
|
228
228
|
* - The user is allowed to customize the default ratio by dragging the column separators to resize the
|
|
@@ -2745,7 +2745,7 @@ declare module "sap/f/cards/Header" {
|
|
|
2745
2745
|
|
|
2746
2746
|
import AvatarSize from "sap/m/AvatarSize";
|
|
2747
2747
|
|
|
2748
|
-
import { URI } from "sap/ui/core/library";
|
|
2748
|
+
import { URI, ValueState } from "sap/ui/core/library";
|
|
2749
2749
|
|
|
2750
2750
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
2751
2751
|
|
|
@@ -2927,6 +2927,18 @@ declare module "sap/f/cards/Header" {
|
|
|
2927
2927
|
* @returns Value of property `iconSrc`
|
|
2928
2928
|
*/
|
|
2929
2929
|
getIconSrc(): URI;
|
|
2930
|
+
/**
|
|
2931
|
+
* Gets current value of property {@link #getIconState iconState}.
|
|
2932
|
+
*
|
|
2933
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
2934
|
+
*
|
|
2935
|
+
* Default value is `None`.
|
|
2936
|
+
*
|
|
2937
|
+
* @since 1.141
|
|
2938
|
+
*
|
|
2939
|
+
* @returns Value of property `iconState`
|
|
2940
|
+
*/
|
|
2941
|
+
getIconState(): ValueState;
|
|
2930
2942
|
/**
|
|
2931
2943
|
* Gets current value of property {@link #getIconVisible iconVisible}.
|
|
2932
2944
|
*
|
|
@@ -3126,6 +3138,25 @@ declare module "sap/f/cards/Header" {
|
|
|
3126
3138
|
*/
|
|
3127
3139
|
sIconSrc?: URI
|
|
3128
3140
|
): this;
|
|
3141
|
+
/**
|
|
3142
|
+
* Sets a new value for property {@link #getIconState iconState}.
|
|
3143
|
+
*
|
|
3144
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
3145
|
+
*
|
|
3146
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3147
|
+
*
|
|
3148
|
+
* Default value is `None`.
|
|
3149
|
+
*
|
|
3150
|
+
* @since 1.141
|
|
3151
|
+
*
|
|
3152
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
3153
|
+
*/
|
|
3154
|
+
setIconState(
|
|
3155
|
+
/**
|
|
3156
|
+
* New value for property `iconState`
|
|
3157
|
+
*/
|
|
3158
|
+
sIconState?: ValueState | keyof typeof ValueState
|
|
3159
|
+
): this;
|
|
3129
3160
|
/**
|
|
3130
3161
|
* Sets a new value for property {@link #getIconVisible iconVisible}.
|
|
3131
3162
|
*
|
|
@@ -3338,6 +3369,16 @@ declare module "sap/f/cards/Header" {
|
|
|
3338
3369
|
| (AvatarImageFitType | keyof typeof AvatarImageFitType)
|
|
3339
3370
|
| PropertyBindingInfo
|
|
3340
3371
|
| `{${string}}`;
|
|
3372
|
+
|
|
3373
|
+
/**
|
|
3374
|
+
* Defines a status-colored, non-interactive message icon in the icon area.
|
|
3375
|
+
*
|
|
3376
|
+
* @since 1.141
|
|
3377
|
+
*/
|
|
3378
|
+
iconState?:
|
|
3379
|
+
| (ValueState | keyof typeof ValueState)
|
|
3380
|
+
| PropertyBindingInfo
|
|
3381
|
+
| `{${string}}`;
|
|
3341
3382
|
}
|
|
3342
3383
|
}
|
|
3343
3384
|
|
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.141.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -53603,18 +53603,36 @@ declare module "sap/m/ListBase" {
|
|
|
53603
53603
|
}
|
|
53604
53604
|
|
|
53605
53605
|
declare module "sap/m/ListItemAction" {
|
|
53606
|
-
import
|
|
53606
|
+
import {
|
|
53607
|
+
default as ListItemActionBase,
|
|
53608
|
+
$ListItemActionBaseSettings,
|
|
53609
|
+
} from "sap/m/ListItemActionBase";
|
|
53610
|
+
|
|
53611
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
53607
53612
|
|
|
53608
53613
|
import { ListItemActionType } from "sap/m/library";
|
|
53609
53614
|
|
|
53615
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
53616
|
+
|
|
53610
53617
|
/**
|
|
53611
53618
|
* The `sap.m.ListItemAction` control provides the option to define actions directly related to list items.
|
|
53612
53619
|
*
|
|
53613
53620
|
* @since 1.137
|
|
53614
53621
|
*/
|
|
53615
|
-
export default class ListItemAction
|
|
53616
|
-
|
|
53617
|
-
|
|
53622
|
+
export default class ListItemAction extends ListItemActionBase {
|
|
53623
|
+
/**
|
|
53624
|
+
* Constructor for a new action for list items.
|
|
53625
|
+
*
|
|
53626
|
+
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
53627
|
+
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
53628
|
+
* of the syntax of the settings object.
|
|
53629
|
+
*/
|
|
53630
|
+
constructor(
|
|
53631
|
+
/**
|
|
53632
|
+
* Initial settings for the new control
|
|
53633
|
+
*/
|
|
53634
|
+
mSettings?: $ListItemActionSettings
|
|
53635
|
+
);
|
|
53618
53636
|
/**
|
|
53619
53637
|
* Constructor for a new action for list items.
|
|
53620
53638
|
*
|
|
@@ -53630,14 +53648,14 @@ declare module "sap/m/ListItemAction" {
|
|
|
53630
53648
|
/**
|
|
53631
53649
|
* Initial settings for the new control
|
|
53632
53650
|
*/
|
|
53633
|
-
mSettings?:
|
|
53651
|
+
mSettings?: $ListItemActionSettings
|
|
53634
53652
|
);
|
|
53635
53653
|
|
|
53636
53654
|
/**
|
|
53637
53655
|
* Creates a new subclass of class sap.m.ListItemAction with name `sClassName` and enriches it with the
|
|
53638
53656
|
* information contained in `oClassInfo`.
|
|
53639
53657
|
*
|
|
53640
|
-
* `oClassInfo` might contain the same kind of information as described in {@link sap.
|
|
53658
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.ListItemActionBase.extend}.
|
|
53641
53659
|
*
|
|
53642
53660
|
*
|
|
53643
53661
|
* @returns Created class / constructor function
|
|
@@ -53663,7 +53681,7 @@ declare module "sap/m/ListItemAction" {
|
|
|
53663
53681
|
*
|
|
53664
53682
|
* @returns Metadata object describing this class
|
|
53665
53683
|
*/
|
|
53666
|
-
static getMetadata():
|
|
53684
|
+
static getMetadata(): ElementMetadata;
|
|
53667
53685
|
/**
|
|
53668
53686
|
* Gets current value of property {@link #getType type}.
|
|
53669
53687
|
*
|
|
@@ -53694,6 +53712,18 @@ declare module "sap/m/ListItemAction" {
|
|
|
53694
53712
|
sType?: ListItemActionType | keyof typeof ListItemActionType
|
|
53695
53713
|
): this;
|
|
53696
53714
|
}
|
|
53715
|
+
/**
|
|
53716
|
+
* Describes the settings that can be provided to the ListItemAction constructor.
|
|
53717
|
+
*/
|
|
53718
|
+
export interface $ListItemActionSettings extends $ListItemActionBaseSettings {
|
|
53719
|
+
/**
|
|
53720
|
+
* Defines the type of the action.
|
|
53721
|
+
*/
|
|
53722
|
+
type?:
|
|
53723
|
+
| (ListItemActionType | keyof typeof ListItemActionType)
|
|
53724
|
+
| PropertyBindingInfo
|
|
53725
|
+
| `{${string}}`;
|
|
53726
|
+
}
|
|
53697
53727
|
}
|
|
53698
53728
|
|
|
53699
53729
|
declare module "sap/m/ListItemActionBase" {
|
|
@@ -88644,6 +88674,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
88644
88674
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
88645
88675
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
88646
88676
|
*
|
|
88677
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
88678
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
88679
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
88680
|
+
*
|
|
88681
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
88647
88682
|
*
|
|
88648
88683
|
* @returns Reference to `this` in order to allow method chaining
|
|
88649
88684
|
*/
|
|
@@ -88674,6 +88709,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
88674
88709
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
88675
88710
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
88676
88711
|
*
|
|
88712
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
88713
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
88714
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
88715
|
+
*
|
|
88716
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
88677
88717
|
*
|
|
88678
88718
|
* @returns Reference to `this` in order to allow method chaining
|
|
88679
88719
|
*/
|
|
@@ -88743,6 +88783,7 @@ declare module "sap/m/PDFViewer" {
|
|
|
88743
88783
|
*
|
|
88744
88784
|
* The passed function and listener object must match the ones used for event registration.
|
|
88745
88785
|
*
|
|
88786
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
88746
88787
|
*
|
|
88747
88788
|
* @returns Reference to `this` in order to allow method chaining
|
|
88748
88789
|
*/
|
|
@@ -88789,6 +88830,7 @@ declare module "sap/m/PDFViewer" {
|
|
|
88789
88830
|
/**
|
|
88790
88831
|
* Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
|
|
88791
88832
|
*
|
|
88833
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
88792
88834
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
88793
88835
|
*
|
|
88794
88836
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -89320,6 +89362,12 @@ declare module "sap/m/PDFViewer" {
|
|
|
89320
89362
|
* configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
|
|
89321
89363
|
* happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
|
|
89322
89364
|
* when this event is fired, call the preventDefault() method inside the event handler.
|
|
89365
|
+
*
|
|
89366
|
+
* Modern browsers implement strict policies for validating external resources loaded within an iframe.
|
|
89367
|
+
* PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
|
|
89368
|
+
* cannot be performed the sourceValidationFailed event cannot be triggered.
|
|
89369
|
+
*
|
|
89370
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
89323
89371
|
*/
|
|
89324
89372
|
sourceValidationFailed?: (oEvent: Event) => void;
|
|
89325
89373
|
}
|
|
@@ -89357,11 +89405,15 @@ declare module "sap/m/PDFViewer" {
|
|
|
89357
89405
|
|
|
89358
89406
|
/**
|
|
89359
89407
|
* Parameters of the PDFViewer#sourceValidationFailed event.
|
|
89408
|
+
*
|
|
89409
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
89360
89410
|
*/
|
|
89361
89411
|
export interface PDFViewer$SourceValidationFailedEventParameters {}
|
|
89362
89412
|
|
|
89363
89413
|
/**
|
|
89364
89414
|
* Event object of the PDFViewer#sourceValidationFailed event.
|
|
89415
|
+
*
|
|
89416
|
+
* @deprecated As of version 1.141.0. with no replacement.
|
|
89365
89417
|
*/
|
|
89366
89418
|
export type PDFViewer$SourceValidationFailedEvent = Event<
|
|
89367
89419
|
PDFViewer$SourceValidationFailedEventParameters,
|
|
@@ -100015,6 +100067,7 @@ declare module "sap/m/Popover" {
|
|
|
100015
100067
|
*
|
|
100016
100068
|
* Any control that needed to be displayed in the header area. When this is set, the showHeader property
|
|
100017
100069
|
* is ignored, and only this customHeader is shown on the top of popover.
|
|
100070
|
+
* **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
|
|
100018
100071
|
*/
|
|
100019
100072
|
getCustomHeader(): Control;
|
|
100020
100073
|
/**
|
|
@@ -100925,6 +100978,7 @@ declare module "sap/m/Popover" {
|
|
|
100925
100978
|
/**
|
|
100926
100979
|
* Any control that needed to be displayed in the header area. When this is set, the showHeader property
|
|
100927
100980
|
* is ignored, and only this customHeader is shown on the top of popover.
|
|
100981
|
+
* **Note:** To improve accessibility, titles with heading level `H1` should be used inside the custom header.
|
|
100928
100982
|
*/
|
|
100929
100983
|
customHeader?: Control;
|
|
100930
100984
|
|
|
@@ -138940,6 +138994,8 @@ declare module "sap/m/TabContainerItem" {
|
|
|
138940
138994
|
|
|
138941
138995
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
138942
138996
|
|
|
138997
|
+
import TooltipBase from "sap/ui/core/TooltipBase";
|
|
138998
|
+
|
|
138943
138999
|
import {
|
|
138944
139000
|
PropertyBindingInfo,
|
|
138945
139001
|
AggregationBindingInfo,
|
|
@@ -139278,6 +139334,18 @@ declare module "sap/m/TabContainerItem" {
|
|
|
139278
139334
|
*/
|
|
139279
139335
|
bSuppressInvalidation: boolean
|
|
139280
139336
|
): this;
|
|
139337
|
+
/**
|
|
139338
|
+
* Property setter for the icon
|
|
139339
|
+
*
|
|
139340
|
+
*
|
|
139341
|
+
* @returns `this` to allow method chaining
|
|
139342
|
+
*/
|
|
139343
|
+
setTooltip(
|
|
139344
|
+
/**
|
|
139345
|
+
* new value of the tooltip aggregation
|
|
139346
|
+
*/
|
|
139347
|
+
sTooltip: string | TooltipBase
|
|
139348
|
+
): this;
|
|
139281
139349
|
}
|
|
139282
139350
|
/**
|
|
139283
139351
|
* Describes the settings that can be provided to the TabContainerItem constructor.
|
|
@@ -151358,7 +151426,8 @@ declare module "sap/m/TimePickerClocks" {
|
|
|
151358
151426
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
151359
151427
|
|
|
151360
151428
|
/**
|
|
151361
|
-
* A picker clocks container control used inside the {@link sap.m.TimePicker}.
|
|
151429
|
+
* A picker clocks container control used inside the {@link sap.m.TimePicker}. If you use the control standalone,
|
|
151430
|
+
* please call the {@link #prepareForOpen} method before opening or displaying it.
|
|
151362
151431
|
*
|
|
151363
151432
|
* @since 1.90
|
|
151364
151433
|
*/
|
package/types/sap.tnt.d.ts
CHANGED