@sapui5/ts-types 1.84.17 → 1.84.21

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 (44) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.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.core.d.ts +1 -1
  6. package/types/sap.fe.macros.d.ts +1 -1
  7. package/types/sap.fe.plugins.d.ts +1 -1
  8. package/types/sap.fe.templates.d.ts +1 -1
  9. package/types/sap.fe.test.d.ts +1 -1
  10. package/types/sap.fe.tools.d.ts +1 -1
  11. package/types/sap.gantt.d.ts +317 -281
  12. package/types/sap.m.d.ts +7 -2
  13. package/types/sap.makit.d.ts +1 -1
  14. package/types/sap.me.d.ts +1 -1
  15. package/types/sap.ndc.d.ts +57 -35
  16. package/types/sap.ovp.d.ts +1 -1
  17. package/types/sap.suite.ui.commons.d.ts +447 -316
  18. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  19. package/types/sap.suite.ui.microchart.d.ts +1 -1
  20. package/types/sap.tnt.d.ts +1 -1
  21. package/types/sap.ui.codeeditor.d.ts +1 -1
  22. package/types/sap.ui.commons.d.ts +1 -1
  23. package/types/sap.ui.comp.d.ts +1 -1
  24. package/types/sap.ui.core.d.ts +13 -6
  25. package/types/sap.ui.dt.d.ts +1 -1
  26. package/types/sap.ui.export.d.ts +3 -3
  27. package/types/sap.ui.fl.d.ts +1 -1
  28. package/types/sap.ui.integration.d.ts +1 -1
  29. package/types/sap.ui.layout.d.ts +1 -1
  30. package/types/sap.ui.mdc.d.ts +1 -1
  31. package/types/sap.ui.richtexteditor.d.ts +1 -1
  32. package/types/sap.ui.rta.d.ts +1 -1
  33. package/types/sap.ui.suite.d.ts +1 -1
  34. package/types/sap.ui.support.d.ts +6 -6
  35. package/types/sap.ui.table.d.ts +1 -1
  36. package/types/sap.ui.testrecorder.d.ts +1 -1
  37. package/types/sap.ui.unified.d.ts +1 -1
  38. package/types/sap.ui.ux3.d.ts +1 -1
  39. package/types/sap.ui.vbm.d.ts +1 -1
  40. package/types/sap.ui.vk.d.ts +77 -4
  41. package/types/sap.uiext.inbox.d.ts +2 -1
  42. package/types/sap.ushell.d.ts +1 -1
  43. package/types/sap.uxap.d.ts +1 -1
  44. package/types/sap.viz.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.11
1
+ // For Library Version: 1.84.15
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
18
18
  declare module "sap/ui/performance/Measurement.Entry";
19
19
 
20
20
  declare module "sap/ui/util/Storage.Type";
21
- // For Library Version: 1.84.16
21
+ // For Library Version: 1.84.20
22
22
  /**
23
23
  * Root namespace for JavaScript functionality provided by SAP SE.
24
24
  *
@@ -4515,16 +4515,23 @@ declare namespace sap {
4515
4515
  * If no check function is given, all aggregated objects will pass the check and be added to the result
4516
4516
  * array.
4517
4517
  *
4518
- * **Take care: this operation might be expensive.**/
4518
+ * When setting `bIncludeBindingTemplates` to `true`, binding templates will be included in the search.
4519
+ *
4520
+ * **Take care:** this operation might be expensive.
4521
+ */
4519
4522
  findAggregatedObjects(
4520
4523
  /**
4521
4524
  * Whether the whole aggregation tree should be searched
4522
4525
  */
4523
- bRecursive: boolean,
4526
+ bRecursive?: boolean,
4524
4527
  /**
4525
4528
  * Objects for which this function returns a falsy value will not be added to the result array
4526
4529
  */
4527
- fnCondition?: boolean
4530
+ fnCondition?: Function,
4531
+ /**
4532
+ * Whether binding templates should be included
4533
+ */
4534
+ bIncludeBindingTemplates?: boolean
4528
4535
  ): sap.ui.base.ManagedObject[];
4529
4536
  /**
4530
4537
  * Fires event {@link #event:formatError formatError} to attached listeners.
@@ -39887,8 +39894,8 @@ declare namespace sap {
39887
39894
  */
39888
39895
  read(
39889
39896
  /**
39890
- * A string containing the path to the data which should be retrieved. The path is concatenated to the service
39891
- * URL which was specified in the model constructor.
39897
+ * An absolute path or a path relative to the context given in `mParameters.context`; if the path contains
39898
+ * a query string, the query string is ignored, use `mParameters.urlParameters` instead
39892
39899
  */
39893
39900
  sPath: string,
39894
39901
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
 
@@ -75,7 +75,7 @@ class Spreadsheet{
75
75
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
76
76
  * following fields:
77
77
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
78
- * - `version` (string) - Application version that creates the XLSX document (default: "1.84.16")
78
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.84.20")
79
79
  * - `title` (string) - Title of the XLSX document (NOT the filename)
80
80
  * - `modifiedBy` (string) - User context for the XLSX document
81
81
  * - `sheetName` (string) - The label of the data sheet
@@ -161,7 +161,7 @@ class Spreadsheet{
161
161
  * columns: aColumns,
162
162
  * context: {
163
163
  * application: 'Debug Test Application',
164
- * version: '1.84.16',
164
+ * version: '1.84.20',
165
165
  * title: 'Some random title',
166
166
  * modifiedBy: 'John Doe',
167
167
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -237,7 +237,7 @@ declare namespace sap {
237
237
  static getType(): string;
238
238
  }
239
239
  /**
240
- * @SINCE 1.84.16
240
+ * @SINCE 1.84.20
241
241
  *
242
242
  * Defines the Audiences.
243
243
  */
@@ -256,7 +256,7 @@ declare namespace sap {
256
256
  Internal,
257
257
  }
258
258
  /**
259
- * @SINCE 1.84.16
259
+ * @SINCE 1.84.20
260
260
  *
261
261
  * Issue Categories.
262
262
  */
@@ -311,7 +311,7 @@ declare namespace sap {
311
311
  Usage,
312
312
  }
313
313
  /**
314
- * @SINCE 1.84.16
314
+ * @SINCE 1.84.20
315
315
  *
316
316
  * Analysis history formats.
317
317
  */
@@ -326,7 +326,7 @@ declare namespace sap {
326
326
  String,
327
327
  }
328
328
  /**
329
- * @SINCE 1.84.16
329
+ * @SINCE 1.84.20
330
330
  *
331
331
  * Defines severity types.
332
332
  */
@@ -345,7 +345,7 @@ declare namespace sap {
345
345
  Medium,
346
346
  }
347
347
  /**
348
- * @SINCE 1.84.16
348
+ * @SINCE 1.84.20
349
349
  *
350
350
  * Contains the available system presets.
351
351
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.4
1
+ // For Library Version: 1.84.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.6
1
+ // For Library Version: 1.84.10
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -458,6 +458,23 @@ declare namespace sap {
458
458
  */
459
459
  handler: sap.ui.vk.DecryptionHandler
460
460
  ): sap.ui.vk.dvl.GraphicsCore;
461
+ /**
462
+ * @SINCE 1.94.0
463
+ *
464
+ * Sets the number of retry attempts for a download operation if the initial request to retrieve a model
465
+ * from a remote server could not be fulfilled and the error with which the request failed is considered
466
+ * retriable.
467
+ *
468
+ * See {@link sap.ui.vk.ContentConnector#setRetryCount} for details.
469
+ */
470
+ setRetryCount(
471
+ /**
472
+ * Number of retry attempts. Value must be non-negative. The default number of retry attempts is 1, unless
473
+ * specified otherwise by calling this method and passing in the desired value. Specifying 0 disables any
474
+ * retry attempts.
475
+ */
476
+ retryCount: number
477
+ ): sap.ui.vk.dvl.GraphicsCore;
461
478
  /**
462
479
  * Shows or hides debug information in the viewports.
463
480
  */
@@ -9711,7 +9728,7 @@ declare namespace sap {
9711
9728
  * the {@link https://en.wikipedia.org/wiki/Hash-based_message_authentication_code HMAC}-{@link https://en.wikipedia.org/wiki/SHA-2
9712
9729
  * SHA256} function 10,000 times.
9713
9730
  *
9714
- * The resulting 128-bit key should be passed to subseqeunt calls to {@link sap.ui.vk.DecryptionHandler#decrypt
9731
+ * The resulting 128-bit key should be passed to subsequent calls to {@link sap.ui.vk.DecryptionHandler#decrypt
9715
9732
  * sap.ui.vk.DecryptionHandler.decrypt}.
9716
9733
  */
9717
9734
  deriveKey(
@@ -12313,7 +12330,7 @@ declare namespace sap {
12313
12330
  * The simplest resolver tests the content resource source type. The test can be either a string comparison
12314
12331
  * or a regular expression.
12315
12332
  *
12316
- * A more sofisticated resolver is a function that can use the full content resource definition to find
12333
+ * A more sophisticated resolver is a function that can use the full content resource definition to find
12317
12334
  * a proper content manager dynamically, e.g. the resolver can use the 'HEAD' HTTP request to get the 'Content-Type'
12318
12335
  * header to find out the type of the content resource.
12319
12336
  */
@@ -12897,7 +12914,7 @@ declare namespace sap {
12897
12914
  /**
12898
12915
  * @SINCE 1.60.0
12899
12916
  *
12900
- * Sets a callback function which will be used to obtain authorizatio token when connected to remote server.
12917
+ * Sets a callback function which will be used to obtain authorization token when connected to remote server.
12901
12918
  */
12902
12919
  setAuthorizationHandler(
12903
12920
  /**
@@ -12916,6 +12933,45 @@ declare namespace sap {
12916
12933
  */
12917
12934
  handler: sap.ui.vk.DecryptionHandler
12918
12935
  ): sap.ui.vk.ContentConnector;
12936
+ /**
12937
+ * @SINCE 1.94.0
12938
+ *
12939
+ * Sets the number of retry attempts for a download operation if the initial request to retrieve a model
12940
+ * from a remote server could not be fulfilled and the error with which the request failed is considered
12941
+ * retriable.
12942
+ *
12943
+ * Retry Mechanism: Requests to retrieve (download) a model from a remote server may not always be fulfilled.
12944
+ * If the request failed with an error that is considered retriable then the download manager will
12945
+ * keep on trying issuing new requests until the request is fulfilled or the specified `retryCount` is exceeded.
12946
+ *
12947
+ * The default number of retry attempts is 1, unless specified otherwise by calling this method. Note that,
12948
+ * specifying 0 as `retryCount` disables the retry mechanism altogether.
12949
+ *
12950
+ * **Timing of retry attempts**: There is no delay between subsequent attempts.
12951
+ *
12952
+ * **Events fired**: The download manager will not fire any events between subsequent attempts. For
12953
+ * each requested item there will be a single `itemSucceeded` or `itemFailed` event fired when the download
12954
+ * operation for that given item finishes.
12955
+ *
12956
+ * **Retriable errors**: The following errors are considered retriable:
12957
+ * - Any kind of network error (e.g. due to temporary network outage). HTTP status code is expected to
12958
+ * be 0.
12959
+ * - Responses with the following 4xx-5xx HTTP status codes:
12960
+ * 408: Request Timeout
12961
+ * - 425: Too Early (RFC 8470)
12962
+ * - 429: Too Many Requests (RFC 6585)
12963
+ * - 500: Internal Server Error
12964
+ * - 502: Bad Gateway
12965
+ * - 503: Service Unavailable
12966
+ * - 504: Gateway Timeout
12967
+ */
12968
+ setRetryCount(
12969
+ /**
12970
+ * Number of retry attempts. Value must be non-negative. The default retry count is 1, unless specified
12971
+ * otherwise by calling this method and passing in the desired value. Passing in 0 disables any retry attempts.
12972
+ */
12973
+ retryCount: number
12974
+ ): sap.ui.vk.ContentConnector;
12919
12975
  /**
12920
12976
  * Unbinds aggregation {@link #getContentResources contentResources} from model data.
12921
12977
  */
@@ -13375,6 +13431,23 @@ declare namespace sap {
13375
13431
  */
13376
13432
  contentResources: sap.ui.vk.ContentResource[]
13377
13433
  ): sap.ui.vk.ContentManager;
13434
+ /**
13435
+ * @SINCE 1.94.0
13436
+ *
13437
+ * Sets the number of retry attempts for a download operation if the initial request to retrieve a model
13438
+ * from a remote server could not be fulfilled and the error with which the request failed is considered
13439
+ * retriable.
13440
+ *
13441
+ * See {@link sap.ui.vk.ContentConnector#setRetryCount} for details.
13442
+ */
13443
+ setRetryCount(
13444
+ /**
13445
+ * Number of retry attempts. Value must be non-negative. The default number of retry attempts is 1, unless
13446
+ * specified otherwise by calling this method and passing in the desired value. Specifying 0 disables any
13447
+ * retry attempts.
13448
+ */
13449
+ retryCount: number
13450
+ ): sap.ui.vk.ContentManager;
13378
13451
  /**
13379
13452
  * Attaches event handler `fnFunction` to the {@link #event:contentChangesFinished contentChangesFinished}
13380
13453
  * event of this `sap.ui.vk.ContentManager`.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -2020,6 +2020,7 @@ declare namespace sap {
2020
2020
  interface $SubstitutionRulesManagerSettings
2021
2021
  extends sap.ui.core.$ControlSettings {}
2022
2022
  /**
2023
+ * @deprecated (since 1.38.0)
2023
2024
  * @EXPERIMENTAL (since 1.5.2)
2024
2025
  *
2025
2026
  * A comprehensive UI design approach with graphical and functional elements for search tasks, filter tasks,
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
2
2
 
3
3
  declare namespace sap {
4
4
  /**