@sapui5/types 1.127.4 → 1.127.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.
Files changed (52) hide show
  1. package/package.json +1 -1
  2. package/types/sap.ca.ui.d.ts +1 -1
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.base.d.ts +1 -1
  6. package/types/sap.fe.core.d.ts +1 -1
  7. package/types/sap.fe.ina.d.ts +1 -1
  8. package/types/sap.fe.macros.d.ts +1 -1
  9. package/types/sap.fe.navigation.d.ts +1 -1
  10. package/types/sap.fe.placeholder.d.ts +1 -1
  11. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  12. package/types/sap.fe.templates.d.ts +1 -1
  13. package/types/sap.fe.test.d.ts +1 -1
  14. package/types/sap.fe.tools.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +1 -1
  16. package/types/sap.m.d.ts +1 -1
  17. package/types/sap.makit.d.ts +1 -1
  18. package/types/sap.me.d.ts +1 -1
  19. package/types/sap.ndc.d.ts +1 -1
  20. package/types/sap.sac.df.d.ts +1 -1
  21. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  22. package/types/sap.suite.ui.microchart.d.ts +1 -1
  23. package/types/sap.tnt.d.ts +1 -1
  24. package/types/sap.ui.codeeditor.d.ts +1 -1
  25. package/types/sap.ui.commons.d.ts +1 -1
  26. package/types/sap.ui.comp.d.ts +37 -1
  27. package/types/sap.ui.core.d.ts +49 -40
  28. package/types/sap.ui.dt.d.ts +1 -1
  29. package/types/sap.ui.export.d.ts +1 -1
  30. package/types/sap.ui.fl.d.ts +1 -1
  31. package/types/sap.ui.integration.d.ts +1 -1
  32. package/types/sap.ui.layout.d.ts +1 -1
  33. package/types/sap.ui.mdc.d.ts +55 -37
  34. package/types/sap.ui.richtexteditor.d.ts +1 -1
  35. package/types/sap.ui.rta.d.ts +1 -1
  36. package/types/sap.ui.suite.d.ts +1 -1
  37. package/types/sap.ui.support.d.ts +1 -1
  38. package/types/sap.ui.table.d.ts +1 -1
  39. package/types/sap.ui.testrecorder.d.ts +1 -1
  40. package/types/sap.ui.unified.d.ts +1 -1
  41. package/types/sap.ui.ux3.d.ts +1 -1
  42. package/types/sap.ui.webc.common.d.ts +1 -1
  43. package/types/sap.ui.webc.fiori.d.ts +1 -1
  44. package/types/sap.ui.webc.main.d.ts +1 -1
  45. package/types/sap.uiext.inbox.d.ts +1 -1
  46. package/types/sap.ushell.d.ts +1 -1
  47. package/types/sap.ushell_abap.d.ts +1 -1
  48. package/types/sap.uxap.d.ts +1 -1
  49. package/types/sap.viz.d.ts +1 -1
  50. package/types/sap.zen.commons.d.ts +1 -1
  51. package/types/sap.zen.crosstab.d.ts +1 -1
  52. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/types",
3
- "version": "1.127.4",
3
+ "version": "1.127.6",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.0
1
+ // For Library Version: 1.127.1
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.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.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/base/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/macros/CollectionBindingInfo" {
4
4
  import Filter from "sap/ui/model/Filter";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/plugins/managecache/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.127.2
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.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.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.4
1
+ // For Library Version: 1.127.6
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.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.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -20181,6 +20181,18 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20181
20181
  * @returns Value of property `considerAnalyticalParameters`
20182
20182
  */
20183
20183
  getConsiderAnalyticalParameters(): boolean;
20184
+ /**
20185
+ * Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
20186
+ *
20187
+ * Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
20188
+ *
20189
+ *
20190
+ * Default value is `true`.
20191
+ *
20192
+ *
20193
+ * @returns Value of property `considerPresentationVariant`
20194
+ */
20195
+ getConsiderPresentationVariant(): boolean;
20184
20196
  /**
20185
20197
  * Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
20186
20198
  *
@@ -20707,6 +20719,25 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
20707
20719
  */
20708
20720
  bConsiderAnalyticalParameters?: boolean
20709
20721
  ): this;
20722
+ /**
20723
+ * Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
20724
+ *
20725
+ * Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
20726
+ *
20727
+ *
20728
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
20729
+ *
20730
+ * Default value is `true`.
20731
+ *
20732
+ *
20733
+ * @returns Reference to `this` in order to allow method chaining
20734
+ */
20735
+ setConsiderPresentationVariant(
20736
+ /**
20737
+ * New value for property `considerPresentationVariant`
20738
+ */
20739
+ bConsiderPresentationVariant?: boolean
20740
+ ): this;
20710
20741
  /**
20711
20742
  * Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
20712
20743
  *
@@ -21176,6 +21207,11 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
21176
21207
  */
21177
21208
  navigationProperties?: string | PropertyBindingInfo;
21178
21209
 
21210
+ /**
21211
+ * Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
21212
+ */
21213
+ considerPresentationVariant?: boolean | PropertyBindingInfo | `{${string}}`;
21214
+
21179
21215
  /**
21180
21216
  * Using control configurations you can add additional configuration to filter fields, for example set custom
21181
21217
  * labels, change the order of fields, or change the filter field control type. **Note:** Changing the values
@@ -279,7 +279,7 @@ declare namespace sap {
279
279
  "sap/ui/thirdparty/qunit-2": undefined;
280
280
  }
281
281
  }
282
- // For Library Version: 1.127.2
282
+ // For Library Version: 1.127.4
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -21846,6 +21846,11 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
21846
21846
  * Native scrolling does not need content wrapper. In this case, ID of the container element should be provided.
21847
21847
  */
21848
21848
  scrollContainerId?: string;
21849
+ /**
21850
+ * if true, the delegate event listeners are called before the event listeners of the element; default is
21851
+ * "false".
21852
+ */
21853
+ callBefore?: boolean;
21849
21854
  }
21850
21855
  );
21851
21856
 
@@ -50857,10 +50862,10 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
50857
50862
  */
50858
50863
  oContext: Context,
50859
50864
  /**
50860
- * Parameters, specifying the aggregation level for which contexts shall be fetched or (legacy signature
50861
- * variant) index of first child entry to return from the parent context (zero-based)
50865
+ * Parameters, specifying the aggregation level for which contexts shall be fetched or the index of the
50866
+ * first child entry to return from the parent contexts
50862
50867
  */
50863
- mParameters:
50868
+ mParameters?:
50864
50869
  | {
50865
50870
  /**
50866
50871
  * Level number for oContext, because it might occur at multiple levels; context with group ID `"/"` has
@@ -50972,7 +50977,7 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
50972
50977
  * value can be set to define the parameter `startIndex` as described in this parameter list. In this case,
50973
50978
  * the function parameters `iLength`, `iNumberOfExpandedLevels` and `iThreshold` become mandatory.
50974
50979
  */
50975
- mParameters:
50980
+ mParameters?:
50976
50981
  | {
50977
50982
  /**
50978
50983
  * Number of entries to return at and after the given start index; defaults to the model's size limit, see
@@ -54572,11 +54577,11 @@ declare module "sap/ui/model/ClientTreeBinding" {
54572
54577
  */
54573
54578
  getCount(): number | undefined;
54574
54579
  /**
54575
- * Return node contexts for the tree
54580
+ * Return node contexts for the tree.
54576
54581
  *
54577
54582
  * @ui5-protected Do not call from applications (only from related classes in the framework)
54578
54583
  *
54579
- * @returns the contexts array
54584
+ * @returns the context's array
54580
54585
  */
54581
54586
  getNodeContexts(
54582
54587
  /**
@@ -54584,42 +54589,44 @@ declare module "sap/ui/model/ClientTreeBinding" {
54584
54589
  */
54585
54590
  oContext: Context,
54586
54591
  /**
54587
- * the startIndex where to start the retrieval of contexts
54592
+ * the index from which to start the retrieval of contexts
54588
54593
  */
54589
- iStartIndex: int,
54594
+ iStartIndex?: int,
54590
54595
  /**
54591
- * determines how many contexts to retrieve beginning from the start index.
54596
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
54597
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
54592
54598
  */
54593
- iLength: int
54599
+ iLength?: int
54594
54600
  ): Context[];
54595
54601
  /**
54596
- * Return root contexts for the tree
54602
+ * Return root contexts for the tree.
54597
54603
  *
54598
54604
  * @ui5-protected Do not call from applications (only from related classes in the framework)
54599
54605
  *
54600
- * @returns the contexts array
54606
+ * @returns the context's array
54601
54607
  */
54602
54608
  getRootContexts(
54603
54609
  /**
54604
- * the startIndex where to start the retrieval of contexts
54610
+ * the index from which to start the retrieval of contexts
54605
54611
  */
54606
- iStartIndex: int,
54612
+ iStartIndex?: int,
54607
54613
  /**
54608
- * determines how many contexts to retrieve beginning from the start index.
54614
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
54615
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
54609
54616
  */
54610
- iLength: int
54611
- ): object[];
54617
+ iLength?: int
54618
+ ): Context[];
54612
54619
  /**
54613
54620
  * Returns if the node has child nodes.
54614
54621
  *
54615
54622
  *
54616
- * @returns true if node has children
54623
+ * @returns `true` if the node has children
54617
54624
  */
54618
54625
  hasChildren(
54619
54626
  /**
54620
54627
  * the context element of the node
54621
54628
  */
54622
- oContext: object
54629
+ oContext: Context
54623
54630
  ): boolean;
54624
54631
  /**
54625
54632
  * Sorts the contexts of this ClientTreeBinding. The tree will be sorted level by level. So the nodes are
@@ -77699,6 +77706,8 @@ declare module "sap/ui/model/TreeBinding" {
77699
77706
 
77700
77707
  import Model from "sap/ui/model/Model";
77701
77708
 
77709
+ import Context from "sap/ui/model/Context";
77710
+
77702
77711
  import Filter from "sap/ui/model/Filter";
77703
77712
 
77704
77713
  import Sorter from "sap/ui/model/Sorter";
@@ -77707,8 +77716,6 @@ declare module "sap/ui/model/TreeBinding" {
77707
77716
 
77708
77717
  import Metadata from "sap/ui/base/Metadata";
77709
77718
 
77710
- import Context from "sap/ui/model/Context";
77711
-
77712
77719
  /**
77713
77720
  * The TreeBinding is a specific binding for trees in the model, which can be used to populate Trees.
77714
77721
  */
@@ -77732,7 +77739,7 @@ declare module "sap/ui/model/TreeBinding" {
77732
77739
  /**
77733
77740
  * Context object for this binding (optional)
77734
77741
  */
77735
- oContext?: object,
77742
+ oContext?: Context,
77736
77743
  /**
77737
77744
  * The filters to be used initially with type {@link sap.ui.model.FilterType.Application}; call {@link #filter }
77738
77745
  * to replace them
@@ -77741,7 +77748,7 @@ declare module "sap/ui/model/TreeBinding" {
77741
77748
  /**
77742
77749
  * Additional model specific parameters (optional)
77743
77750
  */
77744
- mParameters?: string,
77751
+ mParameters?: object,
77745
77752
  /**
77746
77753
  * The sorters used initially; call {@link #sort} to replace them
77747
77754
  */
@@ -77833,7 +77840,7 @@ declare module "sap/ui/model/TreeBinding" {
77833
77840
  sFilterType?: FilterType | keyof typeof FilterType
77834
77841
  ): void;
77835
77842
  /**
77836
- * Returns the number of child nodes of a specific context
77843
+ * Returns the number of child nodes of a specific context.
77837
77844
  *
77838
77845
  *
77839
77846
  * @returns the number of children
@@ -77842,7 +77849,7 @@ declare module "sap/ui/model/TreeBinding" {
77842
77849
  /**
77843
77850
  * the context element of the node
77844
77851
  */
77845
- oContext: Object
77852
+ oContext: Context
77846
77853
  ): int;
77847
77854
  /**
77848
77855
  * Returns the count of entries in the tree, or `undefined` if it is unknown. If the tree is filtered, the
@@ -77858,7 +77865,7 @@ declare module "sap/ui/model/TreeBinding" {
77858
77865
  */
77859
77866
  getCount(): number | undefined;
77860
77867
  /**
77861
- * Returns the current value of the bound target
77868
+ * Returns the current value of the bound target.
77862
77869
  *
77863
77870
  *
77864
77871
  * @returns the array of child contexts for the given node
@@ -77869,41 +77876,43 @@ declare module "sap/ui/model/TreeBinding" {
77869
77876
  */
77870
77877
  oContext: Context,
77871
77878
  /**
77872
- * the startIndex where to start the retrieval of contexts
77879
+ * the index from which to start the retrieval of contexts
77873
77880
  */
77874
- iStartIndex: int,
77881
+ iStartIndex?: int,
77875
77882
  /**
77876
- * determines how many contexts to retrieve beginning from the start index.
77883
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
77884
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
77877
77885
  */
77878
- iLength: int
77886
+ iLength?: int
77879
77887
  ): Context[];
77880
77888
  /**
77881
- * Returns the current value of the bound target
77889
+ * Returns the current value of the bound target.
77882
77890
  *
77883
77891
  *
77884
77892
  * @returns the array of child contexts for the root node
77885
77893
  */
77886
77894
  getRootContexts(
77887
77895
  /**
77888
- * the startIndex where to start the retrieval of contexts
77896
+ * the index from which to start the retrieval of contexts
77889
77897
  */
77890
- iStartIndex: int,
77898
+ iStartIndex?: int,
77891
77899
  /**
77892
- * determines how many contexts to retrieve beginning from the start index.
77900
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
77901
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
77893
77902
  */
77894
- iLength: int
77895
- ): any[];
77903
+ iLength?: int
77904
+ ): Context[];
77896
77905
  /**
77897
- * Returns if the node has child nodes
77906
+ * Returns `true` if the node has child nodes.
77898
77907
  *
77899
77908
  *
77900
- * @returns true if node has children
77909
+ * @returns `true` if the node has children
77901
77910
  */
77902
77911
  hasChildren(
77903
77912
  /**
77904
77913
  * the context element of the node
77905
77914
  */
77906
- oContext: Object
77915
+ oContext: Context
77907
77916
  ): boolean;
77908
77917
  /**
77909
77918
  * Sorts the tree according to the sorter definitions.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.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.127.2
1
+ // For Library Version: 1.127.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.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -712,7 +712,9 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
712
712
  /**
713
713
  * Generic {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration for simple use cases.
714
714
  *
715
- * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following types:
715
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
716
+ * **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following
717
+ * types:
716
718
  *
717
719
  *
718
720
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -1701,7 +1703,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
1701
1703
  /**
1702
1704
  * OData-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1703
1705
  *
1704
- * **Note:** This `TypeMap` implementation contains the following types:
1706
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1707
+ * **Note:** This `TypeMap` implementation contains the following types:
1705
1708
  *
1706
1709
  *
1707
1710
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -1878,7 +1881,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
1878
1881
  /**
1879
1882
  * ODataV4-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
1880
1883
  *
1881
- * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1884
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
1885
+ * **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
1882
1886
  *
1883
1887
  *
1884
1888
  * - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
@@ -2205,6 +2209,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
2205
2209
  * Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
2206
2210
  * and enables model-specific type configuration.
2207
2211
  *
2212
+ * **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
2213
+ *
2208
2214
  * @since 1.114.0
2209
2215
  */
2210
2216
  interface TypeMap {
@@ -2288,8 +2294,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
2288
2294
  /**
2289
2295
  * Gets a data type class based on a given name.
2290
2296
  *
2291
- * **Note:** The module of the data type needs to be loaded before.
2292
- *
2293
2297
  *
2294
2298
  * @returns Corresponding data type class
2295
2299
  */
@@ -2703,7 +2707,7 @@ declare module "sap/ui/mdc/ValueHelpDelegate" {
2703
2707
  * This might be extended with payload-dependent filters.
2704
2708
  *
2705
2709
  * @since 1.101.0
2706
- * @deprecated - (since 1.118.0) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}
2710
+ * @deprecated (since 1.118) - replaced by {@link module:sap/ui/mdc/ValueHelpDelegate.findConditionsForContext findConditionsForContext}.
2707
2711
  *
2708
2712
  * @returns `true` if item is selected
2709
2713
  */
@@ -7877,7 +7881,8 @@ declare module "sap/ui/mdc/Field" {
7877
7881
  *
7878
7882
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
7879
7883
  *
7880
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
7884
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
7885
+ * `additionalValue` property to bind the control.
7881
7886
  *
7882
7887
  * @returns Reference to `this` to allow method chaining
7883
7888
  */
@@ -7950,7 +7955,8 @@ declare module "sap/ui/mdc/Field" {
7950
7955
  *
7951
7956
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
7952
7957
  *
7953
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
7958
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
7959
+ * `additionalValue` property to bind the control.
7954
7960
  *
7955
7961
  * @returns Conditions of the field
7956
7962
  */
@@ -7963,7 +7969,8 @@ declare module "sap/ui/mdc/Field" {
7963
7969
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
7964
7970
  * value of the `dataType` property is ignored.
7965
7971
  *
7966
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
7972
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
7973
+ * the `value` property is used.
7967
7974
  *
7968
7975
  * @returns Value of property `dataType`
7969
7976
  */
@@ -7976,8 +7983,8 @@ declare module "sap/ui/mdc/Field" {
7976
7983
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
7977
7984
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
7978
7985
  *
7979
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
7980
- * used.
7986
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
7987
+ * in the binding to the `value` property is used.
7981
7988
  *
7982
7989
  * @returns Value of property `dataTypeConstraints`
7983
7990
  */
@@ -7990,8 +7997,8 @@ declare module "sap/ui/mdc/Field" {
7990
7997
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
7991
7998
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
7992
7999
  *
7993
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
7994
- * used.
8000
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8001
+ * type in the binding to the `value` property is used.
7995
8002
  *
7996
8003
  * @returns Value of property `dataTypeFormatOptions`
7997
8004
  */
@@ -8031,7 +8038,8 @@ declare module "sap/ui/mdc/Field" {
8031
8038
  *
8032
8039
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8033
8040
  *
8034
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8041
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8042
+ * `additionalValue` property to bind the control.
8035
8043
  *
8036
8044
  * @returns Reference to `this` to allow method chaining
8037
8045
  */
@@ -8049,7 +8057,8 @@ declare module "sap/ui/mdc/Field" {
8049
8057
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8050
8058
  * value of the `dataType` property is ignored.
8051
8059
  *
8052
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
8060
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The type in the binding to
8061
+ * the `value` property is used.
8053
8062
  *
8054
8063
  * @returns Reference to `this` to allow method chaining
8055
8064
  */
@@ -8067,8 +8076,8 @@ declare module "sap/ui/mdc/Field" {
8067
8076
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8068
8077
  * values of the `dataType` property and the `dataTypeConstraints` property are ignored.
8069
8078
  *
8070
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
8071
- * used.
8079
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `Constraints` of the type
8080
+ * in the binding to the `value` property is used.
8072
8081
  *
8073
8082
  * @returns Reference to `this` to allow method chaining
8074
8083
  */
@@ -8086,8 +8095,8 @@ declare module "sap/ui/mdc/Field" {
8086
8095
  * **Note:** If the `value` property is bound to a model using a type, this type is used. In this case the
8087
8096
  * values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
8088
8097
  *
8089
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
8090
- * used.
8098
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. The `FormatOptions` of the
8099
+ * type in the binding to the `value` property is used.
8091
8100
  *
8092
8101
  * @returns Reference to `this` to allow method chaining
8093
8102
  */
@@ -8100,7 +8109,7 @@ declare module "sap/ui/mdc/Field" {
8100
8109
  /**
8101
8110
  * This property must not be set for the `Field`
8102
8111
  *
8103
- * @deprecated - Not supported, this property is not supported for the `Field`.
8112
+ * @deprecated (since 1.54) - this property is not supported for the `Field`.
8104
8113
  *
8105
8114
  * @returns `this` to allow method chaining.
8106
8115
  */
@@ -8140,7 +8149,8 @@ declare module "sap/ui/mdc/Field" {
8140
8149
  *
8141
8150
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
8142
8151
  *
8143
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
8152
+ * @deprecated (since 1.54) - this property is not supported for the `Field`. Use the `value` property and
8153
+ * `additionalValue` property to bind the control.
8144
8154
  *
8145
8155
  * @returns Reference to `this` to allow method chaining
8146
8156
  */
@@ -13828,7 +13838,8 @@ declare module "sap/ui/mdc/MultiValueField" {
13828
13838
  *
13829
13839
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
13830
13840
  *
13831
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
13841
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
13842
+ * aggregation to bind the control.
13832
13843
  *
13833
13844
  * @returns Reference to `this` to allow method chaining
13834
13845
  */
@@ -13896,7 +13907,8 @@ declare module "sap/ui/mdc/MultiValueField" {
13896
13907
  *
13897
13908
  * Do not use the `conditions` property, use the `items` aggregation instead.
13898
13909
  *
13899
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
13910
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
13911
+ * aggregation to bind the control.
13900
13912
  *
13901
13913
  * @returns conditions of the field
13902
13914
  */
@@ -13909,7 +13921,8 @@ declare module "sap/ui/mdc/MultiValueField" {
13909
13921
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
13910
13922
  * the value of the `dataType` property is ignored.
13911
13923
  *
13912
- * @deprecated - Not supported, the type in the binding to the `value` property is used.
13924
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
13925
+ * binding to the `items` aggregation is used.
13913
13926
  *
13914
13927
  * @returns Value of property `dataType`
13915
13928
  */
@@ -13922,8 +13935,8 @@ declare module "sap/ui/mdc/MultiValueField" {
13922
13935
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
13923
13936
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
13924
13937
  *
13925
- * @deprecated - Not supported, the `Constraints` of the type in the binding to the `value` property is
13926
- * used.
13938
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
13939
+ * binding to the `items` aggregation is used.
13927
13940
  *
13928
13941
  * @returns Value of property `dataTypeConstraints`
13929
13942
  */
@@ -13936,8 +13949,8 @@ declare module "sap/ui/mdc/MultiValueField" {
13936
13949
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
13937
13950
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
13938
13951
  *
13939
- * @deprecated - Not supported, the `FormatOptions` of the type in the binding to the `value` property is
13940
- * used.
13952
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
13953
+ * binding to the `items` aggregation is used.
13941
13954
  *
13942
13955
  * @returns Value of property `dataTypeFormatOptions`
13943
13956
  */
@@ -13980,7 +13993,7 @@ declare module "sap/ui/mdc/MultiValueField" {
13980
13993
  /**
13981
13994
  * Gets current value of property {@link #getMultipleLines multipleLines}.
13982
13995
  *
13983
- * @deprecated - This property is not supported for multi-value fields.
13996
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
13984
13997
  *
13985
13998
  * @returns Value for property `multipleLines`
13986
13999
  */
@@ -14042,7 +14055,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14042
14055
  *
14043
14056
  * Do not use the `conditions` property, use the `items` aggregation instead.
14044
14057
  *
14045
- * @deprecated - Not supported, use the `items` aggregation to bind the control.
14058
+ * @deprecated (since 1.54) - this property is not supported for the `MultiValueField`. Use the `items`
14059
+ * aggregation to bind the control.
14046
14060
  *
14047
14061
  * @returns Reference to `this` to allow method chaining
14048
14062
  */
@@ -14059,7 +14073,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14059
14073
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14060
14074
  * the value of the `dataType` property is ignored.
14061
14075
  *
14062
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14076
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14077
+ * binding to the `items` aggregation is used.
14063
14078
  *
14064
14079
  * @returns Reference to `this` to allow method chaining
14065
14080
  */
@@ -14077,7 +14092,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14077
14092
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14078
14093
  * the values of the `dataType` property and the `dataTypeConstraints` property are ignored.
14079
14094
  *
14080
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14095
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14096
+ * binding to the `items` aggregation is used.
14081
14097
  *
14082
14098
  * @returns Reference to `this` to allow method chaining
14083
14099
  */
@@ -14095,7 +14111,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14095
14111
  * **Note:** If the `items` aggregation is bound to a model using a type, this type is used. In this case
14096
14112
  * the values of the `dataType` property and the `dataTypeFormatOptions` property are ignored.
14097
14113
  *
14098
- * @deprecated - Not supported, the type in the binding to the `items` aggregation is used.
14114
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. The type in the
14115
+ * binding to the `items` aggregation is used.
14099
14116
  *
14100
14117
  * @returns Reference to `this` to allow method chaining
14101
14118
  */
@@ -14140,7 +14157,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14140
14157
  /**
14141
14158
  * This property must not be set for the `MultiValueField` control.
14142
14159
  *
14143
- * @deprecated - Not supported, this property is not supported for the `MultiValueField` control.
14160
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField` control.
14144
14161
  *
14145
14162
  * @returns `this` to allow method chaining.
14146
14163
  */
@@ -14153,7 +14170,7 @@ declare module "sap/ui/mdc/MultiValueField" {
14153
14170
  /**
14154
14171
  * Sets a new value for property {@link #getMultipleLines multipleLines}.
14155
14172
  *
14156
- * @deprecated - This property is not supported for multi-value fields.
14173
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`.
14157
14174
  *
14158
14175
  * @returns Reference to `this` to allow method chaining
14159
14176
  */
@@ -14168,7 +14185,8 @@ declare module "sap/ui/mdc/MultiValueField" {
14168
14185
  *
14169
14186
  * Do not use the `conditions` property, use the `value` and `additionalValue` properties instead.
14170
14187
  *
14171
- * @deprecated - Not supported, use the `value` property and `additionalValue` property to bind the control.
14188
+ * @deprecated (since 1.93) - this property is not supported for the `MultiValueField`. Use the `items`
14189
+ * aggregation to bind the control.
14172
14190
  *
14173
14191
  * @returns Reference to `this` to allow method chaining
14174
14192
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.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.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.4
1
+ // For Library Version: 1.127.6
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.4
1
+ // For Library Version: 1.127.6
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.1
1
+ // For Library Version: 1.127.4
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4