@openui5/ts-types-esm 1.136.12 → 1.136.13
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 +1 -1
- package/types/sap.m.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.core.d.ts +3 -2
- package/types/sap.ui.dt.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 +9 -5
- 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 +7 -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.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.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.136.
|
|
282
|
+
// For Library Version: 1.136.13
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -72101,7 +72101,8 @@ declare module "sap/ui/model/odata/v4/Context" {
|
|
|
72101
72101
|
* Since 1.82.0 absolute paths are supported. Absolute paths must start with the entity container (example
|
|
72102
72102
|
* "/com.sap.gateway.default.iwbep.tea_busi.v0001.Container/TEAMS") of the service. All (navigation) properties
|
|
72103
72103
|
* in the complete model matching such an absolute path are updated. Since 1.85.0, "14.4.11 Expression edm:String"
|
|
72104
|
-
* is accepted as well.
|
|
72104
|
+
* is accepted as well. Since 1.145.0, you can use `null` values (and `{$Null : null}`) as synonyms for
|
|
72105
|
+
* empty navigation property paths.
|
|
72105
72106
|
*
|
|
72106
72107
|
* Since 1.108.8, a property path matching the "com.sap.vocabularies.Common.v1.Messages" annotation of a
|
|
72107
72108
|
* list binding's entity type is treated specially for a row context of a list binding: It is loaded even
|
package/types/sap.ui.dt.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.136.
|
|
1
|
+
// For Library Version: 1.136.13
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -826,8 +826,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
826
826
|
*/
|
|
827
827
|
interface FieldBaseDelegate extends BaseDelegate {
|
|
828
828
|
/**
|
|
829
|
-
* Enables applications to control condition updates based on
|
|
830
|
-
*
|
|
829
|
+
* Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
|
|
830
|
+
* {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
|
|
831
|
+
* or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
|
|
832
|
+
* property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
831
833
|
* By default, this method returns a condition with an `EQ` operator.
|
|
832
834
|
*
|
|
833
835
|
* **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
|
|
@@ -857,8 +859,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
857
859
|
oCurrentCondition: undefined | ConditionObject
|
|
858
860
|
): undefined | ConditionObject;
|
|
859
861
|
/**
|
|
860
|
-
* Enables applications to control condition updates based on
|
|
861
|
-
*
|
|
862
|
+
* Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
|
|
863
|
+
* {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
|
|
864
|
+
* or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
|
|
865
|
+
* property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
862
866
|
* By default, this method returns a condition with an `EQ` operator.
|
|
863
867
|
*
|
|
864
868
|
* **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
|
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.136.
|
|
1
|
+
// For Library Version: 1.136.13
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -608,6 +608,8 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
608
608
|
Table$GroupEventParameters,
|
|
609
609
|
} from "sap/ui/table/Table";
|
|
610
610
|
|
|
611
|
+
import AnalyticalColumn from "sap/ui/table/AnalyticalColumn";
|
|
612
|
+
|
|
611
613
|
import { ID } from "sap/ui/core/library";
|
|
612
614
|
|
|
613
615
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
@@ -899,6 +901,10 @@ declare module "sap/ui/table/AnalyticalTable" {
|
|
|
899
901
|
* @returns Value of property `collapseRecursive`
|
|
900
902
|
*/
|
|
901
903
|
getCollapseRecursive(): boolean;
|
|
904
|
+
/**
|
|
905
|
+
* Returns the Columns of the AnalyticalTable.
|
|
906
|
+
*/
|
|
907
|
+
getColumns(): AnalyticalColumn[];
|
|
902
908
|
/**
|
|
903
909
|
* Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
|
|
904
910
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED