@openui5/ts-types 1.121.1 → 1.122.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 +45 -1
- package/types/sap.m.d.ts +986 -53
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +4 -1
- package/types/sap.ui.core.d.ts +337 -171
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -3
- package/types/sap.ui.integration.d.ts +5 -1
- package/types/sap.ui.layout.d.ts +4 -4
- package/types/sap.ui.mdc.d.ts +163 -39
- 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 +15 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +4 -4
- package/types/sap.ui.ux3.d.ts +3 -3
- 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 +50 -1
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1370,8 +1370,6 @@ declare namespace sap {
|
|
|
1370
1370
|
|
|
1371
1371
|
"sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
|
|
1372
1372
|
|
|
1373
|
-
"sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
|
|
1374
|
-
|
|
1375
1373
|
"sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
|
|
1376
1374
|
|
|
1377
1375
|
"sap/ui/fl/apply/api/DelegateMediatorAPI": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -433,6 +433,7 @@ declare namespace sap {
|
|
|
433
433
|
*
|
|
434
434
|
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
435
435
|
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
436
|
+
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
436
437
|
*
|
|
437
438
|
* @since 1.70
|
|
438
439
|
* @experimental (since 1.70)
|
|
@@ -788,6 +789,7 @@ declare namespace sap {
|
|
|
788
789
|
/**
|
|
789
790
|
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
790
791
|
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
792
|
+
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
791
793
|
*
|
|
792
794
|
* @since 1.70
|
|
793
795
|
* @experimental (since 1.70)
|
|
@@ -1576,6 +1578,7 @@ declare namespace sap {
|
|
|
1576
1578
|
*
|
|
1577
1579
|
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
1578
1580
|
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
1581
|
+
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
1579
1582
|
*
|
|
1580
1583
|
* @since 1.70
|
|
1581
1584
|
* @experimental (since 1.70)
|
|
@@ -1971,6 +1974,7 @@ declare namespace sap {
|
|
|
1971
1974
|
*
|
|
1972
1975
|
* Defines the base URL of the card manifest. It should be used when manifest property is an object instead
|
|
1973
1976
|
* of a URL. If both manifest URL and base URL are defined - the base URL will be used for loading dependencies.
|
|
1977
|
+
* If both manifest URL and base URL are not defined - relative resources might not be loaded correctly.
|
|
1974
1978
|
*
|
|
1975
1979
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1976
1980
|
*
|
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4132,7 +4132,7 @@ declare namespace sap {
|
|
|
4132
4132
|
/**
|
|
4133
4133
|
* The `ColumnLayout` control renders a {@link sap.ui.layout.form.Form Form} control in a column-based responsive
|
|
4134
4134
|
* way. Depending on its size, the {@link sap.ui.layout.form.Form Form} control is divided into one or more
|
|
4135
|
-
* columns. (XL - max.
|
|
4135
|
+
* columns. (XL - max. 6 columns, L - max. 4 columns, M - max. 3 columns and S - 1 column.)
|
|
4136
4136
|
*
|
|
4137
4137
|
* The {@link sap.ui.layout.form.FormContainer FormContainer} elements are spread out to the columns depending
|
|
4138
4138
|
* on the number of {@link sap.ui.layout.form.FormContainer FormContainer} elements and their size. For
|
|
@@ -8082,7 +8082,7 @@ declare namespace sap {
|
|
|
8082
8082
|
* An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
|
|
8083
8083
|
* if it has large size
|
|
8084
8084
|
*
|
|
8085
|
-
* Allowed values are numbers from 1 to 3.
|
|
8085
|
+
* Allowed values are numbers from 1 to 4. **Note:** In versions lower than 1.122 only 3 columns are allowed.
|
|
8086
8086
|
*
|
|
8087
8087
|
* @since 1.56.0
|
|
8088
8088
|
*/
|
|
@@ -8092,7 +8092,7 @@ declare namespace sap {
|
|
|
8092
8092
|
* An `int` type that defines how many columns a `Form` control using the `ColumnLayout` as layout can have
|
|
8093
8093
|
* if it has medium size
|
|
8094
8094
|
*
|
|
8095
|
-
* Allowed values are numbers from 1 to 2.
|
|
8095
|
+
* Allowed values are numbers from 1 to 3. **Note:** In versions lower than 1.122 only 2 columns are allowed.
|
|
8096
8096
|
*
|
|
8097
8097
|
* @since 1.56.0
|
|
8098
8098
|
*/
|
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -1549,18 +1549,62 @@ declare module "sap/ui/mdc/odata/v4/TableDelegate" {
|
|
|
1549
1549
|
import TableDelegate1 from "sap/ui/mdc/TableDelegate";
|
|
1550
1550
|
|
|
1551
1551
|
/**
|
|
1552
|
-
* Base delegate for {@link sap.ui.mdc.Table} and `ODataV4`.
|
|
1553
|
-
*
|
|
1554
|
-
* Extend this object in your project to use all functionalities of the table. For more information, please
|
|
1555
|
-
* see {@link module:sap/ui/mdc/TableDelegate}.
|
|
1552
|
+
* Base delegate for {@link sap.ui.mdc.Table} and `ODataV4`. Extend this object in your project to use all
|
|
1553
|
+
* functionalities of the table. For more information, please see {@link module:sap/ui/mdc/TableDelegate}.
|
|
1556
1554
|
*
|
|
1557
1555
|
* **Note:** This base delegate supports the `p13nMode` `Aggregate` only if the table type is {@link sap.ui.mdc.table.GridTableType GridTable},
|
|
1558
1556
|
* and the `p13nMode` `Group` is not supported if the table type is {@link sap.ui.mdc.table.TreeTableType TreeTable}.
|
|
1559
1557
|
* This cannot be changed in your delegate implementation.
|
|
1558
|
+
* If the table type is {@link sap.ui.mdc.table.GridTableType GridTable}, and `p13nMode` `Group` or `p13nMode`
|
|
1559
|
+
* `Aggregate` is enabled, only groupable or aggregatable properties are loaded from the back end. Also,
|
|
1560
|
+
* the path of a property must not contain a `NavigationProperty`.
|
|
1560
1561
|
*
|
|
1561
1562
|
* @since 1.85
|
|
1562
1563
|
*/
|
|
1563
1564
|
interface TableDelegate extends TableDelegate1 {
|
|
1565
|
+
/**
|
|
1566
|
+
* Retrieves information about the relevant properties.
|
|
1567
|
+
*
|
|
1568
|
+
* By default, this method returns a `Promise` that resolves with an empty array.
|
|
1569
|
+
*
|
|
1570
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1571
|
+
*
|
|
1572
|
+
* @returns A `Promise` that resolves with the property information
|
|
1573
|
+
*/
|
|
1574
|
+
fetchProperties(
|
|
1575
|
+
/**
|
|
1576
|
+
* Instance of the table
|
|
1577
|
+
*/
|
|
1578
|
+
oTable: sap.ui.mdc.Table
|
|
1579
|
+
): Promise<sap.ui.mdc.odata.v4.TablePropertyInfo[]>;
|
|
1580
|
+
/**
|
|
1581
|
+
* Returns the keys of properties that should always be included in the result of the collection requested
|
|
1582
|
+
* from the back end. This information is applied when updating the table's binding.
|
|
1583
|
+
*
|
|
1584
|
+
* By default, this method returns an empty array.
|
|
1585
|
+
*
|
|
1586
|
+
* **Note:** If properties are provided in the table's {@link sap.ui.mdc.Table propertyInfo} property, the
|
|
1587
|
+
* properties whose keys are returned by this method must be included, otherwise they may not be in included
|
|
1588
|
+
* the result.
|
|
1589
|
+
* The path of a property must not be empty.
|
|
1590
|
+
* If a property is complex, the properties it references are taken into account.
|
|
1591
|
+
* If `autoExpandSelect` of the {@link sap.ui.model.odata.v4.ODataModel} is not enabled, this method must
|
|
1592
|
+
* return an empty array. If the table type is {@link sap.ui.mdc.table.GridTableType GridTable} and `p13nMode`
|
|
1593
|
+
* `Group` or `p13nMode` `Aggregate` is enabled, referenced properties, for example, properties that are
|
|
1594
|
+
* referenced via `text` or `unit`, are also included in the result. Please also see the restrictions in
|
|
1595
|
+
* the description of the {@link module:sap/ui/mdc/odata/v4/TableDelegate TableDelegate}.
|
|
1596
|
+
* For more information about properties, see {@link sap.ui.mdc.odata.v4.TablePropertyInfo PropertyInfo}.
|
|
1597
|
+
*
|
|
1598
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1599
|
+
*
|
|
1600
|
+
* @returns Property keys
|
|
1601
|
+
*/
|
|
1602
|
+
getInResultPropertyKeys(
|
|
1603
|
+
/**
|
|
1604
|
+
* of the table
|
|
1605
|
+
*/
|
|
1606
|
+
Instance: sap.ui.mdc.Table
|
|
1607
|
+
): string[];
|
|
1564
1608
|
/**
|
|
1565
1609
|
* Updates the binding of the table with the binding info object returned from {@link module:sap/ui/mdc/TableDelegate.updateBindingInfo updateBindingInfo}.
|
|
1566
1610
|
* If an update is not possible, it rebinds the table.
|
|
@@ -3930,6 +3974,13 @@ declare namespace sap {
|
|
|
3930
3974
|
* can be used. `#tokenText#` refers to the `oConfiguration.tokenText` property if given.
|
|
3931
3975
|
*/
|
|
3932
3976
|
tokenParse: string;
|
|
3977
|
+
/**
|
|
3978
|
+
* The string representation of the regular expression that is used to test if the given text meets the
|
|
3979
|
+
* operator. A placeholder that refers to the translated tokenText can be used. `#tokenText#` refers to
|
|
3980
|
+
* the `oConfiguration.tokenText` property if given.
|
|
3981
|
+
* If not provided, the `tokenParse` regular expression is used.
|
|
3982
|
+
*/
|
|
3983
|
+
tokenTest?: string;
|
|
3933
3984
|
/**
|
|
3934
3985
|
* The string representation that is used by the operator to format a value into an output string. For the
|
|
3935
3986
|
* value placeholder `{0}` and `{1}` are used. A placeholder that refers to the translated tokenText can
|
|
@@ -4284,7 +4335,7 @@ declare namespace sap {
|
|
|
4284
4335
|
}
|
|
4285
4336
|
/**
|
|
4286
4337
|
* Defines the types of chart actions in the toolbar.
|
|
4287
|
-
* Can be used to remove some of the default `ToolbarAction`. For more information, see @link sap.ui.mdc.Chart#ignoreToolbarActions}.
|
|
4338
|
+
* Can be used to remove some of the default `ToolbarAction`. For more information, see {@link sap.ui.mdc.Chart#ignoreToolbarActions}.
|
|
4288
4339
|
*
|
|
4289
4340
|
* @since 1.115
|
|
4290
4341
|
*/
|
|
@@ -4305,7 +4356,7 @@ declare namespace sap {
|
|
|
4305
4356
|
/**
|
|
4306
4357
|
* Enumeration of the validated state of conditions
|
|
4307
4358
|
*
|
|
4308
|
-
* If a `Condition` is chosen from a
|
|
4359
|
+
* If a `Condition` is chosen from a value help or validated against a value help it is set to be validated.
|
|
4309
4360
|
* In this case the corresponding item in the value help is shown as selected.
|
|
4310
4361
|
*
|
|
4311
4362
|
* If the validated state of the `Condition` is undefined this means it is not defined if it is validated
|
|
@@ -5053,7 +5104,7 @@ declare namespace sap {
|
|
|
5053
5104
|
*/
|
|
5054
5105
|
enum TableGrowingMode {
|
|
5055
5106
|
/**
|
|
5056
|
-
* A More is shown with which the user can request to load more rows
|
|
5107
|
+
* A More button is shown with which the user can request to load more rows
|
|
5057
5108
|
*/
|
|
5058
5109
|
Basic = "Basic",
|
|
5059
5110
|
/**
|
|
@@ -12480,6 +12531,10 @@ declare namespace sap {
|
|
|
12480
12531
|
* If set, the check is done case-sensitively
|
|
12481
12532
|
*/
|
|
12482
12533
|
caseSensitive?: boolean;
|
|
12534
|
+
/**
|
|
12535
|
+
* If set, only exact matches are requested and no suggestions
|
|
12536
|
+
*/
|
|
12537
|
+
exactMatch?: boolean;
|
|
12483
12538
|
/**
|
|
12484
12539
|
* Instance of the calling control
|
|
12485
12540
|
*/
|
|
@@ -12692,6 +12747,10 @@ declare namespace sap {
|
|
|
12692
12747
|
* **Note:** Set the right selection mode (multiple selection or single selection) as it cannot be determined
|
|
12693
12748
|
* automatically for every case. (For type-ahead and also for multi-value {@link sap.ui.mdc.FilterField FilterField }
|
|
12694
12749
|
* controls, only single selection from the table might be wanted.)
|
|
12750
|
+
*
|
|
12751
|
+
* **Note:** In phone mode, the popover or dialog might be rendered differently than in desktop mode. So
|
|
12752
|
+
* here the configuration for column sizes or table sizes might be different. Please configure sizes depending
|
|
12753
|
+
* on the used device.
|
|
12695
12754
|
*/
|
|
12696
12755
|
table?: sap.m.Table;
|
|
12697
12756
|
|
|
@@ -13499,6 +13558,10 @@ declare namespace sap {
|
|
|
13499
13558
|
* **Note:** Set the right selection mode (multiple selection or single selection) as it cannot be determined
|
|
13500
13559
|
* automatically for every case. (For type-ahead and also for multi-value {@link sap.ui.mdc.FilterField FilterField }
|
|
13501
13560
|
* controls, only single selection from the table might be wanted.)
|
|
13561
|
+
*
|
|
13562
|
+
* **Note:** In phone mode, the popover or dialog might be rendered differently than in desktop mode. So
|
|
13563
|
+
* here the configuration for column sizes or table sizes might be different. Please configure sizes depending
|
|
13564
|
+
* on the used device.
|
|
13502
13565
|
*/
|
|
13503
13566
|
getTable(): sap.m.Table;
|
|
13504
13567
|
/**
|
|
@@ -14060,18 +14123,21 @@ declare namespace sap {
|
|
|
14060
14123
|
description?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14061
14124
|
|
|
14062
14125
|
/**
|
|
14063
|
-
* Destination link for a navigation operation in external format (used when opening in new tab)
|
|
14126
|
+
* Destination link for a navigation operation in external format (used when opening in new tab) using the
|
|
14127
|
+
* `hrefForExternal` method of the CrossApplicationNavigation service.
|
|
14064
14128
|
*/
|
|
14065
14129
|
href?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14066
14130
|
|
|
14067
14131
|
/**
|
|
14068
14132
|
* Destination link for a navigation operation in internal format provided by the SAP Fiori launchpad (used
|
|
14069
|
-
* when navigation happens programmatically).
|
|
14133
|
+
* when navigation happens programmatically). Only for internal use
|
|
14070
14134
|
*/
|
|
14071
14135
|
internalHref?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14072
14136
|
|
|
14073
14137
|
/**
|
|
14074
|
-
* Determines the target of the `Link` and has to be used as the `target` of an html anchor.
|
|
14138
|
+
* Determines the target of the `Link` and has to be used as the `target` of an html anchor. The standard
|
|
14139
|
+
* values for the `target` property are: _self, _top, _blank, _parent, _search. Alternatively, a frame name
|
|
14140
|
+
* can be entered. This property is only used if the `href` property is set.
|
|
14075
14141
|
*/
|
|
14076
14142
|
target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14077
14143
|
|
|
@@ -14088,6 +14154,16 @@ declare namespace sap {
|
|
|
14088
14154
|
| boolean
|
|
14089
14155
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
14090
14156
|
| `{${string}}`;
|
|
14157
|
+
|
|
14158
|
+
/**
|
|
14159
|
+
* Callback for `press` event.
|
|
14160
|
+
*
|
|
14161
|
+
* @since 1.122.0
|
|
14162
|
+
*/
|
|
14163
|
+
press?:
|
|
14164
|
+
| object
|
|
14165
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
14166
|
+
| `{${string}}`;
|
|
14091
14167
|
}
|
|
14092
14168
|
|
|
14093
14169
|
/**
|
|
@@ -14163,6 +14239,8 @@ declare namespace sap {
|
|
|
14163
14239
|
*
|
|
14164
14240
|
* Defines the additional text of the item.
|
|
14165
14241
|
*
|
|
14242
|
+
* Default value is `undefined`.
|
|
14243
|
+
*
|
|
14166
14244
|
*
|
|
14167
14245
|
* @returns Value of property `description`
|
|
14168
14246
|
*/
|
|
@@ -14170,7 +14248,8 @@ declare namespace sap {
|
|
|
14170
14248
|
/**
|
|
14171
14249
|
* Gets current value of property {@link #getHref href}.
|
|
14172
14250
|
*
|
|
14173
|
-
* Destination link for a navigation operation in external format (used when opening in new tab)
|
|
14251
|
+
* Destination link for a navigation operation in external format (used when opening in new tab) using the
|
|
14252
|
+
* `hrefForExternal` method of the CrossApplicationNavigation service.
|
|
14174
14253
|
*
|
|
14175
14254
|
*
|
|
14176
14255
|
* @returns Value of property `href`
|
|
@@ -14201,7 +14280,7 @@ declare namespace sap {
|
|
|
14201
14280
|
* Gets current value of property {@link #getInternalHref internalHref}.
|
|
14202
14281
|
*
|
|
14203
14282
|
* Destination link for a navigation operation in internal format provided by the SAP Fiori launchpad (used
|
|
14204
|
-
* when navigation happens programmatically).
|
|
14283
|
+
* when navigation happens programmatically). Only for internal use
|
|
14205
14284
|
*
|
|
14206
14285
|
*
|
|
14207
14286
|
* @returns Value of property `internalHref`
|
|
@@ -14212,14 +14291,28 @@ declare namespace sap {
|
|
|
14212
14291
|
*
|
|
14213
14292
|
* Unique key of the `LinkItem` that is used for personalization.
|
|
14214
14293
|
*
|
|
14294
|
+
* Default value is `undefined`.
|
|
14295
|
+
*
|
|
14215
14296
|
*
|
|
14216
14297
|
* @returns Value of property `key`
|
|
14217
14298
|
*/
|
|
14218
14299
|
getKey(): string;
|
|
14300
|
+
/**
|
|
14301
|
+
* Gets current value of property {@link #getPress press}.
|
|
14302
|
+
*
|
|
14303
|
+
* Callback for `press` event.
|
|
14304
|
+
*
|
|
14305
|
+
* @since 1.122.0
|
|
14306
|
+
*
|
|
14307
|
+
* @returns Value of property `press`
|
|
14308
|
+
*/
|
|
14309
|
+
getPress(): object;
|
|
14219
14310
|
/**
|
|
14220
14311
|
* Gets current value of property {@link #getTarget target}.
|
|
14221
14312
|
*
|
|
14222
|
-
* Determines the target of the `Link` and has to be used as the `target` of an html anchor.
|
|
14313
|
+
* Determines the target of the `Link` and has to be used as the `target` of an html anchor. The standard
|
|
14314
|
+
* values for the `target` property are: _self, _top, _blank, _parent, _search. Alternatively, a frame name
|
|
14315
|
+
* can be entered. This property is only used if the `href` property is set.
|
|
14223
14316
|
*
|
|
14224
14317
|
* Default value is `"_self"`.
|
|
14225
14318
|
*
|
|
@@ -14243,6 +14336,8 @@ declare namespace sap {
|
|
|
14243
14336
|
*
|
|
14244
14337
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14245
14338
|
*
|
|
14339
|
+
* Default value is `undefined`.
|
|
14340
|
+
*
|
|
14246
14341
|
*
|
|
14247
14342
|
* @returns Reference to `this` in order to allow method chaining
|
|
14248
14343
|
*/
|
|
@@ -14250,12 +14345,13 @@ declare namespace sap {
|
|
|
14250
14345
|
/**
|
|
14251
14346
|
* New value for property `description`
|
|
14252
14347
|
*/
|
|
14253
|
-
sDescription
|
|
14348
|
+
sDescription?: string
|
|
14254
14349
|
): this;
|
|
14255
14350
|
/**
|
|
14256
14351
|
* Sets a new value for property {@link #getHref href}.
|
|
14257
14352
|
*
|
|
14258
|
-
* Destination link for a navigation operation in external format (used when opening in new tab)
|
|
14353
|
+
* Destination link for a navigation operation in external format (used when opening in new tab) using the
|
|
14354
|
+
* `hrefForExternal` method of the CrossApplicationNavigation service.
|
|
14259
14355
|
*
|
|
14260
14356
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14261
14357
|
*
|
|
@@ -14266,7 +14362,7 @@ declare namespace sap {
|
|
|
14266
14362
|
/**
|
|
14267
14363
|
* New value for property `href`
|
|
14268
14364
|
*/
|
|
14269
|
-
sHref
|
|
14365
|
+
sHref?: string
|
|
14270
14366
|
): this;
|
|
14271
14367
|
/**
|
|
14272
14368
|
* Sets a new value for property {@link #getIcon icon}.
|
|
@@ -14307,7 +14403,7 @@ declare namespace sap {
|
|
|
14307
14403
|
* Sets a new value for property {@link #getInternalHref internalHref}.
|
|
14308
14404
|
*
|
|
14309
14405
|
* Destination link for a navigation operation in internal format provided by the SAP Fiori launchpad (used
|
|
14310
|
-
* when navigation happens programmatically).
|
|
14406
|
+
* when navigation happens programmatically). Only for internal use
|
|
14311
14407
|
*
|
|
14312
14408
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14313
14409
|
*
|
|
@@ -14327,6 +14423,8 @@ declare namespace sap {
|
|
|
14327
14423
|
*
|
|
14328
14424
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14329
14425
|
*
|
|
14426
|
+
* Default value is `undefined`.
|
|
14427
|
+
*
|
|
14330
14428
|
*
|
|
14331
14429
|
* @returns Reference to `this` in order to allow method chaining
|
|
14332
14430
|
*/
|
|
@@ -14334,12 +14432,31 @@ declare namespace sap {
|
|
|
14334
14432
|
/**
|
|
14335
14433
|
* New value for property `key`
|
|
14336
14434
|
*/
|
|
14337
|
-
sKey
|
|
14435
|
+
sKey?: string
|
|
14436
|
+
): this;
|
|
14437
|
+
/**
|
|
14438
|
+
* Sets a new value for property {@link #getPress press}.
|
|
14439
|
+
*
|
|
14440
|
+
* Callback for `press` event.
|
|
14441
|
+
*
|
|
14442
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14443
|
+
*
|
|
14444
|
+
* @since 1.122.0
|
|
14445
|
+
*
|
|
14446
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
14447
|
+
*/
|
|
14448
|
+
setPress(
|
|
14449
|
+
/**
|
|
14450
|
+
* New value for property `press`
|
|
14451
|
+
*/
|
|
14452
|
+
oPress?: object
|
|
14338
14453
|
): this;
|
|
14339
14454
|
/**
|
|
14340
14455
|
* Sets a new value for property {@link #getTarget target}.
|
|
14341
14456
|
*
|
|
14342
|
-
* Determines the target of the `Link` and has to be used as the `target` of an html anchor.
|
|
14457
|
+
* Determines the target of the `Link` and has to be used as the `target` of an html anchor. The standard
|
|
14458
|
+
* values for the `target` property are: _self, _top, _blank, _parent, _search. Alternatively, a frame name
|
|
14459
|
+
* can be entered. This property is only used if the `href` property is set.
|
|
14343
14460
|
*
|
|
14344
14461
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14345
14462
|
*
|
|
@@ -14368,7 +14485,7 @@ declare namespace sap {
|
|
|
14368
14485
|
/**
|
|
14369
14486
|
* New value for property `text`
|
|
14370
14487
|
*/
|
|
14371
|
-
sText
|
|
14488
|
+
sText?: string
|
|
14372
14489
|
): this;
|
|
14373
14490
|
}
|
|
14374
14491
|
|
|
@@ -14697,7 +14814,14 @@ declare namespace sap {
|
|
|
14697
14814
|
| `{${string}}`;
|
|
14698
14815
|
|
|
14699
14816
|
/**
|
|
14700
|
-
* Defines the minimum width of the column.
|
|
14817
|
+
* Defines the minimum width of the column. This property only takes effect if the column has a flexible
|
|
14818
|
+
* `width`, for example, a percentage value. The user can resize the column to a smaller width if {@link sap.ui.mdc.Table#getEnableColumnResize column resizing }
|
|
14819
|
+
* is enabled in the table.
|
|
14820
|
+
*
|
|
14821
|
+
* **Note:** If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the property
|
|
14822
|
+
* is used to influence the pop-in behavior: If the accumulated width of all columns is bigger than the
|
|
14823
|
+
* width of the table, then the least important column is moved into the pop-in area. For more information,
|
|
14824
|
+
* see {@link sap.ui.mdc.table.ResponsiveColumnSettings#getImportance ResponsiveColumnSettings}.
|
|
14701
14825
|
*
|
|
14702
14826
|
* @since 1.80
|
|
14703
14827
|
*/
|
|
@@ -15356,7 +15480,14 @@ declare namespace sap {
|
|
|
15356
15480
|
/**
|
|
15357
15481
|
* Gets current value of property {@link #getMinWidth minWidth}.
|
|
15358
15482
|
*
|
|
15359
|
-
* Defines the minimum width of the column.
|
|
15483
|
+
* Defines the minimum width of the column. This property only takes effect if the column has a flexible
|
|
15484
|
+
* `width`, for example, a percentage value. The user can resize the column to a smaller width if {@link sap.ui.mdc.Table#getEnableColumnResize column resizing }
|
|
15485
|
+
* is enabled in the table.
|
|
15486
|
+
*
|
|
15487
|
+
* **Note:** If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the property
|
|
15488
|
+
* is used to influence the pop-in behavior: If the accumulated width of all columns is bigger than the
|
|
15489
|
+
* width of the table, then the least important column is moved into the pop-in area. For more information,
|
|
15490
|
+
* see {@link sap.ui.mdc.table.ResponsiveColumnSettings#getImportance ResponsiveColumnSettings}.
|
|
15360
15491
|
*
|
|
15361
15492
|
* Default value is `8`.
|
|
15362
15493
|
*
|
|
@@ -15533,7 +15664,14 @@ declare namespace sap {
|
|
|
15533
15664
|
/**
|
|
15534
15665
|
* Sets a new value for property {@link #getMinWidth minWidth}.
|
|
15535
15666
|
*
|
|
15536
|
-
* Defines the minimum width of the column.
|
|
15667
|
+
* Defines the minimum width of the column. This property only takes effect if the column has a flexible
|
|
15668
|
+
* `width`, for example, a percentage value. The user can resize the column to a smaller width if {@link sap.ui.mdc.Table#getEnableColumnResize column resizing }
|
|
15669
|
+
* is enabled in the table.
|
|
15670
|
+
*
|
|
15671
|
+
* **Note:** If the table type is {@link sap.ui.mdc.table.ResponsiveTableType ResponsiveTable}, the property
|
|
15672
|
+
* is used to influence the pop-in behavior: If the accumulated width of all columns is bigger than the
|
|
15673
|
+
* width of the table, then the least important column is moved into the pop-in area. For more information,
|
|
15674
|
+
* see {@link sap.ui.mdc.table.ResponsiveColumnSettings#getImportance ResponsiveColumnSettings}.
|
|
15537
15675
|
*
|
|
15538
15676
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
15539
15677
|
*
|
|
@@ -16552,12 +16690,6 @@ declare namespace sap {
|
|
|
16552
16690
|
/**
|
|
16553
16691
|
* Constructor for a new `ResponsiveColumnSettings`.
|
|
16554
16692
|
*
|
|
16555
|
-
* Provides the following settings that are supported by the {@link sap.m.Column}:
|
|
16556
|
-
*
|
|
16557
|
-
*
|
|
16558
|
-
* - importance
|
|
16559
|
-
* - mergeFunction
|
|
16560
|
-
*
|
|
16561
16693
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
16562
16694
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
16563
16695
|
* of the syntax of the settings object.
|
|
@@ -16571,12 +16703,6 @@ declare namespace sap {
|
|
|
16571
16703
|
/**
|
|
16572
16704
|
* Constructor for a new `ResponsiveColumnSettings`.
|
|
16573
16705
|
*
|
|
16574
|
-
* Provides the following settings that are supported by the {@link sap.m.Column}:
|
|
16575
|
-
*
|
|
16576
|
-
*
|
|
16577
|
-
* - importance
|
|
16578
|
-
* - mergeFunction
|
|
16579
|
-
*
|
|
16580
16706
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
16581
16707
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
16582
16708
|
* of the syntax of the settings object.
|
|
@@ -18683,7 +18809,7 @@ declare namespace sap {
|
|
|
18683
18809
|
* @since 1.111
|
|
18684
18810
|
*/
|
|
18685
18811
|
propertyInfo?:
|
|
18686
|
-
| object
|
|
18812
|
+
| object
|
|
18687
18813
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
18688
18814
|
| `{${string}}`;
|
|
18689
18815
|
|
|
@@ -25559,8 +25685,6 @@ declare namespace sap {
|
|
|
25559
25685
|
|
|
25560
25686
|
"sap/ui/mdc/odata/v4/ChartDelegate": undefined;
|
|
25561
25687
|
|
|
25562
|
-
"sap/ui/mdc/odata/v4/FieldBaseDelegate": undefined;
|
|
25563
|
-
|
|
25564
25688
|
"sap/ui/mdc/odata/v4/TableDelegate": undefined;
|
|
25565
25689
|
|
|
25566
25690
|
"sap/ui/mdc/odata/v4/TypeMap": undefined;
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1292,6 +1292,13 @@ declare namespace sap {
|
|
|
1292
1292
|
/**
|
|
1293
1293
|
* The user can change the number of displayed rows by dragging a resizer.
|
|
1294
1294
|
*
|
|
1295
|
+
* The following restrictions apply:
|
|
1296
|
+
* - The functionality targets only the mouse interaction (drag and drop). There is no keyboard alternative
|
|
1297
|
+
* available. An accessible alternative must be provided by applications, for example, by giving the user
|
|
1298
|
+
* the possibility to enter the number of required rows in an input field.
|
|
1299
|
+
* - The resize interaction is not optimized for touch devices from a design and interaction perspective.
|
|
1300
|
+
* We do not recommend to use this mode in such scenarios.
|
|
1301
|
+
*
|
|
1295
1302
|
* @since 1.119
|
|
1296
1303
|
*/
|
|
1297
1304
|
class Interactive extends sap.ui.table.rowmodes.RowMode {
|
|
@@ -10910,6 +10917,13 @@ declare namespace sap {
|
|
|
10910
10917
|
Fixed = "Fixed",
|
|
10911
10918
|
/**
|
|
10912
10919
|
* The user can change the `visibleRowCount` by dragging a resizer.
|
|
10920
|
+
*
|
|
10921
|
+
* The following restrictions apply:
|
|
10922
|
+
* - The functionality targets only the mouse interaction (drag and drop). There is no keyboard alternative
|
|
10923
|
+
* available. An accessible alternative must be provided by applications, for example, by giving the user
|
|
10924
|
+
* the possibility to enter the number of required rows in an input field.
|
|
10925
|
+
* - The resize interaction is not optimized for touch devices from a design and interaction perspective.
|
|
10926
|
+
* We do not recommend to use this mode in such scenarios.
|
|
10913
10927
|
*/
|
|
10914
10928
|
Interactive = "Interactive",
|
|
10915
10929
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7539,7 +7539,7 @@ declare namespace sap {
|
|
|
7539
7539
|
interface $MenuSettings extends sap.ui.core.$ControlSettings {
|
|
7540
7540
|
/**
|
|
7541
7541
|
* When a menu is disabled none of its items can be selected by the user. The enabled property of an item
|
|
7542
|
-
*
|
|
7542
|
+
* {@link sap.ui.unified.MenuItemBase#getEnabled} has no effect when the menu of the item is disabled.
|
|
7543
7543
|
*/
|
|
7544
7544
|
enabled?:
|
|
7545
7545
|
| boolean
|
|
@@ -17862,7 +17862,7 @@ declare namespace sap {
|
|
|
17862
17862
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
17863
17863
|
*
|
|
17864
17864
|
* When a menu is disabled none of its items can be selected by the user. The enabled property of an item
|
|
17865
|
-
*
|
|
17865
|
+
* {@link sap.ui.unified.MenuItemBase#getEnabled} has no effect when the menu of the item is disabled.
|
|
17866
17866
|
*
|
|
17867
17867
|
* Default value is `true`.
|
|
17868
17868
|
*
|
|
@@ -18062,7 +18062,7 @@ declare namespace sap {
|
|
|
18062
18062
|
* Sets a new value for property {@link #getEnabled enabled}.
|
|
18063
18063
|
*
|
|
18064
18064
|
* When a menu is disabled none of its items can be selected by the user. The enabled property of an item
|
|
18065
|
-
*
|
|
18065
|
+
* {@link sap.ui.unified.MenuItemBase#getEnabled} has no effect when the menu of the item is disabled.
|
|
18066
18066
|
*
|
|
18067
18067
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18068
18068
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.122.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4636,9 +4636,9 @@ declare namespace sap {
|
|
|
4636
4636
|
*/
|
|
4637
4637
|
createViewSwitch(
|
|
4638
4638
|
/**
|
|
4639
|
-
*
|
|
4639
|
+
* DataSet view
|
|
4640
4640
|
*/
|
|
4641
|
-
oView:
|
|
4641
|
+
oView: sap.ui.ux3.DataSetView,
|
|
4642
4642
|
/**
|
|
4643
4643
|
* Index of view
|
|
4644
4644
|
*/
|