@openui5/ts-types 1.142.3 → 1.142.4
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 +1 -1
- 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 +5 -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
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.142.
|
|
1
|
+
// For Library Version: 1.142.4
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -710,8 +710,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
710
710
|
*/
|
|
711
711
|
interface FieldBaseDelegate extends BaseDelegate {
|
|
712
712
|
/**
|
|
713
|
-
* Enables applications to control condition updates based on
|
|
714
|
-
*
|
|
713
|
+
* Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
|
|
714
|
+
* {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
|
|
715
|
+
* or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
|
|
716
|
+
* property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
715
717
|
* By default, this method returns a condition with an `EQ` operator.
|
|
716
718
|
*
|
|
717
719
|
* **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
|
|
@@ -741,8 +743,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
741
743
|
oCurrentCondition: undefined | sap.ui.mdc.condition.ConditionObject
|
|
742
744
|
): undefined | sap.ui.mdc.condition.ConditionObject;
|
|
743
745
|
/**
|
|
744
|
-
* Enables applications to control condition updates based on
|
|
745
|
-
*
|
|
746
|
+
* Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
|
|
747
|
+
* {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
|
|
748
|
+
* or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
|
|
749
|
+
* property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
|
|
746
750
|
* By default, this method returns a condition with an `EQ` operator.
|
|
747
751
|
*
|
|
748
752
|
* **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.142.
|
|
1
|
+
// For Library Version: 1.142.4
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -4675,6 +4675,10 @@ declare namespace sap {
|
|
|
4675
4675
|
* @returns Value of property `collapseRecursive`
|
|
4676
4676
|
*/
|
|
4677
4677
|
getCollapseRecursive(): boolean;
|
|
4678
|
+
/**
|
|
4679
|
+
* Returns the Columns of the AnalyticalTable.
|
|
4680
|
+
*/
|
|
4681
|
+
getColumns(): sap.ui.table.AnalyticalColumn[];
|
|
4678
4682
|
/**
|
|
4679
4683
|
* Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
|
|
4680
4684
|
*
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED