@sapui5/types 1.120.23 → 1.120.24

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.apf.d.ts +48 -18
  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.navigation.d.ts +1 -1
  8. package/types/sap.fe.placeholder.d.ts +1 -1
  9. package/types/sap.fe.templates.d.ts +1 -1
  10. package/types/sap.fe.test.d.ts +1 -1
  11. package/types/sap.fe.tools.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +1 -1
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.d.ts +1 -1
  19. package/types/sap.sac.df.d.ts +1 -1
  20. package/types/sap.suite.ui.commons.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 +1 -1
  27. package/types/sap.ui.core.d.ts +56 -48
  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 +1 -1
  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 +25 -7
  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.120.23",
3
+ "version": "1.120.24",
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.120.0
1
+ // For Library Version: 1.120.1
2
2
 
3
3
  declare module "sap/apf/library" {}
4
4
 
@@ -47,11 +47,11 @@ declare module "sap/apf/api" {
47
47
  type: undefined;
48
48
 
49
49
  /**
50
- * @experimental - NOT FOR PRODUCTION USE
51
- *
52
50
  * The handling of the window.onerror by the message handler is either switched on or off. Per default the
53
51
  * handling is deactivated.
54
52
  *
53
+ * @experimental - NOT FOR PRODUCTION USE
54
+ *
55
55
  * @returns undefined
56
56
  */
57
57
  activateOnErrorHandling(
@@ -61,10 +61,10 @@ declare module "sap/apf/api" {
61
61
  bHandling: boolean
62
62
  ): undefined;
63
63
  /**
64
+ * Adds an element to the footer area.
65
+ *
64
66
  * @deprecated (since 1.23.1) - Remains in api in order to maintain downward compatibility to 3 Wave 5 apps.
65
67
  * @experimental - NOT FOR PRODUCTION USE
66
- *
67
- * Adds an element to the footer area.
68
68
  */
69
69
  addMasterFooterContent(
70
70
  /**
@@ -78,6 +78,7 @@ declare module "sap/apf/api" {
78
78
  * is supported. Restriction: Only the operators EQ, LE (less equal than) and GE (greater equal than) are
79
79
  * supported.
80
80
  *
81
+ *
81
82
  * @returns ID to be provided for later updates of the same filter via method updatePathFilter.
82
83
  */
83
84
  addPathFilter(filter: sap.apf.utils.Filter): number;
@@ -138,6 +139,7 @@ declare module "sap/apf/api" {
138
139
  /**
139
140
  * Gets a path filter fragment for the given identifier by fully replacing the existing one.
140
141
  *
142
+ *
141
143
  * @returns filter for id
142
144
  */
143
145
  getPathFilter(
@@ -173,11 +175,11 @@ declare module "sap/apf/api" {
173
175
  aParameters: string[]
174
176
  ): string;
175
177
  /**
176
- * @deprecated (since 1.23.1)
177
- * @experimental - NOT FOR PRODUCTION USE
178
- *
179
178
  * Loads a new application configuration in JSON format. When called many times, the file is loaded only
180
179
  * the first time.
180
+ *
181
+ * @deprecated (since 1.23.1)
182
+ * @experimental - NOT FOR PRODUCTION USE
181
183
  */
182
184
  loadApplicationConfig(
183
185
  /**
@@ -190,6 +192,7 @@ declare module "sap/apf/api" {
190
192
  * A message is passed to the APF message handler for further processing. All message specific settings
191
193
  * (e.g. message code or severity) need to be passed within an APF message object instance.
192
194
  *
195
+ *
193
196
  * @returns undefined
194
197
  */
195
198
  putMessage(
@@ -199,11 +202,11 @@ declare module "sap/apf/api" {
199
202
  oMessage: MessageObject
200
203
  ): undefined;
201
204
  /**
202
- * @experimental - NOT FOR PRODUCTION USE
203
- *
204
205
  * Calls the sap.apf.core.instance#updatePath (also see {@link sap.apf.core.Path#update}) with proper callback
205
206
  * for UI. It also refreshes the steps either from the active step or all the steps depending on the boolean
206
207
  * value passed.
208
+ *
209
+ * @experimental - NOT FOR PRODUCTION USE
207
210
  */
208
211
  selectionChanged(bRefreshAllSteps: boolean): void;
209
212
  /**
@@ -227,11 +230,11 @@ declare module "sap/apf/api" {
227
230
  fnCallback: Function
228
231
  ): void;
229
232
  /**
230
- * @experimental - NOT FOR PRODUCTION USE
231
- *
232
233
  * Register the function callback to be executed on the given event type. fnCallback will be executed under
233
234
  * a context and will be passed with arguments depending on the event type.
234
235
  *
236
+ * @experimental - NOT FOR PRODUCTION USE
237
+ *
235
238
  * @returns true or false based on success or failure of registering the listener.
236
239
  */
237
240
  setEventCallback(
@@ -250,6 +253,7 @@ declare module "sap/apf/api" {
250
253
  * true, when no fatal error occurred during startup phase. Startup phase includes the initialization +
251
254
  * startupApf
252
255
  *
256
+ *
253
257
  * @returns success of startup
254
258
  */
255
259
  startupSucceeded(): boolean;
@@ -301,6 +305,7 @@ declare module "sap/apf/core/messageObject" {
301
305
  /**
302
306
  * Gets the previous message object.
303
307
  *
308
+ *
304
309
  * @returns || undefined
305
310
  */
306
311
  getPrevious(): MessageObject;
@@ -335,12 +340,14 @@ declare module "sap/apf/core/messageObject" {
335
340
  /**
336
341
  * Sets the code, that classifies the message.
337
342
  *
343
+ *
338
344
  * @returns undefined
339
345
  */
340
346
  setCode(code: string): undefined;
341
347
  /**
342
348
  * Sets the message text.
343
349
  *
350
+ *
344
351
  * @returns undefined
345
352
  */
346
353
  setMessage(sTextMessage: string): undefined;
@@ -349,12 +356,14 @@ declare module "sap/apf/core/messageObject" {
349
356
  * a previous message. The message in the previous message object will also be displayed in the log (as
350
357
  * previous entry).
351
358
  *
359
+ *
352
360
  * @returns undefined
353
361
  */
354
362
  setPrevious(oPreviousMessageObject: MessageObject): undefined;
355
363
  /**
356
364
  * Sets the severity , which classifies the message.
357
365
  *
366
+ *
358
367
  * @returns undefined
359
368
  */
360
369
  setSeverity(
@@ -406,6 +415,7 @@ declare module "sap/apf/core/readRequest" {
406
415
  /**
407
416
  * Executes an OData request.
408
417
  *
418
+ *
409
419
  * @returns undefined
410
420
  */
411
421
  send(
@@ -434,10 +444,10 @@ declare module "sap/apf/ui/representations/representationInterface" {
434
444
  import ODataModel from "sap/ui/model/odata/v2/ODataModel";
435
445
 
436
446
  /**
437
- * @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
438
- *
439
447
  * This is not a runtime class, but it describes the interface that a representation (chart) has to implement
440
448
  * for to interact with the APF.
449
+ *
450
+ * @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
441
451
  */
442
452
  export default class representationInterface {
443
453
  constructor(
@@ -478,12 +488,14 @@ declare module "sap/apf/ui/representations/representationInterface" {
478
488
  /**
479
489
  * Returns the alternate representation of current step (i.e. list representation for the charts)
480
490
  *
491
+ *
481
492
  * @returns oAlternateRepresentation
482
493
  */
483
494
  getAlternateRepresentation(): object | string;
484
495
  /**
485
496
  * Returns data for representation type
486
497
  *
498
+ *
487
499
  * @returns aDataResponse
488
500
  */
489
501
  getData(): any[];
@@ -491,12 +503,14 @@ declare module "sap/apf/ui/representations/representationInterface" {
491
503
  * This method has to be implemented so that binding can determine which method has to be used for the filter
492
504
  * retrieval from a representations.
493
505
  *
506
+ *
494
507
  * @returns The filter method type the representation supports
495
508
  */
496
509
  getFilterMethodType(): /* was: sap.apf.constants.filterMethodTypes */ any;
497
510
  /**
498
511
  * This method holds the logic to draw the content to be shown on main representation area.
499
512
  *
513
+ *
500
514
  * @returns oUiObject The UI object that has to be shown in main representation area. Example: Line chart
501
515
  * instance for a line chart representation.
502
516
  */
@@ -504,18 +518,21 @@ declare module "sap/apf/ui/representations/representationInterface" {
504
518
  /**
505
519
  * Returns meta data for representation type
506
520
  *
521
+ *
507
522
  * @returns metadata
508
523
  */
509
524
  getMetaData(): /* was: sap.apf.core.EntityTypeMetadata */ any;
510
525
  /**
511
526
  * The method returns the constructor arguments which will be used to create toggle representation.
512
527
  *
528
+ *
513
529
  * @returns oParameters
514
530
  */
515
531
  getParameter(): object | string;
516
532
  /**
517
533
  * This method holds the logic to draw the content to be printed.
518
534
  *
535
+ *
519
536
  * @returns oUiObject The UI object that has to be printed. Example: Line chart instance for a line chart
520
537
  * representation.
521
538
  */
@@ -541,6 +558,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
541
558
  * is applied. **array** holding objects with properties 'property' and 'ascending' as described
542
559
  * above.
543
560
  *
561
+ *
544
562
  * @returns Example:
545
563
  * { paging : {
546
564
  * top : 10,
@@ -561,6 +579,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
561
579
  /**
562
580
  * This is the basic method with which the step can detect data selected in the chart.
563
581
  *
582
+ *
564
583
  * @returns An array with indices is returned.
565
584
  * E.g. if the first and the third line of the array aDataResponse have been selected, then aIndices = [0,
566
585
  * 2]. Counting of indices start from 0. If all data has been selected, and aDataResponse.length == 4, then
@@ -573,6 +592,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
573
592
  /**
574
593
  * This method holds the logic to draw the content to be shown on thumbnail area.
575
594
  *
595
+ *
576
596
  * @returns oUiObject The UI object that has to be shown in thumbnail area. Example: Line chart instance
577
597
  * for a line chart representation.
578
598
  */
@@ -582,6 +602,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
582
602
  * inside a tooltip Popup when the thumbnail content overflows the thumbnail container area with a gradient
583
603
  * effect to indicate that it is overflowing.
584
604
  *
605
+ *
585
606
  * @returns oUiObject The UI object that has to be shown as tooltip for a thumbnail. Example: Detailed content
586
607
  * of a form representation.
587
608
  */
@@ -594,6 +615,7 @@ declare module "sap/apf/ui/representations/representationInterface" {
594
615
  * This method returns the selection for serialization. This is required for the Persisting selection of
595
616
  * current representation. It includes selection mode and selections.
596
617
  *
618
+ *
597
619
  * @returns oSerializationInformation
598
620
  */
599
621
  serialize(): object | string;
@@ -640,11 +662,11 @@ declare module "sap/apf/ui/representations/representationInterface" {
640
662
 
641
663
  declare module "sap/apf/ui/representations/RepresentationInterfaceProxy" {
642
664
  /**
643
- * @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
644
- *
645
665
  * The interface proxy passed to a representation which provides access to required APF methods. This constructor
646
666
  * is used by apf.api. It can be also used to build unit tests that need an interface proxy between APF
647
667
  * and representations.
668
+ *
669
+ * @experimental - The complete interface is subject to ongoing work and not yet stable (as of Version 1.24.0).
648
670
  */
649
671
  export default class RepresentationInterfaceProxy {
650
672
  constructor(
@@ -686,9 +708,9 @@ declare namespace sap {
686
708
  */
687
709
  namespace apf {
688
710
  /**
689
- * @deprecated (since 1.23.1) - Use sap.apf.core.constants instead.
690
- *
691
711
  * Constants to be used by APF consumers.
712
+ *
713
+ * @deprecated (since 1.23.1) - Use sap.apf.core.constants instead.
692
714
  */
693
715
  export const constants: Object;
694
716
 
@@ -732,6 +754,7 @@ declare namespace sap {
732
754
  /**
733
755
  * Executes an OData request.
734
756
  *
757
+ *
735
758
  * @returns undefined
736
759
  */
737
760
  send(
@@ -795,6 +818,7 @@ declare namespace sap {
795
818
  * object) or be a boolean expression (see the FilterExpression object). AND and OR terms are returned as
796
819
  * arrays; boolean expressions are returned as objects.
797
820
  *
821
+ *
798
822
  * @returns Array of AND terms, OR terms and expressions.
799
823
  */
800
824
  getExpressions(): object[];
@@ -810,6 +834,7 @@ declare namespace sap {
810
834
  * Build the intersection of the this filter object with the supplied filter(s). The method does not change
811
835
  * the "this"-instance.
812
836
  *
837
+ *
813
838
  * @returns new CoreFilter object {@link sap.apf.utils.Filter} for the intersected filters
814
839
  */
815
840
  intersectWith(
@@ -822,6 +847,7 @@ declare namespace sap {
822
847
  /**
823
848
  * Updates an expression.
824
849
  *
850
+ *
825
851
  * @returns undefined
826
852
  */
827
853
  updateExpression(
@@ -858,6 +884,7 @@ declare namespace sap {
858
884
  /**
859
885
  * Updates a value of an expression object.
860
886
  *
887
+ *
861
888
  * @returns undefined
862
889
  */
863
890
  updateValue(
@@ -888,6 +915,7 @@ declare namespace sap {
888
915
  /**
889
916
  * Adds an expression object to this filter.
890
917
  *
918
+ *
891
919
  * @returns this to allow method chaining
892
920
  */
893
921
  addExpression(
@@ -986,6 +1014,7 @@ declare namespace sap {
986
1014
  /**
987
1015
  * Adds an expression object to this filter.
988
1016
  *
1017
+ *
989
1018
  * @returns this to allow method chaining
990
1019
  */
991
1020
  addExpression(
@@ -1014,6 +1043,7 @@ declare namespace sap {
1014
1043
  /**
1015
1044
  * Retrieves an ID of the term.
1016
1045
  *
1046
+ *
1017
1047
  * @returns ID of the term.
1018
1048
  */
1019
1049
  getId(): string;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.17
1
+ // For Library Version: 1.120.18
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.12
1
+ // For Library Version: 1.120.13
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  import ChartScheme from "sap/gantt/config/ChartScheme";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.11
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/insights/library" {}
4
4
 
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.16
1
+ // For Library Version: 1.120.17
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.11
1
+ // For Library Version: 1.120.12
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.21
1
+ // For Library Version: 1.120.22
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.120.23
283
+ // For Library Version: 1.120.24
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -49558,10 +49558,10 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
49558
49558
  */
49559
49559
  oContext: Context,
49560
49560
  /**
49561
- * Parameters, specifying the aggregation level for which contexts shall be fetched or (legacy signature
49562
- * variant) index of first child entry to return from the parent context (zero-based)
49561
+ * Parameters, specifying the aggregation level for which contexts shall be fetched or the index of the
49562
+ * first child entry to return from the parent contexts
49563
49563
  */
49564
- mParameters:
49564
+ mParameters?:
49565
49565
  | {
49566
49566
  /**
49567
49567
  * Level number for oContext, because it might occur at multiple levels; context with group ID `"/"` has
@@ -49673,7 +49673,7 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
49673
49673
  * value can be set to define the parameter `startIndex` as described in this parameter list. In this case,
49674
49674
  * the function parameters `iLength`, `iNumberOfExpandedLevels` and `iThreshold` become mandatory.
49675
49675
  */
49676
- mParameters:
49676
+ mParameters?:
49677
49677
  | {
49678
49678
  /**
49679
49679
  * Number of entries to return at and after the given start index; defaults to the model's size limit, see
@@ -53254,12 +53254,14 @@ declare module "sap/ui/model/ClientTreeBinding" {
53254
53254
  */
53255
53255
  filter(
53256
53256
  /**
53257
- * Single filter object or an array of filter objects
53257
+ * The filters to use; in case of type {@link sap.ui.model.FilterType.Application} this replaces the filters
53258
+ * given in {@link sap.ui.model.ClientModel#bindTree}; a falsy value is treated as an empty array and thus
53259
+ * removes all filters of the specified type
53258
53260
  */
53259
- aFilters: Filter | Filter[],
53261
+ aFilters?: Filter[] | Filter,
53260
53262
  /**
53261
- * Type of the filter to be adjusted; if no type is given, any previously configured application filters
53262
- * are cleared, and the given filters are used as control filters
53263
+ * The type of the filter to replace; if no type is given, all filters previously configured with type {@link sap.ui.model.FilterType.Application }
53264
+ * are cleared, and the given filters are used as filters of type {@link sap.ui.model.FilterType.Control}
53263
53265
  */
53264
53266
  sFilterType?: FilterType | keyof typeof FilterType
53265
53267
  ): this;
@@ -53274,11 +53276,11 @@ declare module "sap/ui/model/ClientTreeBinding" {
53274
53276
  */
53275
53277
  getCount(): number | undefined;
53276
53278
  /**
53277
- * Return node contexts for the tree
53279
+ * Return node contexts for the tree.
53278
53280
  *
53279
53281
  * @ui5-protected Do not call from applications (only from related classes in the framework)
53280
53282
  *
53281
- * @returns the contexts array
53283
+ * @returns the context's array
53282
53284
  */
53283
53285
  getNodeContexts(
53284
53286
  /**
@@ -53286,42 +53288,44 @@ declare module "sap/ui/model/ClientTreeBinding" {
53286
53288
  */
53287
53289
  oContext: Context,
53288
53290
  /**
53289
- * the startIndex where to start the retrieval of contexts
53291
+ * the index from which to start the retrieval of contexts
53290
53292
  */
53291
- iStartIndex: int,
53293
+ iStartIndex?: int,
53292
53294
  /**
53293
- * determines how many contexts to retrieve beginning from the start index.
53295
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
53296
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
53294
53297
  */
53295
- iLength: int
53298
+ iLength?: int
53296
53299
  ): Context[];
53297
53300
  /**
53298
- * Return root contexts for the tree
53301
+ * Return root contexts for the tree.
53299
53302
  *
53300
53303
  * @ui5-protected Do not call from applications (only from related classes in the framework)
53301
53304
  *
53302
- * @returns the contexts array
53305
+ * @returns the context's array
53303
53306
  */
53304
53307
  getRootContexts(
53305
53308
  /**
53306
- * the startIndex where to start the retrieval of contexts
53309
+ * the index from which to start the retrieval of contexts
53307
53310
  */
53308
- iStartIndex: int,
53311
+ iStartIndex?: int,
53309
53312
  /**
53310
- * determines how many contexts to retrieve beginning from the start index.
53313
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
53314
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
53311
53315
  */
53312
- iLength: int
53313
- ): object[];
53316
+ iLength?: int
53317
+ ): Context[];
53314
53318
  /**
53315
53319
  * Returns if the node has child nodes.
53316
53320
  *
53317
53321
  *
53318
- * @returns true if node has children
53322
+ * @returns `true` if the node has children
53319
53323
  */
53320
53324
  hasChildren(
53321
53325
  /**
53322
53326
  * the context element of the node
53323
53327
  */
53324
- oContext: object
53328
+ oContext: Context
53325
53329
  ): boolean;
53326
53330
  /**
53327
53331
  * Sorts the contexts of this ClientTreeBinding. The tree will be sorted level by level. So the nodes are
@@ -53332,9 +53336,10 @@ declare module "sap/ui/model/ClientTreeBinding" {
53332
53336
  */
53333
53337
  sort(
53334
53338
  /**
53335
- * An array of Sorter instances which will be applied
53339
+ * The sorters to use; they replace the sorters given in {@link sap.ui.model.ClientModel#bindTree}; a falsy
53340
+ * value is treated as an empty array and thus removes all sorters
53336
53341
  */
53337
- aSorters: Sorter[]
53342
+ aSorters?: Sorter[] | Sorter
53338
53343
  ): this;
53339
53344
  }
53340
53345
  }
@@ -76220,6 +76225,8 @@ declare module "sap/ui/model/TreeBinding" {
76220
76225
 
76221
76226
  import Model from "sap/ui/model/Model";
76222
76227
 
76228
+ import Context from "sap/ui/model/Context";
76229
+
76223
76230
  import Filter from "sap/ui/model/Filter";
76224
76231
 
76225
76232
  import Sorter from "sap/ui/model/Sorter";
@@ -76228,8 +76235,6 @@ declare module "sap/ui/model/TreeBinding" {
76228
76235
 
76229
76236
  import Metadata from "sap/ui/base/Metadata";
76230
76237
 
76231
- import Context from "sap/ui/model/Context";
76232
-
76233
76238
  /**
76234
76239
  * The TreeBinding is a specific binding for trees in the model, which can be used to populate Trees.
76235
76240
  */
@@ -76253,15 +76258,16 @@ declare module "sap/ui/model/TreeBinding" {
76253
76258
  /**
76254
76259
  * Context object for this binding (optional)
76255
76260
  */
76256
- oContext?: object,
76261
+ oContext?: Context,
76257
76262
  /**
76258
- * Predefined filter or an array of filters (optional)
76263
+ * The filters to be used initially with type {@link sap.ui.model.FilterType.Application}; call {@link #filter }
76264
+ * to replace them
76259
76265
  */
76260
- aFilters?: Filter | Filter[],
76266
+ aFilters?: Filter[] | Filter,
76261
76267
  /**
76262
76268
  * Additional model specific parameters (optional)
76263
76269
  */
76264
- mParameters?: string,
76270
+ mParameters?: object,
76265
76271
  /**
76266
76272
  * Predefined sorter or an array of sorters (optional)
76267
76273
  */
@@ -76351,7 +76357,7 @@ declare module "sap/ui/model/TreeBinding" {
76351
76357
  sFilterType: FilterType | keyof typeof FilterType
76352
76358
  ): void;
76353
76359
  /**
76354
- * Returns the number of child nodes of a specific context
76360
+ * Returns the number of child nodes of a specific context.
76355
76361
  *
76356
76362
  *
76357
76363
  * @returns the number of children
@@ -76360,7 +76366,7 @@ declare module "sap/ui/model/TreeBinding" {
76360
76366
  /**
76361
76367
  * the context element of the node
76362
76368
  */
76363
- oContext: Object
76369
+ oContext: Context
76364
76370
  ): int;
76365
76371
  /**
76366
76372
  * Returns the count of entries in the tree, or `undefined` if it is unknown. If the tree is filtered, the
@@ -76376,7 +76382,7 @@ declare module "sap/ui/model/TreeBinding" {
76376
76382
  */
76377
76383
  getCount(): number | undefined;
76378
76384
  /**
76379
- * Returns the current value of the bound target
76385
+ * Returns the current value of the bound target.
76380
76386
  *
76381
76387
  *
76382
76388
  * @returns the array of child contexts for the given node
@@ -76387,41 +76393,43 @@ declare module "sap/ui/model/TreeBinding" {
76387
76393
  */
76388
76394
  oContext: Context,
76389
76395
  /**
76390
- * the startIndex where to start the retrieval of contexts
76396
+ * the index from which to start the retrieval of contexts
76391
76397
  */
76392
- iStartIndex: int,
76398
+ iStartIndex?: int,
76393
76399
  /**
76394
- * determines how many contexts to retrieve beginning from the start index.
76400
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
76401
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
76395
76402
  */
76396
- iLength: int
76403
+ iLength?: int
76397
76404
  ): Context[];
76398
76405
  /**
76399
- * Returns the current value of the bound target
76406
+ * Returns the current value of the bound target.
76400
76407
  *
76401
76408
  *
76402
76409
  * @returns the array of child contexts for the root node
76403
76410
  */
76404
76411
  getRootContexts(
76405
76412
  /**
76406
- * the startIndex where to start the retrieval of contexts
76413
+ * the index from which to start the retrieval of contexts
76407
76414
  */
76408
- iStartIndex: int,
76415
+ iStartIndex?: int,
76409
76416
  /**
76410
- * determines how many contexts to retrieve beginning from the start index.
76417
+ * determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
76418
+ * limit; see {@link sap.ui.model.Model#setSizeLimit}.
76411
76419
  */
76412
- iLength: int
76413
- ): any[];
76420
+ iLength?: int
76421
+ ): Context[];
76414
76422
  /**
76415
- * Returns if the node has child nodes
76423
+ * Returns `true` if the node has child nodes.
76416
76424
  *
76417
76425
  *
76418
- * @returns true if node has children
76426
+ * @returns `true` if the node has children
76419
76427
  */
76420
76428
  hasChildren(
76421
76429
  /**
76422
76430
  * the context element of the node
76423
76431
  */
76424
- oContext: Object
76432
+ oContext: Context
76425
76433
  ): boolean;
76426
76434
  /**
76427
76435
  * Sorts the tree according to the sorter definitions.
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
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.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -964,8 +964,14 @@ declare module "sap/ui/unified/Calendar" {
964
964
  /**
965
965
  * Gets current value of property {@link #getNonWorkingDays nonWorkingDays}.
966
966
  *
967
- * If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0
968
- * to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.
967
+ * This property sets chosen days of the week as non-working days, and overrides the weekend days defined
968
+ * in the locale settings. If set, the provided weekdays are displayed as non-working days.
969
+ *
970
+ * Users could override the non-working days for each week. Valid values inside the array are from 0
971
+ * to 6. For example:
972
+ * - A single day for each week - `[3]`.
973
+ * - All days for each week - `[0,1,2,3,4,5,6]`.
974
+ * - None of the days for each week - `[]`. In this case all weekdays are working days.
969
975
  *
970
976
  * **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
971
977
  * specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
@@ -1392,8 +1398,14 @@ declare module "sap/ui/unified/Calendar" {
1392
1398
  /**
1393
1399
  * Sets a new value for property {@link #getNonWorkingDays nonWorkingDays}.
1394
1400
  *
1395
- * If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0
1396
- * to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.
1401
+ * This property sets chosen days of the week as non-working days, and overrides the weekend days defined
1402
+ * in the locale settings. If set, the provided weekdays are displayed as non-working days.
1403
+ *
1404
+ * Users could override the non-working days for each week. Valid values inside the array are from 0
1405
+ * to 6. For example:
1406
+ * - A single day for each week - `[3]`.
1407
+ * - All days for each week - `[0,1,2,3,4,5,6]`.
1408
+ * - None of the days for each week - `[]`. In this case all weekdays are working days.
1397
1409
  *
1398
1410
  * **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
1399
1411
  * specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
@@ -1554,8 +1566,14 @@ declare module "sap/ui/unified/Calendar" {
1554
1566
  firstDayOfWeek?: int | PropertyBindingInfo | `{${string}}`;
1555
1567
 
1556
1568
  /**
1557
- * If set, the provided weekdays are displayed as non-working days. Valid values inside the array are 0
1558
- * to 6. If not set, the weekend defined in the locale settings is displayed as non-working days.
1569
+ * This property sets chosen days of the week as non-working days, and overrides the weekend days defined
1570
+ * in the locale settings. If set, the provided weekdays are displayed as non-working days.
1571
+ *
1572
+ * Users could override the non-working days for each week. Valid values inside the array are from 0
1573
+ * to 6. For example:
1574
+ * - A single day for each week - `[3]`.
1575
+ * - All days for each week - `[0,1,2,3,4,5,6]`.
1576
+ * - None of the days for each week - `[]`. In this case all weekdays are working days.
1559
1577
  *
1560
1578
  * **Note:** Keep in mind that this property sets only weekly-recurring days as non-working. If you need
1561
1579
  * specific dates or dates ranges, such as national holidays, use the `specialDates` aggregation to set
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.22
1
+ // For Library Version: 1.120.23
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.22
1
+ // For Library Version: 1.120.23
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.23
1
+ // For Library Version: 1.120.24
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.10
1
+ // For Library Version: 1.120.11
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4