@sapui5/types 1.127.5 → 1.127.7

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 (51) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.fe.base.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +1 -1
  6. package/types/sap.fe.ina.d.ts +1 -1
  7. package/types/sap.fe.macros.d.ts +1 -1
  8. package/types/sap.fe.navigation.d.ts +1 -1
  9. package/types/sap.fe.placeholder.d.ts +1 -1
  10. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  11. package/types/sap.fe.templates.d.ts +1 -1
  12. package/types/sap.fe.test.d.ts +1 -1
  13. package/types/sap.fe.tools.d.ts +1 -1
  14. package/types/sap.gantt.d.ts +1 -1
  15. package/types/sap.m.d.ts +1 -1
  16. package/types/sap.makit.d.ts +1 -1
  17. package/types/sap.me.d.ts +1 -1
  18. package/types/sap.ndc.d.ts +1 -1
  19. package/types/sap.sac.df.d.ts +1 -1
  20. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  21. package/types/sap.suite.ui.microchart.d.ts +1 -1
  22. package/types/sap.tnt.d.ts +1 -1
  23. package/types/sap.ui.codeeditor.d.ts +1 -1
  24. package/types/sap.ui.commons.d.ts +1 -1
  25. package/types/sap.ui.comp.d.ts +37 -1
  26. package/types/sap.ui.core.d.ts +44 -40
  27. package/types/sap.ui.dt.d.ts +1 -1
  28. package/types/sap.ui.export.d.ts +1 -1
  29. package/types/sap.ui.fl.d.ts +1 -1
  30. package/types/sap.ui.integration.d.ts +1 -1
  31. package/types/sap.ui.layout.d.ts +1 -1
  32. package/types/sap.ui.mdc.d.ts +1 -1
  33. package/types/sap.ui.richtexteditor.d.ts +1 -1
  34. package/types/sap.ui.rta.d.ts +1 -1
  35. package/types/sap.ui.suite.d.ts +1 -1
  36. package/types/sap.ui.support.d.ts +1 -1
  37. package/types/sap.ui.table.d.ts +1 -1
  38. package/types/sap.ui.testrecorder.d.ts +1 -1
  39. package/types/sap.ui.unified.d.ts +1 -1
  40. package/types/sap.ui.ux3.d.ts +1 -1
  41. package/types/sap.ui.webc.common.d.ts +1 -1
  42. package/types/sap.ui.webc.fiori.d.ts +1 -1
  43. package/types/sap.ui.webc.main.d.ts +1 -1
  44. package/types/sap.uiext.inbox.d.ts +1 -1
  45. package/types/sap.ushell.d.ts +1 -1
  46. package/types/sap.ushell_abap.d.ts +1 -1
  47. package/types/sap.uxap.d.ts +1 -1
  48. package/types/sap.viz.d.ts +1 -1
  49. package/types/sap.zen.commons.d.ts +1 -1
  50. package/types/sap.zen.crosstab.d.ts +1 -1
  51. 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.5",
3
+ "version": "1.127.7",
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.3
1
+ // For Library Version: 1.127.5
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.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -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/fe/base/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/fe/core/AppComponent" {
4
4
  import {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.4
1
+ // For Library Version: 1.127.6
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/macros/CollectionBindingInfo" {
4
4
  import Filter from "sap/ui/model/Filter";
@@ -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/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.4
1
+ // For Library Version: 1.127.6
2
2
 
3
3
  declare namespace sap {}
@@ -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/fe/plugins/managecache/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/fe/templates/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/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.127.4
1
+ // For Library Version: 1.127.6
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.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -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/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -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/me/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/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.5
1
+ // For Library Version: 1.127.7
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/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/suite/ui/microchart/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/tnt/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/ui/codeeditor/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/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -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/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.3
282
+ // For Library Version: 1.127.5
283
283
 
284
284
  declare module "sap/base/assert" {
285
285
  /**
@@ -50862,10 +50862,10 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
50862
50862
  */
50863
50863
  oContext: Context,
50864
50864
  /**
50865
- * Parameters, specifying the aggregation level for which contexts shall be fetched or (legacy signature
50866
- * 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
50867
50867
  */
50868
- mParameters:
50868
+ mParameters?:
50869
50869
  | {
50870
50870
  /**
50871
50871
  * Level number for oContext, because it might occur at multiple levels; context with group ID `"/"` has
@@ -50977,7 +50977,7 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
50977
50977
  * value can be set to define the parameter `startIndex` as described in this parameter list. In this case,
50978
50978
  * the function parameters `iLength`, `iNumberOfExpandedLevels` and `iThreshold` become mandatory.
50979
50979
  */
50980
- mParameters:
50980
+ mParameters?:
50981
50981
  | {
50982
50982
  /**
50983
50983
  * Number of entries to return at and after the given start index; defaults to the model's size limit, see
@@ -54577,11 +54577,11 @@ declare module "sap/ui/model/ClientTreeBinding" {
54577
54577
  */
54578
54578
  getCount(): number | undefined;
54579
54579
  /**
54580
- * Return node contexts for the tree
54580
+ * Return node contexts for the tree.
54581
54581
  *
54582
54582
  * @ui5-protected Do not call from applications (only from related classes in the framework)
54583
54583
  *
54584
- * @returns the contexts array
54584
+ * @returns the context's array
54585
54585
  */
54586
54586
  getNodeContexts(
54587
54587
  /**
@@ -54589,42 +54589,44 @@ declare module "sap/ui/model/ClientTreeBinding" {
54589
54589
  */
54590
54590
  oContext: Context,
54591
54591
  /**
54592
- * the startIndex where to start the retrieval of contexts
54592
+ * the index from which to start the retrieval of contexts
54593
54593
  */
54594
- iStartIndex: int,
54594
+ iStartIndex?: int,
54595
54595
  /**
54596
- * 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}.
54597
54598
  */
54598
- iLength: int
54599
+ iLength?: int
54599
54600
  ): Context[];
54600
54601
  /**
54601
- * Return root contexts for the tree
54602
+ * Return root contexts for the tree.
54602
54603
  *
54603
54604
  * @ui5-protected Do not call from applications (only from related classes in the framework)
54604
54605
  *
54605
- * @returns the contexts array
54606
+ * @returns the context's array
54606
54607
  */
54607
54608
  getRootContexts(
54608
54609
  /**
54609
- * the startIndex where to start the retrieval of contexts
54610
+ * the index from which to start the retrieval of contexts
54610
54611
  */
54611
- iStartIndex: int,
54612
+ iStartIndex?: int,
54612
54613
  /**
54613
- * 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}.
54614
54616
  */
54615
- iLength: int
54616
- ): object[];
54617
+ iLength?: int
54618
+ ): Context[];
54617
54619
  /**
54618
54620
  * Returns if the node has child nodes.
54619
54621
  *
54620
54622
  *
54621
- * @returns true if node has children
54623
+ * @returns `true` if the node has children
54622
54624
  */
54623
54625
  hasChildren(
54624
54626
  /**
54625
54627
  * the context element of the node
54626
54628
  */
54627
- oContext: object
54629
+ oContext: Context
54628
54630
  ): boolean;
54629
54631
  /**
54630
54632
  * Sorts the contexts of this ClientTreeBinding. The tree will be sorted level by level. So the nodes are
@@ -77704,6 +77706,8 @@ declare module "sap/ui/model/TreeBinding" {
77704
77706
 
77705
77707
  import Model from "sap/ui/model/Model";
77706
77708
 
77709
+ import Context from "sap/ui/model/Context";
77710
+
77707
77711
  import Filter from "sap/ui/model/Filter";
77708
77712
 
77709
77713
  import Sorter from "sap/ui/model/Sorter";
@@ -77712,8 +77716,6 @@ declare module "sap/ui/model/TreeBinding" {
77712
77716
 
77713
77717
  import Metadata from "sap/ui/base/Metadata";
77714
77718
 
77715
- import Context from "sap/ui/model/Context";
77716
-
77717
77719
  /**
77718
77720
  * The TreeBinding is a specific binding for trees in the model, which can be used to populate Trees.
77719
77721
  */
@@ -77737,7 +77739,7 @@ declare module "sap/ui/model/TreeBinding" {
77737
77739
  /**
77738
77740
  * Context object for this binding (optional)
77739
77741
  */
77740
- oContext?: object,
77742
+ oContext?: Context,
77741
77743
  /**
77742
77744
  * The filters to be used initially with type {@link sap.ui.model.FilterType.Application}; call {@link #filter }
77743
77745
  * to replace them
@@ -77746,7 +77748,7 @@ declare module "sap/ui/model/TreeBinding" {
77746
77748
  /**
77747
77749
  * Additional model specific parameters (optional)
77748
77750
  */
77749
- mParameters?: string,
77751
+ mParameters?: object,
77750
77752
  /**
77751
77753
  * The sorters used initially; call {@link #sort} to replace them
77752
77754
  */
@@ -77838,7 +77840,7 @@ declare module "sap/ui/model/TreeBinding" {
77838
77840
  sFilterType?: FilterType | keyof typeof FilterType
77839
77841
  ): void;
77840
77842
  /**
77841
- * Returns the number of child nodes of a specific context
77843
+ * Returns the number of child nodes of a specific context.
77842
77844
  *
77843
77845
  *
77844
77846
  * @returns the number of children
@@ -77847,7 +77849,7 @@ declare module "sap/ui/model/TreeBinding" {
77847
77849
  /**
77848
77850
  * the context element of the node
77849
77851
  */
77850
- oContext: Object
77852
+ oContext: Context
77851
77853
  ): int;
77852
77854
  /**
77853
77855
  * Returns the count of entries in the tree, or `undefined` if it is unknown. If the tree is filtered, the
@@ -77863,7 +77865,7 @@ declare module "sap/ui/model/TreeBinding" {
77863
77865
  */
77864
77866
  getCount(): number | undefined;
77865
77867
  /**
77866
- * Returns the current value of the bound target
77868
+ * Returns the current value of the bound target.
77867
77869
  *
77868
77870
  *
77869
77871
  * @returns the array of child contexts for the given node
@@ -77874,41 +77876,43 @@ declare module "sap/ui/model/TreeBinding" {
77874
77876
  */
77875
77877
  oContext: Context,
77876
77878
  /**
77877
- * the startIndex where to start the retrieval of contexts
77879
+ * the index from which to start the retrieval of contexts
77878
77880
  */
77879
- iStartIndex: int,
77881
+ iStartIndex?: int,
77880
77882
  /**
77881
- * 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}.
77882
77885
  */
77883
- iLength: int
77886
+ iLength?: int
77884
77887
  ): Context[];
77885
77888
  /**
77886
- * Returns the current value of the bound target
77889
+ * Returns the current value of the bound target.
77887
77890
  *
77888
77891
  *
77889
77892
  * @returns the array of child contexts for the root node
77890
77893
  */
77891
77894
  getRootContexts(
77892
77895
  /**
77893
- * the startIndex where to start the retrieval of contexts
77896
+ * the index from which to start the retrieval of contexts
77894
77897
  */
77895
- iStartIndex: int,
77898
+ iStartIndex?: int,
77896
77899
  /**
77897
- * 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}.
77898
77902
  */
77899
- iLength: int
77900
- ): any[];
77903
+ iLength?: int
77904
+ ): Context[];
77901
77905
  /**
77902
- * Returns if the node has child nodes
77906
+ * Returns `true` if the node has child nodes.
77903
77907
  *
77904
77908
  *
77905
- * @returns true if node has children
77909
+ * @returns `true` if the node has children
77906
77910
  */
77907
77911
  hasChildren(
77908
77912
  /**
77909
77913
  * the context element of the node
77910
77914
  */
77911
- oContext: Object
77915
+ oContext: Context
77912
77916
  ): boolean;
77913
77917
  /**
77914
77918
  * Sorts the tree according to the sorter definitions.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.3
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -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/ui/export/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/ui/fl/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/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -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/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -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/ui/richtexteditor/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/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -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/ui/suite/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/ui/support/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/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -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/ui/testrecorder/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/ui/unified/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/ui/ux3/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/ui/webc/common/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/ui/webc/fiori/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/ui/webc/main/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/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.5
1
+ // For Library Version: 1.127.7
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.5
1
+ // For Library Version: 1.127.7
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -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/uxap/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/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.127.2
1
+ // For Library Version: 1.127.5
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4