@openui5/types 1.120.10 → 1.121.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 +124 -45
- package/types/sap.m.d.ts +2103 -312
- package/types/sap.tnt.d.ts +628 -113
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +92 -8
- package/types/sap.ui.core.d.ts +500 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +214 -27
- package/types/sap.ui.mdc.d.ts +1544 -811
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +57 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uxap.d.ts +52 -5
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/uxap/library" {
|
|
4
4
|
/**
|
|
@@ -11,6 +11,8 @@ declare module "sap/uxap/library" {
|
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
13
|
* Used by the `BlockBase` control to define if it should do automatic adjustment of its nested forms.
|
|
14
|
+
*
|
|
15
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'BlockBaseFormAdjustment'.
|
|
14
16
|
*/
|
|
15
17
|
export enum BlockBaseFormAdjustment {
|
|
16
18
|
/**
|
|
@@ -71,6 +73,8 @@ declare module "sap/uxap/library" {
|
|
|
71
73
|
/**
|
|
72
74
|
* Used by the `ObjectSectionBase` control to define the importance of the content contained in it.
|
|
73
75
|
*
|
|
76
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'Importance'.
|
|
77
|
+
*
|
|
74
78
|
* @since 1.32.0
|
|
75
79
|
*/
|
|
76
80
|
export enum Importance {
|
|
@@ -89,6 +93,8 @@ declare module "sap/uxap/library" {
|
|
|
89
93
|
}
|
|
90
94
|
/**
|
|
91
95
|
* Used by the `sap.uxap.component.Component` how to initialize the `ObjectPageLayout` sections and subsections.
|
|
96
|
+
*
|
|
97
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageConfigurationMode'.
|
|
92
98
|
*/
|
|
93
99
|
export enum ObjectPageConfigurationMode {
|
|
94
100
|
/**
|
|
@@ -102,6 +108,8 @@ declare module "sap/uxap/library" {
|
|
|
102
108
|
}
|
|
103
109
|
/**
|
|
104
110
|
* Used by the `ObjectPageHeader` control to define which design to use.
|
|
111
|
+
*
|
|
112
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageHeaderDesign'.
|
|
105
113
|
*/
|
|
106
114
|
export enum ObjectPageHeaderDesign {
|
|
107
115
|
/**
|
|
@@ -115,6 +123,8 @@ declare module "sap/uxap/library" {
|
|
|
115
123
|
}
|
|
116
124
|
/**
|
|
117
125
|
* Used by the `ObjectPageHeader` control to define which shape to use for the image.
|
|
126
|
+
*
|
|
127
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageHeaderPictureShape'.
|
|
118
128
|
*/
|
|
119
129
|
export enum ObjectPageHeaderPictureShape {
|
|
120
130
|
/**
|
|
@@ -128,6 +138,8 @@ declare module "sap/uxap/library" {
|
|
|
128
138
|
}
|
|
129
139
|
/**
|
|
130
140
|
* Used by the `ObjectPagSubSection` control to define which layout to apply.
|
|
141
|
+
*
|
|
142
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageSubSectionLayout'.
|
|
131
143
|
*/
|
|
132
144
|
export enum ObjectPageSubSectionLayout {
|
|
133
145
|
/**
|
|
@@ -141,6 +153,8 @@ declare module "sap/uxap/library" {
|
|
|
141
153
|
}
|
|
142
154
|
/**
|
|
143
155
|
* Used by the `ObjectPageLayout` control to define which layout to use (either Collapsed or Expanded).
|
|
156
|
+
*
|
|
157
|
+
* This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageSubSectionMode'.
|
|
144
158
|
*/
|
|
145
159
|
export enum ObjectPageSubSectionMode {
|
|
146
160
|
/**
|
|
@@ -290,7 +304,7 @@ declare module "sap/uxap/AnchorBar" {
|
|
|
290
304
|
* ID of the element which is the current target of the association {@link #getSelectedButton selectedButton},
|
|
291
305
|
* or `null`.
|
|
292
306
|
*/
|
|
293
|
-
getSelectedButton(): ID;
|
|
307
|
+
getSelectedButton(): ID | null;
|
|
294
308
|
/**
|
|
295
309
|
* Gets current value of property {@link #getShowPopover showPopover}.
|
|
296
310
|
*
|
|
@@ -716,7 +730,7 @@ declare module "sap/uxap/BlockBase" {
|
|
|
716
730
|
* ID of the element which is the current target of the association {@link #getSelectedView selectedView},
|
|
717
731
|
* or `null`.
|
|
718
732
|
*/
|
|
719
|
-
getSelectedView(): ID;
|
|
733
|
+
getSelectedView(): ID | null;
|
|
720
734
|
/**
|
|
721
735
|
* Gets current value of property {@link #getShowSubSectionMore showSubSectionMore}.
|
|
722
736
|
*
|
|
@@ -5435,7 +5449,7 @@ declare module "sap/uxap/ObjectPageLayout" {
|
|
|
5435
5449
|
*
|
|
5436
5450
|
* @since 1.44.0
|
|
5437
5451
|
*/
|
|
5438
|
-
getSelectedSection(): ID;
|
|
5452
|
+
getSelectedSection(): ID | null;
|
|
5439
5453
|
/**
|
|
5440
5454
|
* Gets current value of property {@link #getShowAnchorBar showAnchorBar}.
|
|
5441
5455
|
*
|
|
@@ -6976,7 +6990,7 @@ declare module "sap/uxap/ObjectPageSection" {
|
|
|
6976
6990
|
* ID of the element which is the current target of the association {@link #getSelectedSubSection selectedSubSection},
|
|
6977
6991
|
* or `null`.
|
|
6978
6992
|
*/
|
|
6979
|
-
getSelectedSubSection(): ID;
|
|
6993
|
+
getSelectedSubSection(): ID | null;
|
|
6980
6994
|
/**
|
|
6981
6995
|
* Gets current value of property {@link #getShowTitle showTitle}.
|
|
6982
6996
|
*
|
|
@@ -7348,6 +7362,22 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7348
7362
|
* @returns Value of property `titleLevel`
|
|
7349
7363
|
*/
|
|
7350
7364
|
getTitleLevel(): TitleLevel | keyof typeof TitleLevel;
|
|
7365
|
+
/**
|
|
7366
|
+
* Gets current value of property {@link #getTitleVisible titleVisible}.
|
|
7367
|
+
*
|
|
7368
|
+
* Defines the actual visibility of the title of `ObjectPageSectionBase`.
|
|
7369
|
+
*
|
|
7370
|
+
* **Note:** This property is read-only. The `ObjectPageSectionBase` updates it, according to internal rules,
|
|
7371
|
+
* based on UX specifications. You can only read the value of `titleVisible` property and use it in your
|
|
7372
|
+
* binding to determine the aria-levels of the inner Controls.
|
|
7373
|
+
*
|
|
7374
|
+
* Default value is `true`.
|
|
7375
|
+
*
|
|
7376
|
+
* @since 1.121.0
|
|
7377
|
+
*
|
|
7378
|
+
* @returns Value of property `titleVisible`
|
|
7379
|
+
*/
|
|
7380
|
+
getTitleVisible(): boolean;
|
|
7351
7381
|
/**
|
|
7352
7382
|
* Gets current value of property {@link #getVisible visible}.
|
|
7353
7383
|
*
|
|
@@ -7435,6 +7465,12 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7435
7465
|
*/
|
|
7436
7466
|
sTitleLevel?: TitleLevel | keyof typeof TitleLevel
|
|
7437
7467
|
): this;
|
|
7468
|
+
/**
|
|
7469
|
+
* Sets title visibility
|
|
7470
|
+
*
|
|
7471
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
7472
|
+
*/
|
|
7473
|
+
setTitleVisible(bVisible: boolean): void;
|
|
7438
7474
|
/**
|
|
7439
7475
|
* Sets a new value for property {@link #getVisible visible}.
|
|
7440
7476
|
*
|
|
@@ -7495,6 +7531,17 @@ declare module "sap/uxap/ObjectPageSectionBase" {
|
|
|
7495
7531
|
*/
|
|
7496
7532
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7497
7533
|
|
|
7534
|
+
/**
|
|
7535
|
+
* Defines the actual visibility of the title of `ObjectPageSectionBase`.
|
|
7536
|
+
*
|
|
7537
|
+
* **Note:** This property is read-only. The `ObjectPageSectionBase` updates it, according to internal rules,
|
|
7538
|
+
* based on UX specifications. You can only read the value of `titleVisible` property and use it in your
|
|
7539
|
+
* binding to determine the aria-levels of the inner Controls.
|
|
7540
|
+
*
|
|
7541
|
+
* @since 1.121.0
|
|
7542
|
+
*/
|
|
7543
|
+
titleVisible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
7544
|
+
|
|
7498
7545
|
/**
|
|
7499
7546
|
* Determines whether the section will be hidden on low resolutions.
|
|
7500
7547
|
*
|