@openui5/ts-types-esm 1.136.11 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types-esm",
3
- "version": "1.136.11",
3
+ "version": "1.136.13",
4
4
  "description": "OpenUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -128996,6 +128996,11 @@ declare module "sap/m/SinglePlanningCalendar" {
128996
128996
  * All appointments with changed selected state.
128997
128997
  */
128998
128998
  appointments?: CalendarAppointment[];
128999
+
129000
+ /**
129001
+ * The original browser event.
129002
+ */
129003
+ originalEvent?: object;
128999
129004
  }
129000
129005
 
129001
129006
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -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.11
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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
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 `value` / `additionalvalue` property changes.
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 `value` / `additionalvalue` property changes.
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
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
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
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.11
1
+ // For Library Version: 1.136.13
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**