@sapui5/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 +37 -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 module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -72525,7 +72525,7 @@ declare module "sap/m/P13nColumnsItem" {
|
|
|
72525
72525
|
* Type for `columnsItems` aggregation in `P13nColumnsPanel` control.
|
|
72526
72526
|
*
|
|
72527
72527
|
* @since 1.26.0
|
|
72528
|
-
* @deprecated (since 1.120)
|
|
72528
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
72529
72529
|
*/
|
|
72530
72530
|
export default class P13nColumnsItem extends Item {
|
|
72531
72531
|
/**
|
|
@@ -72729,7 +72729,7 @@ declare module "sap/m/P13nColumnsItem" {
|
|
|
72729
72729
|
/**
|
|
72730
72730
|
* Describes the settings that can be provided to the P13nColumnsItem constructor.
|
|
72731
72731
|
*
|
|
72732
|
-
* @deprecated (since 1.120)
|
|
72732
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
72733
72733
|
*/
|
|
72734
72734
|
export interface $P13nColumnsItemSettings extends $ItemSettings {
|
|
72735
72735
|
/**
|
|
@@ -74817,7 +74817,7 @@ declare module "sap/m/P13nDimMeasureItem" {
|
|
|
74817
74817
|
* Type for `columnsItems` aggregation in `P13nDimMeasurePanel` control.
|
|
74818
74818
|
*
|
|
74819
74819
|
* @since 1.34.0
|
|
74820
|
-
* @deprecated (since 1.120)
|
|
74820
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
74821
74821
|
*/
|
|
74822
74822
|
export default class P13nDimMeasureItem extends Item {
|
|
74823
74823
|
/**
|
|
@@ -74994,7 +74994,7 @@ declare module "sap/m/P13nDimMeasureItem" {
|
|
|
74994
74994
|
/**
|
|
74995
74995
|
* Describes the settings that can be provided to the P13nDimMeasureItem constructor.
|
|
74996
74996
|
*
|
|
74997
|
-
* @deprecated (since 1.120)
|
|
74997
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
74998
74998
|
*/
|
|
74999
74999
|
export interface $P13nDimMeasureItemSettings extends $ItemSettings {
|
|
75000
75000
|
/**
|
|
@@ -75042,7 +75042,7 @@ declare module "sap/m/P13nDimMeasurePanel" {
|
|
|
75042
75042
|
* the order and roles of dimensions and measures for table personalization.
|
|
75043
75043
|
*
|
|
75044
75044
|
* @since 1.34.0
|
|
75045
|
-
* @deprecated (since 1.120)
|
|
75045
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
75046
75046
|
*/
|
|
75047
75047
|
export default class P13nDimMeasurePanel extends P13nPanel {
|
|
75048
75048
|
/**
|
|
@@ -75488,7 +75488,7 @@ declare module "sap/m/P13nDimMeasurePanel" {
|
|
|
75488
75488
|
/**
|
|
75489
75489
|
* Describes the settings that can be provided to the P13nDimMeasurePanel constructor.
|
|
75490
75490
|
*
|
|
75491
|
-
* @deprecated (since 1.120)
|
|
75491
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
75492
75492
|
*/
|
|
75493
75493
|
export interface $P13nDimMeasurePanelSettings extends $P13nPanelSettings {
|
|
75494
75494
|
/**
|
|
@@ -76723,7 +76723,7 @@ declare module "sap/m/P13nGroupItem" {
|
|
|
76723
76723
|
* Type for `groupItems` aggregation in P13nGroupPanel control.
|
|
76724
76724
|
*
|
|
76725
76725
|
* @since 1.28.0
|
|
76726
|
-
* @deprecated (since 1.120)
|
|
76726
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
76727
76727
|
*/
|
|
76728
76728
|
export default class P13nGroupItem extends Item {
|
|
76729
76729
|
/**
|
|
@@ -76871,7 +76871,7 @@ declare module "sap/m/P13nGroupItem" {
|
|
|
76871
76871
|
/**
|
|
76872
76872
|
* Describes the settings that can be provided to the P13nGroupItem constructor.
|
|
76873
76873
|
*
|
|
76874
|
-
* @deprecated (since 1.120)
|
|
76874
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
76875
76875
|
*/
|
|
76876
76876
|
export interface $P13nGroupItemSettings extends $ItemSettings {
|
|
76877
76877
|
/**
|
|
@@ -78842,7 +78842,7 @@ declare module "sap/m/P13nSortItem" {
|
|
|
78842
78842
|
* Type for `sortItems` aggregation in P13nSortPanel control.
|
|
78843
78843
|
*
|
|
78844
78844
|
* @since 1.26.0
|
|
78845
|
-
* @deprecated -
|
|
78845
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
78846
78846
|
*/
|
|
78847
78847
|
export default class P13nSortItem extends Item {
|
|
78848
78848
|
/**
|
|
@@ -78961,7 +78961,7 @@ declare module "sap/m/P13nSortItem" {
|
|
|
78961
78961
|
/**
|
|
78962
78962
|
* Describes the settings that can be provided to the P13nSortItem constructor.
|
|
78963
78963
|
*
|
|
78964
|
-
* @deprecated -
|
|
78964
|
+
* @deprecated (since 1.120) - replaced by the artifacts in {@link sap.m.p13n}.
|
|
78965
78965
|
*/
|
|
78966
78966
|
export interface $P13nSortItemSettings extends $ItemSettings {
|
|
78967
78967
|
/**
|
|
@@ -147300,6 +147300,9 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
147300
147300
|
* attach them to your application.
|
|
147301
147301
|
* This control builds on the {@link sap.m.UploadCollection} control, providing better handling of headers
|
|
147302
147302
|
* and requests, unified behavior of instant and deferred uploads, as well as improved progress indication.
|
|
147303
|
+
* We now ensure that the control handles item insertion and deletion if the items aggregation is not bound
|
|
147304
|
+
* to a model. It allows the connected model to not only manage the insertion and deletion updates but it
|
|
147305
|
+
* also helps to avoid template-related issues and ensures better data handling.
|
|
147303
147306
|
*
|
|
147304
147307
|
* @since 1.63
|
|
147305
147308
|
*/
|
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 module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -19532,6 +19532,18 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
19532
19532
|
* @returns Value of property `considerAnalyticalParameters`
|
|
19533
19533
|
*/
|
|
19534
19534
|
getConsiderAnalyticalParameters(): boolean;
|
|
19535
|
+
/**
|
|
19536
|
+
* Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
19537
|
+
*
|
|
19538
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
19539
|
+
*
|
|
19540
|
+
*
|
|
19541
|
+
* Default value is `true`.
|
|
19542
|
+
*
|
|
19543
|
+
*
|
|
19544
|
+
* @returns Value of property `considerPresentationVariant`
|
|
19545
|
+
*/
|
|
19546
|
+
getConsiderPresentationVariant(): boolean;
|
|
19535
19547
|
/**
|
|
19536
19548
|
* Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
19537
19549
|
*
|
|
@@ -20057,6 +20069,25 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20057
20069
|
*/
|
|
20058
20070
|
bConsiderAnalyticalParameters?: boolean
|
|
20059
20071
|
): this;
|
|
20072
|
+
/**
|
|
20073
|
+
* Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20074
|
+
*
|
|
20075
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20076
|
+
*
|
|
20077
|
+
*
|
|
20078
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20079
|
+
*
|
|
20080
|
+
* Default value is `true`.
|
|
20081
|
+
*
|
|
20082
|
+
*
|
|
20083
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20084
|
+
*/
|
|
20085
|
+
setConsiderPresentationVariant(
|
|
20086
|
+
/**
|
|
20087
|
+
* New value for property `considerPresentationVariant`
|
|
20088
|
+
*/
|
|
20089
|
+
bConsiderPresentationVariant?: boolean
|
|
20090
|
+
): this;
|
|
20060
20091
|
/**
|
|
20061
20092
|
* Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20062
20093
|
*
|
|
@@ -20524,6 +20555,11 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20524
20555
|
*/
|
|
20525
20556
|
navigationProperties?: string | PropertyBindingInfo;
|
|
20526
20557
|
|
|
20558
|
+
/**
|
|
20559
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20560
|
+
*/
|
|
20561
|
+
considerPresentationVariant?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20562
|
+
|
|
20527
20563
|
/**
|
|
20528
20564
|
* Using control configurations you can add additional configuration to filter fields, for example set custom
|
|
20529
20565
|
* labels, change the order of fields, or change the filter field control type. **Note:** Changing the values
|
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
|
/**
|
|
@@ -20790,6 +20790,11 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
|
|
|
20790
20790
|
* Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
|
|
20791
20791
|
*/
|
|
20792
20792
|
scrollContainerId?: string;
|
|
20793
|
+
/**
|
|
20794
|
+
* if true, the delegate event listeners are called before the event listeners of the element; default is
|
|
20795
|
+
* "false".
|
|
20796
|
+
*/
|
|
20797
|
+
callBefore?: boolean;
|
|
20793
20798
|
}
|
|
20794
20799
|
);
|
|
20795
20800
|
|
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";
|
|
@@ -681,7 +681,8 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
|
|
|
681
681
|
/**
|
|
682
682
|
* Generic {@link sap.ui.mdc.util.TypeMap TypeMap} configuration for simple use cases.
|
|
683
683
|
*
|
|
684
|
-
* **Note:**
|
|
684
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
685
|
+
* **Note:** This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types:
|
|
685
686
|
*
|
|
686
687
|
*
|
|
687
688
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -1425,7 +1426,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
|
|
|
1425
1426
|
/**
|
|
1426
1427
|
* OData-specific {@link sap.ui.mdc.util.TypeMap TypeMap} configuration.
|
|
1427
1428
|
*
|
|
1428
|
-
* **Note:**
|
|
1429
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1430
|
+
* **Note:** This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types:
|
|
1429
1431
|
*
|
|
1430
1432
|
*
|
|
1431
1433
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -1539,7 +1541,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
|
|
|
1539
1541
|
/**
|
|
1540
1542
|
* ODataV4-specific {@link sap.ui.mdc.util.TypeMap TypeMap} configuration.
|
|
1541
1543
|
*
|
|
1542
|
-
* **Note:**
|
|
1544
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1545
|
+
* **Note:** This {@link sap.ui.mdc.util.TypeMap TypeMap} implementation contains the following types including
|
|
1543
1546
|
* ODataV4-specific configuration:
|
|
1544
1547
|
*
|
|
1545
1548
|
*
|
|
@@ -1788,6 +1791,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
|
|
|
1788
1791
|
* **Note:** This utility is experimental and the API/behavior is not finalized. Hence, it should not be
|
|
1789
1792
|
* used for productive usage.
|
|
1790
1793
|
*
|
|
1794
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1795
|
+
*
|
|
1791
1796
|
* @since 1.114.0
|
|
1792
1797
|
*/
|
|
1793
1798
|
interface TypeMap {
|
|
@@ -1869,8 +1874,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
|
|
|
1869
1874
|
/**
|
|
1870
1875
|
* Gets a data type class based on a given name.
|
|
1871
1876
|
*
|
|
1872
|
-
* **Note:** The module of the data type needs to be loaded before.
|
|
1873
|
-
*
|
|
1874
1877
|
*
|
|
1875
1878
|
* @returns Corresponding data type class
|
|
1876
1879
|
*/
|
|
@@ -2260,6 +2263,38 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2260
2263
|
*/
|
|
2261
2264
|
oConditions: object
|
|
2262
2265
|
): object;
|
|
2266
|
+
/**
|
|
2267
|
+
* Provides the possibility to customize selections in 'Select from list' scenarios. By default, only condition
|
|
2268
|
+
* keys are taken into consideration. This might be extended with payload dependent filters.
|
|
2269
|
+
*
|
|
2270
|
+
* @since 1.101.0
|
|
2271
|
+
* @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
|
|
2272
|
+
*
|
|
2273
|
+
* @returns `true` if item is selected
|
|
2274
|
+
*/
|
|
2275
|
+
isFilterableListItemSelected(
|
|
2276
|
+
/**
|
|
2277
|
+
* The `ValueHelp` control instance
|
|
2278
|
+
*/
|
|
2279
|
+
oValueHelp: ValueHelp,
|
|
2280
|
+
/**
|
|
2281
|
+
* `ValueHelp` content instance
|
|
2282
|
+
*/
|
|
2283
|
+
oContent: FilterableListContent,
|
|
2284
|
+
/**
|
|
2285
|
+
* Entry of a given list
|
|
2286
|
+
*/
|
|
2287
|
+
oItem: {
|
|
2288
|
+
/**
|
|
2289
|
+
* Get the binding context of this object for the given model name.
|
|
2290
|
+
*/
|
|
2291
|
+
getBindingContext: Function;
|
|
2292
|
+
},
|
|
2293
|
+
/**
|
|
2294
|
+
* current conditions
|
|
2295
|
+
*/
|
|
2296
|
+
aConditions: ConditionObject[]
|
|
2297
|
+
): boolean;
|
|
2263
2298
|
/**
|
|
2264
2299
|
* Checks if a `ListBinding` supports `$search`.
|
|
2265
2300
|
*
|
|
@@ -7529,7 +7564,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7529
7564
|
*
|
|
7530
7565
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7531
7566
|
*
|
|
7532
|
-
* @deprecated -
|
|
7567
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7568
|
+
* `additionalValue` property to bind the control.
|
|
7533
7569
|
*
|
|
7534
7570
|
* @returns Reference to `this` to allow method chaining
|
|
7535
7571
|
*/
|
|
@@ -7602,7 +7638,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7602
7638
|
*
|
|
7603
7639
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7604
7640
|
*
|
|
7605
|
-
* @deprecated -
|
|
7641
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7642
|
+
* `additionalValue` property to bind the control.
|
|
7606
7643
|
*
|
|
7607
7644
|
* @returns Conditions of the field
|
|
7608
7645
|
*/
|
|
@@ -7615,7 +7652,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7615
7652
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7616
7653
|
* value of the `dataType` property is ignored.
|
|
7617
7654
|
*
|
|
7618
|
-
* @deprecated -
|
|
7655
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
|
|
7656
|
+
* the `value` property is used.
|
|
7619
7657
|
*
|
|
7620
7658
|
* @returns Value of property `dataType`
|
|
7621
7659
|
*/
|
|
@@ -7628,8 +7666,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7628
7666
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7629
7667
|
* values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
7630
7668
|
*
|
|
7631
|
-
* @deprecated
|
|
7632
|
-
* used.
|
|
7669
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
|
|
7670
|
+
* in the binding to the `value` property is used.
|
|
7633
7671
|
*
|
|
7634
7672
|
* @returns Value of property `dataTypeConstraints`
|
|
7635
7673
|
*/
|
|
@@ -7642,8 +7680,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7642
7680
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7643
7681
|
* values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
7644
7682
|
*
|
|
7645
|
-
* @deprecated
|
|
7646
|
-
* used.
|
|
7683
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
|
|
7684
|
+
* type in the binding to the `value` property is used.
|
|
7647
7685
|
*
|
|
7648
7686
|
* @returns Value of property `dataTypeFormatOptions`
|
|
7649
7687
|
*/
|
|
@@ -7683,7 +7721,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7683
7721
|
*
|
|
7684
7722
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7685
7723
|
*
|
|
7686
|
-
* @deprecated -
|
|
7724
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7725
|
+
* `additionalValue` property to bind the control.
|
|
7687
7726
|
*
|
|
7688
7727
|
* @returns Reference to `this` to allow method chaining
|
|
7689
7728
|
*/
|
|
@@ -7701,7 +7740,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7701
7740
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7702
7741
|
* value of the `dataType` property is ignored.
|
|
7703
7742
|
*
|
|
7704
|
-
* @deprecated -
|
|
7743
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
|
|
7744
|
+
* the `value` property is used.
|
|
7705
7745
|
*
|
|
7706
7746
|
* @returns Reference to `this` to allow method chaining
|
|
7707
7747
|
*/
|
|
@@ -7719,8 +7759,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7719
7759
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7720
7760
|
* values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
7721
7761
|
*
|
|
7722
|
-
* @deprecated
|
|
7723
|
-
* used.
|
|
7762
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
|
|
7763
|
+
* in the binding to the `value` property is used.
|
|
7724
7764
|
*
|
|
7725
7765
|
* @returns Reference to `this` to allow method chaining
|
|
7726
7766
|
*/
|
|
@@ -7738,8 +7778,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7738
7778
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7739
7779
|
* values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
7740
7780
|
*
|
|
7741
|
-
* @deprecated
|
|
7742
|
-
* used.
|
|
7781
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
|
|
7782
|
+
* type in the binding to the `value` property is used.
|
|
7743
7783
|
*
|
|
7744
7784
|
* @returns Reference to `this` to allow method chaining
|
|
7745
7785
|
*/
|
|
@@ -7752,7 +7792,7 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7752
7792
|
/**
|
|
7753
7793
|
* This property must not be set for the `Field`
|
|
7754
7794
|
*
|
|
7755
|
-
* @deprecated
|
|
7795
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`.
|
|
7756
7796
|
*
|
|
7757
7797
|
* @returns `this` to allow method chaining.
|
|
7758
7798
|
*/
|
|
@@ -7792,7 +7832,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7792
7832
|
*
|
|
7793
7833
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7794
7834
|
*
|
|
7795
|
-
* @deprecated -
|
|
7835
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7836
|
+
* `additionalValue` property to bind the control.
|
|
7796
7837
|
*
|
|
7797
7838
|
* @returns Reference to `this` to allow method chaining
|
|
7798
7839
|
*/
|
|
@@ -13585,7 +13626,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13585
13626
|
*
|
|
13586
13627
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
13587
13628
|
*
|
|
13588
|
-
* @deprecated -
|
|
13629
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13630
|
+
* aggregation to bind the control.
|
|
13589
13631
|
*
|
|
13590
13632
|
* @returns Reference to `this` to allow method chaining
|
|
13591
13633
|
*/
|
|
@@ -13653,7 +13695,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13653
13695
|
*
|
|
13654
13696
|
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
13655
13697
|
*
|
|
13656
|
-
* @deprecated -
|
|
13698
|
+
* @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13699
|
+
* aggregation to bind the control.
|
|
13657
13700
|
*
|
|
13658
13701
|
* @returns conditions of the field
|
|
13659
13702
|
*/
|
|
@@ -13666,7 +13709,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13666
13709
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13667
13710
|
* the value of the `dataType` property is ignored.
|
|
13668
13711
|
*
|
|
13669
|
-
* @deprecated
|
|
13712
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13713
|
+
* binding to the `items` aggregation is used.
|
|
13670
13714
|
*
|
|
13671
13715
|
* @returns Value of property `dataType`
|
|
13672
13716
|
*/
|
|
@@ -13679,8 +13723,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13679
13723
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13680
13724
|
* the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
13681
13725
|
*
|
|
13682
|
-
* @deprecated -
|
|
13683
|
-
* used.
|
|
13726
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13727
|
+
* binding to the `items` aggregation is used.
|
|
13684
13728
|
*
|
|
13685
13729
|
* @returns Value of property `dataTypeConstraints`
|
|
13686
13730
|
*/
|
|
@@ -13693,8 +13737,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13693
13737
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13694
13738
|
* the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
13695
13739
|
*
|
|
13696
|
-
* @deprecated -
|
|
13697
|
-
* used.
|
|
13740
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13741
|
+
* binding to the `items` aggregation is used.
|
|
13698
13742
|
*
|
|
13699
13743
|
* @returns Value of property `dataTypeFormatOptions`
|
|
13700
13744
|
*/
|
|
@@ -13725,7 +13769,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13725
13769
|
/**
|
|
13726
13770
|
* Gets current value of property {@link #getMultipleLines multipleLines}.
|
|
13727
13771
|
*
|
|
13728
|
-
* @deprecated -
|
|
13772
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
|
|
13729
13773
|
*
|
|
13730
13774
|
* @returns Value for property `multipleLines`
|
|
13731
13775
|
*/
|
|
@@ -13787,7 +13831,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13787
13831
|
*
|
|
13788
13832
|
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
13789
13833
|
*
|
|
13790
|
-
* @deprecated -
|
|
13834
|
+
* @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13835
|
+
* aggregation to bind the control.
|
|
13791
13836
|
*
|
|
13792
13837
|
* @returns Reference to `this` to allow method chaining
|
|
13793
13838
|
*/
|
|
@@ -13804,7 +13849,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13804
13849
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13805
13850
|
* the value of the `dataType` property is ignored.
|
|
13806
13851
|
*
|
|
13807
|
-
* @deprecated
|
|
13852
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13853
|
+
* binding to the `items` aggregation is used.
|
|
13808
13854
|
*
|
|
13809
13855
|
* @returns Reference to `this` to allow method chaining
|
|
13810
13856
|
*/
|
|
@@ -13822,7 +13868,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13822
13868
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13823
13869
|
* the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
13824
13870
|
*
|
|
13825
|
-
* @deprecated
|
|
13871
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13872
|
+
* binding to the `items` aggregation is used.
|
|
13826
13873
|
*
|
|
13827
13874
|
* @returns Reference to `this` to allow method chaining
|
|
13828
13875
|
*/
|
|
@@ -13840,7 +13887,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13840
13887
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13841
13888
|
* the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
13842
13889
|
*
|
|
13843
|
-
* @deprecated
|
|
13890
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13891
|
+
* binding to the `items` aggregation is used.
|
|
13844
13892
|
*
|
|
13845
13893
|
* @returns Reference to `this` to allow method chaining
|
|
13846
13894
|
*/
|
|
@@ -13877,7 +13925,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13877
13925
|
/**
|
|
13878
13926
|
* This property must not be set for the `MultiValueField` control.
|
|
13879
13927
|
*
|
|
13880
|
-
* @deprecated
|
|
13928
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
|
|
13881
13929
|
*
|
|
13882
13930
|
* @returns `this` to allow method chaining.
|
|
13883
13931
|
*/
|
|
@@ -13890,7 +13938,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13890
13938
|
/**
|
|
13891
13939
|
* Sets a new value for property {@link #getMultipleLines multipleLines}.
|
|
13892
13940
|
*
|
|
13893
|
-
* @deprecated -
|
|
13941
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
|
|
13894
13942
|
*
|
|
13895
13943
|
* @returns Reference to `this` to allow method chaining
|
|
13896
13944
|
*/
|
|
@@ -13905,7 +13953,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13905
13953
|
*
|
|
13906
13954
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
13907
13955
|
*
|
|
13908
|
-
* @deprecated -
|
|
13956
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13957
|
+
* aggregation to bind the control.
|
|
13909
13958
|
*
|
|
13910
13959
|
* @returns Reference to `this` to allow method chaining
|
|
13911
13960
|
*/
|
|
@@ -14902,9 +14951,9 @@ declare module "sap/ui/mdc/Table" {
|
|
|
14902
14951
|
/**
|
|
14903
14952
|
* Gets current value of property {@link #getHeight height}.
|
|
14904
14953
|
*
|
|
14905
|
-
* This property has no effect and will be
|
|
14954
|
+
* This property has no effect and will be removed soon.
|
|
14906
14955
|
*
|
|
14907
|
-
* @deprecated -
|
|
14956
|
+
* @deprecated (since 1.115) - the concept has been discarded.
|
|
14908
14957
|
*
|
|
14909
14958
|
* @returns Value of property `height`
|
|
14910
14959
|
*/
|
|
@@ -15426,11 +15475,11 @@ declare module "sap/ui/mdc/Table" {
|
|
|
15426
15475
|
/**
|
|
15427
15476
|
* Sets a new value for property {@link #getHeight height}.
|
|
15428
15477
|
*
|
|
15429
|
-
* This property has no effect and will be
|
|
15478
|
+
* This property has no effect and will be removed soon.
|
|
15430
15479
|
*
|
|
15431
15480
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
15432
15481
|
*
|
|
15433
|
-
* @deprecated -
|
|
15482
|
+
* @deprecated (since 1.115) - the concept has been discarded.
|
|
15434
15483
|
*
|
|
15435
15484
|
* @returns Reference to `this` in order to allow method chaining
|
|
15436
15485
|
*/
|
|
@@ -15798,9 +15847,9 @@ declare module "sap/ui/mdc/Table" {
|
|
|
15798
15847
|
width?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
15799
15848
|
|
|
15800
15849
|
/**
|
|
15801
|
-
* This property has no effect and will be
|
|
15850
|
+
* This property has no effect and will be removed soon.
|
|
15802
15851
|
*
|
|
15803
|
-
* @deprecated -
|
|
15852
|
+
* @deprecated (since 1.115) - the concept has been discarded.
|
|
15804
15853
|
*/
|
|
15805
15854
|
height?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
15806
15855
|
|
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