@openui5/ts-types 1.132.0 → 1.133.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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +127 -127
- package/types/sap.m.d.ts +1611 -729
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +621 -588
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uxap.d.ts +14 -14
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.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
|
|
72
|
+
* @experimental As of version 1.89. this feature is experimental and the API may change.
|
|
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
|
|
79
|
+
* @experimental As of version 1.116. this feature is experimental and the API may change.
|
|
80
80
|
*/
|
|
81
81
|
statusVisible?:
|
|
82
82
|
| boolean
|
|
@@ -87,7 +87,7 @@ 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
|
|
90
|
+
* @experimental As of version 1.122. this feature is experimental and the API may change.
|
|
91
91
|
*/
|
|
92
92
|
wrappingType?:
|
|
93
93
|
| sap.m.WrappingType
|
|
@@ -97,14 +97,14 @@ declare namespace sap {
|
|
|
97
97
|
/**
|
|
98
98
|
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
99
99
|
*
|
|
100
|
-
* @experimental
|
|
100
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
101
101
|
*/
|
|
102
102
|
href?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
105
|
* Defines the target for the case when `href` is given.
|
|
106
106
|
*
|
|
107
|
-
* @experimental
|
|
107
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
108
108
|
*/
|
|
109
109
|
target?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
110
110
|
|
|
@@ -112,7 +112,7 @@ declare namespace sap {
|
|
|
112
112
|
* Defines the toolbar.
|
|
113
113
|
*
|
|
114
114
|
* @since 1.86
|
|
115
|
-
* @experimental
|
|
115
|
+
* @experimental As of version 1.86.
|
|
116
116
|
*/
|
|
117
117
|
toolbar?: sap.ui.core.Control;
|
|
118
118
|
|
|
@@ -120,7 +120,7 @@ declare namespace sap {
|
|
|
120
120
|
* Show as a banner in the header area. Use for example for system info and application shortcut.
|
|
121
121
|
*
|
|
122
122
|
* @since 1.118
|
|
123
|
-
* @experimental
|
|
123
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
124
124
|
*/
|
|
125
125
|
bannerLines?:
|
|
126
126
|
| sap.m.Text[]
|
|
@@ -200,7 +200,7 @@ declare namespace sap {
|
|
|
200
200
|
/**
|
|
201
201
|
* Limits the number of lines for the title.
|
|
202
202
|
*
|
|
203
|
-
* @experimental
|
|
203
|
+
* @experimental As of version 1.101.
|
|
204
204
|
*/
|
|
205
205
|
titleMaxLines?:
|
|
206
206
|
| int
|
|
@@ -215,7 +215,7 @@ declare namespace sap {
|
|
|
215
215
|
/**
|
|
216
216
|
* Limits the number of lines for the subtitle.
|
|
217
217
|
*
|
|
218
|
-
* @experimental
|
|
218
|
+
* @experimental As of version 1.101.
|
|
219
219
|
*/
|
|
220
220
|
subtitleMaxLines?:
|
|
221
221
|
| int
|
|
@@ -251,14 +251,14 @@ declare namespace sap {
|
|
|
251
251
|
/**
|
|
252
252
|
* Defines an alt text for the avatar or icon.
|
|
253
253
|
*
|
|
254
|
-
* @experimental
|
|
254
|
+
* @experimental As of version 1.81. this feature is experimental and the API may change.
|
|
255
255
|
*/
|
|
256
256
|
iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
257
257
|
|
|
258
258
|
/**
|
|
259
259
|
* Defines a background color for the avatar or icon.
|
|
260
260
|
*
|
|
261
|
-
* @experimental
|
|
261
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
262
262
|
*/
|
|
263
263
|
iconBackgroundColor?:
|
|
264
264
|
| sap.m.AvatarColor
|
|
@@ -268,7 +268,7 @@ declare namespace sap {
|
|
|
268
268
|
/**
|
|
269
269
|
* Defines whether the card icon is visible.
|
|
270
270
|
*
|
|
271
|
-
* @experimental
|
|
271
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
272
272
|
*/
|
|
273
273
|
iconVisible?:
|
|
274
274
|
| boolean
|
|
@@ -278,7 +278,7 @@ declare namespace sap {
|
|
|
278
278
|
/**
|
|
279
279
|
* Defines the size of the icon.
|
|
280
280
|
*
|
|
281
|
-
* @experimental
|
|
281
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
282
282
|
*/
|
|
283
283
|
iconSize?:
|
|
284
284
|
| sap.m.AvatarSize
|
|
@@ -308,7 +308,7 @@ declare namespace sap {
|
|
|
308
308
|
/**
|
|
309
309
|
* Limits the number of lines for the title.
|
|
310
310
|
*
|
|
311
|
-
* @experimental
|
|
311
|
+
* @experimental As of version 1.101.
|
|
312
312
|
*/
|
|
313
313
|
titleMaxLines?:
|
|
314
314
|
| int
|
|
@@ -323,7 +323,7 @@ declare namespace sap {
|
|
|
323
323
|
/**
|
|
324
324
|
* Limits the number of lines for the subtitle.
|
|
325
325
|
*
|
|
326
|
-
* @experimental
|
|
326
|
+
* @experimental As of version 1.101.
|
|
327
327
|
*/
|
|
328
328
|
subtitleMaxLines?:
|
|
329
329
|
| int
|
|
@@ -339,7 +339,7 @@ declare namespace sap {
|
|
|
339
339
|
* Defines the shape of the icon.
|
|
340
340
|
*
|
|
341
341
|
* @since 1.118
|
|
342
|
-
* @experimental
|
|
342
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
343
343
|
*/
|
|
344
344
|
iconDisplayShape?:
|
|
345
345
|
| sap.m.AvatarShape
|
|
@@ -350,7 +350,7 @@ declare namespace sap {
|
|
|
350
350
|
* Defines the icon source.
|
|
351
351
|
*
|
|
352
352
|
* @since 1.118
|
|
353
|
-
* @experimental
|
|
353
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
354
354
|
*/
|
|
355
355
|
iconSrc?:
|
|
356
356
|
| sap.ui.core.URI
|
|
@@ -361,7 +361,7 @@ declare namespace sap {
|
|
|
361
361
|
* Defines the initials of the icon.
|
|
362
362
|
*
|
|
363
363
|
* @since 1.118
|
|
364
|
-
* @experimental
|
|
364
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
365
365
|
*/
|
|
366
366
|
iconInitials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
367
367
|
|
|
@@ -369,7 +369,7 @@ declare namespace sap {
|
|
|
369
369
|
* Defines an alt text for the avatar or icon.
|
|
370
370
|
*
|
|
371
371
|
* @since 1.118
|
|
372
|
-
* @experimental
|
|
372
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
373
373
|
*/
|
|
374
374
|
iconAlt?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
375
375
|
|
|
@@ -377,7 +377,7 @@ declare namespace sap {
|
|
|
377
377
|
* Defines a background color for the avatar or icon.
|
|
378
378
|
*
|
|
379
379
|
* @since 1.118
|
|
380
|
-
* @experimental
|
|
380
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
381
381
|
*/
|
|
382
382
|
iconBackgroundColor?:
|
|
383
383
|
| sap.m.AvatarColor
|
|
@@ -388,7 +388,7 @@ declare namespace sap {
|
|
|
388
388
|
* Defines whether the card icon is visible.
|
|
389
389
|
*
|
|
390
390
|
* @since 1.118
|
|
391
|
-
* @experimental
|
|
391
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
392
392
|
*/
|
|
393
393
|
iconVisible?:
|
|
394
394
|
| boolean
|
|
@@ -398,7 +398,7 @@ declare namespace sap {
|
|
|
398
398
|
/**
|
|
399
399
|
* Defines the size of the icon.
|
|
400
400
|
*
|
|
401
|
-
* @experimental
|
|
401
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
402
402
|
*/
|
|
403
403
|
iconSize?:
|
|
404
404
|
| sap.m.AvatarSize
|
|
@@ -461,7 +461,7 @@ declare namespace sap {
|
|
|
461
461
|
/**
|
|
462
462
|
* The semantic color which represents the state of the main number indicator.
|
|
463
463
|
*
|
|
464
|
-
* @experimental
|
|
464
|
+
* @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
|
|
465
465
|
* may be done before its official public release. Use at your own discretion.
|
|
466
466
|
*/
|
|
467
467
|
state?:
|
|
@@ -478,7 +478,7 @@ declare namespace sap {
|
|
|
478
478
|
* The semantic color which represents the state of the details text.
|
|
479
479
|
*
|
|
480
480
|
* @since 1.118
|
|
481
|
-
* @experimental
|
|
481
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
482
482
|
*/
|
|
483
483
|
detailsState?:
|
|
484
484
|
| sap.ui.core.ValueState
|
|
@@ -488,7 +488,7 @@ declare namespace sap {
|
|
|
488
488
|
/**
|
|
489
489
|
* Limits the number of lines for the details.
|
|
490
490
|
*
|
|
491
|
-
* @experimental
|
|
491
|
+
* @experimental As of version 1.101.
|
|
492
492
|
*/
|
|
493
493
|
detailsMaxLines?:
|
|
494
494
|
| int
|
|
@@ -516,7 +516,7 @@ declare namespace sap {
|
|
|
516
516
|
/**
|
|
517
517
|
* Micro Chart
|
|
518
518
|
*
|
|
519
|
-
* @experimental
|
|
519
|
+
* @experimental As of version 1.124.
|
|
520
520
|
*/
|
|
521
521
|
microChart?: sap.ui.core.Control;
|
|
522
522
|
}
|
|
@@ -544,7 +544,7 @@ declare namespace sap {
|
|
|
544
544
|
/**
|
|
545
545
|
* The semantic color which represents the state of the side indicator.
|
|
546
546
|
*
|
|
547
|
-
* @experimental
|
|
547
|
+
* @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
|
|
548
548
|
* may be done before its official public release. Use at your own discretion.
|
|
549
549
|
*/
|
|
550
550
|
state?:
|
|
@@ -632,7 +632,7 @@ declare namespace sap {
|
|
|
632
632
|
* Adds some bannerLine to the aggregation {@link #getBannerLines bannerLines}.
|
|
633
633
|
*
|
|
634
634
|
* @since 1.118
|
|
635
|
-
* @experimental
|
|
635
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
636
636
|
*
|
|
637
637
|
* @returns Reference to `this` in order to allow method chaining
|
|
638
638
|
*/
|
|
@@ -693,7 +693,7 @@ declare namespace sap {
|
|
|
693
693
|
* Destroys all the bannerLines in the aggregation {@link #getBannerLines bannerLines}.
|
|
694
694
|
*
|
|
695
695
|
* @since 1.118
|
|
696
|
-
* @experimental
|
|
696
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
697
697
|
*
|
|
698
698
|
* @returns Reference to `this` in order to allow method chaining
|
|
699
699
|
*/
|
|
@@ -702,7 +702,7 @@ declare namespace sap {
|
|
|
702
702
|
* Destroys the toolbar in the aggregation {@link #getToolbar toolbar}.
|
|
703
703
|
*
|
|
704
704
|
* @since 1.86
|
|
705
|
-
* @experimental
|
|
705
|
+
* @experimental As of version 1.86.
|
|
706
706
|
*
|
|
707
707
|
* @returns Reference to `this` in order to allow method chaining
|
|
708
708
|
*/
|
|
@@ -744,7 +744,7 @@ declare namespace sap {
|
|
|
744
744
|
* Show as a banner in the header area. Use for example for system info and application shortcut.
|
|
745
745
|
*
|
|
746
746
|
* @since 1.118
|
|
747
|
-
* @experimental
|
|
747
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
748
748
|
*/
|
|
749
749
|
getBannerLines(): sap.m.Text[];
|
|
750
750
|
/**
|
|
@@ -759,7 +759,7 @@ declare namespace sap {
|
|
|
759
759
|
*
|
|
760
760
|
* Default value is `empty string`.
|
|
761
761
|
*
|
|
762
|
-
* @experimental
|
|
762
|
+
* @experimental As of version 1.89. this feature is experimental and the API may change.
|
|
763
763
|
*
|
|
764
764
|
* @returns Value of property `dataTimestamp`
|
|
765
765
|
*/
|
|
@@ -769,7 +769,7 @@ declare namespace sap {
|
|
|
769
769
|
*
|
|
770
770
|
* Defines the href which the header should open. If set - the header will act and render as a link.
|
|
771
771
|
*
|
|
772
|
-
* @experimental
|
|
772
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
773
773
|
*
|
|
774
774
|
* @returns Value of property `href`
|
|
775
775
|
*/
|
|
@@ -781,7 +781,7 @@ declare namespace sap {
|
|
|
781
781
|
*
|
|
782
782
|
* Default value is `true`.
|
|
783
783
|
*
|
|
784
|
-
* @experimental
|
|
784
|
+
* @experimental As of version 1.116. this feature is experimental and the API may change.
|
|
785
785
|
*
|
|
786
786
|
* @returns Value of property `statusVisible`
|
|
787
787
|
*/
|
|
@@ -791,7 +791,7 @@ declare namespace sap {
|
|
|
791
791
|
*
|
|
792
792
|
* Defines the target for the case when `href` is given.
|
|
793
793
|
*
|
|
794
|
-
* @experimental
|
|
794
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
795
795
|
*
|
|
796
796
|
* @returns Value of property `target`
|
|
797
797
|
*/
|
|
@@ -802,7 +802,7 @@ declare namespace sap {
|
|
|
802
802
|
* Defines the toolbar.
|
|
803
803
|
*
|
|
804
804
|
* @since 1.86
|
|
805
|
-
* @experimental
|
|
805
|
+
* @experimental As of version 1.86.
|
|
806
806
|
*/
|
|
807
807
|
getToolbar(): sap.ui.core.Control;
|
|
808
808
|
/**
|
|
@@ -813,7 +813,7 @@ declare namespace sap {
|
|
|
813
813
|
*
|
|
814
814
|
* Default value is `Normal`.
|
|
815
815
|
*
|
|
816
|
-
* @experimental
|
|
816
|
+
* @experimental As of version 1.122. this feature is experimental and the API may change.
|
|
817
817
|
*
|
|
818
818
|
* @returns Value of property `wrappingType`
|
|
819
819
|
*/
|
|
@@ -823,7 +823,7 @@ declare namespace sap {
|
|
|
823
823
|
* its index if found or -1 otherwise.
|
|
824
824
|
*
|
|
825
825
|
* @since 1.118
|
|
826
|
-
* @experimental
|
|
826
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
827
827
|
*
|
|
828
828
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
829
829
|
*/
|
|
@@ -837,7 +837,7 @@ declare namespace sap {
|
|
|
837
837
|
* Inserts a bannerLine into the aggregation {@link #getBannerLines bannerLines}.
|
|
838
838
|
*
|
|
839
839
|
* @since 1.118
|
|
840
|
-
* @experimental
|
|
840
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
841
841
|
*
|
|
842
842
|
* @returns Reference to `this` in order to allow method chaining
|
|
843
843
|
*/
|
|
@@ -859,7 +859,7 @@ declare namespace sap {
|
|
|
859
859
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
860
860
|
*
|
|
861
861
|
* @since 1.118
|
|
862
|
-
* @experimental
|
|
862
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
863
863
|
*
|
|
864
864
|
* @returns An array of the removed elements (might be empty)
|
|
865
865
|
*/
|
|
@@ -868,7 +868,7 @@ declare namespace sap {
|
|
|
868
868
|
* Removes a bannerLine from the aggregation {@link #getBannerLines bannerLines}.
|
|
869
869
|
*
|
|
870
870
|
* @since 1.118
|
|
871
|
-
* @experimental
|
|
871
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
872
872
|
*
|
|
873
873
|
* @returns The removed bannerLine or `null`
|
|
874
874
|
*/
|
|
@@ -892,7 +892,7 @@ declare namespace sap {
|
|
|
892
892
|
*
|
|
893
893
|
* Default value is `empty string`.
|
|
894
894
|
*
|
|
895
|
-
* @experimental
|
|
895
|
+
* @experimental As of version 1.89. this feature is experimental and the API may change.
|
|
896
896
|
*
|
|
897
897
|
* @returns Reference to `this` in order to allow method chaining
|
|
898
898
|
*/
|
|
@@ -909,7 +909,7 @@ declare namespace sap {
|
|
|
909
909
|
*
|
|
910
910
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
911
911
|
*
|
|
912
|
-
* @experimental
|
|
912
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
913
913
|
*
|
|
914
914
|
* @returns Reference to `this` in order to allow method chaining
|
|
915
915
|
*/
|
|
@@ -928,7 +928,7 @@ declare namespace sap {
|
|
|
928
928
|
*
|
|
929
929
|
* Default value is `true`.
|
|
930
930
|
*
|
|
931
|
-
* @experimental
|
|
931
|
+
* @experimental As of version 1.116. this feature is experimental and the API may change.
|
|
932
932
|
*
|
|
933
933
|
* @returns Reference to `this` in order to allow method chaining
|
|
934
934
|
*/
|
|
@@ -945,7 +945,7 @@ declare namespace sap {
|
|
|
945
945
|
*
|
|
946
946
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
947
947
|
*
|
|
948
|
-
* @experimental
|
|
948
|
+
* @experimental As of version 1.122. Do not use this feature outside of sap.ui.integration.widgets.Card.
|
|
949
949
|
*
|
|
950
950
|
* @returns Reference to `this` in order to allow method chaining
|
|
951
951
|
*/
|
|
@@ -959,7 +959,7 @@ declare namespace sap {
|
|
|
959
959
|
* Sets the aggregated {@link #getToolbar toolbar}.
|
|
960
960
|
*
|
|
961
961
|
* @since 1.86
|
|
962
|
-
* @experimental
|
|
962
|
+
* @experimental As of version 1.86.
|
|
963
963
|
*
|
|
964
964
|
* @returns Reference to `this` in order to allow method chaining
|
|
965
965
|
*/
|
|
@@ -979,7 +979,7 @@ declare namespace sap {
|
|
|
979
979
|
*
|
|
980
980
|
* Default value is `Normal`.
|
|
981
981
|
*
|
|
982
|
-
* @experimental
|
|
982
|
+
* @experimental As of version 1.122. this feature is experimental and the API may change.
|
|
983
983
|
*
|
|
984
984
|
* @returns Reference to `this` in order to allow method chaining
|
|
985
985
|
*/
|
|
@@ -1321,7 +1321,7 @@ declare namespace sap {
|
|
|
1321
1321
|
*
|
|
1322
1322
|
* Default value is `empty string`.
|
|
1323
1323
|
*
|
|
1324
|
-
* @experimental
|
|
1324
|
+
* @experimental As of version 1.81. this feature is experimental and the API may change.
|
|
1325
1325
|
*
|
|
1326
1326
|
* @returns Value of property `iconAlt`
|
|
1327
1327
|
*/
|
|
@@ -1333,7 +1333,7 @@ declare namespace sap {
|
|
|
1333
1333
|
*
|
|
1334
1334
|
* Default value is `Transparent`.
|
|
1335
1335
|
*
|
|
1336
|
-
* @experimental
|
|
1336
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
1337
1337
|
*
|
|
1338
1338
|
* @returns Value of property `iconBackgroundColor`
|
|
1339
1339
|
*/
|
|
@@ -1379,7 +1379,7 @@ declare namespace sap {
|
|
|
1379
1379
|
*
|
|
1380
1380
|
* Default value is `S`.
|
|
1381
1381
|
*
|
|
1382
|
-
* @experimental
|
|
1382
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
1383
1383
|
*
|
|
1384
1384
|
* @returns Value of property `iconSize`
|
|
1385
1385
|
*/
|
|
@@ -1402,7 +1402,7 @@ declare namespace sap {
|
|
|
1402
1402
|
*
|
|
1403
1403
|
* Default value is `true`.
|
|
1404
1404
|
*
|
|
1405
|
-
* @experimental
|
|
1405
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
1406
1406
|
*
|
|
1407
1407
|
* @returns Value of property `iconVisible`
|
|
1408
1408
|
*/
|
|
@@ -1436,7 +1436,7 @@ declare namespace sap {
|
|
|
1436
1436
|
*
|
|
1437
1437
|
* Default value is `2`.
|
|
1438
1438
|
*
|
|
1439
|
-
* @experimental
|
|
1439
|
+
* @experimental As of version 1.101.
|
|
1440
1440
|
*
|
|
1441
1441
|
* @returns Value of property `subtitleMaxLines`
|
|
1442
1442
|
*/
|
|
@@ -1459,7 +1459,7 @@ declare namespace sap {
|
|
|
1459
1459
|
*
|
|
1460
1460
|
* Default value is `3`.
|
|
1461
1461
|
*
|
|
1462
|
-
* @experimental
|
|
1462
|
+
* @experimental As of version 1.101.
|
|
1463
1463
|
*
|
|
1464
1464
|
* @returns Value of property `titleMaxLines`
|
|
1465
1465
|
*/
|
|
@@ -1473,7 +1473,7 @@ declare namespace sap {
|
|
|
1473
1473
|
*
|
|
1474
1474
|
* Default value is `empty string`.
|
|
1475
1475
|
*
|
|
1476
|
-
* @experimental
|
|
1476
|
+
* @experimental As of version 1.81. this feature is experimental and the API may change.
|
|
1477
1477
|
*
|
|
1478
1478
|
* @returns Reference to `this` in order to allow method chaining
|
|
1479
1479
|
*/
|
|
@@ -1492,7 +1492,7 @@ declare namespace sap {
|
|
|
1492
1492
|
*
|
|
1493
1493
|
* Default value is `Transparent`.
|
|
1494
1494
|
*
|
|
1495
|
-
* @experimental
|
|
1495
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
1496
1496
|
*
|
|
1497
1497
|
* @returns Reference to `this` in order to allow method chaining
|
|
1498
1498
|
*/
|
|
@@ -1566,7 +1566,7 @@ declare namespace sap {
|
|
|
1566
1566
|
*
|
|
1567
1567
|
* Default value is `S`.
|
|
1568
1568
|
*
|
|
1569
|
-
* @experimental
|
|
1569
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
1570
1570
|
*
|
|
1571
1571
|
* @returns Reference to `this` in order to allow method chaining
|
|
1572
1572
|
*/
|
|
@@ -1603,7 +1603,7 @@ declare namespace sap {
|
|
|
1603
1603
|
*
|
|
1604
1604
|
* Default value is `true`.
|
|
1605
1605
|
*
|
|
1606
|
-
* @experimental
|
|
1606
|
+
* @experimental As of version 1.83. this feature is experimental and the API may change.
|
|
1607
1607
|
*
|
|
1608
1608
|
* @returns Reference to `this` in order to allow method chaining
|
|
1609
1609
|
*/
|
|
@@ -1658,7 +1658,7 @@ declare namespace sap {
|
|
|
1658
1658
|
*
|
|
1659
1659
|
* Default value is `2`.
|
|
1660
1660
|
*
|
|
1661
|
-
* @experimental
|
|
1661
|
+
* @experimental As of version 1.101.
|
|
1662
1662
|
*
|
|
1663
1663
|
* @returns Reference to `this` in order to allow method chaining
|
|
1664
1664
|
*/
|
|
@@ -1695,7 +1695,7 @@ declare namespace sap {
|
|
|
1695
1695
|
*
|
|
1696
1696
|
* Default value is `3`.
|
|
1697
1697
|
*
|
|
1698
|
-
* @experimental
|
|
1698
|
+
* @experimental As of version 1.101.
|
|
1699
1699
|
*
|
|
1700
1700
|
* @returns Reference to `this` in order to allow method chaining
|
|
1701
1701
|
*/
|
|
@@ -1808,7 +1808,7 @@ declare namespace sap {
|
|
|
1808
1808
|
/**
|
|
1809
1809
|
* Destroys the microChart in the aggregation {@link #getMicroChart microChart}.
|
|
1810
1810
|
*
|
|
1811
|
-
* @experimental
|
|
1811
|
+
* @experimental As of version 1.124.
|
|
1812
1812
|
*
|
|
1813
1813
|
* @returns Reference to `this` in order to allow method chaining
|
|
1814
1814
|
*/
|
|
@@ -1856,7 +1856,7 @@ declare namespace sap {
|
|
|
1856
1856
|
*
|
|
1857
1857
|
* Default value is `1`.
|
|
1858
1858
|
*
|
|
1859
|
-
* @experimental
|
|
1859
|
+
* @experimental As of version 1.101.
|
|
1860
1860
|
*
|
|
1861
1861
|
* @returns Value of property `detailsMaxLines`
|
|
1862
1862
|
*/
|
|
@@ -1869,7 +1869,7 @@ declare namespace sap {
|
|
|
1869
1869
|
* Default value is `None`.
|
|
1870
1870
|
*
|
|
1871
1871
|
* @since 1.118
|
|
1872
|
-
* @experimental
|
|
1872
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1873
1873
|
*
|
|
1874
1874
|
* @returns Value of property `detailsState`
|
|
1875
1875
|
*/
|
|
@@ -1882,7 +1882,7 @@ declare namespace sap {
|
|
|
1882
1882
|
* Default value is `empty string`.
|
|
1883
1883
|
*
|
|
1884
1884
|
* @since 1.118
|
|
1885
|
-
* @experimental
|
|
1885
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1886
1886
|
*
|
|
1887
1887
|
* @returns Value of property `iconAlt`
|
|
1888
1888
|
*/
|
|
@@ -1895,7 +1895,7 @@ declare namespace sap {
|
|
|
1895
1895
|
* Default value is `Transparent`.
|
|
1896
1896
|
*
|
|
1897
1897
|
* @since 1.118
|
|
1898
|
-
* @experimental
|
|
1898
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1899
1899
|
*
|
|
1900
1900
|
* @returns Value of property `iconBackgroundColor`
|
|
1901
1901
|
*/
|
|
@@ -1908,7 +1908,7 @@ declare namespace sap {
|
|
|
1908
1908
|
* Default value is `Circle`.
|
|
1909
1909
|
*
|
|
1910
1910
|
* @since 1.118
|
|
1911
|
-
* @experimental
|
|
1911
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1912
1912
|
*
|
|
1913
1913
|
* @returns Value of property `iconDisplayShape`
|
|
1914
1914
|
*/
|
|
@@ -1933,7 +1933,7 @@ declare namespace sap {
|
|
|
1933
1933
|
* Default value is `empty string`.
|
|
1934
1934
|
*
|
|
1935
1935
|
* @since 1.118
|
|
1936
|
-
* @experimental
|
|
1936
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1937
1937
|
*
|
|
1938
1938
|
* @returns Value of property `iconInitials`
|
|
1939
1939
|
*/
|
|
@@ -1945,7 +1945,7 @@ declare namespace sap {
|
|
|
1945
1945
|
*
|
|
1946
1946
|
* Default value is `S`.
|
|
1947
1947
|
*
|
|
1948
|
-
* @experimental
|
|
1948
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
1949
1949
|
*
|
|
1950
1950
|
* @returns Value of property `iconSize`
|
|
1951
1951
|
*/
|
|
@@ -1958,7 +1958,7 @@ declare namespace sap {
|
|
|
1958
1958
|
* Default value is `empty string`.
|
|
1959
1959
|
*
|
|
1960
1960
|
* @since 1.118
|
|
1961
|
-
* @experimental
|
|
1961
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1962
1962
|
*
|
|
1963
1963
|
* @returns Value of property `iconSrc`
|
|
1964
1964
|
*/
|
|
@@ -1971,7 +1971,7 @@ declare namespace sap {
|
|
|
1971
1971
|
* Default value is `true`.
|
|
1972
1972
|
*
|
|
1973
1973
|
* @since 1.118
|
|
1974
|
-
* @experimental
|
|
1974
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
1975
1975
|
*
|
|
1976
1976
|
* @returns Value of property `iconVisible`
|
|
1977
1977
|
*/
|
|
@@ -1981,7 +1981,7 @@ declare namespace sap {
|
|
|
1981
1981
|
*
|
|
1982
1982
|
* Micro Chart
|
|
1983
1983
|
*
|
|
1984
|
-
* @experimental
|
|
1984
|
+
* @experimental As of version 1.124.
|
|
1985
1985
|
*/
|
|
1986
1986
|
getMicroChart(): sap.ui.core.Control;
|
|
1987
1987
|
/**
|
|
@@ -2053,7 +2053,7 @@ declare namespace sap {
|
|
|
2053
2053
|
*
|
|
2054
2054
|
* Default value is `"Neutral"`.
|
|
2055
2055
|
*
|
|
2056
|
-
* @experimental
|
|
2056
|
+
* @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
|
|
2057
2057
|
* may be done before its official public release. Use at your own discretion.
|
|
2058
2058
|
*
|
|
2059
2059
|
* @returns Value of property `state`
|
|
@@ -2086,7 +2086,7 @@ declare namespace sap {
|
|
|
2086
2086
|
*
|
|
2087
2087
|
* Default value is `2`.
|
|
2088
2088
|
*
|
|
2089
|
-
* @experimental
|
|
2089
|
+
* @experimental As of version 1.101.
|
|
2090
2090
|
*
|
|
2091
2091
|
* @returns Value of property `subtitleMaxLines`
|
|
2092
2092
|
*/
|
|
@@ -2107,7 +2107,7 @@ declare namespace sap {
|
|
|
2107
2107
|
*
|
|
2108
2108
|
* Default value is `3`.
|
|
2109
2109
|
*
|
|
2110
|
-
* @experimental
|
|
2110
|
+
* @experimental As of version 1.101.
|
|
2111
2111
|
*
|
|
2112
2112
|
* @returns Value of property `titleMaxLines`
|
|
2113
2113
|
*/
|
|
@@ -2209,7 +2209,7 @@ declare namespace sap {
|
|
|
2209
2209
|
*
|
|
2210
2210
|
* Default value is `1`.
|
|
2211
2211
|
*
|
|
2212
|
-
* @experimental
|
|
2212
|
+
* @experimental As of version 1.101.
|
|
2213
2213
|
*
|
|
2214
2214
|
* @returns Reference to `this` in order to allow method chaining
|
|
2215
2215
|
*/
|
|
@@ -2229,7 +2229,7 @@ declare namespace sap {
|
|
|
2229
2229
|
* Default value is `None`.
|
|
2230
2230
|
*
|
|
2231
2231
|
* @since 1.118
|
|
2232
|
-
* @experimental
|
|
2232
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2233
2233
|
*
|
|
2234
2234
|
* @returns Reference to `this` in order to allow method chaining
|
|
2235
2235
|
*/
|
|
@@ -2249,7 +2249,7 @@ declare namespace sap {
|
|
|
2249
2249
|
* Default value is `empty string`.
|
|
2250
2250
|
*
|
|
2251
2251
|
* @since 1.118
|
|
2252
|
-
* @experimental
|
|
2252
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2253
2253
|
*
|
|
2254
2254
|
* @returns Reference to `this` in order to allow method chaining
|
|
2255
2255
|
*/
|
|
@@ -2269,7 +2269,7 @@ declare namespace sap {
|
|
|
2269
2269
|
* Default value is `Transparent`.
|
|
2270
2270
|
*
|
|
2271
2271
|
* @since 1.118
|
|
2272
|
-
* @experimental
|
|
2272
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2273
2273
|
*
|
|
2274
2274
|
* @returns Reference to `this` in order to allow method chaining
|
|
2275
2275
|
*/
|
|
@@ -2289,7 +2289,7 @@ declare namespace sap {
|
|
|
2289
2289
|
* Default value is `Circle`.
|
|
2290
2290
|
*
|
|
2291
2291
|
* @since 1.118
|
|
2292
|
-
* @experimental
|
|
2292
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2293
2293
|
*
|
|
2294
2294
|
* @returns Reference to `this` in order to allow method chaining
|
|
2295
2295
|
*/
|
|
@@ -2328,7 +2328,7 @@ declare namespace sap {
|
|
|
2328
2328
|
* Default value is `empty string`.
|
|
2329
2329
|
*
|
|
2330
2330
|
* @since 1.118
|
|
2331
|
-
* @experimental
|
|
2331
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2332
2332
|
*
|
|
2333
2333
|
* @returns Reference to `this` in order to allow method chaining
|
|
2334
2334
|
*/
|
|
@@ -2347,7 +2347,7 @@ declare namespace sap {
|
|
|
2347
2347
|
*
|
|
2348
2348
|
* Default value is `S`.
|
|
2349
2349
|
*
|
|
2350
|
-
* @experimental
|
|
2350
|
+
* @experimental As of version 1.119. this feature is experimental and the API may change.
|
|
2351
2351
|
*
|
|
2352
2352
|
* @returns Reference to `this` in order to allow method chaining
|
|
2353
2353
|
*/
|
|
@@ -2367,7 +2367,7 @@ declare namespace sap {
|
|
|
2367
2367
|
* Default value is `empty string`.
|
|
2368
2368
|
*
|
|
2369
2369
|
* @since 1.118
|
|
2370
|
-
* @experimental
|
|
2370
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2371
2371
|
*
|
|
2372
2372
|
* @returns Reference to `this` in order to allow method chaining
|
|
2373
2373
|
*/
|
|
@@ -2387,7 +2387,7 @@ declare namespace sap {
|
|
|
2387
2387
|
* Default value is `true`.
|
|
2388
2388
|
*
|
|
2389
2389
|
* @since 1.118
|
|
2390
|
-
* @experimental
|
|
2390
|
+
* @experimental As of version 1.118. For usage only by Work Zone.
|
|
2391
2391
|
*
|
|
2392
2392
|
* @returns Reference to `this` in order to allow method chaining
|
|
2393
2393
|
*/
|
|
@@ -2400,7 +2400,7 @@ declare namespace sap {
|
|
|
2400
2400
|
/**
|
|
2401
2401
|
* Sets the aggregated {@link #getMicroChart microChart}.
|
|
2402
2402
|
*
|
|
2403
|
-
* @experimental
|
|
2403
|
+
* @experimental As of version 1.124.
|
|
2404
2404
|
*
|
|
2405
2405
|
* @returns Reference to `this` in order to allow method chaining
|
|
2406
2406
|
*/
|
|
@@ -2509,7 +2509,7 @@ declare namespace sap {
|
|
|
2509
2509
|
*
|
|
2510
2510
|
* Default value is `"Neutral"`.
|
|
2511
2511
|
*
|
|
2512
|
-
* @experimental
|
|
2512
|
+
* @experimental As of version 1.64. Disclaimer: this property is in a beta state - incompatible API changes
|
|
2513
2513
|
* may be done before its official public release. Use at your own discretion.
|
|
2514
2514
|
*
|
|
2515
2515
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -2563,7 +2563,7 @@ declare namespace sap {
|
|
|
2563
2563
|
*
|
|
2564
2564
|
* Default value is `2`.
|
|
2565
2565
|
*
|
|
2566
|
-
* @experimental
|
|
2566
|
+
* @experimental As of version 1.101.
|
|
2567
2567
|
*
|
|
2568
2568
|
* @returns Reference to `this` in order to allow method chaining
|
|
2569
2569
|
*/
|
|
@@ -2598,7 +2598,7 @@ declare namespace sap {
|
|
|
2598
2598
|
*
|
|
2599
2599
|
* Default value is `3`.
|
|
2600
2600
|
*
|
|
2601
|
-
* @experimental
|
|
2601
|
+
* @experimental As of version 1.101.
|
|
2602
2602
|
*
|
|
2603
2603
|
* @returns Reference to `this` in order to allow method chaining
|
|
2604
2604
|
*/
|
|
@@ -2733,7 +2733,7 @@ declare namespace sap {
|
|
|
2733
2733
|
*
|
|
2734
2734
|
* Default value is `"None"`.
|
|
2735
2735
|
*
|
|
2736
|
-
* @experimental
|
|
2736
|
+
* @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
|
|
2737
2737
|
* may be done before its official public release. Use at your own discretion.
|
|
2738
2738
|
*
|
|
2739
2739
|
* @returns Value of property `state`
|
|
@@ -2778,7 +2778,7 @@ declare namespace sap {
|
|
|
2778
2778
|
*
|
|
2779
2779
|
* Default value is `"None"`.
|
|
2780
2780
|
*
|
|
2781
|
-
* @experimental
|
|
2781
|
+
* @experimental As of version 1.95. Disclaimer: this property is in a beta state - incompatible API changes
|
|
2782
2782
|
* may be done before its official public release. Use at your own discretion.
|
|
2783
2783
|
*
|
|
2784
2784
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -3991,10 +3991,10 @@ declare namespace sap {
|
|
|
3991
3991
|
* **Note:** The primary area is shrinking at a lower rate, remaining visible as long as it can.
|
|
3992
3992
|
*
|
|
3993
3993
|
* @since 1.52
|
|
3994
|
-
* @deprecated
|
|
3995
|
-
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
3996
|
-
* than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
3997
|
-
* reduced.
|
|
3994
|
+
* @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
|
|
3995
|
+
* `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
3996
|
+
* are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
3997
|
+
* screen size is being reduced.
|
|
3998
3998
|
*
|
|
3999
3999
|
* `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
|
|
4000
4000
|
* for example `1:1.6:1.6`.
|
|
@@ -6893,10 +6893,10 @@ declare namespace sap {
|
|
|
6893
6893
|
* Default value is `Begin`.
|
|
6894
6894
|
*
|
|
6895
6895
|
* @since 1.52
|
|
6896
|
-
* @deprecated
|
|
6897
|
-
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
6898
|
-
* than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
6899
|
-
* reduced.
|
|
6896
|
+
* @deprecated As of version 1.58. Please use the `titleAreaShrinkRatio` property instead. The value of
|
|
6897
|
+
* `titleAreaShrinkRatio` must be set in `Heading:Content:Actions` format where Heading, Content and Actions
|
|
6898
|
+
* are numbers greater than or equal to 0. The greater value a section has the faster it shrinks when the
|
|
6899
|
+
* screen size is being reduced.
|
|
6900
6900
|
*
|
|
6901
6901
|
* `titlePrimaryArea=Begin` can be achieved by setting a low number for the Heading area to `titleAreaShrinkRatio`,
|
|
6902
6902
|
* for example `1:1.6:1.6`.
|
|
@@ -8318,7 +8318,7 @@ declare namespace sap {
|
|
|
8318
8318
|
/**
|
|
8319
8319
|
* Describes the settings that can be provided to the Avatar constructor.
|
|
8320
8320
|
*
|
|
8321
|
-
* @deprecated
|
|
8321
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
|
|
8322
8322
|
*/
|
|
8323
8323
|
interface $AvatarSettings extends sap.m.$AvatarSettings {}
|
|
8324
8324
|
|
|
@@ -8458,7 +8458,7 @@ declare namespace sap {
|
|
|
8458
8458
|
/**
|
|
8459
8459
|
* Defines the role of the Card Header.
|
|
8460
8460
|
*
|
|
8461
|
-
* @experimental
|
|
8461
|
+
* @experimental As of version 1.131.
|
|
8462
8462
|
*/
|
|
8463
8463
|
semanticRole?:
|
|
8464
8464
|
| sap.f.cards.SemanticRole
|
|
@@ -8468,7 +8468,7 @@ declare namespace sap {
|
|
|
8468
8468
|
/**
|
|
8469
8469
|
* Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
|
|
8470
8470
|
*
|
|
8471
|
-
* @experimental
|
|
8471
|
+
* @experimental As of version 1.131.
|
|
8472
8472
|
*/
|
|
8473
8473
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
8474
8474
|
}
|
|
@@ -8779,7 +8779,7 @@ declare namespace sap {
|
|
|
8779
8779
|
* **Note:** The primary area is shrinking at lower rate, remaining visible as much as it can.
|
|
8780
8780
|
*
|
|
8781
8781
|
* @since 1.50
|
|
8782
|
-
* @deprecated
|
|
8782
|
+
* @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
|
|
8783
8783
|
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
8784
8784
|
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
8785
8785
|
* reduced.
|
|
@@ -9679,7 +9679,7 @@ declare namespace sap {
|
|
|
9679
9679
|
/**
|
|
9680
9680
|
* Describes the settings that can be provided to the IllustratedMessage constructor.
|
|
9681
9681
|
*
|
|
9682
|
-
* @deprecated
|
|
9682
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
|
|
9683
9683
|
*/
|
|
9684
9684
|
interface $IllustratedMessageSettings
|
|
9685
9685
|
extends sap.m.$IllustratedMessageSettings {}
|
|
@@ -9687,7 +9687,7 @@ declare namespace sap {
|
|
|
9687
9687
|
/**
|
|
9688
9688
|
* Describes the settings that can be provided to the Illustration constructor.
|
|
9689
9689
|
*
|
|
9690
|
-
* @deprecated
|
|
9690
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
|
|
9691
9691
|
*/
|
|
9692
9692
|
interface $IllustrationSettings extends sap.m.$IllustrationSettings {}
|
|
9693
9693
|
|
|
@@ -10169,7 +10169,7 @@ declare namespace sap {
|
|
|
10169
10169
|
/**
|
|
10170
10170
|
* Parameters of the CardBase#press event.
|
|
10171
10171
|
*
|
|
10172
|
-
* @experimental
|
|
10172
|
+
* @experimental As of version 1.131.
|
|
10173
10173
|
*/
|
|
10174
10174
|
interface CardBase$PressEventParameters {}
|
|
10175
10175
|
|
|
@@ -10835,7 +10835,7 @@ declare namespace sap {
|
|
|
10835
10835
|
* {@link sap.m.IllustrationPool#sap.m.IllustrationPool.loadRestOfTheAssets loadRestOfTheAssets} API.
|
|
10836
10836
|
*
|
|
10837
10837
|
* @since 1.88
|
|
10838
|
-
* @deprecated
|
|
10838
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustrationPool} instead.
|
|
10839
10839
|
*/
|
|
10840
10840
|
interface IllustrationPool {}
|
|
10841
10841
|
|
|
@@ -10855,7 +10855,7 @@ declare namespace sap {
|
|
|
10855
10855
|
* or if there's a non-Latin character present, a default image placeholder will be created.
|
|
10856
10856
|
*
|
|
10857
10857
|
* @since 1.46
|
|
10858
|
-
* @deprecated
|
|
10858
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.Avatar} instead.
|
|
10859
10859
|
*/
|
|
10860
10860
|
class Avatar extends sap.m.Avatar {
|
|
10861
10861
|
/**
|
|
@@ -11733,7 +11733,7 @@ declare namespace sap {
|
|
|
11733
11733
|
*
|
|
11734
11734
|
* Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
|
|
11735
11735
|
*
|
|
11736
|
-
* @experimental
|
|
11736
|
+
* @experimental As of version 1.131.
|
|
11737
11737
|
*
|
|
11738
11738
|
* @returns Reference to `this` in order to allow method chaining
|
|
11739
11739
|
*/
|
|
@@ -11760,7 +11760,7 @@ declare namespace sap {
|
|
|
11760
11760
|
*
|
|
11761
11761
|
* Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
|
|
11762
11762
|
*
|
|
11763
|
-
* @experimental
|
|
11763
|
+
* @experimental As of version 1.131.
|
|
11764
11764
|
*
|
|
11765
11765
|
* @returns Reference to `this` in order to allow method chaining
|
|
11766
11766
|
*/
|
|
@@ -11779,7 +11779,7 @@ declare namespace sap {
|
|
|
11779
11779
|
*
|
|
11780
11780
|
* The passed function and listener object must match the ones used for event registration.
|
|
11781
11781
|
*
|
|
11782
|
-
* @experimental
|
|
11782
|
+
* @experimental As of version 1.131.
|
|
11783
11783
|
*
|
|
11784
11784
|
* @returns Reference to `this` in order to allow method chaining
|
|
11785
11785
|
*/
|
|
@@ -11796,7 +11796,7 @@ declare namespace sap {
|
|
|
11796
11796
|
/**
|
|
11797
11797
|
* Fires event {@link #event:press press} to attached listeners.
|
|
11798
11798
|
*
|
|
11799
|
-
* @experimental
|
|
11799
|
+
* @experimental As of version 1.131.
|
|
11800
11800
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
11801
11801
|
*
|
|
11802
11802
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -11833,7 +11833,7 @@ declare namespace sap {
|
|
|
11833
11833
|
*
|
|
11834
11834
|
* Default value is `Region`.
|
|
11835
11835
|
*
|
|
11836
|
-
* @experimental
|
|
11836
|
+
* @experimental As of version 1.131.
|
|
11837
11837
|
*
|
|
11838
11838
|
* @returns Value of property `semanticRole`
|
|
11839
11839
|
*/
|
|
@@ -11876,7 +11876,7 @@ declare namespace sap {
|
|
|
11876
11876
|
*
|
|
11877
11877
|
* Default value is `Region`.
|
|
11878
11878
|
*
|
|
11879
|
-
* @experimental
|
|
11879
|
+
* @experimental As of version 1.131.
|
|
11880
11880
|
*
|
|
11881
11881
|
* @returns Reference to `this` in order to allow method chaining
|
|
11882
11882
|
*/
|
|
@@ -13637,7 +13637,7 @@ declare namespace sap {
|
|
|
13637
13637
|
* Default value is `Begin`.
|
|
13638
13638
|
*
|
|
13639
13639
|
* @since 1.50
|
|
13640
|
-
* @deprecated
|
|
13640
|
+
* @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
|
|
13641
13641
|
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
13642
13642
|
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
13643
13643
|
* reduced.
|
|
@@ -14065,7 +14065,7 @@ declare namespace sap {
|
|
|
14065
14065
|
* Default value is `Begin`.
|
|
14066
14066
|
*
|
|
14067
14067
|
* @since 1.50
|
|
14068
|
-
* @deprecated
|
|
14068
|
+
* @deprecated As of version 1.54. Please use the `areaShrinkRatio` property instead. The value of `areaShrinkRatio`
|
|
14069
14069
|
* must be set in `Heading:Content:Actions` format where Heading, Content and Actions are numbers greater
|
|
14070
14070
|
* than or equal to 0. The greater value a section has the faster it shrinks when the screen size is being
|
|
14071
14071
|
* reduced.
|
|
@@ -19072,7 +19072,7 @@ declare namespace sap {
|
|
|
19072
19072
|
* or are omitted in the different breakpoint sizes (XS, S, M, L).
|
|
19073
19073
|
*
|
|
19074
19074
|
* @since 1.88
|
|
19075
|
-
* @deprecated
|
|
19075
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessage} instead.
|
|
19076
19076
|
*/
|
|
19077
19077
|
class IllustratedMessage extends sap.m.IllustratedMessage {
|
|
19078
19078
|
/**
|
|
@@ -19150,7 +19150,7 @@ declare namespace sap {
|
|
|
19150
19150
|
* To build a Symbol ID, all of the `Illustration` properties must be populated with data.
|
|
19151
19151
|
*
|
|
19152
19152
|
* @since 1.88
|
|
19153
|
-
* @deprecated
|
|
19153
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.Illustration} instead.
|
|
19154
19154
|
*/
|
|
19155
19155
|
class Illustration extends sap.m.Illustration {
|
|
19156
19156
|
/**
|
|
@@ -21526,7 +21526,7 @@ declare namespace sap {
|
|
|
21526
21526
|
* content can be added to the action item's `content` aggregation, or can be added or changed later.
|
|
21527
21527
|
*
|
|
21528
21528
|
* Each click/tap fires an event, and in the event handler specific content can be added/changed to the
|
|
21529
|
-
* `content` aggregation of the clicked/tapped action item or data can be
|
|
21529
|
+
* `content` aggregation of the clicked/tapped action item or data can be retrieved from the same aggregation
|
|
21530
21530
|
* depending on the state of the action item.
|
|
21531
21531
|
*
|
|
21532
21532
|
* If the side content is displayed, there is automatically generated header of the side content which contains
|
|
@@ -22401,8 +22401,8 @@ declare namespace sap {
|
|
|
22401
22401
|
* This enum is part of the 'sap/f/library' module export and must be accessed by the property 'DynamicPageTitleArea'.
|
|
22402
22402
|
*
|
|
22403
22403
|
* @since 1.50
|
|
22404
|
-
* @deprecated
|
|
22405
|
-
* `areaShrinkRatio` property instead of the `primaryArea` property.
|
|
22404
|
+
* @deprecated As of version 1.54. Consumers of the {@link sap.f.DynamicPageTitle} control should now use
|
|
22405
|
+
* the `areaShrinkRatio` property instead of the `primaryArea` property.
|
|
22406
22406
|
*/
|
|
22407
22407
|
enum DynamicPageTitleArea {
|
|
22408
22408
|
/**
|
|
@@ -22594,7 +22594,7 @@ declare namespace sap {
|
|
|
22594
22594
|
* This is an alias for {@link sap.m.AvatarColor} and only kept for compatibility reasons.
|
|
22595
22595
|
*
|
|
22596
22596
|
* @since 1.69
|
|
22597
|
-
* @deprecated
|
|
22597
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarColor} instead.
|
|
22598
22598
|
*/
|
|
22599
22599
|
type AvatarColor = sap.m.AvatarColor;
|
|
22600
22600
|
|
|
@@ -22605,7 +22605,7 @@ declare namespace sap {
|
|
|
22605
22605
|
* This is an alias for {@link sap.m.AvatarImageFitType} and only kept for compatibility reasons.
|
|
22606
22606
|
*
|
|
22607
22607
|
* @since 1.46
|
|
22608
|
-
* @deprecated
|
|
22608
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarImageFitType} instead.
|
|
22609
22609
|
*/
|
|
22610
22610
|
type AvatarImageFitType = sap.m.AvatarImageFitType;
|
|
22611
22611
|
|
|
@@ -22615,7 +22615,7 @@ declare namespace sap {
|
|
|
22615
22615
|
* This is an alias for {@link sap.m.AvatarShape} and only kept for compatibility reasons.
|
|
22616
22616
|
*
|
|
22617
22617
|
* @since 1.46
|
|
22618
|
-
* @deprecated
|
|
22618
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarShape} instead.
|
|
22619
22619
|
*/
|
|
22620
22620
|
type AvatarShape = sap.m.AvatarShape;
|
|
22621
22621
|
|
|
@@ -22625,7 +22625,7 @@ declare namespace sap {
|
|
|
22625
22625
|
* This is an alias for {@link sap.m.AvatarSize} and only kept for compatibility reasons.
|
|
22626
22626
|
*
|
|
22627
22627
|
* @since 1.46
|
|
22628
|
-
* @deprecated
|
|
22628
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarSize} instead.
|
|
22629
22629
|
*/
|
|
22630
22630
|
type AvatarSize = sap.m.AvatarSize;
|
|
22631
22631
|
|
|
@@ -22635,7 +22635,7 @@ declare namespace sap {
|
|
|
22635
22635
|
* This is an alias for {@link sap.m.AvatarType} and only kept for compatibility reasons.
|
|
22636
22636
|
*
|
|
22637
22637
|
* @since 1.46
|
|
22638
|
-
* @deprecated
|
|
22638
|
+
* @deprecated As of version 1.73. Use the {@link sap.m.AvatarType} instead.
|
|
22639
22639
|
*/
|
|
22640
22640
|
type AvatarType = sap.m.AvatarType;
|
|
22641
22641
|
|
|
@@ -22652,7 +22652,7 @@ declare namespace sap {
|
|
|
22652
22652
|
* This is an alias for {@link sap.m.IllustratedMessageSize} and only kept for compatibility reasons.
|
|
22653
22653
|
*
|
|
22654
22654
|
* @since 1.88
|
|
22655
|
-
* @deprecated
|
|
22655
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageSize} instead.
|
|
22656
22656
|
*/
|
|
22657
22657
|
type IllustratedMessageSize = sap.m.IllustratedMessageSize;
|
|
22658
22658
|
|
|
@@ -22662,7 +22662,7 @@ declare namespace sap {
|
|
|
22662
22662
|
* This is an alias for {@link sap.m.IllustratedMessageType} and only kept for compatibility reasons.
|
|
22663
22663
|
*
|
|
22664
22664
|
* @since 1.88
|
|
22665
|
-
* @deprecated
|
|
22665
|
+
* @deprecated As of version 1.98. Use the {@link sap.m.IllustratedMessageType} instead.
|
|
22666
22666
|
*/
|
|
22667
22667
|
type IllustratedMessageType = sap.m.IllustratedMessageType;
|
|
22668
22668
|
|
|
@@ -22677,7 +22677,7 @@ declare namespace sap {
|
|
|
22677
22677
|
/**
|
|
22678
22678
|
* Event object of the CardBase#press event.
|
|
22679
22679
|
*
|
|
22680
|
-
* @experimental
|
|
22680
|
+
* @experimental As of version 1.131.
|
|
22681
22681
|
*/
|
|
22682
22682
|
type CardBase$PressEvent = sap.ui.base.Event<
|
|
22683
22683
|
CardBase$PressEventParameters,
|