@sapui5/ts-types-esm 1.143.2 → 1.144.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/index.d.ts +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- 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 +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 +126 -4
- package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -1778,7 +1778,7 @@ declare module "sap/m/library" {
|
|
|
1778
1778
|
*/
|
|
1779
1779
|
L = "L",
|
|
1780
1780
|
/**
|
|
1781
|
-
* Small: Recommended for smaller controls, such as {@link sap.m.Switch} or {@link sap.m.
|
|
1781
|
+
* Small: Recommended for smaller controls, such as {@link sap.m.Switch} or {@link sap.m.CheckBox}. If there
|
|
1782
1782
|
* is limited space, only the label is wrapped. The input control is always right-aligned horizontally and
|
|
1783
1783
|
* middle-aligned vertically.
|
|
1784
1784
|
*/
|
|
@@ -4157,7 +4157,7 @@ declare module "sap/m/library" {
|
|
|
4157
4157
|
Uploading = "Uploading",
|
|
4158
4158
|
}
|
|
4159
4159
|
/**
|
|
4160
|
-
* Type of the upload {@link sap.m.UploadSetItem}.
|
|
4160
|
+
* Type of the upload {@link sap.m.upload.UploadSetItem}.
|
|
4161
4161
|
*
|
|
4162
4162
|
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'UploadType'.
|
|
4163
4163
|
*/
|
|
@@ -4671,7 +4671,7 @@ declare module "sap/m/library" {
|
|
|
4671
4671
|
*/
|
|
4672
4672
|
L = "L",
|
|
4673
4673
|
/**
|
|
4674
|
-
* Small: Recommended for smaller controls, such as {@link sap.m.Switch} or {@link sap.m.
|
|
4674
|
+
* Small: Recommended for smaller controls, such as {@link sap.m.Switch} or {@link sap.m.CheckBox}. If there
|
|
4675
4675
|
* is limited space, only the label is wrapped. The input control is always right-aligned horizontally and
|
|
4676
4676
|
* middle-aligned vertically.
|
|
4677
4677
|
*/
|
|
@@ -19298,8 +19298,9 @@ declare module "sap/m/DatePicker" {
|
|
|
19298
19298
|
* binding the `value` property by using types
|
|
19299
19299
|
* ```javascript
|
|
19300
19300
|
*
|
|
19301
|
+
* // UI5Date imported from sap/ui/core/date/UI5Date
|
|
19301
19302
|
* new sap.ui.model.json.JSONModel({
|
|
19302
|
-
* date:
|
|
19303
|
+
* date: UI5Date.getInstance(2022,10,10,10,10,10)
|
|
19303
19304
|
* });
|
|
19304
19305
|
*
|
|
19305
19306
|
* new sap.m.DatePicker({
|
|
@@ -22164,7 +22165,10 @@ declare module "sap/m/DateTimePicker" {
|
|
|
22164
22165
|
* binding the `value` property by using types
|
|
22165
22166
|
* ```javascript
|
|
22166
22167
|
*
|
|
22167
|
-
*
|
|
22168
|
+
* // UI5Date imported from sap/ui/core/date/UI5Date
|
|
22169
|
+
* new sap.ui.model.json.JSONModel({
|
|
22170
|
+
* date: UI5Date.getInstance(2022,10,10,12,10,10)
|
|
22171
|
+
* });
|
|
22168
22172
|
*
|
|
22169
22173
|
* new sap.m.DateTimePicker({
|
|
22170
22174
|
* value: {
|
|
@@ -39792,6 +39796,10 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39792
39796
|
* and the available space of its parent container. Some of the structural elements are displayed differently
|
|
39793
39797
|
* or are omitted in the different breakpoint sizes (XS, S, M, L).
|
|
39794
39798
|
*
|
|
39799
|
+
* **Note:** When using automatic sizing (see {@link #getIllustrationSize illustrationSize} property), ensure
|
|
39800
|
+
* the parent container has a constrained width (for example, an explicit `width`, a `max-width`, or a width
|
|
39801
|
+
* inherited from its parent). Containers without width constraints can cause flickering during resize operations.
|
|
39802
|
+
*
|
|
39795
39803
|
* @since 1.98
|
|
39796
39804
|
*/
|
|
39797
39805
|
export default class IllustratedMessage extends Control {
|
|
@@ -39960,7 +39968,7 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
39960
39968
|
*
|
|
39961
39969
|
* Default value is `false`.
|
|
39962
39970
|
*
|
|
39963
|
-
* @
|
|
39971
|
+
* @since 1.138
|
|
39964
39972
|
*
|
|
39965
39973
|
* @returns Value of property `decorative`
|
|
39966
39974
|
*/
|
|
@@ -40042,6 +40050,13 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
40042
40050
|
* As `IllustratedMessage` adapts itself around the `Illustration`, the other elements of the control are
|
|
40043
40051
|
* displayed differently on the different breakpoints/illustration sizes.
|
|
40044
40052
|
*
|
|
40053
|
+
* When set to `Auto` (default), the illustration size is determined by the available space in the parent
|
|
40054
|
+
* container.
|
|
40055
|
+
*
|
|
40056
|
+
* **Note:** Auto sizing requires the parent container to have a width constraint — for example, an explicit
|
|
40057
|
+
* `width`, a `max-width`, or a width inherited from its parent. Containers without width constraints may
|
|
40058
|
+
* cause flickering during resize operations.
|
|
40059
|
+
*
|
|
40045
40060
|
* Default value is `Auto`.
|
|
40046
40061
|
*
|
|
40047
40062
|
* @since 1.98
|
|
@@ -40317,6 +40332,13 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
40317
40332
|
* As `IllustratedMessage` adapts itself around the `Illustration`, the other elements of the control are
|
|
40318
40333
|
* displayed differently on the different breakpoints/illustration sizes.
|
|
40319
40334
|
*
|
|
40335
|
+
* When set to `Auto` (default), the illustration size is determined by the available space in the parent
|
|
40336
|
+
* container.
|
|
40337
|
+
*
|
|
40338
|
+
* **Note:** Auto sizing requires the parent container to have a width constraint — for example, an explicit
|
|
40339
|
+
* `width`, a `max-width`, or a width inherited from its parent. Containers without width constraints may
|
|
40340
|
+
* cause flickering during resize operations.
|
|
40341
|
+
*
|
|
40320
40342
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
40321
40343
|
*
|
|
40322
40344
|
* Default value is `Auto`.
|
|
@@ -40464,6 +40486,13 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
40464
40486
|
* As `IllustratedMessage` adapts itself around the `Illustration`, the other elements of the control are
|
|
40465
40487
|
* displayed differently on the different breakpoints/illustration sizes.
|
|
40466
40488
|
*
|
|
40489
|
+
* When set to `Auto` (default), the illustration size is determined by the available space in the parent
|
|
40490
|
+
* container.
|
|
40491
|
+
*
|
|
40492
|
+
* **Note:** Auto sizing requires the parent container to have a width constraint — for example, an explicit
|
|
40493
|
+
* `width`, a `max-width`, or a width inherited from its parent. Containers without width constraints may
|
|
40494
|
+
* cause flickering during resize operations.
|
|
40495
|
+
*
|
|
40467
40496
|
* @since 1.98
|
|
40468
40497
|
*/
|
|
40469
40498
|
illustrationSize?:
|
|
@@ -40530,7 +40559,7 @@ declare module "sap/m/IllustratedMessage" {
|
|
|
40530
40559
|
* When set to true, the attributes `role="presentation"` and `aria-hidden="true"` are applied to the SVG
|
|
40531
40560
|
* element.
|
|
40532
40561
|
*
|
|
40533
|
-
* @
|
|
40562
|
+
* @since 1.138
|
|
40534
40563
|
*/
|
|
40535
40564
|
decorative?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
40536
40565
|
|
|
@@ -41140,7 +41169,7 @@ declare module "sap/m/Illustration" {
|
|
|
41140
41169
|
*
|
|
41141
41170
|
* Default value is `false`.
|
|
41142
41171
|
*
|
|
41143
|
-
* @
|
|
41172
|
+
* @since 1.138
|
|
41144
41173
|
*
|
|
41145
41174
|
* @returns Value of property `decorative`
|
|
41146
41175
|
*/
|
|
@@ -41226,7 +41255,7 @@ declare module "sap/m/Illustration" {
|
|
|
41226
41255
|
*
|
|
41227
41256
|
* Default value is `false`.
|
|
41228
41257
|
*
|
|
41229
|
-
* @
|
|
41258
|
+
* @since 1.138
|
|
41230
41259
|
*
|
|
41231
41260
|
* @returns Reference to `this` in order to allow method chaining
|
|
41232
41261
|
*/
|
|
@@ -41316,7 +41345,7 @@ declare module "sap/m/Illustration" {
|
|
|
41316
41345
|
/**
|
|
41317
41346
|
* Defines whether the illustration is decorative.
|
|
41318
41347
|
*
|
|
41319
|
-
* @
|
|
41348
|
+
* @since 1.138
|
|
41320
41349
|
*/
|
|
41321
41350
|
decorative?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
41322
41351
|
|
|
@@ -52154,7 +52183,8 @@ declare module "sap/m/ListBase" {
|
|
|
52154
52183
|
* will let the table scroll to the top.
|
|
52155
52184
|
* - A transparent toolbar design is not supported for sticky bars. The toolbar will automatically get
|
|
52156
52185
|
* an intransparent background color.
|
|
52157
|
-
* - This feature supports only the default height of the toolbar control.
|
|
52186
|
+
* - This feature supports only the default height of the toolbar control and the column headers.
|
|
52187
|
+
* - When sticky group headers are enabled, wrapping in the column headers is not supported.
|
|
52158
52188
|
*
|
|
52159
52189
|
* @since 1.58
|
|
52160
52190
|
*
|
|
@@ -52896,7 +52926,8 @@ declare module "sap/m/ListBase" {
|
|
|
52896
52926
|
* will let the table scroll to the top.
|
|
52897
52927
|
* - A transparent toolbar design is not supported for sticky bars. The toolbar will automatically get
|
|
52898
52928
|
* an intransparent background color.
|
|
52899
|
-
* - This feature supports only the default height of the toolbar control.
|
|
52929
|
+
* - This feature supports only the default height of the toolbar control and the column headers.
|
|
52930
|
+
* - When sticky group headers are enabled, wrapping in the column headers is not supported.
|
|
52900
52931
|
*
|
|
52901
52932
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
52902
52933
|
*
|
|
@@ -53184,7 +53215,8 @@ declare module "sap/m/ListBase" {
|
|
|
53184
53215
|
* will let the table scroll to the top.
|
|
53185
53216
|
* - A transparent toolbar design is not supported for sticky bars. The toolbar will automatically get
|
|
53186
53217
|
* an intransparent background color.
|
|
53187
|
-
* - This feature supports only the default height of the toolbar control.
|
|
53218
|
+
* - This feature supports only the default height of the toolbar control and the column headers.
|
|
53219
|
+
* - When sticky group headers are enabled, wrapping in the column headers is not supported.
|
|
53188
53220
|
*
|
|
53189
53221
|
* @since 1.58
|
|
53190
53222
|
*/
|
|
@@ -56070,7 +56102,7 @@ declare module "sap/m/Menu" {
|
|
|
56070
56102
|
/**
|
|
56071
56103
|
* Returns an array containing the selected menu items. **Note:** Only items with `selected` property set
|
|
56072
56104
|
* that are members of `MenuItemGroup` with `ItemSelectionMode` property set to {@link sap.ui.core.ItemSelectionMode.SingleSelect }
|
|
56073
|
-
* or {@link sap.ui.
|
|
56105
|
+
* or {@link sap.ui.core.ItemSelectionMode.MultiSelect}> are taken into account.
|
|
56074
56106
|
*
|
|
56075
56107
|
* @since 1.127.0
|
|
56076
56108
|
*
|
|
@@ -57429,7 +57461,7 @@ declare module "sap/m/MenuItem" {
|
|
|
57429
57461
|
*
|
|
57430
57462
|
* Determines whether the `MenuItem` is selected. A selected `MenuItem` has a check mark rendered at its
|
|
57431
57463
|
* end. **Note: ** selection functionality works only if the menu item is a member of `MenuItemGroup` with
|
|
57432
|
-
* `itemSelectionMode` set to {@link sap.ui.core.ItemSelectionMode.SingleSelect} or {@link sap.ui.
|
|
57464
|
+
* `itemSelectionMode` set to {@link sap.ui.core.ItemSelectionMode.SingleSelect} or {@link sap.ui.core.ItemSelectionMode.MultiSelect}.
|
|
57433
57465
|
*
|
|
57434
57466
|
* Default value is `false`.
|
|
57435
57467
|
*
|
|
@@ -57807,7 +57839,7 @@ declare module "sap/m/MenuItem" {
|
|
|
57807
57839
|
/**
|
|
57808
57840
|
* Determines whether the `MenuItem` is selected. A selected `MenuItem` has a check mark rendered at its
|
|
57809
57841
|
* end. **Note: ** selection functionality works only if the menu item is a member of `MenuItemGroup` with
|
|
57810
|
-
* `itemSelectionMode` set to {@link sap.ui.core.ItemSelectionMode.SingleSelect} or {@link sap.ui.
|
|
57842
|
+
* `itemSelectionMode` set to {@link sap.ui.core.ItemSelectionMode.SingleSelect} or {@link sap.ui.core.ItemSelectionMode.MultiSelect}.
|
|
57811
57843
|
*
|
|
57812
57844
|
* @since 1.127.0
|
|
57813
57845
|
*/
|
|
@@ -58189,7 +58221,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58189
58221
|
*/
|
|
58190
58222
|
alert(
|
|
58191
58223
|
/**
|
|
58192
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58224
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58193
58225
|
* since version 1.30.4.
|
|
58194
58226
|
*/
|
|
58195
58227
|
vMessage: string,
|
|
@@ -58318,7 +58350,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58318
58350
|
*/
|
|
58319
58351
|
confirm(
|
|
58320
58352
|
/**
|
|
58321
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58353
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58322
58354
|
* since version 1.30.4.
|
|
58323
58355
|
*/
|
|
58324
58356
|
vMessage: string,
|
|
@@ -58444,7 +58476,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58444
58476
|
*/
|
|
58445
58477
|
error(
|
|
58446
58478
|
/**
|
|
58447
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58479
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58448
58480
|
* since version 1.30.4.
|
|
58449
58481
|
*/
|
|
58450
58482
|
vMessage: string,
|
|
@@ -58567,7 +58599,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58567
58599
|
*/
|
|
58568
58600
|
information(
|
|
58569
58601
|
/**
|
|
58570
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58602
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58571
58603
|
* since version 1.30.4.
|
|
58572
58604
|
*/
|
|
58573
58605
|
vMessage: string,
|
|
@@ -58695,7 +58727,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58695
58727
|
*/
|
|
58696
58728
|
show(
|
|
58697
58729
|
/**
|
|
58698
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58730
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58699
58731
|
* since version 1.30.4.
|
|
58700
58732
|
*/
|
|
58701
58733
|
vMessage: string,
|
|
@@ -58822,7 +58854,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58822
58854
|
*/
|
|
58823
58855
|
success(
|
|
58824
58856
|
/**
|
|
58825
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58857
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58826
58858
|
* since version 1.30.4.
|
|
58827
58859
|
*/
|
|
58828
58860
|
vMessage: string,
|
|
@@ -58945,7 +58977,7 @@ declare module "sap/m/MessageBox" {
|
|
|
58945
58977
|
*/
|
|
58946
58978
|
warning(
|
|
58947
58979
|
/**
|
|
58948
|
-
* Message to be displayed in the alert dialog. The usage of sap.core.Control as vMessage is deprecated
|
|
58980
|
+
* Message to be displayed in the alert dialog. The usage of sap.ui.core.Control as vMessage is deprecated
|
|
58949
58981
|
* since version 1.30.4.
|
|
58950
58982
|
*/
|
|
58951
58983
|
vMessage: string,
|
|
@@ -75574,8 +75606,6 @@ declare module "sap/m/OverflowToolbar" {
|
|
|
75574
75606
|
|
|
75575
75607
|
import { IBar } from "sap/m/library";
|
|
75576
75608
|
|
|
75577
|
-
import Control from "sap/ui/core/Control";
|
|
75578
|
-
|
|
75579
75609
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
75580
75610
|
|
|
75581
75611
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -75732,22 +75762,6 @@ declare module "sap/m/OverflowToolbar" {
|
|
|
75732
75762
|
* @since 1.40
|
|
75733
75763
|
*/
|
|
75734
75764
|
closeOverflow(): void;
|
|
75735
|
-
/**
|
|
75736
|
-
* This method is a hook for the RenderManager that gets called during the rendering of child Controls.
|
|
75737
|
-
* It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
|
|
75738
|
-
*
|
|
75739
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
75740
|
-
*/
|
|
75741
|
-
enhanceAccessibilityState(
|
|
75742
|
-
/**
|
|
75743
|
-
* The Control that gets rendered by the RenderManager
|
|
75744
|
-
*/
|
|
75745
|
-
oElement: Control,
|
|
75746
|
-
/**
|
|
75747
|
-
* The mapping of "aria-" prefixed attributes
|
|
75748
|
-
*/
|
|
75749
|
-
mAriaProps: object
|
|
75750
|
-
): void;
|
|
75751
75765
|
/**
|
|
75752
75766
|
* Gets current value of property {@link #getAsyncMode asyncMode}.
|
|
75753
75767
|
*
|
|
@@ -77337,6 +77351,8 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77337
77351
|
|
|
77338
77352
|
import { p13n, P13nPopupMode } from "sap/m/library";
|
|
77339
77353
|
|
|
77354
|
+
import Event from "sap/ui/base/Event";
|
|
77355
|
+
|
|
77340
77356
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
77341
77357
|
|
|
77342
77358
|
import { CSSSize } from "sap/ui/core/library";
|
|
@@ -77346,8 +77362,6 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77346
77362
|
AggregationBindingInfo,
|
|
77347
77363
|
} from "sap/ui/base/ManagedObject";
|
|
77348
77364
|
|
|
77349
|
-
import Event from "sap/ui/base/Event";
|
|
77350
|
-
|
|
77351
77365
|
/**
|
|
77352
77366
|
* This control can be used to show personalization-related content in different popup controls.
|
|
77353
77367
|
*
|
|
@@ -77491,6 +77505,53 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77491
77505
|
*/
|
|
77492
77506
|
oListener?: object
|
|
77493
77507
|
): this;
|
|
77508
|
+
/**
|
|
77509
|
+
* Attaches event handler `fnFunction` to the {@link #event:open open} event of this `sap.m.p13n.Popup`.
|
|
77510
|
+
*
|
|
77511
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
77512
|
+
* otherwise it will be bound to this `sap.m.p13n.Popup` itself.
|
|
77513
|
+
*
|
|
77514
|
+
* This event is fired after the dialog has been opened.
|
|
77515
|
+
*
|
|
77516
|
+
*
|
|
77517
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
77518
|
+
*/
|
|
77519
|
+
attachOpen(
|
|
77520
|
+
/**
|
|
77521
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
77522
|
+
* object when firing the event
|
|
77523
|
+
*/
|
|
77524
|
+
oData: object,
|
|
77525
|
+
/**
|
|
77526
|
+
* The function to be called when the event occurs
|
|
77527
|
+
*/
|
|
77528
|
+
fnFunction: (p1: Event) => void,
|
|
77529
|
+
/**
|
|
77530
|
+
* Context object to call the event handler with. Defaults to this `sap.m.p13n.Popup` itself
|
|
77531
|
+
*/
|
|
77532
|
+
oListener?: object
|
|
77533
|
+
): this;
|
|
77534
|
+
/**
|
|
77535
|
+
* Attaches event handler `fnFunction` to the {@link #event:open open} event of this `sap.m.p13n.Popup`.
|
|
77536
|
+
*
|
|
77537
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
77538
|
+
* otherwise it will be bound to this `sap.m.p13n.Popup` itself.
|
|
77539
|
+
*
|
|
77540
|
+
* This event is fired after the dialog has been opened.
|
|
77541
|
+
*
|
|
77542
|
+
*
|
|
77543
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
77544
|
+
*/
|
|
77545
|
+
attachOpen(
|
|
77546
|
+
/**
|
|
77547
|
+
* The function to be called when the event occurs
|
|
77548
|
+
*/
|
|
77549
|
+
fnFunction: (p1: Event) => void,
|
|
77550
|
+
/**
|
|
77551
|
+
* Context object to call the event handler with. Defaults to this `sap.m.p13n.Popup` itself
|
|
77552
|
+
*/
|
|
77553
|
+
oListener?: object
|
|
77554
|
+
): this;
|
|
77494
77555
|
/**
|
|
77495
77556
|
* Destroys all the additionalButtons in the aggregation {@link #getAdditionalButtons additionalButtons}.
|
|
77496
77557
|
*
|
|
@@ -77523,6 +77584,24 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77523
77584
|
*/
|
|
77524
77585
|
oListener?: object
|
|
77525
77586
|
): this;
|
|
77587
|
+
/**
|
|
77588
|
+
* Detaches event handler `fnFunction` from the {@link #event:open open} event of this `sap.m.p13n.Popup`.
|
|
77589
|
+
*
|
|
77590
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
77591
|
+
*
|
|
77592
|
+
*
|
|
77593
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
77594
|
+
*/
|
|
77595
|
+
detachOpen(
|
|
77596
|
+
/**
|
|
77597
|
+
* The function to be called, when the event occurs
|
|
77598
|
+
*/
|
|
77599
|
+
fnFunction: (p1: Event) => void,
|
|
77600
|
+
/**
|
|
77601
|
+
* Context object on which the given function had to be called
|
|
77602
|
+
*/
|
|
77603
|
+
oListener?: object
|
|
77604
|
+
): this;
|
|
77526
77605
|
/**
|
|
77527
77606
|
* Fires event {@link #event:close close} to attached listeners.
|
|
77528
77607
|
*
|
|
@@ -77536,6 +77615,19 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77536
77615
|
*/
|
|
77537
77616
|
mParameters?: Popup$CloseEventParameters
|
|
77538
77617
|
): this;
|
|
77618
|
+
/**
|
|
77619
|
+
* Fires event {@link #event:open open} to attached listeners.
|
|
77620
|
+
*
|
|
77621
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
77622
|
+
*
|
|
77623
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
77624
|
+
*/
|
|
77625
|
+
fireOpen(
|
|
77626
|
+
/**
|
|
77627
|
+
* Parameters to pass along with the event
|
|
77628
|
+
*/
|
|
77629
|
+
mParameters?: object
|
|
77630
|
+
): this;
|
|
77539
77631
|
/**
|
|
77540
77632
|
* Gets content of aggregation {@link #getAdditionalButtons additionalButtons}.
|
|
77541
77633
|
*
|
|
@@ -77810,6 +77902,11 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77810
77902
|
| AggregationBindingInfo
|
|
77811
77903
|
| `{${string}}`;
|
|
77812
77904
|
|
|
77905
|
+
/**
|
|
77906
|
+
* This event is fired after the dialog has been opened.
|
|
77907
|
+
*/
|
|
77908
|
+
open?: (oEvent: Event) => void;
|
|
77909
|
+
|
|
77813
77910
|
/**
|
|
77814
77911
|
* This event is fired after the dialog has been closed.
|
|
77815
77912
|
*/
|
|
@@ -77830,6 +77927,16 @@ declare module "sap/m/p13n/Popup" {
|
|
|
77830
77927
|
* Event object of the Popup#close event.
|
|
77831
77928
|
*/
|
|
77832
77929
|
export type Popup$CloseEvent = Event<Popup$CloseEventParameters, Popup>;
|
|
77930
|
+
|
|
77931
|
+
/**
|
|
77932
|
+
* Parameters of the Popup#open event.
|
|
77933
|
+
*/
|
|
77934
|
+
export interface Popup$OpenEventParameters {}
|
|
77935
|
+
|
|
77936
|
+
/**
|
|
77937
|
+
* Event object of the Popup#open event.
|
|
77938
|
+
*/
|
|
77939
|
+
export type Popup$OpenEvent = Event<Popup$OpenEventParameters, Popup>;
|
|
77833
77940
|
}
|
|
77834
77941
|
|
|
77835
77942
|
declare module "sap/m/p13n/QueryPanel" {
|
|
@@ -89124,6 +89231,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
89124
89231
|
* Optionally, this property can also be set to a data URI path or a blob URL, provided that this data
|
|
89125
89232
|
* URI or blob URL is allowed in advance. For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
89126
89233
|
*
|
|
89234
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
89235
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
89236
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
89237
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
89238
|
+
*
|
|
89127
89239
|
*
|
|
89128
89240
|
* @returns Value of property `source`
|
|
89129
89241
|
*/
|
|
@@ -89373,6 +89485,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
89373
89485
|
* Optionally, this property can also be set to a data URI path or a blob URL, provided that this data
|
|
89374
89486
|
* URI or blob URL is allowed in advance. For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
89375
89487
|
*
|
|
89488
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
89489
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
89490
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
89491
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
89492
|
+
*
|
|
89376
89493
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
89377
89494
|
*
|
|
89378
89495
|
*
|
|
@@ -89440,6 +89557,11 @@ declare module "sap/m/PDFViewer" {
|
|
|
89440
89557
|
* Specifies the path to the PDF file to display. Can be set to a relative or an absolute path.
|
|
89441
89558
|
* Optionally, this property can also be set to a data URI path or a blob URL, provided that this data
|
|
89442
89559
|
* URI or blob URL is allowed in advance. For more information about URL filtering, see {@link https://ui5.sap.com/#/topic/91f3768f6f4d1014b6dd926db0e91070 URLList Validator Filtering}.
|
|
89560
|
+
*
|
|
89561
|
+
* Source Validation: When the source is set, the PDFViewer automatically validates the resource using a
|
|
89562
|
+
* GET request to ensure it exists and is accessible. This validation:
|
|
89563
|
+
* - Prevents loading invalid or non-existent PDF files
|
|
89564
|
+
* - If validation fails, error content is displayed instead of attempting PDF load
|
|
89443
89565
|
*/
|
|
89444
89566
|
source?: URI | PropertyBindingInfo | `{${string}}`;
|
|
89445
89567
|
|
|
@@ -97353,7 +97475,7 @@ declare module "sap/m/plugins/UploadSetwithTable" {
|
|
|
97353
97475
|
* The following controls support this plugin:
|
|
97354
97476
|
* - {@link sap.ui.mdc.Table MDC Table}
|
|
97355
97477
|
* - {@link sap.m.Table Responsive Table}
|
|
97356
|
-
* - {@link sap.
|
|
97478
|
+
* - {@link sap.ui.table.Table Grid Table}
|
|
97357
97479
|
* - {@link sap.ui.table.TreeTable Tree Table}
|
|
97358
97480
|
*
|
|
97359
97481
|
* Consider the following before using the plugin:
|
|
@@ -99156,6 +99278,8 @@ declare module "sap/m/plugins/UploadSetwithTable" {
|
|
|
99156
99278
|
}
|
|
99157
99279
|
/**
|
|
99158
99280
|
* This property type is used to define the file name validation configuration. Object is passed to {@link sap.m.plugins.UploadSetwithTable fileNameValidationConfig property}
|
|
99281
|
+
*
|
|
99282
|
+
* @since 1.136
|
|
99159
99283
|
*/
|
|
99160
99284
|
export type FilenameValidationConfig = {
|
|
99161
99285
|
/**
|
|
@@ -104246,7 +104370,8 @@ declare module "sap/m/QuickViewPage" {
|
|
|
104246
104370
|
|
|
104247
104371
|
/**
|
|
104248
104372
|
* QuickViewPage consists of a page header, an avatar, an object name with short description, and an object
|
|
104249
|
-
* information divided in groups. The control uses the sap.
|
|
104373
|
+
* information divided in groups. The control uses the sap.ui.layout.form.SimpleForm control to display
|
|
104374
|
+
* information.
|
|
104250
104375
|
*
|
|
104251
104376
|
* @since 1.28.11
|
|
104252
104377
|
*/
|
|
@@ -104839,14 +104964,12 @@ declare module "sap/m/RadioButton" {
|
|
|
104839
104964
|
* - When the options are mutually exclusive e.g. ON/OFF. Use a {@link sap.m.Switch switch} instead.
|
|
104840
104965
|
* - Avoid using horizontally aligned radio buttons as they will be cut off on phones.
|
|
104841
104966
|
*
|
|
104842
|
-
* **Note:** The order in which the RadioButtons will be
|
|
104843
|
-
*
|
|
104844
|
-
* will receive when added to specific group.
|
|
104967
|
+
* **Note:** The order in which the RadioButtons will be traversed with keyboard arrow keys is determined
|
|
104968
|
+
* based on their order in the document.
|
|
104845
104969
|
*
|
|
104846
|
-
* **Example:** If three buttons
|
|
104847
|
-
*
|
|
104848
|
-
*
|
|
104849
|
-
* will be `button1, button3, button2`.
|
|
104970
|
+
* **Example:** If there are three buttons of the same group (`button1, button2, button3`) initially and
|
|
104971
|
+
* then a new button `button4` is added on the second position, the order will be `button1, button4, button2,
|
|
104972
|
+
* button3`.
|
|
104850
104973
|
*/
|
|
104851
104974
|
export default class RadioButton
|
|
104852
104975
|
extends Control
|
|
@@ -110265,7 +110388,11 @@ declare module "sap/m/SearchField" {
|
|
|
110265
110388
|
|
|
110266
110389
|
import { IShellBar } from "sap/f/library";
|
|
110267
110390
|
|
|
110268
|
-
import {
|
|
110391
|
+
import {
|
|
110392
|
+
IToolbarInteractiveControl,
|
|
110393
|
+
IOverflowToolbarContent,
|
|
110394
|
+
OverflowToolbarConfig,
|
|
110395
|
+
} from "sap/m/library";
|
|
110269
110396
|
|
|
110270
110397
|
import SuggestionItem from "sap/m/SuggestionItem";
|
|
110271
110398
|
|
|
@@ -110296,11 +110423,16 @@ declare module "sap/m/SearchField" {
|
|
|
110296
110423
|
*/
|
|
110297
110424
|
export default class SearchField
|
|
110298
110425
|
extends Control
|
|
110299
|
-
implements
|
|
110426
|
+
implements
|
|
110427
|
+
IFormContent,
|
|
110428
|
+
IShellBar,
|
|
110429
|
+
IToolbarInteractiveControl,
|
|
110430
|
+
IOverflowToolbarContent
|
|
110300
110431
|
{
|
|
110301
110432
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
110302
110433
|
__implements__sap_f_IShellBar: boolean;
|
|
110303
110434
|
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
110435
|
+
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
110304
110436
|
/**
|
|
110305
110437
|
* Constructor for a new SearchField.
|
|
110306
110438
|
*
|
|
@@ -110803,6 +110935,14 @@ declare module "sap/m/SearchField" {
|
|
|
110803
110935
|
* @returns Value of property `maxLength`
|
|
110804
110936
|
*/
|
|
110805
110937
|
getMaxLength(): int;
|
|
110938
|
+
/**
|
|
110939
|
+
* Enables the `sap.m.SearchField` to be used inside sap.m.OverflowToolbar. Required by the {@link sap.m.IOverflowToolbarContent }
|
|
110940
|
+
* interface.
|
|
110941
|
+
*
|
|
110942
|
+
*
|
|
110943
|
+
* @returns Configuration information for the `sap.m.IOverflowToolbarContent` interface.
|
|
110944
|
+
*/
|
|
110945
|
+
getOverflowToolbarConfig(): OverflowToolbarConfig;
|
|
110806
110946
|
/**
|
|
110807
110947
|
* Gets current value of property {@link #getPlaceholder placeholder}.
|
|
110808
110948
|
*
|
|
@@ -112445,6 +112585,21 @@ declare module "sap/m/SegmentedButton" {
|
|
|
112445
112585
|
* Reference to the item, that has been selected.
|
|
112446
112586
|
*/
|
|
112447
112587
|
item?: SegmentedButtonItem;
|
|
112588
|
+
|
|
112589
|
+
/**
|
|
112590
|
+
* Reference to the previously selected item (if any).
|
|
112591
|
+
*/
|
|
112592
|
+
previousItem?: SegmentedButtonItem;
|
|
112593
|
+
|
|
112594
|
+
/**
|
|
112595
|
+
* Key of the selected item (if any).
|
|
112596
|
+
*/
|
|
112597
|
+
selectedKey?: string;
|
|
112598
|
+
|
|
112599
|
+
/**
|
|
112600
|
+
* Key of the previously selected item (if any).
|
|
112601
|
+
*/
|
|
112602
|
+
previousKey?: string;
|
|
112448
112603
|
}
|
|
112449
112604
|
|
|
112450
112605
|
/**
|
|
@@ -130496,6 +130651,11 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
130496
130651
|
* All appointments with changed selected state.
|
|
130497
130652
|
*/
|
|
130498
130653
|
appointments?: CalendarAppointment[];
|
|
130654
|
+
|
|
130655
|
+
/**
|
|
130656
|
+
* The original browser event.
|
|
130657
|
+
*/
|
|
130658
|
+
originalEvent?: object;
|
|
130499
130659
|
}
|
|
130500
130660
|
|
|
130501
130661
|
/**
|
|
@@ -150641,7 +150801,8 @@ declare module "sap/m/TimePicker" {
|
|
|
150641
150801
|
* binding the `value` property by using types
|
|
150642
150802
|
* ```javascript
|
|
150643
150803
|
*
|
|
150644
|
-
*
|
|
150804
|
+
* // UI5Date imported from sap/ui/core/date/UI5Date
|
|
150805
|
+
* new sap.ui.model.json.JSONModel({date: UI5Date.getInstance(2022,10,10,10,15,10)});
|
|
150645
150806
|
*
|
|
150646
150807
|
* new sap.m.TimePicker({
|
|
150647
150808
|
* value: {
|
|
@@ -151546,6 +151707,22 @@ declare module "sap/m/TimePicker" {
|
|
|
151546
151707
|
* @returns Reference to `this` for method chaining
|
|
151547
151708
|
*/
|
|
151548
151709
|
setSupport2400(bSupport2400: boolean): this;
|
|
151710
|
+
/**
|
|
151711
|
+
* Sets a new value for property {@link #getTitle title}.
|
|
151712
|
+
*
|
|
151713
|
+
* Displays the text of the general picker label and is read by screen readers. It is visible only on phone.
|
|
151714
|
+
*
|
|
151715
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
151716
|
+
*
|
|
151717
|
+
*
|
|
151718
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
151719
|
+
*/
|
|
151720
|
+
setTitle(
|
|
151721
|
+
/**
|
|
151722
|
+
* New value for property `title`
|
|
151723
|
+
*/
|
|
151724
|
+
sTitle?: string
|
|
151725
|
+
): this;
|
|
151549
151726
|
}
|
|
151550
151727
|
/**
|
|
151551
151728
|
* Describes the settings that can be provided to the TimePicker constructor.
|
|
@@ -152515,6 +152692,7 @@ declare module "sap/m/Title" {
|
|
|
152515
152692
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
152516
152693
|
|
|
152517
152694
|
import {
|
|
152695
|
+
ITitle,
|
|
152518
152696
|
IShrinkable,
|
|
152519
152697
|
AccessibilityInfo,
|
|
152520
152698
|
ITitleContent,
|
|
@@ -152563,8 +152741,9 @@ declare module "sap/m/Title" {
|
|
|
152563
152741
|
*/
|
|
152564
152742
|
export default class Title
|
|
152565
152743
|
extends Control
|
|
152566
|
-
implements IShrinkable, IToolbarInteractiveControl
|
|
152744
|
+
implements ITitle, IShrinkable, IToolbarInteractiveControl
|
|
152567
152745
|
{
|
|
152746
|
+
__implements__sap_ui_core_ITitle: boolean;
|
|
152568
152747
|
__implements__sap_ui_core_IShrinkable: boolean;
|
|
152569
152748
|
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
152570
152749
|
/**
|
|
@@ -155355,14 +155534,17 @@ declare module "sap/m/Tokenizer" {
|
|
|
155355
155534
|
declare module "sap/m/Toolbar" {
|
|
155356
155535
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
155357
155536
|
|
|
155358
|
-
import {
|
|
155537
|
+
import {
|
|
155538
|
+
Toolbar as Toolbar1,
|
|
155539
|
+
ID,
|
|
155540
|
+
CSSSize,
|
|
155541
|
+
ITitle,
|
|
155542
|
+
} from "sap/ui/core/library";
|
|
155359
155543
|
|
|
155360
155544
|
import { IBar, ToolbarDesign, ToolbarStyle } from "sap/m/library";
|
|
155361
155545
|
|
|
155362
155546
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
155363
155547
|
|
|
155364
|
-
import Title from "sap/m/Title";
|
|
155365
|
-
|
|
155366
155548
|
import {
|
|
155367
155549
|
PropertyBindingInfo,
|
|
155368
155550
|
AggregationBindingInfo,
|
|
@@ -155705,21 +155887,23 @@ declare module "sap/m/Toolbar" {
|
|
|
155705
155887
|
*/
|
|
155706
155888
|
getStyle(): ToolbarStyle;
|
|
155707
155889
|
/**
|
|
155708
|
-
* Returns the first
|
|
155890
|
+
* Returns the first visible control inside the toolbar that implements the {@link sap.ui.core.ITitle} interface.
|
|
155709
155891
|
*
|
|
155710
155892
|
* @since 1.44
|
|
155711
155893
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
155712
155894
|
*
|
|
155713
|
-
* @returns The
|
|
155895
|
+
* @returns The visible control implementing {@link sap.ui.core.ITitle}, or `undefined` if none exists.
|
|
155714
155896
|
*/
|
|
155715
|
-
getTitleControl():
|
|
155897
|
+
getTitleControl(): ITitle | undefined;
|
|
155716
155898
|
/**
|
|
155717
|
-
* Returns the first
|
|
155899
|
+
* Returns the ID of the first visible control inside the toolbar that implements the {@link sap.ui.core.ITitle }
|
|
155900
|
+
* interface.
|
|
155718
155901
|
*
|
|
155719
155902
|
* @since 1.28
|
|
155720
155903
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
155721
155904
|
*
|
|
155722
|
-
* @returns The
|
|
155905
|
+
* @returns The ID of the visible control implementing {@link sap.ui.core.ITitle}, or an empty string if
|
|
155906
|
+
* none exists.
|
|
155723
155907
|
*/
|
|
155724
155908
|
getTitleId(): ID;
|
|
155725
155909
|
/**
|
|
@@ -157368,8 +157552,7 @@ declare module "sap/m/upload/FilePreviewDialog" {
|
|
|
157368
157552
|
* Overview:
|
|
157369
157553
|
*
|
|
157370
157554
|
* Dialog with a carousel to preview files uploaded using the UploadSetwithTable control. This Element should
|
|
157371
|
-
* only be used within the {@link sap.m.
|
|
157372
|
-
* Plugin as an association.
|
|
157555
|
+
* only be used within the {@link sap.m.plugins.UploadSetwithTable UploadSetwithTable} Plugin as an association.
|
|
157373
157556
|
*
|
|
157374
157557
|
* Supported File Types for Preview:
|
|
157375
157558
|
*
|
|
@@ -169984,7 +170167,7 @@ declare module "sap/m/VariantManagement" {
|
|
|
169984
170167
|
*/
|
|
169985
170168
|
getShowSaveAs(): boolean;
|
|
169986
170169
|
/**
|
|
169987
|
-
* Retrieves for the controls {@link sap.ui.comp.SmartVariantManagement} and {@link sap.ui.fl.variants.VariantManagement }
|
|
170170
|
+
* Retrieves for the controls {@link sap.ui.comp.smartvariants.SmartVariantManagement} and {@link sap.ui.fl.variants.VariantManagement }
|
|
169988
170171
|
* the Standard variant. For all other scenarios the first visible variant will be returned, or `null`
|
|
169989
170172
|
* if there are none.
|
|
169990
170173
|
*
|
|
@@ -174064,6 +174247,53 @@ declare namespace sap {
|
|
|
174064
174247
|
* @since 1.4
|
|
174065
174248
|
*/
|
|
174066
174249
|
namespace m {
|
|
174250
|
+
/**
|
|
174251
|
+
* Helper Class for implementing additional contexts of the Bar. e.g. in sap.m.Dialog
|
|
174252
|
+
*
|
|
174253
|
+
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
174254
|
+
*/
|
|
174255
|
+
class BarInAnyContentEnabler
|
|
174256
|
+
extends /* was: sap.m.BarInPageEnabler */ Object
|
|
174257
|
+
{
|
|
174258
|
+
/**
|
|
174259
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
174260
|
+
*/
|
|
174261
|
+
protected constructor();
|
|
174262
|
+
|
|
174263
|
+
/**
|
|
174264
|
+
* Creates a new subclass of class sap.m.BarInAnyContentEnabler with name `sClassName` and enriches it with
|
|
174265
|
+
* the information contained in `oClassInfo`.
|
|
174266
|
+
*
|
|
174267
|
+
* `oClassInfo` might contain the same kind of information as described in {@link sap.m.BarInPageEnabler.extend}.
|
|
174268
|
+
*
|
|
174269
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
174270
|
+
*
|
|
174271
|
+
* @returns Created class / constructor function
|
|
174272
|
+
*/
|
|
174273
|
+
static extend<T extends Record<string, unknown>>(
|
|
174274
|
+
/**
|
|
174275
|
+
* Name of the class being created
|
|
174276
|
+
*/
|
|
174277
|
+
sClassName: string,
|
|
174278
|
+
/**
|
|
174279
|
+
* Object literal with information about the class
|
|
174280
|
+
*/
|
|
174281
|
+
oClassInfo?: ClassInfo<T, BarInAnyContentEnabler>,
|
|
174282
|
+
/**
|
|
174283
|
+
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
174284
|
+
* used by this class
|
|
174285
|
+
*/
|
|
174286
|
+
FNMetaImpl?: Function
|
|
174287
|
+
): Function;
|
|
174288
|
+
/**
|
|
174289
|
+
* Returns a metadata object for class sap.m.BarInAnyContentEnabler.
|
|
174290
|
+
*
|
|
174291
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
174292
|
+
*
|
|
174293
|
+
* @returns Metadata object describing this class
|
|
174294
|
+
*/
|
|
174295
|
+
static getMetadata(): import("sap/ui/base/Metadata").default;
|
|
174296
|
+
}
|
|
174067
174297
|
/**
|
|
174068
174298
|
* The public facade of the {@link sap.m.SelectionDetailsItem} element.
|
|
174069
174299
|
*
|