@sapui5/ts-types 1.120.21 → 1.120.22
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +14 -11
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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.comp.d.ts +40 -1
- package/types/sap.ui.core.d.ts +6 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +91 -42
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -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.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.22
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -17632,6 +17632,9 @@ declare namespace sap {
|
|
|
17632
17632
|
* attach them to your application.
|
|
17633
17633
|
* This control builds on the {@link sap.m.UploadCollection} control, providing better handling of headers
|
|
17634
17634
|
* and requests, unified behavior of instant and deferred uploads, as well as improved progress indication.
|
|
17635
|
+
* We now ensure that the control handles item insertion and deletion if the items aggregation is not bound
|
|
17636
|
+
* to a model. It allows the connected model to not only manage the insertion and deletion updates but it
|
|
17637
|
+
* also helps to avoid template-related issues and ensures better data handling.
|
|
17635
17638
|
*
|
|
17636
17639
|
* @since 1.63
|
|
17637
17640
|
*/
|
|
@@ -33317,7 +33320,7 @@ declare namespace sap {
|
|
|
33317
33320
|
/**
|
|
33318
33321
|
* Describes the settings that can be provided to the P13nColumnsItem constructor.
|
|
33319
33322
|
*
|
|
33320
|
-
* @deprecated (since 1.120)
|
|
33323
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
33321
33324
|
*/
|
|
33322
33325
|
interface $P13nColumnsItemSettings extends sap.ui.core.$ItemSettings {
|
|
33323
33326
|
/**
|
|
@@ -33612,7 +33615,7 @@ declare namespace sap {
|
|
|
33612
33615
|
/**
|
|
33613
33616
|
* Describes the settings that can be provided to the P13nDimMeasureItem constructor.
|
|
33614
33617
|
*
|
|
33615
|
-
* @deprecated (since 1.120)
|
|
33618
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
33616
33619
|
*/
|
|
33617
33620
|
interface $P13nDimMeasureItemSettings extends sap.ui.core.$ItemSettings {
|
|
33618
33621
|
/**
|
|
@@ -33647,7 +33650,7 @@ declare namespace sap {
|
|
|
33647
33650
|
/**
|
|
33648
33651
|
* Describes the settings that can be provided to the P13nDimMeasurePanel constructor.
|
|
33649
33652
|
*
|
|
33650
|
-
* @deprecated (since 1.120)
|
|
33653
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
33651
33654
|
*/
|
|
33652
33655
|
interface $P13nDimMeasurePanelSettings extends sap.m.$P13nPanelSettings {
|
|
33653
33656
|
/**
|
|
@@ -33801,7 +33804,7 @@ declare namespace sap {
|
|
|
33801
33804
|
/**
|
|
33802
33805
|
* Describes the settings that can be provided to the P13nGroupItem constructor.
|
|
33803
33806
|
*
|
|
33804
|
-
* @deprecated (since 1.120)
|
|
33807
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
33805
33808
|
*/
|
|
33806
33809
|
interface $P13nGroupItemSettings extends sap.ui.core.$ItemSettings {
|
|
33807
33810
|
/**
|
|
@@ -34102,7 +34105,7 @@ declare namespace sap {
|
|
|
34102
34105
|
/**
|
|
34103
34106
|
* Describes the settings that can be provided to the P13nSortItem constructor.
|
|
34104
34107
|
*
|
|
34105
|
-
* @deprecated -
|
|
34108
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
34106
34109
|
*/
|
|
34107
34110
|
interface $P13nSortItemSettings extends sap.ui.core.$ItemSettings {
|
|
34108
34111
|
/**
|
|
@@ -100411,7 +100414,7 @@ declare namespace sap {
|
|
|
100411
100414
|
* Type for `columnsItems` aggregation in `P13nColumnsPanel` control.
|
|
100412
100415
|
*
|
|
100413
100416
|
* @since 1.26.0
|
|
100414
|
-
* @deprecated (since 1.120)
|
|
100417
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
100415
100418
|
*/
|
|
100416
100419
|
class P13nColumnsItem extends sap.ui.core.Item {
|
|
100417
100420
|
/**
|
|
@@ -102288,7 +102291,7 @@ declare namespace sap {
|
|
|
102288
102291
|
* Type for `columnsItems` aggregation in `P13nDimMeasurePanel` control.
|
|
102289
102292
|
*
|
|
102290
102293
|
* @since 1.34.0
|
|
102291
|
-
* @deprecated (since 1.120)
|
|
102294
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
102292
102295
|
*/
|
|
102293
102296
|
class P13nDimMeasureItem extends sap.ui.core.Item {
|
|
102294
102297
|
/**
|
|
@@ -102467,7 +102470,7 @@ declare namespace sap {
|
|
|
102467
102470
|
* the order and roles of dimensions and measures for table personalization.
|
|
102468
102471
|
*
|
|
102469
102472
|
* @since 1.34.0
|
|
102470
|
-
* @deprecated (since 1.120)
|
|
102473
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
102471
102474
|
*/
|
|
102472
102475
|
class P13nDimMeasurePanel extends sap.m.P13nPanel {
|
|
102473
102476
|
/**
|
|
@@ -103861,7 +103864,7 @@ declare namespace sap {
|
|
|
103861
103864
|
* Type for `groupItems` aggregation in P13nGroupPanel control.
|
|
103862
103865
|
*
|
|
103863
103866
|
* @since 1.28.0
|
|
103864
|
-
* @deprecated (since 1.120)
|
|
103867
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
103865
103868
|
*/
|
|
103866
103869
|
class P13nGroupItem extends sap.ui.core.Item {
|
|
103867
103870
|
/**
|
|
@@ -105622,7 +105625,7 @@ declare namespace sap {
|
|
|
105622
105625
|
* Type for `sortItems` aggregation in P13nSortPanel control.
|
|
105623
105626
|
*
|
|
105624
105627
|
* @since 1.26.0
|
|
105625
|
-
* @deprecated -
|
|
105628
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
105626
105629
|
*/
|
|
105627
105630
|
class P13nSortItem extends sap.ui.core.Item {
|
|
105628
105631
|
/**
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.22
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -17684,6 +17684,14 @@ declare namespace sap {
|
|
|
17684
17684
|
| string
|
|
17685
17685
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
17686
17686
|
|
|
17687
|
+
/**
|
|
17688
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
17689
|
+
*/
|
|
17690
|
+
considerPresentationVariant?:
|
|
17691
|
+
| boolean
|
|
17692
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17693
|
+
| `{${string}}`;
|
|
17694
|
+
|
|
17687
17695
|
/**
|
|
17688
17696
|
* Using control configurations you can add additional configuration to filter fields, for example set custom
|
|
17689
17697
|
* labels, change the order of fields, or change the filter field control type. **Note:** Changing the values
|
|
@@ -19447,6 +19455,18 @@ declare namespace sap {
|
|
|
19447
19455
|
* @returns Value of property `considerAnalyticalParameters`
|
|
19448
19456
|
*/
|
|
19449
19457
|
getConsiderAnalyticalParameters(): boolean;
|
|
19458
|
+
/**
|
|
19459
|
+
* Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
19460
|
+
*
|
|
19461
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
19462
|
+
*
|
|
19463
|
+
*
|
|
19464
|
+
* Default value is `true`.
|
|
19465
|
+
*
|
|
19466
|
+
*
|
|
19467
|
+
* @returns Value of property `considerPresentationVariant`
|
|
19468
|
+
*/
|
|
19469
|
+
getConsiderPresentationVariant(): boolean;
|
|
19450
19470
|
/**
|
|
19451
19471
|
* Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
19452
19472
|
*
|
|
@@ -19981,6 +20001,25 @@ declare namespace sap {
|
|
|
19981
20001
|
*/
|
|
19982
20002
|
bConsiderAnalyticalParameters?: boolean
|
|
19983
20003
|
): this;
|
|
20004
|
+
/**
|
|
20005
|
+
* Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20006
|
+
*
|
|
20007
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20008
|
+
*
|
|
20009
|
+
*
|
|
20010
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20011
|
+
*
|
|
20012
|
+
* Default value is `true`.
|
|
20013
|
+
*
|
|
20014
|
+
*
|
|
20015
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20016
|
+
*/
|
|
20017
|
+
setConsiderPresentationVariant(
|
|
20018
|
+
/**
|
|
20019
|
+
* New value for property `considerPresentationVariant`
|
|
20020
|
+
*/
|
|
20021
|
+
bConsiderPresentationVariant?: boolean
|
|
20022
|
+
): this;
|
|
19984
20023
|
/**
|
|
19985
20024
|
* Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
19986
20025
|
*
|
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
283
|
+
// For Library Version: 1.120.22
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -14836,6 +14836,11 @@ declare namespace sap {
|
|
|
14836
14836
|
* Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
|
|
14837
14837
|
*/
|
|
14838
14838
|
scrollContainerId?: string;
|
|
14839
|
+
/**
|
|
14840
|
+
* if true, the delegate event listeners are called before the event listeners of the element; default is
|
|
14841
|
+
* "false".
|
|
14842
|
+
*/
|
|
14843
|
+
callBefore?: boolean;
|
|
14839
14844
|
}
|
|
14840
14845
|
);
|
|
14841
14846
|
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.22
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -602,7 +602,8 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
|
|
|
602
602
|
/**
|
|
603
603
|
* Generic {@link sap.ui.mdc.util.TypeMap TypeMap} configuration for simple use cases.
|
|
604
604
|
*
|
|
605
|
-
* **Note:**
|
|
605
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
606
|
+
* **Note:** This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types:
|
|
606
607
|
*
|
|
607
608
|
*
|
|
608
609
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -1293,7 +1294,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
|
|
|
1293
1294
|
/**
|
|
1294
1295
|
* OData-specific {@link sap.ui.mdc.util.TypeMap TypeMap} configuration.
|
|
1295
1296
|
*
|
|
1296
|
-
* **Note:**
|
|
1297
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1298
|
+
* **Note:** This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types:
|
|
1297
1299
|
*
|
|
1298
1300
|
*
|
|
1299
1301
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -1401,7 +1403,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
|
|
|
1401
1403
|
/**
|
|
1402
1404
|
* ODataV4-specific {@link sap.ui.mdc.util.TypeMap TypeMap} configuration.
|
|
1403
1405
|
*
|
|
1404
|
-
* **Note:**
|
|
1406
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1407
|
+
* **Note:** This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types including
|
|
1405
1408
|
* ODataV4-specific configuration:
|
|
1406
1409
|
*
|
|
1407
1410
|
*
|
|
@@ -1635,6 +1638,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
|
|
|
1635
1638
|
* **Note:** This utility is experimental and the API/behavior is not finalized. Hence, it should not be
|
|
1636
1639
|
* used for productive usage.
|
|
1637
1640
|
*
|
|
1641
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1642
|
+
*
|
|
1638
1643
|
* @since 1.114.0
|
|
1639
1644
|
*/
|
|
1640
1645
|
interface TypeMap {
|
|
@@ -1716,8 +1721,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
|
|
|
1716
1721
|
/**
|
|
1717
1722
|
* Gets a data type class based on a given name.
|
|
1718
1723
|
*
|
|
1719
|
-
* **Note:** The module of the data type needs to be loaded before.
|
|
1720
|
-
*
|
|
1721
1724
|
*
|
|
1722
1725
|
* @returns Corresponding data type class
|
|
1723
1726
|
*/
|
|
@@ -2084,6 +2087,38 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2084
2087
|
*/
|
|
2085
2088
|
oConditions: object
|
|
2086
2089
|
): object;
|
|
2090
|
+
/**
|
|
2091
|
+
* Provides the possibility to customize selections in 'Select from list' scenarios. By default, only condition
|
|
2092
|
+
* keys are taken into consideration. This might be extended with payload dependent filters.
|
|
2093
|
+
*
|
|
2094
|
+
* @since 1.101.0
|
|
2095
|
+
* @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
|
|
2096
|
+
*
|
|
2097
|
+
* @returns `true` if item is selected
|
|
2098
|
+
*/
|
|
2099
|
+
isFilterableListItemSelected(
|
|
2100
|
+
/**
|
|
2101
|
+
* The `ValueHelp` control instance
|
|
2102
|
+
*/
|
|
2103
|
+
oValueHelp: sap.ui.mdc.ValueHelp,
|
|
2104
|
+
/**
|
|
2105
|
+
* `ValueHelp` content instance
|
|
2106
|
+
*/
|
|
2107
|
+
oContent: sap.ui.mdc.valuehelp.base.FilterableListContent,
|
|
2108
|
+
/**
|
|
2109
|
+
* Entry of a given list
|
|
2110
|
+
*/
|
|
2111
|
+
oItem: {
|
|
2112
|
+
/**
|
|
2113
|
+
* Get the binding context of this object for the given model name.
|
|
2114
|
+
*/
|
|
2115
|
+
getBindingContext: Function;
|
|
2116
|
+
},
|
|
2117
|
+
/**
|
|
2118
|
+
* current conditions
|
|
2119
|
+
*/
|
|
2120
|
+
aConditions: sap.ui.mdc.condition.ConditionObject[]
|
|
2121
|
+
): boolean;
|
|
2087
2122
|
/**
|
|
2088
2123
|
* Checks if a `ListBinding` supports `$search`.
|
|
2089
2124
|
*
|
|
@@ -18229,9 +18264,9 @@ declare namespace sap {
|
|
|
18229
18264
|
| `{${string}}`;
|
|
18230
18265
|
|
|
18231
18266
|
/**
|
|
18232
|
-
* This property has no effect and will be
|
|
18267
|
+
* This property has no effect and will be removed soon.
|
|
18233
18268
|
*
|
|
18234
|
-
* @deprecated -
|
|
18269
|
+
* @deprecated (since 1.115) - the concept has been discarded.
|
|
18235
18270
|
*/
|
|
18236
18271
|
height?:
|
|
18237
18272
|
| sap.ui.core.CSSSize
|
|
@@ -20839,7 +20874,8 @@ declare namespace sap {
|
|
|
20839
20874
|
*
|
|
20840
20875
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
20841
20876
|
*
|
|
20842
|
-
* @deprecated -
|
|
20877
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
20878
|
+
* `additionalValue` property to bind the control.
|
|
20843
20879
|
*
|
|
20844
20880
|
* @returns Reference to `this` to allow method chaining
|
|
20845
20881
|
*/
|
|
@@ -20912,7 +20948,8 @@ declare namespace sap {
|
|
|
20912
20948
|
*
|
|
20913
20949
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
20914
20950
|
*
|
|
20915
|
-
* @deprecated -
|
|
20951
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
20952
|
+
* `additionalValue` property to bind the control.
|
|
20916
20953
|
*
|
|
20917
20954
|
* @returns Conditions of the field
|
|
20918
20955
|
*/
|
|
@@ -20925,7 +20962,8 @@ declare namespace sap {
|
|
|
20925
20962
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
20926
20963
|
* value of the `dataType` property is ignored.
|
|
20927
20964
|
*
|
|
20928
|
-
* @deprecated -
|
|
20965
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
|
|
20966
|
+
* the `value` property is used.
|
|
20929
20967
|
*
|
|
20930
20968
|
* @returns Value of property `dataType`
|
|
20931
20969
|
*/
|
|
@@ -20938,8 +20976,8 @@ declare namespace sap {
|
|
|
20938
20976
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
20939
20977
|
* values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
20940
20978
|
*
|
|
20941
|
-
* @deprecated
|
|
20942
|
-
* used.
|
|
20979
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
|
|
20980
|
+
* in the binding to the `value` property is used.
|
|
20943
20981
|
*
|
|
20944
20982
|
* @returns Value of property `dataTypeConstraints`
|
|
20945
20983
|
*/
|
|
@@ -20952,8 +20990,8 @@ declare namespace sap {
|
|
|
20952
20990
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
20953
20991
|
* values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
20954
20992
|
*
|
|
20955
|
-
* @deprecated
|
|
20956
|
-
* used.
|
|
20993
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
|
|
20994
|
+
* type in the binding to the `value` property is used.
|
|
20957
20995
|
*
|
|
20958
20996
|
* @returns Value of property `dataTypeFormatOptions`
|
|
20959
20997
|
*/
|
|
@@ -20993,7 +21031,8 @@ declare namespace sap {
|
|
|
20993
21031
|
*
|
|
20994
21032
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
20995
21033
|
*
|
|
20996
|
-
* @deprecated -
|
|
21034
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
21035
|
+
* `additionalValue` property to bind the control.
|
|
20997
21036
|
*
|
|
20998
21037
|
* @returns Reference to `this` to allow method chaining
|
|
20999
21038
|
*/
|
|
@@ -21011,7 +21050,8 @@ declare namespace sap {
|
|
|
21011
21050
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
21012
21051
|
* value of the `dataType` property is ignored.
|
|
21013
21052
|
*
|
|
21014
|
-
* @deprecated -
|
|
21053
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
|
|
21054
|
+
* the `value` property is used.
|
|
21015
21055
|
*
|
|
21016
21056
|
* @returns Reference to `this` to allow method chaining
|
|
21017
21057
|
*/
|
|
@@ -21029,8 +21069,8 @@ declare namespace sap {
|
|
|
21029
21069
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
21030
21070
|
* values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
21031
21071
|
*
|
|
21032
|
-
* @deprecated
|
|
21033
|
-
* used.
|
|
21072
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
|
|
21073
|
+
* in the binding to the `value` property is used.
|
|
21034
21074
|
*
|
|
21035
21075
|
* @returns Reference to `this` to allow method chaining
|
|
21036
21076
|
*/
|
|
@@ -21048,8 +21088,8 @@ declare namespace sap {
|
|
|
21048
21088
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
21049
21089
|
* values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
21050
21090
|
*
|
|
21051
|
-
* @deprecated
|
|
21052
|
-
* used.
|
|
21091
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
|
|
21092
|
+
* type in the binding to the `value` property is used.
|
|
21053
21093
|
*
|
|
21054
21094
|
* @returns Reference to `this` to allow method chaining
|
|
21055
21095
|
*/
|
|
@@ -21062,7 +21102,7 @@ declare namespace sap {
|
|
|
21062
21102
|
/**
|
|
21063
21103
|
* This property must not be set for the `Field`
|
|
21064
21104
|
*
|
|
21065
|
-
* @deprecated
|
|
21105
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`.
|
|
21066
21106
|
*
|
|
21067
21107
|
* @returns `this` to allow method chaining.
|
|
21068
21108
|
*/
|
|
@@ -21102,7 +21142,8 @@ declare namespace sap {
|
|
|
21102
21142
|
*
|
|
21103
21143
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
21104
21144
|
*
|
|
21105
|
-
* @deprecated -
|
|
21145
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
21146
|
+
* `additionalValue` property to bind the control.
|
|
21106
21147
|
*
|
|
21107
21148
|
* @returns Reference to `this` to allow method chaining
|
|
21108
21149
|
*/
|
|
@@ -22034,7 +22075,8 @@ declare namespace sap {
|
|
|
22034
22075
|
*
|
|
22035
22076
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
22036
22077
|
*
|
|
22037
|
-
* @deprecated -
|
|
22078
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
22079
|
+
* aggregation to bind the control.
|
|
22038
22080
|
*
|
|
22039
22081
|
* @returns Reference to `this` to allow method chaining
|
|
22040
22082
|
*/
|
|
@@ -22102,7 +22144,8 @@ declare namespace sap {
|
|
|
22102
22144
|
*
|
|
22103
22145
|
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
22104
22146
|
*
|
|
22105
|
-
* @deprecated -
|
|
22147
|
+
* @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
22148
|
+
* aggregation to bind the control.
|
|
22106
22149
|
*
|
|
22107
22150
|
* @returns conditions of the field
|
|
22108
22151
|
*/
|
|
@@ -22115,7 +22158,8 @@ declare namespace sap {
|
|
|
22115
22158
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
22116
22159
|
* the value of the `dataType` property is ignored.
|
|
22117
22160
|
*
|
|
22118
|
-
* @deprecated
|
|
22161
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
22162
|
+
* binding to the `items` aggregation is used.
|
|
22119
22163
|
*
|
|
22120
22164
|
* @returns Value of property `dataType`
|
|
22121
22165
|
*/
|
|
@@ -22128,8 +22172,8 @@ declare namespace sap {
|
|
|
22128
22172
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
22129
22173
|
* the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
22130
22174
|
*
|
|
22131
|
-
* @deprecated -
|
|
22132
|
-
* used.
|
|
22175
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
22176
|
+
* binding to the `items` aggregation is used.
|
|
22133
22177
|
*
|
|
22134
22178
|
* @returns Value of property `dataTypeConstraints`
|
|
22135
22179
|
*/
|
|
@@ -22142,8 +22186,8 @@ declare namespace sap {
|
|
|
22142
22186
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
22143
22187
|
* the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
22144
22188
|
*
|
|
22145
|
-
* @deprecated -
|
|
22146
|
-
* used.
|
|
22189
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
22190
|
+
* binding to the `items` aggregation is used.
|
|
22147
22191
|
*
|
|
22148
22192
|
* @returns Value of property `dataTypeFormatOptions`
|
|
22149
22193
|
*/
|
|
@@ -22174,7 +22218,7 @@ declare namespace sap {
|
|
|
22174
22218
|
/**
|
|
22175
22219
|
* Gets current value of property {@link #getMultipleLines multipleLines}.
|
|
22176
22220
|
*
|
|
22177
|
-
* @deprecated -
|
|
22221
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
|
|
22178
22222
|
*
|
|
22179
22223
|
* @returns Value for property `multipleLines`
|
|
22180
22224
|
*/
|
|
@@ -22236,7 +22280,8 @@ declare namespace sap {
|
|
|
22236
22280
|
*
|
|
22237
22281
|
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
22238
22282
|
*
|
|
22239
|
-
* @deprecated -
|
|
22283
|
+
* @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
22284
|
+
* aggregation to bind the control.
|
|
22240
22285
|
*
|
|
22241
22286
|
* @returns Reference to `this` to allow method chaining
|
|
22242
22287
|
*/
|
|
@@ -22253,7 +22298,8 @@ declare namespace sap {
|
|
|
22253
22298
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
22254
22299
|
* the value of the `dataType` property is ignored.
|
|
22255
22300
|
*
|
|
22256
|
-
* @deprecated
|
|
22301
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
22302
|
+
* binding to the `items` aggregation is used.
|
|
22257
22303
|
*
|
|
22258
22304
|
* @returns Reference to `this` to allow method chaining
|
|
22259
22305
|
*/
|
|
@@ -22271,7 +22317,8 @@ declare namespace sap {
|
|
|
22271
22317
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
22272
22318
|
* the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
22273
22319
|
*
|
|
22274
|
-
* @deprecated
|
|
22320
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
22321
|
+
* binding to the `items` aggregation is used.
|
|
22275
22322
|
*
|
|
22276
22323
|
* @returns Reference to `this` to allow method chaining
|
|
22277
22324
|
*/
|
|
@@ -22289,7 +22336,8 @@ declare namespace sap {
|
|
|
22289
22336
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
22290
22337
|
* the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
22291
22338
|
*
|
|
22292
|
-
* @deprecated
|
|
22339
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
22340
|
+
* binding to the `items` aggregation is used.
|
|
22293
22341
|
*
|
|
22294
22342
|
* @returns Reference to `this` to allow method chaining
|
|
22295
22343
|
*/
|
|
@@ -22326,7 +22374,7 @@ declare namespace sap {
|
|
|
22326
22374
|
/**
|
|
22327
22375
|
* This property must not be set for the `MultiValueField` control.
|
|
22328
22376
|
*
|
|
22329
|
-
* @deprecated
|
|
22377
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
|
|
22330
22378
|
*
|
|
22331
22379
|
* @returns `this` to allow method chaining.
|
|
22332
22380
|
*/
|
|
@@ -22339,7 +22387,7 @@ declare namespace sap {
|
|
|
22339
22387
|
/**
|
|
22340
22388
|
* Sets a new value for property {@link #getMultipleLines multipleLines}.
|
|
22341
22389
|
*
|
|
22342
|
-
* @deprecated -
|
|
22390
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
|
|
22343
22391
|
*
|
|
22344
22392
|
* @returns Reference to `this` to allow method chaining
|
|
22345
22393
|
*/
|
|
@@ -22354,7 +22402,8 @@ declare namespace sap {
|
|
|
22354
22402
|
*
|
|
22355
22403
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
22356
22404
|
*
|
|
22357
|
-
* @deprecated -
|
|
22405
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
22406
|
+
* aggregation to bind the control.
|
|
22358
22407
|
*
|
|
22359
22408
|
* @returns Reference to `this` to allow method chaining
|
|
22360
22409
|
*/
|
|
@@ -23178,9 +23227,9 @@ declare namespace sap {
|
|
|
23178
23227
|
/**
|
|
23179
23228
|
* Gets current value of property {@link #getHeight height}.
|
|
23180
23229
|
*
|
|
23181
|
-
* This property has no effect and will be
|
|
23230
|
+
* This property has no effect and will be removed soon.
|
|
23182
23231
|
*
|
|
23183
|
-
* @deprecated -
|
|
23232
|
+
* @deprecated (since 1.115) - the concept has been discarded.
|
|
23184
23233
|
*
|
|
23185
23234
|
* @returns Value of property `height`
|
|
23186
23235
|
*/
|
|
@@ -23702,11 +23751,11 @@ declare namespace sap {
|
|
|
23702
23751
|
/**
|
|
23703
23752
|
* Sets a new value for property {@link #getHeight height}.
|
|
23704
23753
|
*
|
|
23705
|
-
* This property has no effect and will be
|
|
23754
|
+
* This property has no effect and will be removed soon.
|
|
23706
23755
|
*
|
|
23707
23756
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
23708
23757
|
*
|
|
23709
|
-
* @deprecated -
|
|
23758
|
+
* @deprecated (since 1.115) - the concept has been discarded.
|
|
23710
23759
|
*
|
|
23711
23760
|
* @returns Reference to `this` in order to allow method chaining
|
|
23712
23761
|
*/
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED