@sapui5/ts-types-esm 1.131.1 → 1.132.1

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 (69) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +7 -7
  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.home.d.ts +5 -0
  8. package/types/sap.esh.search.ui.d.ts +35 -1
  9. package/types/sap.f.d.ts +103 -197
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +1 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +123 -94
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +1 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/{mobile-1.131.0-esm-d.ts → sap.m.d.ts} +408 -56
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +1 -1
  28. package/types/sap.ovp.d.ts +7 -2
  29. package/types/sap.rules.ui.d.ts +86 -1
  30. package/types/sap.sac.df.d.ts +1245 -890
  31. package/types/sap.suite.ui.commons.d.ts +1 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +7 -7
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/{tnt-1.131.0-esm-d.ts → sap.tnt.d.ts} +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/{commons-1.131.0-esm-d.ts → sap.ui.commons.d.ts} +1 -1
  37. package/types/sap.ui.comp.d.ts +66 -5
  38. package/types/{core-1.131.0-esm-d.ts → sap.ui.core.d.ts} +363 -282
  39. package/types/{dt-1.131.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
  40. package/types/sap.ui.export.d.ts +1 -1
  41. package/types/sap.ui.fl.d.ts +7 -1
  42. package/types/sap.ui.generic.app.d.ts +5 -11
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +1 -1
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/{mdc-1.131.0-esm-d.ts → sap.ui.mdc.d.ts} +439 -342
  47. package/types/sap.ui.richtexteditor.d.ts +1 -1
  48. package/types/sap.ui.rta.d.ts +3 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +13 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +25 -15
  54. package/types/{ux3-1.131.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +96 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +5 -1
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +1 -1
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
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.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.1
1
+ // For Library Version: 1.132.1
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -13,7 +13,12 @@ declare module "sap/ovp/app/Component" {
13
13
  /**
14
14
  * Overview Page Application Component
15
15
  */
16
- export default class Component extends AppComponent {
16
+ export default class Component
17
+ extends AppComponent
18
+ implements
19
+ /* was: sap.fe.core.buildingBlocks.IBuildingBlockOwnerComponent */ Object
20
+ {
21
+ __implements__sap_fe_core_buildingBlocks_IBuildingBlockOwnerComponent: boolean;
17
22
  /**
18
23
  * Main class used for Overview Page Application Component
19
24
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.131.0
1
+ // For Library Version: 1.132.0
2
2
 
3
3
  declare module "sap/rules/ui/library" {
4
4
  /**
@@ -912,6 +912,10 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
912
912
  export default class AstExpressionLanguage extends UI5Element {
913
913
  /**
914
914
  * Constructor for a new AstExpressionLanguage element.
915
+ *
916
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
917
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
918
+ * of the syntax of the settings object.
915
919
  */
916
920
  constructor();
917
921
 
@@ -1084,6 +1088,8 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1084
1088
 
1085
1089
  import ElementMetadata from "sap/ui/core/ElementMetadata";
1086
1090
 
1091
+ import { ExpressionType } from "sap/rules/ui/library";
1092
+
1087
1093
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1088
1094
 
1089
1095
  /**
@@ -1096,6 +1102,10 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1096
1102
  export default class ExpressionLanguage extends UI5Element {
1097
1103
  /**
1098
1104
  * Constructor for a new ExpressionLanguage element.
1105
+ *
1106
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
1107
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
1108
+ * of the syntax of the settings object.
1099
1109
  */
1100
1110
  constructor();
1101
1111
 
@@ -1216,6 +1226,44 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1216
1226
  * @returns Value of property `bindingContextPath`
1217
1227
  */
1218
1228
  getBindingContextPath(): string;
1229
+ /**
1230
+ * Separates the expression into individual tokens.
1231
+ *
1232
+ *
1233
+ * @returns [oResult] Returns the tokens and their semantic information.
1234
+ */
1235
+ getExpressionMetadata(
1236
+ /**
1237
+ * The expression that has to be tokenized.
1238
+ */
1239
+ sExpression?: string
1240
+ ): object;
1241
+ /**
1242
+ * Provides a context-sensitive suggestion list that assists the business user with the completion of the
1243
+ * input of an expression using the rule expression language.
1244
+ *
1245
+ *
1246
+ * @returns [oResult] Returns valid suggestions for the expression that needs to be completed. If tokenizing
1247
+ * was requested, returns the semantics of the tokens identified in the whole expression.
1248
+ */
1249
+ getSuggestions(
1250
+ /**
1251
+ * The rule expression to be completed.
1252
+ */
1253
+ sExpression?: string,
1254
+ /**
1255
+ * The expected business data type of the expression.
1256
+ */
1257
+ eType?: ExpressionType | keyof typeof ExpressionType,
1258
+ /**
1259
+ * Indicates whether the final expression is a collection.
1260
+ */
1261
+ bCollection?: boolean,
1262
+ /**
1263
+ * Indicates whether to return tokenizing sementics.
1264
+ */
1265
+ bToken?: boolean
1266
+ ): object;
1219
1267
  /**
1220
1268
  * Gets current value of property {@link #getValueHelpCallback valueHelpCallback}.
1221
1269
  *
@@ -1244,6 +1292,15 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1244
1292
  */
1245
1293
  sBindingContextPath: string
1246
1294
  ): this;
1295
+ /**
1296
+ * Sets the expression language data (vocabulary and metadata).
1297
+ */
1298
+ setData(
1299
+ /**
1300
+ * Contains the language data
1301
+ */
1302
+ oData?: object
1303
+ ): void;
1247
1304
  /**
1248
1305
  * Sets a new value for property {@link #getValueHelpCallback valueHelpCallback}.
1249
1306
  *
@@ -1262,6 +1319,34 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1262
1319
  */
1263
1320
  oValueHelpCallback: any
1264
1321
  ): this;
1322
+ /**
1323
+ * Validates a given rule expression according to a specific business data type.
1324
+ *
1325
+ *
1326
+ * @returns [oResult] Sends the validation status. In case of success, returns the actual data type of the
1327
+ * whole expression). In case of error, returns error details and cursor position of error. If tokenizing
1328
+ * was requested, returns the semantics of the tokens identified in the whole expression. If value help
1329
+ * use is identified a promise deferredResult is added to the oResult object. deferredResult is resolved
1330
+ * with an oResult object that includes validation results also for value help.
1331
+ */
1332
+ validateExpression(
1333
+ /**
1334
+ * The expression to be validated.
1335
+ */
1336
+ sExpression?: string,
1337
+ /**
1338
+ * The expected data type of the expression.
1339
+ */
1340
+ eType?: ExpressionType | keyof typeof ExpressionType,
1341
+ /**
1342
+ * Indicates whether the expression is a collection.
1343
+ */
1344
+ bCollection?: boolean,
1345
+ /**
1346
+ * Indicates whether to return tokenizing semantics.
1347
+ */
1348
+ bToken?: boolean
1349
+ ): object;
1265
1350
  }
1266
1351
  /**
1267
1352
  * Describes the settings that can be provided to the ExpressionLanguage constructor.