@sapui5/types 1.142.5 → 1.142.6

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": "@sapui5/types",
3
- "version": "1.142.5",
3
+ "version": "1.142.6",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.github.io/typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
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.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.142.3
282
+ // For Library Version: 1.142.4
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/dt/library" {
4
4
  export namespace designtime {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  import ListBinding from "sap/ui/model/ListBinding";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
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.142.3
1
+ // For Library Version: 1.142.4
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.142.3
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";
@@ -824,8 +824,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
824
824
  */
825
825
  interface FieldBaseDelegate extends BaseDelegate {
826
826
  /**
827
- * Enables applications to control condition updates based on `value` / `additionalvalue` property changes.
828
- *
827
+ * Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
828
+ * {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
829
+ * or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
830
+ * property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
829
831
  * By default, this method returns a condition with an `EQ` operator.
830
832
  *
831
833
  * **Note:** Custom implementations of this method may lead to intransparency as a field's condition may
@@ -855,8 +857,10 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
855
857
  oCurrentCondition: undefined | ConditionObject
856
858
  ): undefined | ConditionObject;
857
859
  /**
858
- * Enables applications to control condition updates based on `value` / `additionalvalue` property changes.
859
- *
860
+ * Enables applications to control condition updates based on {@link sap.ui.mdc.Field#getValue value} /
861
+ * {@link sap.ui.mdc.Field#getAdditionalValue additionalValue} property changes of a {@link sap.ui.mdc.Field Field }
862
+ * or {@link sap.ui.mdc.field.MultiValueFieldItem#getKey key} / {@link sap.ui.mdc.field.MultiValueFieldItem#getDescription description }
863
+ * property changes of a {@link sap.ui.mdc.MultiValueField MultiValueField}.
860
864
  * By default, this method returns a condition with an `EQ` operator.
861
865
  *
862
866
  * **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.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
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.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
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";
@@ -903,6 +905,10 @@ declare module "sap/ui/table/AnalyticalTable" {
903
905
  * @returns Value of property `collapseRecursive`
904
906
  */
905
907
  getCollapseRecursive(): boolean;
908
+ /**
909
+ * Returns the Columns of the AnalyticalTable.
910
+ */
911
+ getColumns(): AnalyticalColumn[];
906
912
  /**
907
913
  * Gets current value of property {@link #getColumnVisibilityMenuSorter columnVisibilityMenuSorter}.
908
914
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.4
1
+ // For Library Version: 1.142.5
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.4
1
+ // For Library Version: 1.142.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.142.3
1
+ // For Library Version: 1.142.4
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {