@sapui5/types 1.141.2 → 1.142.0

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 (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.cux.base.d.ts +3 -0
  8. package/types/sap.esh.search.ui.d.ts +159 -4
  9. package/types/sap.f.d.ts +1 -1
  10. package/types/sap.fe.ariba.d.ts +1 -1
  11. package/types/sap.fe.base.d.ts +1 -1
  12. package/types/sap.fe.controls.d.ts +1 -1
  13. package/types/sap.fe.core.d.ts +471 -32
  14. package/types/sap.fe.ina.d.ts +1 -1
  15. package/types/sap.fe.macros.d.ts +2616 -95
  16. package/types/sap.fe.navigation.d.ts +2 -2
  17. package/types/sap.fe.placeholder.d.ts +1 -1
  18. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  19. package/types/sap.fe.templates.d.ts +79 -11
  20. package/types/sap.fe.test.d.ts +8 -1
  21. package/types/sap.fe.tools.d.ts +1 -1
  22. package/types/sap.feedback.ui.d.ts +1 -1
  23. package/types/sap.gantt.d.ts +4 -1
  24. package/types/sap.insights.d.ts +1 -1
  25. package/types/sap.m.d.ts +401 -55
  26. package/types/sap.makit.d.ts +1 -1
  27. package/types/sap.me.d.ts +1 -1
  28. package/types/sap.ndc.d.ts +106 -2
  29. package/types/sap.ovp.d.ts +1 -1
  30. package/types/sap.rules.ui.d.ts +1 -1
  31. package/types/sap.sac.df.d.ts +13 -3737
  32. package/types/sap.suite.ui.commons.d.ts +1 -1
  33. package/types/sap.suite.ui.generic.template.d.ts +28 -1
  34. package/types/sap.suite.ui.microchart.d.ts +1 -1
  35. package/types/sap.tnt.d.ts +1 -1
  36. package/types/sap.ui.codeeditor.d.ts +1 -1
  37. package/types/sap.ui.commons.d.ts +1 -1
  38. package/types/sap.ui.comp.d.ts +77 -9
  39. package/types/sap.ui.core.d.ts +1160 -639
  40. package/types/sap.ui.dt.d.ts +1 -1
  41. package/types/sap.ui.export.d.ts +63 -1
  42. package/types/sap.ui.fl.d.ts +1 -1
  43. package/types/sap.ui.generic.app.d.ts +1 -1
  44. package/types/sap.ui.generic.template.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +100 -94
  47. package/types/sap.ui.mdc.d.ts +1505 -167
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +13 -41
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +34 -78
  55. package/types/sap.ui.ux3.d.ts +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.ui.webc.common.d.ts +1 -1
  60. package/types/sap.ui.webc.fiori.d.ts +1 -1
  61. package/types/sap.ui.webc.main.d.ts +1 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +13 -1
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +335 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.0
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  import BaseObject from "sap/ui/base/Object";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.2
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1442,6 +1442,15 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1442
1442
  * @returns Value of property `mergeObjectPageSectionTitle`
1443
1443
  */
1444
1444
  getMergeObjectPageSectionTitle(): boolean;
1445
+ /**
1446
+ * Gets current value of property {@link #getNoDataRepresentation noDataRepresentation}.
1447
+ *
1448
+ * Default value is `"illustration"`.
1449
+ *
1450
+ *
1451
+ * @returns Value of property `noDataRepresentation`
1452
+ */
1453
+ getNoDataRepresentation(): string;
1445
1454
  /**
1446
1455
  * Gets current value of property {@link #getObjectPageColumns objectPageColumns}.
1447
1456
  *
@@ -1657,6 +1666,22 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1657
1666
  */
1658
1667
  bMergeObjectPageSectionTitle?: boolean
1659
1668
  ): this;
1669
+ /**
1670
+ * Sets a new value for property {@link #getNoDataRepresentation noDataRepresentation}.
1671
+ *
1672
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1673
+ *
1674
+ * Default value is `"illustration"`.
1675
+ *
1676
+ *
1677
+ * @returns Reference to `this` in order to allow method chaining
1678
+ */
1679
+ setNoDataRepresentation(
1680
+ /**
1681
+ * New value for property `noDataRepresentation`
1682
+ */
1683
+ sNoDataRepresentation?: string
1684
+ ): this;
1660
1685
  /**
1661
1686
  * Sets a new value for property {@link #getObjectPageColumns objectPageColumns}.
1662
1687
  *
@@ -1850,6 +1875,8 @@ declare module "sap/suite/ui/generic/template/lib/AppComponent" {
1850
1875
  | PropertyBindingInfo
1851
1876
  | `{${string}}`;
1852
1877
 
1878
+ noDataRepresentation?: string | PropertyBindingInfo;
1879
+
1853
1880
  pageDataLoaded?: (oEvent: Event) => void;
1854
1881
  }
1855
1882
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.141.1
1
+ // For Library Version: 1.142.0
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.141.1
1
+ // For Library Version: 1.142.0
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -1140,14 +1140,6 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1140
1140
  */
1141
1141
  oParameter: FilterGroupItem
1142
1142
  ): this;
1143
- /**
1144
- * Checks if running on phone.
1145
- *
1146
- * @ui5-protected Do not call from applications (only from related classes in the framework)
1147
- *
1148
- * @returns `True` if phone, `false` otherwise
1149
- */
1150
- _isPhone(): boolean;
1151
1143
  /**
1152
1144
  * Checks if running on tablet.
1153
1145
  *
@@ -11240,6 +11232,8 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11240
11232
 
11241
11233
  import ElementMetadata from "sap/ui/core/ElementMetadata";
11242
11234
 
11235
+ import IllustratedMessage from "sap/m/IllustratedMessage";
11236
+
11243
11237
  import { smartchart } from "sap/ui/comp/library";
11244
11238
 
11245
11239
  import SemanticObjectController from "sap/ui/comp/navpopover/SemanticObjectController";
@@ -11960,6 +11954,14 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
11960
11954
  */
11961
11955
  oListener?: object
11962
11956
  ): this;
11957
+ /**
11958
+ * Destroys the noDataIllustratedMessage in the aggregation {@link #getNoDataIllustratedMessage noDataIllustratedMessage}.
11959
+ *
11960
+ * @since 1.142
11961
+ *
11962
+ * @returns Reference to `this` in order to allow method chaining
11963
+ */
11964
+ destroyNoDataIllustratedMessage(): this;
11963
11965
  /**
11964
11966
  * Destroys all the selectionDetailsActionGroups in the aggregation {@link #getSelectionDetailsActionGroups selectionDetailsActionGroups}.
11965
11967
  *
@@ -12583,6 +12585,14 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
12583
12585
  * @returns Value of property `noData`
12584
12586
  */
12585
12587
  getNoData(): string;
12588
+ /**
12589
+ * Gets content of aggregation {@link #getNoDataIllustratedMessage noDataIllustratedMessage}.
12590
+ *
12591
+ * `IllustratedMessage` shown when no data is available.
12592
+ *
12593
+ * @since 1.142
12594
+ */
12595
+ getNoDataIllustratedMessage(): IllustratedMessage;
12586
12596
  /**
12587
12597
  * Gets current value of property {@link #getNotAssignedText notAssignedText}.
12588
12598
  *
@@ -13337,6 +13347,19 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
13337
13347
  */
13338
13348
  sNoData?: string
13339
13349
  ): this;
13350
+ /**
13351
+ * Sets the aggregated {@link #getNoDataIllustratedMessage noDataIllustratedMessage}.
13352
+ *
13353
+ * @since 1.142
13354
+ *
13355
+ * @returns Reference to `this` in order to allow method chaining
13356
+ */
13357
+ setNoDataIllustratedMessage(
13358
+ /**
13359
+ * The noDataIllustratedMessage to set
13360
+ */
13361
+ oNoDataIllustratedMessage: IllustratedMessage
13362
+ ): this;
13340
13363
  /**
13341
13364
  * Sets a new value for property {@link #getNotAssignedText notAssignedText}.
13342
13365
  *
@@ -14115,6 +14138,13 @@ declare module "sap/ui/comp/smartchart/SmartChart" {
14115
14138
  | AggregationBindingInfo
14116
14139
  | `{${string}}`;
14117
14140
 
14141
+ /**
14142
+ * `IllustratedMessage` shown when no data is available.
14143
+ *
14144
+ * @since 1.142
14145
+ */
14146
+ noDataIllustratedMessage?: IllustratedMessage;
14147
+
14118
14148
  /**
14119
14149
  * Identifies the SmartVariant control which should be used for the personalization. Will be ignored if
14120
14150
  * the advanced mode is set.
@@ -16102,6 +16132,18 @@ declare module "sap/ui/comp/smartfield/SmartField" {
16102
16132
  * @returns Value of property `proposedControl`
16103
16133
  */
16104
16134
  getProposedControl(): smartfield.ControlProposalType;
16135
+ /**
16136
+ * Gets current value of property {@link #getRefreshOnInParamChange refreshOnInParamChange}.
16137
+ *
16138
+ * Controls if changes to the InParameters should trigger a description request.
16139
+ *
16140
+ * Default value is `false`.
16141
+ *
16142
+ * @since 1.142
16143
+ *
16144
+ * @returns Value of property `refreshOnInParamChange`
16145
+ */
16146
+ getRefreshOnInParamChange(): boolean;
16105
16147
  /**
16106
16148
  * Gets the value of the `mandatory` property.
16107
16149
  *
@@ -16968,6 +17010,25 @@ declare module "sap/ui/comp/smartfield/SmartField" {
16968
17010
  */
16969
17011
  sProposedControl?: smartfield.ControlProposalType
16970
17012
  ): this;
17013
+ /**
17014
+ * Sets a new value for property {@link #getRefreshOnInParamChange refreshOnInParamChange}.
17015
+ *
17016
+ * Controls if changes to the InParameters should trigger a description request.
17017
+ *
17018
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
17019
+ *
17020
+ * Default value is `false`.
17021
+ *
17022
+ * @since 1.142
17023
+ *
17024
+ * @returns Reference to `this` in order to allow method chaining
17025
+ */
17026
+ setRefreshOnInParamChange(
17027
+ /**
17028
+ * New value for property `refreshOnInParamChange`
17029
+ */
17030
+ bRefreshOnInParamChange?: boolean
17031
+ ): this;
16971
17032
  /**
16972
17033
  * Sets the aggregated {@link #getSemanticObjectController semanticObjectController}.
16973
17034
  *
@@ -17943,6 +18004,13 @@ declare module "sap/ui/comp/smartfield/SmartField" {
17943
18004
  | PropertyBindingInfo
17944
18005
  | `{${string}}`;
17945
18006
 
18007
+ /**
18008
+ * Controls if changes to the InParameters should trigger a description request.
18009
+ *
18010
+ * @since 1.142
18011
+ */
18012
+ refreshOnInParamChange?: boolean | PropertyBindingInfo | `{${string}}`;
18013
+
17946
18014
  /**
17947
18015
  * Optional configuration for `SmartField`.
17948
18016
  *