@openui5/ts-types 1.136.12 → 1.136.14

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.136.12",
3
+ "version": "1.136.14",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -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.12
282
+ // For Library Version: 1.136.14
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -64314,7 +64314,8 @@ declare namespace sap {
64314
64314
  * Since 1.82.0 absolute paths are supported. Absolute paths must start with the entity container (example
64315
64315
  * "/com.sap.gateway.default.iwbep.tea_busi.v0001.Container/TEAMS") of the service. All (navigation) properties
64316
64316
  * in the complete model matching such an absolute path are updated. Since 1.85.0, "14.4.11 Expression edm:String"
64317
- * is accepted as well.
64317
+ * is accepted as well. Since 1.145.0, you can use `null` values (and `{$Null : null}`) as synonyms for
64318
+ * empty navigation property paths.
64318
64319
  *
64319
64320
  * Since 1.108.8, a property path matching the "com.sap.vocabularies.Common.v1.Messages" annotation of a
64320
64321
  * list binding's entity type is treated specially for a row context of a list binding: It is loaded even
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -715,8 +715,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
715
715
  */
716
716
  interface FieldBaseDelegate extends BaseDelegate {
717
717
  /**
718
- * Enables applications to control condition updates based on `value` / `additionalvalue` property changes.
719
- *
718
+ * Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
719
+ * {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
720
+ * or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
721
+ * property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
720
722
  * By default, this method returns a condition with an `EQ` operator.
721
723
  *
722
724
  * **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
@@ -746,8 +748,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
746
748
  oCurrentCondition: undefined | sap.ui.mdc.condition.ConditionObject
747
749
  ): undefined | sap.ui.mdc.condition.ConditionObject;
748
750
  /**
749
- * Enables applications to control condition updates based on `value` / `additionalvalue` property changes.
750
- *
751
+ * Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
752
+ * {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
753
+ * or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
754
+ * property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
751
755
  * By default, this method returns a condition with an `EQ` operator.
752
756
  *
753
757
  * **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
@@ -14141,9 +14145,12 @@ declare namespace sap {
14141
14145
  */
14142
14146
  class ActionToolbarAction
14143
14147
  extends sap.ui.core.Control
14144
- implements sap.m.IOverflowToolbarContent
14148
+ implements
14149
+ sap.m.IOverflowToolbarContent,
14150
+ sap.m.IToolbarInteractiveControl
14145
14151
  {
14146
14152
  __implements__sap_m_IOverflowToolbarContent: boolean;
14153
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
14147
14154
  /**
14148
14155
  * Constructor for a new ActionToolbarAction.
14149
14156
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -4114,6 +4114,10 @@ declare namespace sap {
4114
4114
  * @returns Value of property `collapseRecursive`
4115
4115
  */
4116
4116
  getCollapseRecursive(): boolean;
4117
+ /**
4118
+ * Returns the Columns of the AnalyticalTable.
4119
+ */
4120
+ getColumns(): sap.ui.table.AnalyticalColumn[];
4117
4121
  /**
4118
4122
  * Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
4119
4123
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.12
1
+ // For Library Version: 1.136.14
2
2
 
3
3
  declare namespace sap {
4
4
  /**