@sapui5/ts-types 1.145.0 → 1.146.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 (69) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.esh.search.ui.d.ts +61 -18
  7. package/types/sap.f.d.ts +71 -528
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +1 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +258 -35
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +48 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +328 -18
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +173 -10
  31. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +9 -16
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +1036 -362
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +65 -265
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +2 -2
  47. package/types/sap.ui.richtexteditor.d.ts +6 -6
  48. package/types/sap.ui.rta.d.ts +1 -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 +1 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +36 -3
  54. package/types/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 +216 -2
  57. package/types/sap.ui.vtm.d.ts +2 -2
  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 +184 -131
  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
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.145.0
1
+ // For Library Version: 1.146.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -69,14 +69,14 @@ declare namespace sap {
69
69
  *
70
70
  * Will be shown as a relative time like "5 minutes ago".
71
71
  *
72
- * @experimental As of version 1.89. this feature is experimental and the API may change.
72
+ * @experimental As of version 1.89.
73
73
  */
74
74
  dataTimestamp?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
75
75
 
76
76
  /**
77
77
  * Defines the status text visibility.
78
78
  *
79
- * @experimental As of version 1.116. this feature is experimental and the API may change.
79
+ * @experimental As of version 1.116.
80
80
  */
81
81
  statusVisible?:
82
82
  | boolean
@@ -87,31 +87,16 @@ declare namespace sap {
87
87
  * Defines the type of text wrapping to be used inside the header. This applies to title, subtitle and details
88
88
  * texts of the header.
89
89
  *
90
- * @experimental As of version 1.122. this feature is experimental and the API may change.
90
+ * @experimental As of version 1.122.
91
91
  */
92
92
  wrappingType?:
93
93
  | sap.m.WrappingType
94
94
  | sap.ui.base.ManagedObject.PropertyBindingInfo
95
95
  | `{${string}}`;
96
96
 
97
- /**
98
- * Defines the href which the header should open. If set - the header will act and render as a link.
99
- *
100
- * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
101
- */
102
- href?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
103
-
104
- /**
105
- * Defines the target for the case when `href` is given.
106
- *
107
- * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
108
- */
109
- target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
110
-
111
97
  /**
112
98
  * Info sections to be displayed in the header.
113
99
  *
114
- * @since 1.136
115
100
  * @experimental As of version 1.136.
116
101
  */
117
102
  infoSection?:
@@ -123,23 +108,10 @@ declare namespace sap {
123
108
  /**
124
109
  * Defines the toolbar.
125
110
  *
126
- * @since 1.86
127
111
  * @experimental As of version 1.86.
128
112
  */
129
113
  toolbar?: sap.ui.core.Control;
130
114
 
131
- /**
132
- * Show as a banner in the header area. Use for example for system info and application shortcut.
133
- *
134
- * @since 1.118
135
- * @experimental As of version 1.118. For usage only by Work Zone.
136
- */
137
- bannerLines?:
138
- | sap.m.Text[]
139
- | sap.m.Text
140
- | sap.ui.base.ManagedObject.AggregationBindingInfo
141
- | `{${string}}`;
142
-
143
115
  /**
144
116
  * Fires when the user presses the control.
145
117
  */
@@ -263,14 +235,14 @@ declare namespace sap {
263
235
  /**
264
236
  * Defines an alt text for the avatar or icon.
265
237
  *
266
- * @experimental As of version 1.81. this feature is experimental and the API may change.
238
+ * @experimental As of version 1.81.
267
239
  */
268
240
  iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
269
241
 
270
242
  /**
271
243
  * Defines a background color for the avatar or icon.
272
244
  *
273
- * @experimental As of version 1.83. this feature is experimental and the API may change.
245
+ * @experimental As of version 1.83.
274
246
  */
275
247
  iconBackgroundColor?:
276
248
  | sap.m.AvatarColor
@@ -280,7 +252,7 @@ declare namespace sap {
280
252
  /**
281
253
  * Defines whether the card icon is visible.
282
254
  *
283
- * @experimental As of version 1.83. this feature is experimental and the API may change.
255
+ * @experimental As of version 1.83.
284
256
  */
285
257
  iconVisible?:
286
258
  | boolean
@@ -290,7 +262,7 @@ declare namespace sap {
290
262
  /**
291
263
  * Defines the size of the icon.
292
264
  *
293
- * @experimental As of version 1.119. this feature is experimental and the API may change.
265
+ * @experimental As of version 1.119.
294
266
  */
295
267
  iconSize?:
296
268
  | sap.m.AvatarSize
@@ -357,70 +329,10 @@ declare namespace sap {
357
329
  */
358
330
  statusText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
359
331
 
360
- /**
361
- * Defines the shape of the icon.
362
- *
363
- * @since 1.118
364
- * @experimental As of version 1.118. For usage only by Work Zone.
365
- */
366
- iconDisplayShape?:
367
- | sap.m.AvatarShape
368
- | sap.ui.base.ManagedObject.PropertyBindingInfo
369
- | `{${string}}`;
370
-
371
- /**
372
- * Defines the icon source.
373
- *
374
- * @since 1.118
375
- * @experimental As of version 1.118. For usage only by Work Zone.
376
- */
377
- iconSrc?:
378
- | sap.ui.core.URI
379
- | sap.ui.base.ManagedObject.PropertyBindingInfo
380
- | `{${string}}`;
381
-
382
- /**
383
- * Defines the initials of the icon.
384
- *
385
- * @since 1.118
386
- * @experimental As of version 1.118. For usage only by Work Zone.
387
- */
388
- iconInitials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
389
-
390
- /**
391
- * Defines an alt text for the avatar or icon.
392
- *
393
- * @since 1.118
394
- * @experimental As of version 1.118. For usage only by Work Zone.
395
- */
396
- iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
397
-
398
- /**
399
- * Defines a background color for the avatar or icon.
400
- *
401
- * @since 1.118
402
- * @experimental As of version 1.118. For usage only by Work Zone.
403
- */
404
- iconBackgroundColor?:
405
- | sap.m.AvatarColor
406
- | sap.ui.base.ManagedObject.PropertyBindingInfo
407
- | `{${string}}`;
408
-
409
- /**
410
- * Defines whether the card icon is visible.
411
- *
412
- * @since 1.118
413
- * @experimental As of version 1.118. For usage only by Work Zone.
414
- */
415
- iconVisible?:
416
- | boolean
417
- | sap.ui.base.ManagedObject.PropertyBindingInfo
418
- | `{${string}}`;
419
-
420
332
  /**
421
333
  * Defines the size of the icon.
422
334
  *
423
- * @experimental As of version 1.119. this feature is experimental and the API may change.
335
+ * @experimental As of version 1.119.
424
336
  */
425
337
  iconSize?:
426
338
  | sap.m.AvatarSize
@@ -451,7 +363,7 @@ declare namespace sap {
451
363
  number?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
452
364
 
453
365
  /**
454
- * The size of the of the main indicator. Possible values are "S" and "L".
366
+ * The size of the main indicator. Possible values are "S" and "L".
455
367
  */
456
368
  numberSize?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
457
369
 
@@ -483,8 +395,7 @@ declare namespace sap {
483
395
  /**
484
396
  * The semantic color which represents the state of the main number indicator.
485
397
  *
486
- * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
487
- * may be done before its official public release. Use at your own discretion.
398
+ * @experimental As of version 1.64.
488
399
  */
489
400
  state?:
490
401
  | sap.m.ValueColor
@@ -496,17 +407,6 @@ declare namespace sap {
496
407
  */
497
408
  details?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
498
409
 
499
- /**
500
- * The semantic color which represents the state of the details text.
501
- *
502
- * @since 1.118
503
- * @experimental As of version 1.118. For usage only by Work Zone.
504
- */
505
- detailsState?:
506
- | sap.ui.core.ValueState
507
- | sap.ui.base.ManagedObject.PropertyBindingInfo
508
- | `{${string}}`;
509
-
510
410
  /**
511
411
  * Limits the number of lines for the details.
512
412
  *
@@ -566,8 +466,7 @@ declare namespace sap {
566
466
  /**
567
467
  * The semantic color which represents the state of the side indicator.
568
468
  *
569
- * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
570
- * may be done before its official public release. Use at your own discretion.
469
+ * @experimental As of version 1.95.
571
470
  */
572
471
  state?:
573
472
  | sap.m.ValueColor
@@ -650,24 +549,9 @@ declare namespace sap {
650
549
  * @returns Metadata object describing this class
651
550
  */
652
551
  static getMetadata(): sap.ui.core.ElementMetadata;
653
- /**
654
- * Adds some bannerLine to the aggregation {@link #getBannerLines bannerLines}.
655
- *
656
- * @since 1.118
657
- * @experimental As of version 1.118. For usage only by Work Zone.
658
- *
659
- * @returns Reference to `this` in order to allow method chaining
660
- */
661
- addBannerLine(
662
- /**
663
- * The bannerLine to add; if empty, nothing is inserted
664
- */
665
- oBannerLine: sap.m.Text
666
- ): this;
667
552
  /**
668
553
  * Adds some infoSection to the aggregation {@link #getInfoSection infoSection}.
669
554
  *
670
- * @since 1.136
671
555
  * @experimental As of version 1.136.
672
556
  *
673
557
  * @returns Reference to `this` in order to allow method chaining
@@ -725,19 +609,9 @@ declare namespace sap {
725
609
  */
726
610
  oListener?: object
727
611
  ): this;
728
- /**
729
- * Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
730
- *
731
- * @since 1.118
732
- * @experimental As of version 1.118. For usage only by Work Zone.
733
- *
734
- * @returns Reference to `this` in order to allow method chaining
735
- */
736
- destroyBannerLines(): this;
737
612
  /**
738
613
  * Destroys all the infoSection in the aggregation {@link #getInfoSection infoSection}.
739
614
  *
740
- * @since 1.136
741
615
  * @experimental As of version 1.136.
742
616
  *
743
617
  * @returns Reference to `this` in order to allow method chaining
@@ -746,7 +620,6 @@ declare namespace sap {
746
620
  /**
747
621
  * Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
748
622
  *
749
- * @since 1.86
750
623
  * @experimental As of version 1.86.
751
624
  *
752
625
  * @returns Reference to `this` in order to allow method chaining
@@ -783,15 +656,6 @@ declare namespace sap {
783
656
  */
784
657
  mParameters?: object
785
658
  ): this;
786
- /**
787
- * Gets content of aggregation {@link #getBannerLines bannerLines}.
788
- *
789
- * Show as a banner in the header area. Use for example for system info and application shortcut.
790
- *
791
- * @since 1.118
792
- * @experimental As of version 1.118. For usage only by Work Zone.
793
- */
794
- getBannerLines(): sap.m.Text[];
795
659
  /**
796
660
  * Gets current value of property {@link #getDataTimestamp dataTimestamp}.
797
661
  *
@@ -804,27 +668,16 @@ declare namespace sap {
804
668
  *
805
669
  * Default value is `empty string`.
806
670
  *
807
- * @experimental As of version 1.89. this feature is experimental and the API may change.
671
+ * @experimental As of version 1.89.
808
672
  *
809
673
  * @returns Value of property `dataTimestamp`
810
674
  */
811
675
  getDataTimestamp(): string;
812
- /**
813
- * Gets current value of property {@link #getHref href}.
814
- *
815
- * Defines the href which the header should open. If set - the header will act and render as a link.
816
- *
817
- * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
818
- *
819
- * @returns Value of property `href`
820
- */
821
- getHref(): string;
822
676
  /**
823
677
  * Gets content of aggregation {@link #getInfoSection infoSection}.
824
678
  *
825
679
  * Info sections to be displayed in the header.
826
680
  *
827
- * @since 1.136
828
681
  * @experimental As of version 1.136.
829
682
  */
830
683
  getInfoSection(): sap.ui.core.Control[];
@@ -835,27 +688,16 @@ declare namespace sap {
835
688
  *
836
689
  * Default value is `true`.
837
690
  *
838
- * @experimental As of version 1.116. this feature is experimental and the API may change.
691
+ * @experimental As of version 1.116.
839
692
  *
840
693
  * @returns Value of property `statusVisible`
841
694
  */
842
695
  getStatusVisible(): boolean;
843
- /**
844
- * Gets current value of property {@link #getTarget target}.
845
- *
846
- * Defines the target for the case when `href` is given.
847
- *
848
- * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
849
- *
850
- * @returns Value of property `target`
851
- */
852
- getTarget(): string;
853
696
  /**
854
697
  * Gets content of aggregation {@link #getToolbar toolbar}.
855
698
  *
856
699
  * Defines the toolbar.
857
700
  *
858
- * @since 1.86
859
701
  * @experimental As of version 1.86.
860
702
  */
861
703
  getToolbar(): sap.ui.core.Control;
@@ -867,31 +709,15 @@ declare namespace sap {
867
709
  *
868
710
  * Default value is `Normal`.
869
711
  *
870
- * @experimental As of version 1.122. this feature is experimental and the API may change.
712
+ * @experimental As of version 1.122.
871
713
  *
872
714
  * @returns Value of property `wrappingType`
873
715
  */
874
716
  getWrappingType(): sap.m.WrappingType;
875
- /**
876
- * Checks for the provided `sap.m.Text` in the aggregation {@link #getBannerLines bannerLines}. and returns
877
- * its index if found or -1 otherwise.
878
- *
879
- * @since 1.118
880
- * @experimental As of version 1.118. For usage only by Work Zone.
881
- *
882
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
883
- */
884
- indexOfBannerLine(
885
- /**
886
- * The bannerLine whose index is looked for
887
- */
888
- oBannerLine: sap.m.Text
889
- ): int;
890
717
  /**
891
718
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getInfoSection infoSection}.
892
719
  * and returns its index if found or -1 otherwise.
893
720
  *
894
- * @since 1.136
895
721
  * @experimental As of version 1.136.
896
722
  *
897
723
  * @returns The index of the provided control in the aggregation if found, or -1 otherwise
@@ -902,30 +728,9 @@ declare namespace sap {
902
728
  */
903
729
  oInfoSection: sap.ui.core.Control
904
730
  ): int;
905
- /**
906
- * Inserts a bannerLine into the aggregation {@link #getBannerLines bannerLines}.
907
- *
908
- * @since 1.118
909
- * @experimental As of version 1.118. For usage only by Work Zone.
910
- *
911
- * @returns Reference to `this` in order to allow method chaining
912
- */
913
- insertBannerLine(
914
- /**
915
- * The bannerLine to insert; if empty, nothing is inserted
916
- */
917
- oBannerLine: sap.m.Text,
918
- /**
919
- * The `0`-based index the bannerLine should be inserted at; for a negative value of `iIndex`, the bannerLine
920
- * is inserted at position 0; for a value greater than the current size of the aggregation, the bannerLine
921
- * is inserted at the last position
922
- */
923
- iIndex: int
924
- ): this;
925
731
  /**
926
732
  * Inserts a infoSection into the aggregation {@link #getInfoSection infoSection}.
927
733
  *
928
- * @since 1.136
929
734
  * @experimental As of version 1.136.
930
735
  *
931
736
  * @returns Reference to `this` in order to allow method chaining
@@ -942,46 +747,19 @@ declare namespace sap {
942
747
  */
943
748
  iIndex: int
944
749
  ): this;
945
- /**
946
- * Removes all the controls from the aggregation {@link #getBannerLines bannerLines}.
947
- *
948
- * Additionally, it unregisters them from the hosting UIArea.
949
- *
950
- * @since 1.118
951
- * @experimental As of version 1.118. For usage only by Work Zone.
952
- *
953
- * @returns An array of the removed elements (might be empty)
954
- */
955
- removeAllBannerLines(): sap.m.Text[];
956
750
  /**
957
751
  * Removes all the controls from the aggregation {@link #getInfoSection infoSection}.
958
752
  *
959
753
  * Additionally, it unregisters them from the hosting UIArea.
960
754
  *
961
- * @since 1.136
962
755
  * @experimental As of version 1.136.
963
756
  *
964
757
  * @returns An array of the removed elements (might be empty)
965
758
  */
966
759
  removeAllInfoSection(): sap.ui.core.Control[];
967
- /**
968
- * Removes a bannerLine from the aggregation {@link #getBannerLines bannerLines}.
969
- *
970
- * @since 1.118
971
- * @experimental As of version 1.118. For usage only by Work Zone.
972
- *
973
- * @returns The removed bannerLine or `null`
974
- */
975
- removeBannerLine(
976
- /**
977
- * The bannerLine to remove or its index or id
978
- */
979
- vBannerLine: int | string | sap.m.Text
980
- ): sap.m.Text | null;
981
760
  /**
982
761
  * Removes a infoSection from the aggregation {@link #getInfoSection infoSection}.
983
762
  *
984
- * @since 1.136
985
763
  * @experimental As of version 1.136.
986
764
  *
987
765
  * @returns The removed infoSection or `null`
@@ -1006,7 +784,7 @@ declare namespace sap {
1006
784
  *
1007
785
  * Default value is `empty string`.
1008
786
  *
1009
- * @experimental As of version 1.89. this feature is experimental and the API may change.
787
+ * @experimental As of version 1.89.
1010
788
  *
1011
789
  * @returns Reference to `this` in order to allow method chaining
1012
790
  */
@@ -1016,23 +794,6 @@ declare namespace sap {
1016
794
  */
1017
795
  sDataTimestamp?: string
1018
796
  ): this;
1019
- /**
1020
- * Sets a new value for property {@link #getHref href}.
1021
- *
1022
- * Defines the href which the header should open. If set - the header will act and render as a link.
1023
- *
1024
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1025
- *
1026
- * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
1027
- *
1028
- * @returns Reference to `this` in order to allow method chaining
1029
- */
1030
- setHref(
1031
- /**
1032
- * New value for property `href`
1033
- */
1034
- sHref: string
1035
- ): this;
1036
797
  /**
1037
798
  * Sets a new value for property {@link #getStatusVisible statusVisible}.
1038
799
  *
@@ -1042,7 +803,7 @@ declare namespace sap {
1042
803
  *
1043
804
  * Default value is `true`.
1044
805
  *
1045
- * @experimental As of version 1.116. this feature is experimental and the API may change.
806
+ * @experimental As of version 1.116.
1046
807
  *
1047
808
  * @returns Reference to `this` in order to allow method chaining
1048
809
  */
@@ -1052,27 +813,9 @@ declare namespace sap {
1052
813
  */
1053
814
  bStatusVisible?: boolean
1054
815
  ): this;
1055
- /**
1056
- * Sets a new value for property {@link #getTarget target}.
1057
- *
1058
- * Defines the target for the case when `href` is given.
1059
- *
1060
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1061
- *
1062
- * @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
1063
- *
1064
- * @returns Reference to `this` in order to allow method chaining
1065
- */
1066
- setTarget(
1067
- /**
1068
- * New value for property `target`
1069
- */
1070
- sTarget: string
1071
- ): this;
1072
816
  /**
1073
817
  * Sets the aggregated {@link #getToolbar toolbar}.
1074
818
  *
1075
- * @since 1.86
1076
819
  * @experimental As of version 1.86.
1077
820
  *
1078
821
  * @returns Reference to `this` in order to allow method chaining
@@ -1093,7 +836,7 @@ declare namespace sap {
1093
836
  *
1094
837
  * Default value is `Normal`.
1095
838
  *
1096
- * @experimental As of version 1.122. this feature is experimental and the API may change.
839
+ * @experimental As of version 1.122.
1097
840
  *
1098
841
  * @returns Reference to `this` in order to allow method chaining
1099
842
  */
@@ -1435,7 +1178,7 @@ declare namespace sap {
1435
1178
  *
1436
1179
  * Default value is `empty string`.
1437
1180
  *
1438
- * @experimental As of version 1.81. this feature is experimental and the API may change.
1181
+ * @experimental As of version 1.81.
1439
1182
  *
1440
1183
  * @returns Value of property `iconAlt`
1441
1184
  */
@@ -1447,7 +1190,7 @@ declare namespace sap {
1447
1190
  *
1448
1191
  * Default value is `Transparent`.
1449
1192
  *
1450
- * @experimental As of version 1.83. this feature is experimental and the API may change.
1193
+ * @experimental As of version 1.83.
1451
1194
  *
1452
1195
  * @returns Value of property `iconBackgroundColor`
1453
1196
  */
@@ -1493,7 +1236,7 @@ declare namespace sap {
1493
1236
  *
1494
1237
  * Default value is `S`.
1495
1238
  *
1496
- * @experimental As of version 1.119. this feature is experimental and the API may change.
1239
+ * @experimental As of version 1.119.
1497
1240
  *
1498
1241
  * @returns Value of property `iconSize`
1499
1242
  */
@@ -1528,7 +1271,7 @@ declare namespace sap {
1528
1271
  *
1529
1272
  * Default value is `true`.
1530
1273
  *
1531
- * @experimental As of version 1.83. this feature is experimental and the API may change.
1274
+ * @experimental As of version 1.83.
1532
1275
  *
1533
1276
  * @returns Value of property `iconVisible`
1534
1277
  */
@@ -1599,7 +1342,7 @@ declare namespace sap {
1599
1342
  *
1600
1343
  * Default value is `empty string`.
1601
1344
  *
1602
- * @experimental As of version 1.81. this feature is experimental and the API may change.
1345
+ * @experimental As of version 1.81.
1603
1346
  *
1604
1347
  * @returns Reference to `this` in order to allow method chaining
1605
1348
  */
@@ -1618,7 +1361,7 @@ declare namespace sap {
1618
1361
  *
1619
1362
  * Default value is `Transparent`.
1620
1363
  *
1621
- * @experimental As of version 1.83. this feature is experimental and the API may change.
1364
+ * @experimental As of version 1.83.
1622
1365
  *
1623
1366
  * @returns Reference to `this` in order to allow method chaining
1624
1367
  */
@@ -1692,7 +1435,7 @@ declare namespace sap {
1692
1435
  *
1693
1436
  * Default value is `S`.
1694
1437
  *
1695
- * @experimental As of version 1.119. this feature is experimental and the API may change.
1438
+ * @experimental As of version 1.119.
1696
1439
  *
1697
1440
  * @returns Reference to `this` in order to allow method chaining
1698
1441
  */
@@ -1748,7 +1491,7 @@ declare namespace sap {
1748
1491
  *
1749
1492
  * Default value is `true`.
1750
1493
  *
1751
- * @experimental As of version 1.83. this feature is experimental and the API may change.
1494
+ * @experimental As of version 1.83.
1752
1495
  *
1753
1496
  * @returns Reference to `this` in order to allow method chaining
1754
1497
  */
@@ -2006,58 +1749,6 @@ declare namespace sap {
2006
1749
  * @returns Value of property `detailsMaxLines`
2007
1750
  */
2008
1751
  getDetailsMaxLines(): int;
2009
- /**
2010
- * Gets current value of property {@link #getDetailsState detailsState}.
2011
- *
2012
- * The semantic color which represents the state of the details text.
2013
- *
2014
- * Default value is `None`.
2015
- *
2016
- * @since 1.118
2017
- * @experimental As of version 1.118. For usage only by Work Zone.
2018
- *
2019
- * @returns Value of property `detailsState`
2020
- */
2021
- getDetailsState(): sap.ui.core.ValueState;
2022
- /**
2023
- * Gets current value of property {@link #getIconAlt iconAlt}.
2024
- *
2025
- * Defines an alt text for the avatar or icon.
2026
- *
2027
- * Default value is `empty string`.
2028
- *
2029
- * @since 1.118
2030
- * @experimental As of version 1.118. For usage only by Work Zone.
2031
- *
2032
- * @returns Value of property `iconAlt`
2033
- */
2034
- getIconAlt(): string;
2035
- /**
2036
- * Gets current value of property {@link #getIconBackgroundColor iconBackgroundColor}.
2037
- *
2038
- * Defines a background color for the avatar or icon.
2039
- *
2040
- * Default value is `Transparent`.
2041
- *
2042
- * @since 1.118
2043
- * @experimental As of version 1.118. For usage only by Work Zone.
2044
- *
2045
- * @returns Value of property `iconBackgroundColor`
2046
- */
2047
- getIconBackgroundColor(): sap.m.AvatarColor;
2048
- /**
2049
- * Gets current value of property {@link #getIconDisplayShape iconDisplayShape}.
2050
- *
2051
- * Defines the shape of the icon.
2052
- *
2053
- * Default value is `Circle`.
2054
- *
2055
- * @since 1.118
2056
- * @experimental As of version 1.118. For usage only by Work Zone.
2057
- *
2058
- * @returns Value of property `iconDisplayShape`
2059
- */
2060
- getIconDisplayShape(): sap.m.AvatarShape;
2061
1752
  /**
2062
1753
  * Gets current value of property {@link #getIconFitType iconFitType}.
2063
1754
  *
@@ -2070,19 +1761,6 @@ declare namespace sap {
2070
1761
  * @returns Value of property `iconFitType`
2071
1762
  */
2072
1763
  getIconFitType(): sap.m.AvatarImageFitType;
2073
- /**
2074
- * Gets current value of property {@link #getIconInitials iconInitials}.
2075
- *
2076
- * Defines the initials of the icon.
2077
- *
2078
- * Default value is `empty string`.
2079
- *
2080
- * @since 1.118
2081
- * @experimental As of version 1.118. For usage only by Work Zone.
2082
- *
2083
- * @returns Value of property `iconInitials`
2084
- */
2085
- getIconInitials(): string;
2086
1764
  /**
2087
1765
  * Gets current value of property {@link #getIconSize iconSize}.
2088
1766
  *
@@ -2090,37 +1768,11 @@ declare namespace sap {
2090
1768
  *
2091
1769
  * Default value is `S`.
2092
1770
  *
2093
- * @experimental As of version 1.119. this feature is experimental and the API may change.
1771
+ * @experimental As of version 1.119.
2094
1772
  *
2095
1773
  * @returns Value of property `iconSize`
2096
1774
  */
2097
1775
  getIconSize(): sap.m.AvatarSize;
2098
- /**
2099
- * Gets current value of property {@link #getIconSrc iconSrc}.
2100
- *
2101
- * Defines the icon source.
2102
- *
2103
- * Default value is `empty string`.
2104
- *
2105
- * @since 1.118
2106
- * @experimental As of version 1.118. For usage only by Work Zone.
2107
- *
2108
- * @returns Value of property `iconSrc`
2109
- */
2110
- getIconSrc(): sap.ui.core.URI;
2111
- /**
2112
- * Gets current value of property {@link #getIconVisible iconVisible}.
2113
- *
2114
- * Defines whether the card icon is visible.
2115
- *
2116
- * Default value is `true`.
2117
- *
2118
- * @since 1.118
2119
- * @experimental As of version 1.118. For usage only by Work Zone.
2120
- *
2121
- * @returns Value of property `iconVisible`
2122
- */
2123
- getIconVisible(): boolean;
2124
1776
  /**
2125
1777
  * Gets content of aggregation {@link #getMicroChart microChart}.
2126
1778
  *
@@ -2142,7 +1794,7 @@ declare namespace sap {
2142
1794
  /**
2143
1795
  * Gets current value of property {@link #getNumberSize numberSize}.
2144
1796
  *
2145
- * The size of the of the main indicator. Possible values are "S" and "L".
1797
+ * The size of the main indicator. Possible values are "S" and "L".
2146
1798
  *
2147
1799
  * Default value is `"L"`.
2148
1800
  *
@@ -2198,8 +1850,7 @@ declare namespace sap {
2198
1850
  *
2199
1851
  * Default value is `"Neutral"`.
2200
1852
  *
2201
- * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
2202
- * may be done before its official public release. Use at your own discretion.
1853
+ * @experimental As of version 1.64.
2203
1854
  *
2204
1855
  * @returns Value of property `state`
2205
1856
  */
@@ -2364,86 +2015,6 @@ declare namespace sap {
2364
2015
  */
2365
2016
  iDetailsMaxLines?: int
2366
2017
  ): this;
2367
- /**
2368
- * Sets a new value for property {@link #getDetailsState detailsState}.
2369
- *
2370
- * The semantic color which represents the state of the details text.
2371
- *
2372
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2373
- *
2374
- * Default value is `None`.
2375
- *
2376
- * @since 1.118
2377
- * @experimental As of version 1.118. For usage only by Work Zone.
2378
- *
2379
- * @returns Reference to `this` in order to allow method chaining
2380
- */
2381
- setDetailsState(
2382
- /**
2383
- * New value for property `detailsState`
2384
- */
2385
- sDetailsState?: sap.ui.core.ValueState
2386
- ): this;
2387
- /**
2388
- * Sets a new value for property {@link #getIconAlt iconAlt}.
2389
- *
2390
- * Defines an alt text for the avatar or icon.
2391
- *
2392
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2393
- *
2394
- * Default value is `empty string`.
2395
- *
2396
- * @since 1.118
2397
- * @experimental As of version 1.118. For usage only by Work Zone.
2398
- *
2399
- * @returns Reference to `this` in order to allow method chaining
2400
- */
2401
- setIconAlt(
2402
- /**
2403
- * New value for property `iconAlt`
2404
- */
2405
- sIconAlt?: string
2406
- ): this;
2407
- /**
2408
- * Sets a new value for property {@link #getIconBackgroundColor iconBackgroundColor}.
2409
- *
2410
- * Defines a background color for the avatar or icon.
2411
- *
2412
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2413
- *
2414
- * Default value is `Transparent`.
2415
- *
2416
- * @since 1.118
2417
- * @experimental As of version 1.118. For usage only by Work Zone.
2418
- *
2419
- * @returns Reference to `this` in order to allow method chaining
2420
- */
2421
- setIconBackgroundColor(
2422
- /**
2423
- * New value for property `iconBackgroundColor`
2424
- */
2425
- sIconBackgroundColor?: sap.m.AvatarColor
2426
- ): this;
2427
- /**
2428
- * Sets a new value for property {@link #getIconDisplayShape iconDisplayShape}.
2429
- *
2430
- * Defines the shape of the icon.
2431
- *
2432
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2433
- *
2434
- * Default value is `Circle`.
2435
- *
2436
- * @since 1.118
2437
- * @experimental As of version 1.118. For usage only by Work Zone.
2438
- *
2439
- * @returns Reference to `this` in order to allow method chaining
2440
- */
2441
- setIconDisplayShape(
2442
- /**
2443
- * New value for property `iconDisplayShape`
2444
- */
2445
- sIconDisplayShape?: sap.m.AvatarShape
2446
- ): this;
2447
2018
  /**
2448
2019
  * Sets a new value for property {@link #getIconFitType iconFitType}.
2449
2020
  *
@@ -2463,26 +2034,6 @@ declare namespace sap {
2463
2034
  */
2464
2035
  sIconFitType?: sap.m.AvatarImageFitType
2465
2036
  ): this;
2466
- /**
2467
- * Sets a new value for property {@link #getIconInitials iconInitials}.
2468
- *
2469
- * Defines the initials of the icon.
2470
- *
2471
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2472
- *
2473
- * Default value is `empty string`.
2474
- *
2475
- * @since 1.118
2476
- * @experimental As of version 1.118. For usage only by Work Zone.
2477
- *
2478
- * @returns Reference to `this` in order to allow method chaining
2479
- */
2480
- setIconInitials(
2481
- /**
2482
- * New value for property `iconInitials`
2483
- */
2484
- sIconInitials?: string
2485
- ): this;
2486
2037
  /**
2487
2038
  * Sets a new value for property {@link #getIconSize iconSize}.
2488
2039
  *
@@ -2492,7 +2043,7 @@ declare namespace sap {
2492
2043
  *
2493
2044
  * Default value is `S`.
2494
2045
  *
2495
- * @experimental As of version 1.119. this feature is experimental and the API may change.
2046
+ * @experimental As of version 1.119.
2496
2047
  *
2497
2048
  * @returns Reference to `this` in order to allow method chaining
2498
2049
  */
@@ -2502,46 +2053,6 @@ declare namespace sap {
2502
2053
  */
2503
2054
  sIconSize?: sap.m.AvatarSize
2504
2055
  ): this;
2505
- /**
2506
- * Sets a new value for property {@link #getIconSrc iconSrc}.
2507
- *
2508
- * Defines the icon source.
2509
- *
2510
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2511
- *
2512
- * Default value is `empty string`.
2513
- *
2514
- * @since 1.118
2515
- * @experimental As of version 1.118. For usage only by Work Zone.
2516
- *
2517
- * @returns Reference to `this` in order to allow method chaining
2518
- */
2519
- setIconSrc(
2520
- /**
2521
- * New value for property `iconSrc`
2522
- */
2523
- sIconSrc?: sap.ui.core.URI
2524
- ): this;
2525
- /**
2526
- * Sets a new value for property {@link #getIconVisible iconVisible}.
2527
- *
2528
- * Defines whether the card icon is visible.
2529
- *
2530
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2531
- *
2532
- * Default value is `true`.
2533
- *
2534
- * @since 1.118
2535
- * @experimental As of version 1.118. For usage only by Work Zone.
2536
- *
2537
- * @returns Reference to `this` in order to allow method chaining
2538
- */
2539
- setIconVisible(
2540
- /**
2541
- * New value for property `iconVisible`
2542
- */
2543
- bIconVisible?: boolean
2544
- ): this;
2545
2056
  /**
2546
2057
  * Sets the aggregated {@link #getMicroChart microChart}.
2547
2058
  *
@@ -2575,7 +2086,7 @@ declare namespace sap {
2575
2086
  /**
2576
2087
  * Sets a new value for property {@link #getNumberSize numberSize}.
2577
2088
  *
2578
- * The size of the of the main indicator. Possible values are "S" and "L".
2089
+ * The size of the main indicator. Possible values are "S" and "L".
2579
2090
  *
2580
2091
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2581
2092
  *
@@ -2654,8 +2165,7 @@ declare namespace sap {
2654
2165
  *
2655
2166
  * Default value is `"Neutral"`.
2656
2167
  *
2657
- * @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
2658
- * may be done before its official public release. Use at your own discretion.
2168
+ * @experimental As of version 1.64.
2659
2169
  *
2660
2170
  * @returns Reference to `this` in order to allow method chaining
2661
2171
  */
@@ -2878,8 +2388,7 @@ declare namespace sap {
2878
2388
  *
2879
2389
  * Default value is `"None"`.
2880
2390
  *
2881
- * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
2882
- * may be done before its official public release. Use at your own discretion.
2391
+ * @experimental As of version 1.95.
2883
2392
  *
2884
2393
  * @returns Value of property `state`
2885
2394
  */
@@ -2923,8 +2432,7 @@ declare namespace sap {
2923
2432
  *
2924
2433
  * Default value is `"None"`.
2925
2434
  *
2926
- * @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
2927
- * may be done before its official public release. Use at your own discretion.
2435
+ * @experimental As of version 1.95.
2928
2436
  *
2929
2437
  * @returns Reference to `this` in order to allow method chaining
2930
2438
  */
@@ -2998,8 +2506,7 @@ declare namespace sap {
2998
2506
  *
2999
2507
  * This enum is part of the 'sap/f/library' module export and must be accessed by the property 'cards.SemanticRole'.
3000
2508
  *
3001
- * @since 1.131
3002
- * @experimental
2509
+ * @experimental As of version 1.131.
3003
2510
  */
3004
2511
  enum SemanticRole {
3005
2512
  /**
@@ -10327,6 +9834,13 @@ declare namespace sap {
10327
9834
  | sap.ui.base.ManagedObject.PropertyBindingInfo
10328
9835
  | `{${string}}`;
10329
9836
 
9837
+ /**
9838
+ * The title of the action item. If not set, the title of the parent side panel will be used.
9839
+ *
9840
+ * @since 1.146
9841
+ */
9842
+ title?: sap.m.Title;
9843
+
10330
9844
  /**
10331
9845
  * The list of controls for side content of the action item.
10332
9846
  */
@@ -22515,6 +22029,14 @@ declare namespace sap {
22515
22029
  * @returns Reference to `this` in order to allow method chaining
22516
22030
  */
22517
22031
  destroyContent(): this;
22032
+ /**
22033
+ * Destroys the title in the aggregation {@link #getTitle title}.
22034
+ *
22035
+ * @since 1.146
22036
+ *
22037
+ * @returns Reference to `this` in order to allow method chaining
22038
+ */
22039
+ destroyTitle(): this;
22518
22040
  /**
22519
22041
  * Gets content of aggregation {@link #getContent content}.
22520
22042
  *
@@ -22532,6 +22054,14 @@ declare namespace sap {
22532
22054
  * @returns Value of property `icon`
22533
22055
  */
22534
22056
  getIcon(): sap.ui.core.URI;
22057
+ /**
22058
+ * Gets content of aggregation {@link #getTitle title}.
22059
+ *
22060
+ * The title of the action item. If not set, the title of the parent side panel will be used.
22061
+ *
22062
+ * @since 1.146
22063
+ */
22064
+ getTitle(): sap.m.Title;
22535
22065
  /**
22536
22066
  * Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getContent content}. and returns
22537
22067
  * its index if found or -1 otherwise.
@@ -22602,6 +22132,19 @@ declare namespace sap {
22602
22132
  */
22603
22133
  sIcon?: sap.ui.core.URI
22604
22134
  ): this;
22135
+ /**
22136
+ * Sets the aggregated {@link #getTitle title}.
22137
+ *
22138
+ * @since 1.146
22139
+ *
22140
+ * @returns Reference to `this` in order to allow method chaining
22141
+ */
22142
+ setTitle(
22143
+ /**
22144
+ * The title to set
22145
+ */
22146
+ oTitle: sap.m.Title
22147
+ ): this;
22605
22148
  }
22606
22149
  /**
22607
22150
  * Group modes for the {@link sap.f.AvatarGroup} control.