@sapui5/types 1.124.8 → 1.124.9
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.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.m.d.ts +4 -1
- 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 +1 -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 +46 -32
- 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.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -154484,6 +154484,9 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
154484
154484
|
* attach them to your application.
|
|
154485
154485
|
* This control builds on the {@link sap.m.UploadCollection} control, providing better handling of headers
|
|
154486
154486
|
* and requests, unified behavior of instant and deferred uploads, as well as improved progress indication.
|
|
154487
|
+
* We now ensure that the control handles item insertion and deletion if the items aggregation is not bound
|
|
154488
|
+
* to a model. It allows the connected model to not only manage the insertion and deletion updates but it
|
|
154489
|
+
* also helps to avoid template-related issues and ensures better data handling.
|
|
154487
154490
|
*
|
|
154488
154491
|
* @since 1.63
|
|
154489
154492
|
*/
|
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
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.124.
|
|
282
|
+
// For Library Version: 1.124.8
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -21749,6 +21749,11 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
|
|
|
21749
21749
|
* Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
|
|
21750
21750
|
*/
|
|
21751
21751
|
scrollContainerId?: string;
|
|
21752
|
+
/**
|
|
21753
|
+
* if true, the delegate event listeners are called before the event listeners of the element; default is
|
|
21754
|
+
* "false".
|
|
21755
|
+
*/
|
|
21756
|
+
callBefore?: boolean;
|
|
21752
21757
|
}
|
|
21753
21758
|
);
|
|
21754
21759
|
|
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.124.
|
|
1
|
+
// For Library Version: 1.124.8
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -2718,7 +2718,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
|
|
|
2718
2718
|
* This might be extended with payload-dependent filters.
|
|
2719
2719
|
*
|
|
2720
2720
|
* @since 1.101.0
|
|
2721
|
-
* @deprecated
|
|
2721
|
+
* @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
|
|
2722
2722
|
*
|
|
2723
2723
|
* @returns `true` if item is selected
|
|
2724
2724
|
*/
|
|
@@ -7788,7 +7788,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7788
7788
|
*
|
|
7789
7789
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7790
7790
|
*
|
|
7791
|
-
* @deprecated -
|
|
7791
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7792
|
+
* `additionalValue` property to bind the control.
|
|
7792
7793
|
*
|
|
7793
7794
|
* @returns Reference to `this` to allow method chaining
|
|
7794
7795
|
*/
|
|
@@ -7861,7 +7862,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7861
7862
|
*
|
|
7862
7863
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7863
7864
|
*
|
|
7864
|
-
* @deprecated -
|
|
7865
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7866
|
+
* `additionalValue` property to bind the control.
|
|
7865
7867
|
*
|
|
7866
7868
|
* @returns Conditions of the field
|
|
7867
7869
|
*/
|
|
@@ -7874,7 +7876,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7874
7876
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7875
7877
|
* value of the `dataType` property is ignored.
|
|
7876
7878
|
*
|
|
7877
|
-
* @deprecated -
|
|
7879
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
|
|
7880
|
+
* the `value` property is used.
|
|
7878
7881
|
*
|
|
7879
7882
|
* @returns Value of property `dataType`
|
|
7880
7883
|
*/
|
|
@@ -7887,8 +7890,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7887
7890
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7888
7891
|
* values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
7889
7892
|
*
|
|
7890
|
-
* @deprecated
|
|
7891
|
-
* used.
|
|
7893
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
|
|
7894
|
+
* in the binding to the `value` property is used.
|
|
7892
7895
|
*
|
|
7893
7896
|
* @returns Value of property `dataTypeConstraints`
|
|
7894
7897
|
*/
|
|
@@ -7901,8 +7904,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7901
7904
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7902
7905
|
* values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
7903
7906
|
*
|
|
7904
|
-
* @deprecated
|
|
7905
|
-
* used.
|
|
7907
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
|
|
7908
|
+
* type in the binding to the `value` property is used.
|
|
7906
7909
|
*
|
|
7907
7910
|
* @returns Value of property `dataTypeFormatOptions`
|
|
7908
7911
|
*/
|
|
@@ -7942,7 +7945,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7942
7945
|
*
|
|
7943
7946
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
7944
7947
|
*
|
|
7945
|
-
* @deprecated -
|
|
7948
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
7949
|
+
* `additionalValue` property to bind the control.
|
|
7946
7950
|
*
|
|
7947
7951
|
* @returns Reference to `this` to allow method chaining
|
|
7948
7952
|
*/
|
|
@@ -7960,7 +7964,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7960
7964
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7961
7965
|
* value of the `dataType` property is ignored.
|
|
7962
7966
|
*
|
|
7963
|
-
* @deprecated -
|
|
7967
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
|
|
7968
|
+
* the `value` property is used.
|
|
7964
7969
|
*
|
|
7965
7970
|
* @returns Reference to `this` to allow method chaining
|
|
7966
7971
|
*/
|
|
@@ -7978,8 +7983,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7978
7983
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7979
7984
|
* values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
7980
7985
|
*
|
|
7981
|
-
* @deprecated
|
|
7982
|
-
* used.
|
|
7986
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
|
|
7987
|
+
* in the binding to the `value` property is used.
|
|
7983
7988
|
*
|
|
7984
7989
|
* @returns Reference to `this` to allow method chaining
|
|
7985
7990
|
*/
|
|
@@ -7997,8 +8002,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
7997
8002
|
* **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
|
|
7998
8003
|
* values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
7999
8004
|
*
|
|
8000
|
-
* @deprecated
|
|
8001
|
-
* used.
|
|
8005
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
|
|
8006
|
+
* type in the binding to the `value` property is used.
|
|
8002
8007
|
*
|
|
8003
8008
|
* @returns Reference to `this` to allow method chaining
|
|
8004
8009
|
*/
|
|
@@ -8011,7 +8016,7 @@ declare module "sap/ui/mdc/Field" {
|
|
|
8011
8016
|
/**
|
|
8012
8017
|
* This property must not be set for the `Field`
|
|
8013
8018
|
*
|
|
8014
|
-
* @deprecated
|
|
8019
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`.
|
|
8015
8020
|
*
|
|
8016
8021
|
* @returns `this` to allow method chaining.
|
|
8017
8022
|
*/
|
|
@@ -8051,7 +8056,8 @@ declare module "sap/ui/mdc/Field" {
|
|
|
8051
8056
|
*
|
|
8052
8057
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
8053
8058
|
*
|
|
8054
|
-
* @deprecated -
|
|
8059
|
+
* @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
|
|
8060
|
+
* `additionalValue` property to bind the control.
|
|
8055
8061
|
*
|
|
8056
8062
|
* @returns Reference to `this` to allow method chaining
|
|
8057
8063
|
*/
|
|
@@ -13752,7 +13758,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13752
13758
|
*
|
|
13753
13759
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
13754
13760
|
*
|
|
13755
|
-
* @deprecated -
|
|
13761
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13762
|
+
* aggregation to bind the control.
|
|
13756
13763
|
*
|
|
13757
13764
|
* @returns Reference to `this` to allow method chaining
|
|
13758
13765
|
*/
|
|
@@ -13820,7 +13827,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13820
13827
|
*
|
|
13821
13828
|
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
13822
13829
|
*
|
|
13823
|
-
* @deprecated -
|
|
13830
|
+
* @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13831
|
+
* aggregation to bind the control.
|
|
13824
13832
|
*
|
|
13825
13833
|
* @returns conditions of the field
|
|
13826
13834
|
*/
|
|
@@ -13833,7 +13841,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13833
13841
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13834
13842
|
* the value of the `dataType` property is ignored.
|
|
13835
13843
|
*
|
|
13836
|
-
* @deprecated
|
|
13844
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13845
|
+
* binding to the `items` aggregation is used.
|
|
13837
13846
|
*
|
|
13838
13847
|
* @returns Value of property `dataType`
|
|
13839
13848
|
*/
|
|
@@ -13846,8 +13855,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13846
13855
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13847
13856
|
* the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
13848
13857
|
*
|
|
13849
|
-
* @deprecated -
|
|
13850
|
-
* used.
|
|
13858
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13859
|
+
* binding to the `items` aggregation is used.
|
|
13851
13860
|
*
|
|
13852
13861
|
* @returns Value of property `dataTypeConstraints`
|
|
13853
13862
|
*/
|
|
@@ -13860,8 +13869,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13860
13869
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13861
13870
|
* the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
13862
13871
|
*
|
|
13863
|
-
* @deprecated -
|
|
13864
|
-
* used.
|
|
13872
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13873
|
+
* binding to the `items` aggregation is used.
|
|
13865
13874
|
*
|
|
13866
13875
|
* @returns Value of property `dataTypeFormatOptions`
|
|
13867
13876
|
*/
|
|
@@ -13904,7 +13913,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13904
13913
|
/**
|
|
13905
13914
|
* Gets current value of property {@link #getMultipleLines multipleLines}.
|
|
13906
13915
|
*
|
|
13907
|
-
* @deprecated -
|
|
13916
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
|
|
13908
13917
|
*
|
|
13909
13918
|
* @returns Value for property `multipleLines`
|
|
13910
13919
|
*/
|
|
@@ -13966,7 +13975,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13966
13975
|
*
|
|
13967
13976
|
* Do not use the `conditions` property, use the `items` aggregation instead.
|
|
13968
13977
|
*
|
|
13969
|
-
* @deprecated -
|
|
13978
|
+
* @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
13979
|
+
* aggregation to bind the control.
|
|
13970
13980
|
*
|
|
13971
13981
|
* @returns Reference to `this` to allow method chaining
|
|
13972
13982
|
*/
|
|
@@ -13983,7 +13993,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
13983
13993
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
13984
13994
|
* the value of the `dataType` property is ignored.
|
|
13985
13995
|
*
|
|
13986
|
-
* @deprecated
|
|
13996
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
13997
|
+
* binding to the `items` aggregation is used.
|
|
13987
13998
|
*
|
|
13988
13999
|
* @returns Reference to `this` to allow method chaining
|
|
13989
14000
|
*/
|
|
@@ -14001,7 +14012,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14001
14012
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
14002
14013
|
* the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
|
|
14003
14014
|
*
|
|
14004
|
-
* @deprecated
|
|
14015
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
14016
|
+
* binding to the `items` aggregation is used.
|
|
14005
14017
|
*
|
|
14006
14018
|
* @returns Reference to `this` to allow method chaining
|
|
14007
14019
|
*/
|
|
@@ -14019,7 +14031,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14019
14031
|
* **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
|
|
14020
14032
|
* the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
|
|
14021
14033
|
*
|
|
14022
|
-
* @deprecated
|
|
14034
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
|
|
14035
|
+
* binding to the `items` aggregation is used.
|
|
14023
14036
|
*
|
|
14024
14037
|
* @returns Reference to `this` to allow method chaining
|
|
14025
14038
|
*/
|
|
@@ -14064,7 +14077,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14064
14077
|
/**
|
|
14065
14078
|
* This property must not be set for the `MultiValueField` control.
|
|
14066
14079
|
*
|
|
14067
|
-
* @deprecated
|
|
14080
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
|
|
14068
14081
|
*
|
|
14069
14082
|
* @returns `this` to allow method chaining.
|
|
14070
14083
|
*/
|
|
@@ -14077,7 +14090,7 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14077
14090
|
/**
|
|
14078
14091
|
* Sets a new value for property {@link #getMultipleLines multipleLines}.
|
|
14079
14092
|
*
|
|
14080
|
-
* @deprecated -
|
|
14093
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
|
|
14081
14094
|
*
|
|
14082
14095
|
* @returns Reference to `this` to allow method chaining
|
|
14083
14096
|
*/
|
|
@@ -14092,7 +14105,8 @@ declare module "sap/ui/mdc/MultiValueField" {
|
|
|
14092
14105
|
*
|
|
14093
14106
|
* Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
|
|
14094
14107
|
*
|
|
14095
|
-
* @deprecated -
|
|
14108
|
+
* @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
|
|
14109
|
+
* aggregation to bind the control.
|
|
14096
14110
|
*
|
|
14097
14111
|
* @returns Reference to `this` to allow method chaining
|
|
14098
14112
|
*/
|
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