@sapui5/ts-types-esm 1.132.1 → 1.134.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.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -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 +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/commons/library" {
|
|
4
4
|
import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
|
|
@@ -13,7 +13,7 @@ declare module "sap/ui/commons/library" {
|
|
|
13
13
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
14
14
|
* 'ButtonStyle'.
|
|
15
15
|
*
|
|
16
|
-
* @deprecated
|
|
16
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.Button). Use sap.m.Button with its sap.m.ButtonType
|
|
17
17
|
* instead.
|
|
18
18
|
*/
|
|
19
19
|
export enum ButtonStyle {
|
|
@@ -40,14 +40,14 @@ declare module "sap/ui/commons/library" {
|
|
|
40
40
|
* This enum is an alias for {@link sap.ui.unified.ColorPickerMode} and was only kept for compatibility
|
|
41
41
|
* reasons. Please switch to the {@link sap.ui.unified.ColorPicker} API.
|
|
42
42
|
*
|
|
43
|
-
* @deprecated
|
|
43
|
+
* @deprecated As of version 1.48.0. Use {@link sap.ui.unified.ColorPickerMode} instead.
|
|
44
44
|
*/
|
|
45
45
|
export type ColorPickerMode = ColorPickerMode1;
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
48
|
* Marker interface for common controls which are suitable for use within a FormattedTextView.
|
|
49
49
|
*
|
|
50
|
-
* @deprecated
|
|
50
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
51
51
|
*/
|
|
52
52
|
export interface FormattedTextViewControl {
|
|
53
53
|
__implements__sap_ui_commons_FormattedTextViewControl: boolean;
|
|
@@ -59,7 +59,7 @@ declare module "sap/ui/commons/library" {
|
|
|
59
59
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
60
60
|
* 'HorizontalDividerHeight'.
|
|
61
61
|
*
|
|
62
|
-
* @deprecated
|
|
62
|
+
* @deprecated As of version 1.38. without replacement.
|
|
63
63
|
*/
|
|
64
64
|
export enum HorizontalDividerHeight {
|
|
65
65
|
/**
|
|
@@ -85,7 +85,7 @@ declare module "sap/ui/commons/library" {
|
|
|
85
85
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
86
86
|
* 'HorizontalDividerType'.
|
|
87
87
|
*
|
|
88
|
-
* @deprecated
|
|
88
|
+
* @deprecated As of version 1.38. without a replacement.
|
|
89
89
|
*/
|
|
90
90
|
export enum HorizontalDividerType {
|
|
91
91
|
/**
|
|
@@ -103,7 +103,7 @@ declare module "sap/ui/commons/library" {
|
|
|
103
103
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
104
104
|
* 'LabelDesign'.
|
|
105
105
|
*
|
|
106
|
-
* @deprecated
|
|
106
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
107
107
|
*/
|
|
108
108
|
export enum LabelDesign {
|
|
109
109
|
/**
|
|
@@ -121,7 +121,7 @@ declare module "sap/ui/commons/library" {
|
|
|
121
121
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
122
122
|
* 'MenuBarDesign'.
|
|
123
123
|
*
|
|
124
|
-
* @deprecated
|
|
124
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.Toolbar). Use sap.m.Toolbar and its sap.m.ToolbarDesign
|
|
125
125
|
* instead.
|
|
126
126
|
*/
|
|
127
127
|
export enum MenuBarDesign {
|
|
@@ -140,7 +140,7 @@ declare module "sap/ui/commons/library" {
|
|
|
140
140
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
141
141
|
* 'MessageType'.
|
|
142
142
|
*
|
|
143
|
-
* @deprecated
|
|
143
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.core.MessageType`.
|
|
144
144
|
*/
|
|
145
145
|
export enum MessageType {
|
|
146
146
|
/**
|
|
@@ -162,7 +162,7 @@ declare module "sap/ui/commons/library" {
|
|
|
162
162
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
163
163
|
* 'PaginatorEvent'.
|
|
164
164
|
*
|
|
165
|
-
* @deprecated
|
|
165
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
166
166
|
*/
|
|
167
167
|
export enum PaginatorEvent {
|
|
168
168
|
/**
|
|
@@ -192,7 +192,7 @@ declare module "sap/ui/commons/library" {
|
|
|
192
192
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
193
193
|
* 'RatingIndicatorVisualMode'.
|
|
194
194
|
*
|
|
195
|
-
* @deprecated
|
|
195
|
+
* @deprecated As of version 1.38. Instead, use `sap.m.RatingIndicator` control.
|
|
196
196
|
*/
|
|
197
197
|
export enum RatingIndicatorVisualMode {
|
|
198
198
|
/**
|
|
@@ -214,7 +214,7 @@ declare module "sap/ui/commons/library" {
|
|
|
214
214
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
215
215
|
* 'RowRepeaterDesign'.
|
|
216
216
|
*
|
|
217
|
-
* @deprecated
|
|
217
|
+
* @deprecated As of version 1.38.
|
|
218
218
|
*/
|
|
219
219
|
export enum RowRepeaterDesign {
|
|
220
220
|
/**
|
|
@@ -233,7 +233,7 @@ declare module "sap/ui/commons/library" {
|
|
|
233
233
|
/**
|
|
234
234
|
* A string type that represents subset of CSS size values. For the Splitter only px and % are allowed.
|
|
235
235
|
*
|
|
236
|
-
* @deprecated
|
|
236
|
+
* @deprecated As of version 1.38. Instead, use `sap.ui.layout.Splitter` control.
|
|
237
237
|
*/
|
|
238
238
|
export type SplitterSize = string;
|
|
239
239
|
|
|
@@ -243,7 +243,7 @@ declare module "sap/ui/commons/library" {
|
|
|
243
243
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
244
244
|
* 'TextViewColor'.
|
|
245
245
|
*
|
|
246
|
-
* @deprecated
|
|
246
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
247
247
|
*/
|
|
248
248
|
export enum TextViewColor {
|
|
249
249
|
/**
|
|
@@ -269,7 +269,7 @@ declare module "sap/ui/commons/library" {
|
|
|
269
269
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
270
270
|
* 'TextViewDesign'.
|
|
271
271
|
*
|
|
272
|
-
* @deprecated
|
|
272
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
273
273
|
*/
|
|
274
274
|
export enum TextViewDesign {
|
|
275
275
|
/**
|
|
@@ -327,7 +327,7 @@ declare module "sap/ui/commons/library" {
|
|
|
327
327
|
* This is an alias for {@link sap.ui.core.TitleLevel} and only kept for compatibility reasons.
|
|
328
328
|
*
|
|
329
329
|
* @since 1.9.1
|
|
330
|
-
* @deprecated
|
|
330
|
+
* @deprecated As of version 1.16.0. Use {@link sap.ui.core.TitleLevel} instead.
|
|
331
331
|
*/
|
|
332
332
|
export type TitleLevel = TitleLevel1;
|
|
333
333
|
|
|
@@ -337,7 +337,7 @@ declare module "sap/ui/commons/library" {
|
|
|
337
337
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
338
338
|
* 'ToolbarDesign'.
|
|
339
339
|
*
|
|
340
|
-
* @deprecated
|
|
340
|
+
* @deprecated As of version 1.38.
|
|
341
341
|
*/
|
|
342
342
|
export enum ToolbarDesign {
|
|
343
343
|
/**
|
|
@@ -362,7 +362,7 @@ declare module "sap/ui/commons/library" {
|
|
|
362
362
|
* Toolbar items must have a fixed height compatible with the toolbar being a single horizontal row. They
|
|
363
363
|
* can refer to the toolbar's marker class "sapUiTb" to adjust their own theming when used inside a toolbar.
|
|
364
364
|
*
|
|
365
|
-
* @deprecated
|
|
365
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.Toolbar). Use sap.m.Toolbar instead.
|
|
366
366
|
*/
|
|
367
367
|
export interface ToolbarItem {
|
|
368
368
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
@@ -374,8 +374,8 @@ declare module "sap/ui/commons/library" {
|
|
|
374
374
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
375
375
|
* 'ToolbarSeparatorDesign'.
|
|
376
376
|
*
|
|
377
|
-
* @deprecated
|
|
378
|
-
* instead.
|
|
377
|
+
* @deprecated As of version 1.38. (altogether wuith sap.ui.commons.Toolbar). Use sap.m.Toolbar and its
|
|
378
|
+
* sap.m.ToolbarSeparator instead.
|
|
379
379
|
*/
|
|
380
380
|
export enum ToolbarSeparatorDesign {
|
|
381
381
|
/**
|
|
@@ -393,7 +393,8 @@ declare module "sap/ui/commons/library" {
|
|
|
393
393
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
394
394
|
* 'TreeSelectionMode'.
|
|
395
395
|
*
|
|
396
|
-
* @deprecated
|
|
396
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.Tree). Use sap.m.Tree with its items
|
|
397
|
+
* instead.
|
|
397
398
|
*/
|
|
398
399
|
export enum TreeSelectionMode {
|
|
399
400
|
/**
|
|
@@ -420,7 +421,7 @@ declare module "sap/ui/commons/library" {
|
|
|
420
421
|
* 'TriStateCheckBoxState'.
|
|
421
422
|
*
|
|
422
423
|
* @since 1.7.2
|
|
423
|
-
* @deprecated
|
|
424
|
+
* @deprecated As of version 1.38. Use {@link sap.m.CheckBox} and its properties instead.
|
|
424
425
|
*/
|
|
425
426
|
export enum TriStateCheckBoxState {
|
|
426
427
|
/**
|
|
@@ -444,7 +445,7 @@ declare module "sap/ui/commons/library" {
|
|
|
444
445
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
445
446
|
* 'enums.AreaDesign'.
|
|
446
447
|
*
|
|
447
|
-
* @deprecated
|
|
448
|
+
* @deprecated As of version 1.38.
|
|
448
449
|
*/
|
|
449
450
|
enum AreaDesign {
|
|
450
451
|
/**
|
|
@@ -466,7 +467,7 @@ declare module "sap/ui/commons/library" {
|
|
|
466
467
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
467
468
|
* 'enums.BorderDesign'.
|
|
468
469
|
*
|
|
469
|
-
* @deprecated
|
|
470
|
+
* @deprecated As of version 1.38.
|
|
470
471
|
*/
|
|
471
472
|
enum BorderDesign {
|
|
472
473
|
/**
|
|
@@ -484,7 +485,7 @@ declare module "sap/ui/commons/library" {
|
|
|
484
485
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
485
486
|
* 'enums.Orientation'.
|
|
486
487
|
*
|
|
487
|
-
* @deprecated
|
|
488
|
+
* @deprecated As of version 1.38.
|
|
488
489
|
*/
|
|
489
490
|
enum Orientation {
|
|
490
491
|
/**
|
|
@@ -504,7 +505,7 @@ declare module "sap/ui/commons/library" {
|
|
|
504
505
|
*
|
|
505
506
|
* This is an alias for {@link sap.ui.layout.form.SimpleFormLayout} and only kept for compatibility reasons.
|
|
506
507
|
*
|
|
507
|
-
* @deprecated
|
|
508
|
+
* @deprecated As of version 1.16.0. Use {@link sap.ui.layout.form.SimpleFormLayout} instead.
|
|
508
509
|
*/
|
|
509
510
|
type SimpleFormLayout = form1.SimpleFormLayout;
|
|
510
511
|
}
|
|
@@ -516,7 +517,7 @@ declare module "sap/ui/commons/library" {
|
|
|
516
517
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
517
518
|
* 'layout.BackgroundDesign'.
|
|
518
519
|
*
|
|
519
|
-
* @deprecated
|
|
520
|
+
* @deprecated As of version 1.38.
|
|
520
521
|
*/
|
|
521
522
|
enum BackgroundDesign {
|
|
522
523
|
/**
|
|
@@ -554,8 +555,8 @@ declare module "sap/ui/commons/library" {
|
|
|
554
555
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
555
556
|
* 'layout.BorderLayoutAreaTypes'.
|
|
556
557
|
*
|
|
557
|
-
* @deprecated
|
|
558
|
-
* with its aggregations.
|
|
558
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.layout.BorderLayout). Use sap.m.Page
|
|
559
|
+
* instead with its aggregations.
|
|
559
560
|
*/
|
|
560
561
|
enum BorderLayoutAreaTypes {
|
|
561
562
|
/**
|
|
@@ -586,7 +587,7 @@ declare module "sap/ui/commons/library" {
|
|
|
586
587
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
587
588
|
* 'layout.HAlign'.
|
|
588
589
|
*
|
|
589
|
-
* @deprecated
|
|
590
|
+
* @deprecated As of version 1.38.
|
|
590
591
|
*/
|
|
591
592
|
enum HAlign {
|
|
592
593
|
/**
|
|
@@ -618,7 +619,7 @@ declare module "sap/ui/commons/library" {
|
|
|
618
619
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
619
620
|
* 'layout.Padding'.
|
|
620
621
|
*
|
|
621
|
-
* @deprecated
|
|
622
|
+
* @deprecated As of version 1.38.
|
|
622
623
|
*/
|
|
623
624
|
enum Padding {
|
|
624
625
|
/**
|
|
@@ -651,7 +652,7 @@ declare module "sap/ui/commons/library" {
|
|
|
651
652
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
652
653
|
* 'layout.Separation'.
|
|
653
654
|
*
|
|
654
|
-
* @deprecated
|
|
655
|
+
* @deprecated As of version 1.38.
|
|
655
656
|
*/
|
|
656
657
|
enum Separation {
|
|
657
658
|
/**
|
|
@@ -689,7 +690,7 @@ declare module "sap/ui/commons/library" {
|
|
|
689
690
|
* This enum is part of the 'sap/ui/commons/library' module export and must be accessed by the property
|
|
690
691
|
* 'layout.VAlign'.
|
|
691
692
|
*
|
|
692
|
-
* @deprecated
|
|
693
|
+
* @deprecated As of version 1.38.
|
|
693
694
|
*/
|
|
694
695
|
enum VAlign {
|
|
695
696
|
/**
|
|
@@ -727,7 +728,7 @@ declare module "sap/ui/commons/Accordion" {
|
|
|
727
728
|
/**
|
|
728
729
|
* Contains N sections, acting as containers for any library control
|
|
729
730
|
*
|
|
730
|
-
* @deprecated
|
|
731
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Panel}.
|
|
731
732
|
*/
|
|
732
733
|
export default class Accordion extends Control {
|
|
733
734
|
/**
|
|
@@ -1178,7 +1179,7 @@ declare module "sap/ui/commons/Accordion" {
|
|
|
1178
1179
|
/**
|
|
1179
1180
|
* Describes the settings that can be provided to the Accordion constructor.
|
|
1180
1181
|
*
|
|
1181
|
-
* @deprecated
|
|
1182
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Panel}.
|
|
1182
1183
|
*/
|
|
1183
1184
|
export interface $AccordionSettings extends $ControlSettings {
|
|
1184
1185
|
/**
|
|
@@ -1300,7 +1301,7 @@ declare module "sap/ui/commons/AccordionSection" {
|
|
|
1300
1301
|
/**
|
|
1301
1302
|
* Represents a panel which is a container for other controls. The container does not have any layout function.
|
|
1302
1303
|
*
|
|
1303
|
-
* @deprecated
|
|
1304
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
1304
1305
|
*/
|
|
1305
1306
|
export default class AccordionSection extends UI5Element {
|
|
1306
1307
|
/**
|
|
@@ -1469,7 +1470,7 @@ declare module "sap/ui/commons/AccordionSection" {
|
|
|
1469
1470
|
*
|
|
1470
1471
|
* Default value is `false`.
|
|
1471
1472
|
*
|
|
1472
|
-
* @deprecated
|
|
1473
|
+
* @deprecated As of version 1.34. Use Accordion's "openedSectionsId" property
|
|
1473
1474
|
*
|
|
1474
1475
|
* @returns Value of property `collapsed`
|
|
1475
1476
|
*/
|
|
@@ -1624,7 +1625,7 @@ declare module "sap/ui/commons/AccordionSection" {
|
|
|
1624
1625
|
/**
|
|
1625
1626
|
* Describes the settings that can be provided to the AccordionSection constructor.
|
|
1626
1627
|
*
|
|
1627
|
-
* @deprecated
|
|
1628
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
1628
1629
|
*/
|
|
1629
1630
|
export interface $AccordionSectionSettings extends $ElementSettings {
|
|
1630
1631
|
/**
|
|
@@ -1640,7 +1641,7 @@ declare module "sap/ui/commons/AccordionSection" {
|
|
|
1640
1641
|
/**
|
|
1641
1642
|
* It is recommended to adjust the settings for the width when the section is set to 'collapsed'.
|
|
1642
1643
|
*
|
|
1643
|
-
* @deprecated
|
|
1644
|
+
* @deprecated As of version 1.34. Use Accordion's "openedSectionsId" property
|
|
1644
1645
|
*/
|
|
1645
1646
|
collapsed?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1646
1647
|
|
|
@@ -1702,7 +1703,7 @@ declare module "sap/ui/commons/ApplicationHeader" {
|
|
|
1702
1703
|
* The application header control stands on the top of any application page. It consists of 4 areas: Logo
|
|
1703
1704
|
* area, Function area provided by application, Search area, Logout area.
|
|
1704
1705
|
*
|
|
1705
|
-
* @deprecated
|
|
1706
|
+
* @deprecated As of version 1.38. Instead, use the `sap.tnt.ToolHeader` control.
|
|
1706
1707
|
*/
|
|
1707
1708
|
export default class ApplicationHeader extends Control {
|
|
1708
1709
|
/**
|
|
@@ -1982,7 +1983,7 @@ declare module "sap/ui/commons/ApplicationHeader" {
|
|
|
1982
1983
|
/**
|
|
1983
1984
|
* Describes the settings that can be provided to the ApplicationHeader constructor.
|
|
1984
1985
|
*
|
|
1985
|
-
* @deprecated
|
|
1986
|
+
* @deprecated As of version 1.38. Instead, use the `sap.tnt.ToolHeader` control.
|
|
1986
1987
|
*/
|
|
1987
1988
|
export interface $ApplicationHeaderSettings extends $ControlSettings {
|
|
1988
1989
|
/**
|
|
@@ -2043,7 +2044,7 @@ declare module "sap/ui/commons/Area" {
|
|
|
2043
2044
|
* Used for defining areas in an image map. At runtime, the user can trigger an action, or start a URL,
|
|
2044
2045
|
* from the single image areas.
|
|
2045
2046
|
*
|
|
2046
|
-
* @deprecated
|
|
2047
|
+
* @deprecated As of version 1.38.
|
|
2047
2048
|
*/
|
|
2048
2049
|
export default class Area extends UI5Element {
|
|
2049
2050
|
/**
|
|
@@ -2212,7 +2213,7 @@ declare module "sap/ui/commons/Area" {
|
|
|
2212
2213
|
/**
|
|
2213
2214
|
* Describes the settings that can be provided to the Area constructor.
|
|
2214
2215
|
*
|
|
2215
|
-
* @deprecated
|
|
2216
|
+
* @deprecated As of version 1.38.
|
|
2216
2217
|
*/
|
|
2217
2218
|
export interface $AreaSettings extends $ElementSettings {
|
|
2218
2219
|
/**
|
|
@@ -2257,7 +2258,7 @@ declare module "sap/ui/commons/AutoComplete" {
|
|
|
2257
2258
|
* Textfield with list based text completion.
|
|
2258
2259
|
*
|
|
2259
2260
|
* @since 1.10.0
|
|
2260
|
-
* @deprecated
|
|
2261
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Input}.
|
|
2261
2262
|
*/
|
|
2262
2263
|
export default class AutoComplete extends ComboBox implements ToolbarItem {
|
|
2263
2264
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
@@ -2414,15 +2415,15 @@ declare module "sap/ui/commons/AutoComplete" {
|
|
|
2414
2415
|
*/
|
|
2415
2416
|
getEnableScrolling(): boolean;
|
|
2416
2417
|
/**
|
|
2417
|
-
* @deprecated
|
|
2418
|
+
* @deprecated As of version 1.10.0. NOT SUPPORTED
|
|
2418
2419
|
*/
|
|
2419
2420
|
getListBox(): string;
|
|
2420
2421
|
/**
|
|
2421
|
-
* @deprecated
|
|
2422
|
+
* @deprecated As of version 1.10.0. NOT SUPPORTED
|
|
2422
2423
|
*/
|
|
2423
2424
|
getSelectedItemId(): string;
|
|
2424
2425
|
/**
|
|
2425
|
-
* @deprecated
|
|
2426
|
+
* @deprecated As of version 1.10.0. NOT SUPPORTED
|
|
2426
2427
|
*/
|
|
2427
2428
|
getSelectedKey(): string;
|
|
2428
2429
|
/**
|
|
@@ -2458,22 +2459,22 @@ declare module "sap/ui/commons/AutoComplete" {
|
|
|
2458
2459
|
fFilter?: Function
|
|
2459
2460
|
): void;
|
|
2460
2461
|
/**
|
|
2461
|
-
* @deprecated
|
|
2462
|
+
* @deprecated As of version 1.10.0. NOT SUPPORTED
|
|
2462
2463
|
*/
|
|
2463
2464
|
setListBox(oListBox: string | ListBox): this;
|
|
2464
2465
|
/**
|
|
2465
|
-
* @deprecated
|
|
2466
|
+
* @deprecated As of version 1.10.0. NOT SUPPORTED
|
|
2466
2467
|
*/
|
|
2467
2468
|
setSelectedItemId(sSelectedItemId: string): this;
|
|
2468
2469
|
/**
|
|
2469
|
-
* @deprecated
|
|
2470
|
+
* @deprecated As of version 1.10.0. NOT SUPPORTED
|
|
2470
2471
|
*/
|
|
2471
2472
|
setSelectedKey(sSelectedKey: string): this;
|
|
2472
2473
|
}
|
|
2473
2474
|
/**
|
|
2474
2475
|
* Describes the settings that can be provided to the AutoComplete constructor.
|
|
2475
2476
|
*
|
|
2476
|
-
* @deprecated
|
|
2477
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Input}.
|
|
2477
2478
|
*/
|
|
2478
2479
|
export interface $AutoCompleteSettings extends $ComboBoxSettings {
|
|
2479
2480
|
/**
|
|
@@ -2524,7 +2525,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2524
2525
|
* The object contains the available parameters for BorderLayout's Area.
|
|
2525
2526
|
*
|
|
2526
2527
|
* @since 1.110
|
|
2527
|
-
* @deprecated
|
|
2528
|
+
* @deprecated As of version 1.110. as it is an integral part of the already deprecated {@link sap.ui.commons.BorderLayout}.
|
|
2528
2529
|
*/
|
|
2529
2530
|
export type BorderLayoutAreaData = {
|
|
2530
2531
|
/**
|
|
@@ -2555,7 +2556,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2555
2556
|
* Footer; Begin: Left/right-hand side panel; Center: Content area in the middle; End: Right/left-hand side
|
|
2556
2557
|
* panel.
|
|
2557
2558
|
*
|
|
2558
|
-
* @deprecated
|
|
2559
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Page}
|
|
2559
2560
|
*/
|
|
2560
2561
|
export default class BorderLayout extends Control {
|
|
2561
2562
|
/**
|
|
@@ -2805,7 +2806,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2805
2806
|
*
|
|
2806
2807
|
* Default value is `false`.
|
|
2807
2808
|
*
|
|
2808
|
-
* @deprecated
|
|
2809
|
+
* @deprecated As of version 1.5.2. replaced by the global configuration for the page
|
|
2809
2810
|
*
|
|
2810
2811
|
* @returns Value of property `rtl`
|
|
2811
2812
|
*/
|
|
@@ -2990,7 +2991,7 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
2990
2991
|
*
|
|
2991
2992
|
* Default value is `false`.
|
|
2992
2993
|
*
|
|
2993
|
-
* @deprecated
|
|
2994
|
+
* @deprecated As of version 1.5.2. replaced by the global configuration for the page
|
|
2994
2995
|
*
|
|
2995
2996
|
* @returns Reference to `this` in order to allow method chaining
|
|
2996
2997
|
*/
|
|
@@ -3034,13 +3035,13 @@ declare module "sap/ui/commons/layout/BorderLayout" {
|
|
|
3034
3035
|
/**
|
|
3035
3036
|
* Describes the settings that can be provided to the BorderLayout constructor.
|
|
3036
3037
|
*
|
|
3037
|
-
* @deprecated
|
|
3038
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Page}
|
|
3038
3039
|
*/
|
|
3039
3040
|
export interface $BorderLayoutSettings extends $ControlSettings {
|
|
3040
3041
|
/**
|
|
3041
3042
|
* The RTL setting swaps the areas Begin and End.
|
|
3042
3043
|
*
|
|
3043
|
-
* @deprecated
|
|
3044
|
+
* @deprecated As of version 1.5.2. replaced by the global configuration for the page
|
|
3044
3045
|
*/
|
|
3045
3046
|
rtl?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3046
3047
|
|
|
@@ -3104,7 +3105,7 @@ declare module "sap/ui/commons/Button" {
|
|
|
3104
3105
|
* Enables users to trigger actions such as save or print. For the button UI, you can define some text or
|
|
3105
3106
|
* an icon, or both.
|
|
3106
3107
|
*
|
|
3107
|
-
* @deprecated
|
|
3108
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Button}
|
|
3108
3109
|
*/
|
|
3109
3110
|
export default class Button
|
|
3110
3111
|
extends Control
|
|
@@ -3400,7 +3401,7 @@ declare module "sap/ui/commons/Button" {
|
|
|
3400
3401
|
*
|
|
3401
3402
|
* @returns Value of property `style`
|
|
3402
3403
|
*/
|
|
3403
|
-
getStyle(): ButtonStyle
|
|
3404
|
+
getStyle(): ButtonStyle;
|
|
3404
3405
|
/**
|
|
3405
3406
|
* Gets current value of property {@link #getStyled styled}.
|
|
3406
3407
|
*
|
|
@@ -3695,7 +3696,7 @@ declare module "sap/ui/commons/Button" {
|
|
|
3695
3696
|
/**
|
|
3696
3697
|
* Describes the settings that can be provided to the Button constructor.
|
|
3697
3698
|
*
|
|
3698
|
-
* @deprecated
|
|
3699
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Button}
|
|
3699
3700
|
*/
|
|
3700
3701
|
export interface $ButtonSettings extends $ControlSettings {
|
|
3701
3702
|
/**
|
|
@@ -3812,8 +3813,8 @@ declare module "sap/ui/commons/Callout" {
|
|
|
3812
3813
|
* Callout is a small popup with some useful information and links that is shown when a mouse is hovered
|
|
3813
3814
|
* over a specific view element.
|
|
3814
3815
|
*
|
|
3815
|
-
* @deprecated
|
|
3816
|
-
* open it next to your control.
|
|
3816
|
+
* @deprecated As of version 1.38. If you want to achieve a similar behavior, use a `sap.m.Popover` control
|
|
3817
|
+
* and open it next to your control.
|
|
3817
3818
|
*/
|
|
3818
3819
|
export default class Callout extends CalloutBase {
|
|
3819
3820
|
/**
|
|
@@ -3959,8 +3960,8 @@ declare module "sap/ui/commons/Callout" {
|
|
|
3959
3960
|
/**
|
|
3960
3961
|
* Describes the settings that can be provided to the Callout constructor.
|
|
3961
3962
|
*
|
|
3962
|
-
* @deprecated
|
|
3963
|
-
* open it next to your control.
|
|
3963
|
+
* @deprecated As of version 1.38. If you want to achieve a similar behavior, use a `sap.m.Popover` control
|
|
3964
|
+
* and open it next to your control.
|
|
3964
3965
|
*/
|
|
3965
3966
|
export interface $CalloutSettings extends $CalloutBaseSettings {
|
|
3966
3967
|
/**
|
|
@@ -3987,7 +3988,7 @@ declare module "sap/ui/commons/CalloutBase" {
|
|
|
3987
3988
|
/**
|
|
3988
3989
|
* CalloutBase is a building block for Callout. Do not use it directly. Use the Callout control instead
|
|
3989
3990
|
*
|
|
3990
|
-
* @deprecated
|
|
3991
|
+
* @deprecated As of version 1.38. If you want to achieve a similar behavior, use the `sap.m.Popover` control
|
|
3991
3992
|
* and open it next to your control.
|
|
3992
3993
|
*/
|
|
3993
3994
|
export default class CalloutBase extends TooltipBase {
|
|
@@ -4404,7 +4405,7 @@ declare module "sap/ui/commons/CalloutBase" {
|
|
|
4404
4405
|
/**
|
|
4405
4406
|
* Describes the settings that can be provided to the CalloutBase constructor.
|
|
4406
4407
|
*
|
|
4407
|
-
* @deprecated
|
|
4408
|
+
* @deprecated As of version 1.38. If you want to achieve a similar behavior, use the `sap.m.Popover` control
|
|
4408
4409
|
* and open it next to your control.
|
|
4409
4410
|
*/
|
|
4410
4411
|
export interface $CalloutBaseSettings extends $TooltipBaseSettings {
|
|
@@ -4515,7 +4516,7 @@ declare module "sap/ui/commons/Carousel" {
|
|
|
4515
4516
|
* you. Navigation is done through buttons or keys.
|
|
4516
4517
|
*
|
|
4517
4518
|
* @since 1.8.0
|
|
4518
|
-
* @deprecated
|
|
4519
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Carousel` control.
|
|
4519
4520
|
*/
|
|
4520
4521
|
export default class Carousel extends Control {
|
|
4521
4522
|
/**
|
|
@@ -4709,7 +4710,7 @@ declare module "sap/ui/commons/Carousel" {
|
|
|
4709
4710
|
*
|
|
4710
4711
|
* @returns Value of property `orientation`
|
|
4711
4712
|
*/
|
|
4712
|
-
getOrientation(): enums.Orientation
|
|
4713
|
+
getOrientation(): enums.Orientation;
|
|
4713
4714
|
/**
|
|
4714
4715
|
* Gets current value of property {@link #getVisibleItems visibleItems}.
|
|
4715
4716
|
*
|
|
@@ -4969,7 +4970,7 @@ declare module "sap/ui/commons/Carousel" {
|
|
|
4969
4970
|
/**
|
|
4970
4971
|
* Describes the settings that can be provided to the Carousel constructor.
|
|
4971
4972
|
*
|
|
4972
|
-
* @deprecated
|
|
4973
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Carousel` control.
|
|
4973
4974
|
*/
|
|
4974
4975
|
export interface $CarouselSettings extends $ControlSettings {
|
|
4975
4976
|
/**
|
|
@@ -5051,7 +5052,7 @@ declare module "sap/ui/commons/CheckBox" {
|
|
|
5051
5052
|
* Provides a box which can be flagged, the box has a label. A check box can either stand alone, or in a
|
|
5052
5053
|
* group with other check boxes. As an option, the boxes can initially be set to status 'Not Editable'.
|
|
5053
5054
|
*
|
|
5054
|
-
* @deprecated
|
|
5055
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.CheckBox` control.
|
|
5055
5056
|
*/
|
|
5056
5057
|
export default class CheckBox extends Control implements IFormContent {
|
|
5057
5058
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
@@ -5314,7 +5315,7 @@ declare module "sap/ui/commons/CheckBox" {
|
|
|
5314
5315
|
*
|
|
5315
5316
|
* @returns Value of property `textDirection`
|
|
5316
5317
|
*/
|
|
5317
|
-
getTextDirection(): TextDirection
|
|
5318
|
+
getTextDirection(): TextDirection;
|
|
5318
5319
|
/**
|
|
5319
5320
|
* Gets current value of property {@link #getValueState valueState}.
|
|
5320
5321
|
*
|
|
@@ -5325,7 +5326,7 @@ declare module "sap/ui/commons/CheckBox" {
|
|
|
5325
5326
|
*
|
|
5326
5327
|
* @returns Value of property `valueState`
|
|
5327
5328
|
*/
|
|
5328
|
-
getValueState(): ValueState
|
|
5329
|
+
getValueState(): ValueState;
|
|
5329
5330
|
/**
|
|
5330
5331
|
* Gets current value of property {@link #getWidth width}.
|
|
5331
5332
|
*
|
|
@@ -5530,7 +5531,7 @@ declare module "sap/ui/commons/CheckBox" {
|
|
|
5530
5531
|
/**
|
|
5531
5532
|
* Describes the settings that can be provided to the CheckBox constructor.
|
|
5532
5533
|
*
|
|
5533
|
-
* @deprecated
|
|
5534
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.CheckBox` control.
|
|
5534
5535
|
*/
|
|
5535
5536
|
export interface $CheckBoxSettings extends $ControlSettings {
|
|
5536
5537
|
/**
|
|
@@ -5629,7 +5630,7 @@ declare module "sap/ui/commons/ColorPicker" {
|
|
|
5629
5630
|
* This control gives the user the opportunity to choose a color. The color can be defined using HEX-, RGB-
|
|
5630
5631
|
* or HSV-values or a CSS colorname.
|
|
5631
5632
|
*
|
|
5632
|
-
* @deprecated
|
|
5633
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.unified.ColorPicker}
|
|
5633
5634
|
*/
|
|
5634
5635
|
export default class ColorPicker extends ColorPicker1 {
|
|
5635
5636
|
/**
|
|
@@ -5704,7 +5705,7 @@ declare module "sap/ui/commons/ColorPicker" {
|
|
|
5704
5705
|
/**
|
|
5705
5706
|
* Describes the settings that can be provided to the ColorPicker constructor.
|
|
5706
5707
|
*
|
|
5707
|
-
* @deprecated
|
|
5708
|
+
* @deprecated As of version 1.38. replaced by {@link sap.ui.unified.ColorPicker}
|
|
5708
5709
|
*/
|
|
5709
5710
|
export interface $ColorPickerSettings extends $ColorPickerSettings1 {}
|
|
5710
5711
|
}
|
|
@@ -5738,7 +5739,7 @@ declare module "sap/ui/commons/ComboBox" {
|
|
|
5738
5739
|
* of a list of pre-defined items. The choosable items can be provided in the form of a complete `ListBox`,
|
|
5739
5740
|
* single `ListItems`.
|
|
5740
5741
|
*
|
|
5741
|
-
* @deprecated
|
|
5742
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.ComboBox}
|
|
5742
5743
|
*/
|
|
5743
5744
|
export default class ComboBox extends TextField implements ToolbarItem {
|
|
5744
5745
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
@@ -6159,7 +6160,7 @@ declare module "sap/ui/commons/ComboBox" {
|
|
|
6159
6160
|
/**
|
|
6160
6161
|
* Describes the settings that can be provided to the ComboBox constructor.
|
|
6161
6162
|
*
|
|
6162
|
-
* @deprecated
|
|
6163
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.ComboBox}
|
|
6163
6164
|
*/
|
|
6164
6165
|
export interface $ComboBoxSettings extends $TextFieldSettings {
|
|
6165
6166
|
/**
|
|
@@ -6249,7 +6250,7 @@ declare module "sap/ui/commons/DatePicker" {
|
|
|
6249
6250
|
* DatePicker should load the unified library. Otherwise it will be loaded the first time a DatePicker is
|
|
6250
6251
|
* opened.
|
|
6251
6252
|
*
|
|
6252
|
-
* @deprecated
|
|
6253
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.DatePicker}
|
|
6253
6254
|
*/
|
|
6254
6255
|
export default class DatePicker extends TextField {
|
|
6255
6256
|
/**
|
|
@@ -6406,7 +6407,7 @@ declare module "sap/ui/commons/DatePicker" {
|
|
|
6406
6407
|
/**
|
|
6407
6408
|
* Describes the settings that can be provided to the DatePicker constructor.
|
|
6408
6409
|
*
|
|
6409
|
-
* @deprecated
|
|
6410
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.DatePicker}
|
|
6410
6411
|
*/
|
|
6411
6412
|
export interface $DatePickerSettings extends $TextFieldSettings {
|
|
6412
6413
|
/**
|
|
@@ -6453,7 +6454,7 @@ declare module "sap/ui/commons/Dialog" {
|
|
|
6453
6454
|
* such as popups with fixed sizes, popups with unlimited width, scrolling bars for large windows, and control
|
|
6454
6455
|
* nesting (for example, a drop-down list can be included in the window).
|
|
6455
6456
|
*
|
|
6456
|
-
* @deprecated
|
|
6457
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Dialog` control.
|
|
6457
6458
|
*/
|
|
6458
6459
|
export default class Dialog extends Control implements PopupInterface {
|
|
6459
6460
|
__implements__sap_ui_core_PopupInterface: boolean;
|
|
@@ -6651,7 +6652,7 @@ declare module "sap/ui/commons/Dialog" {
|
|
|
6651
6652
|
*
|
|
6652
6653
|
* @returns Value of property `accessibleRole`
|
|
6653
6654
|
*/
|
|
6654
|
-
getAccessibleRole(): AccessibleRole
|
|
6655
|
+
getAccessibleRole(): AccessibleRole;
|
|
6655
6656
|
/**
|
|
6656
6657
|
* Gets current value of property {@link #getApplyContentPadding applyContentPadding}.
|
|
6657
6658
|
*
|
|
@@ -6701,9 +6702,7 @@ declare module "sap/ui/commons/Dialog" {
|
|
|
6701
6702
|
*
|
|
6702
6703
|
* @returns Value of property `contentBorderDesign`
|
|
6703
6704
|
*/
|
|
6704
|
-
getContentBorderDesign():
|
|
6705
|
-
| enums.BorderDesign
|
|
6706
|
-
| keyof typeof enums.BorderDesign;
|
|
6705
|
+
getContentBorderDesign(): enums.BorderDesign;
|
|
6707
6706
|
/**
|
|
6708
6707
|
* ID of the element which is the current target of the association {@link #getDefaultButton defaultButton},
|
|
6709
6708
|
* or `null`.
|
|
@@ -6716,7 +6715,7 @@ declare module "sap/ui/commons/Dialog" {
|
|
|
6716
6715
|
* on its `openState`. Descendant controls that honor the enabled state of their ancestors will appear disabled
|
|
6717
6716
|
* after the dialog is closed.
|
|
6718
6717
|
*
|
|
6719
|
-
* @experimental
|
|
6718
|
+
* @experimental Whether a dialog is regarded as "enabled" during the state transitions (OPENING, CLOSING)
|
|
6720
6719
|
* is not fully decided. Currently, it is enabled during the OPENING phase and disabled during the CLOSING
|
|
6721
6720
|
* phase. The only potential change would be to treat the OPENING phase as disabled as well. Applications
|
|
6722
6721
|
* should be prepared to receive events from "enabled" controls after they called open() on the dialog until
|
|
@@ -6815,7 +6814,7 @@ declare module "sap/ui/commons/Dialog" {
|
|
|
6815
6814
|
/**
|
|
6816
6815
|
* Indicates whether the Dialog is currently open, closed, or transitioning between these states.
|
|
6817
6816
|
*/
|
|
6818
|
-
getOpenState(): OpenState
|
|
6817
|
+
getOpenState(): OpenState;
|
|
6819
6818
|
/**
|
|
6820
6819
|
* Gets current value of property {@link #getResizable resizable}.
|
|
6821
6820
|
*
|
|
@@ -7333,7 +7332,7 @@ declare module "sap/ui/commons/Dialog" {
|
|
|
7333
7332
|
/**
|
|
7334
7333
|
* Describes the settings that can be provided to the Dialog constructor.
|
|
7335
7334
|
*
|
|
7336
|
-
* @deprecated
|
|
7335
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Dialog` control.
|
|
7337
7336
|
*/
|
|
7338
7337
|
export interface $DialogSettings extends $ControlSettings {
|
|
7339
7338
|
/**
|
|
@@ -7524,7 +7523,7 @@ declare module "sap/ui/commons/DropdownBox" {
|
|
|
7524
7523
|
* The control provides a field that allows end users to an entry out of a list of pre-defined items. The
|
|
7525
7524
|
* choosable items can be provided in the form of a complete `ListBox`, single `ListItems`.
|
|
7526
7525
|
*
|
|
7527
|
-
* @deprecated
|
|
7526
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.ComboBox}
|
|
7528
7527
|
*/
|
|
7529
7528
|
export default class DropdownBox extends ComboBox {
|
|
7530
7529
|
/**
|
|
@@ -7973,7 +7972,7 @@ declare module "sap/ui/commons/DropdownBox" {
|
|
|
7973
7972
|
/**
|
|
7974
7973
|
* Describes the settings that can be provided to the DropdownBox constructor.
|
|
7975
7974
|
*
|
|
7976
|
-
* @deprecated
|
|
7975
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.ComboBox}
|
|
7977
7976
|
*/
|
|
7978
7977
|
export interface $DropdownBoxSettings extends $ComboBoxSettings {
|
|
7979
7978
|
/**
|
|
@@ -8044,7 +8043,7 @@ declare module "sap/ui/commons/FileUploader" {
|
|
|
8044
8043
|
* with explicit calls, adjustable control sizes, text display after uploads, or tooltips containing complete
|
|
8045
8044
|
* file paths.
|
|
8046
8045
|
*
|
|
8047
|
-
* @deprecated
|
|
8046
|
+
* @deprecated As of version 1.21.0. Please use the control sap.ui.unified.FileUploader of the library sap.ui.unified
|
|
8048
8047
|
* instead.
|
|
8049
8048
|
*/
|
|
8050
8049
|
export default class FileUploader extends FileUploader1 {
|
|
@@ -8120,7 +8119,7 @@ declare module "sap/ui/commons/FileUploader" {
|
|
|
8120
8119
|
/**
|
|
8121
8120
|
* Describes the settings that can be provided to the FileUploader constructor.
|
|
8122
8121
|
*
|
|
8123
|
-
* @deprecated
|
|
8122
|
+
* @deprecated As of version 1.21.0. Please use the control sap.ui.unified.FileUploader of the library sap.ui.unified
|
|
8124
8123
|
* instead.
|
|
8125
8124
|
*/
|
|
8126
8125
|
export interface $FileUploaderSettings extends $FileUploaderSettings1 {}
|
|
@@ -8137,8 +8136,8 @@ declare module "sap/ui/commons/FileUploaderParameter" {
|
|
|
8137
8136
|
/**
|
|
8138
8137
|
* Represents a parameter for the FileUploader which is rendered as a hidden inputfield.
|
|
8139
8138
|
*
|
|
8140
|
-
* @deprecated
|
|
8141
|
-
* sap.ui.unified instead.
|
|
8139
|
+
* @deprecated As of version 1.21.0. Please use the element sap.ui.unified.FileUploaderParameter of the
|
|
8140
|
+
* library sap.ui.unified instead.
|
|
8142
8141
|
*/
|
|
8143
8142
|
export default class FileUploaderParameter extends FileUploaderParameter1 {
|
|
8144
8143
|
/**
|
|
@@ -8213,8 +8212,8 @@ declare module "sap/ui/commons/FileUploaderParameter" {
|
|
|
8213
8212
|
/**
|
|
8214
8213
|
* Describes the settings that can be provided to the FileUploaderParameter constructor.
|
|
8215
8214
|
*
|
|
8216
|
-
* @deprecated
|
|
8217
|
-
* sap.ui.unified instead.
|
|
8215
|
+
* @deprecated As of version 1.21.0. Please use the element sap.ui.unified.FileUploaderParameter of the
|
|
8216
|
+
* library sap.ui.unified instead.
|
|
8218
8217
|
*/
|
|
8219
8218
|
export interface $FileUploaderParameterSettings
|
|
8220
8219
|
extends $FileUploaderParameterSettings1 {}
|
|
@@ -8248,7 +8247,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8248
8247
|
* The object representing the serialized focus information.
|
|
8249
8248
|
*
|
|
8250
8249
|
* @since 1.110
|
|
8251
|
-
* @deprecated
|
|
8250
|
+
* @deprecated As of version 1.110. as it is an integral part of the already deprecated {@link sap.ui.commons.TextField}.
|
|
8252
8251
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
8253
8252
|
*/
|
|
8254
8253
|
export type FocusInfo = {
|
|
@@ -8269,7 +8268,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8269
8268
|
/**
|
|
8270
8269
|
* Renders an input field for text input.
|
|
8271
8270
|
*
|
|
8272
|
-
* @deprecated
|
|
8271
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Input}
|
|
8273
8272
|
*/
|
|
8274
8273
|
export default class TextField
|
|
8275
8274
|
extends Control
|
|
@@ -8571,7 +8570,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8571
8570
|
*
|
|
8572
8571
|
* @returns Value of property `accessibleRole`
|
|
8573
8572
|
*/
|
|
8574
|
-
getAccessibleRole(): AccessibleRole
|
|
8573
|
+
getAccessibleRole(): AccessibleRole;
|
|
8575
8574
|
/**
|
|
8576
8575
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
8577
8576
|
*/
|
|
@@ -8590,7 +8589,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8590
8589
|
*
|
|
8591
8590
|
* @returns Value of property `design`
|
|
8592
8591
|
*/
|
|
8593
|
-
getDesign(): Design
|
|
8592
|
+
getDesign(): Design;
|
|
8594
8593
|
/**
|
|
8595
8594
|
* Gets current value of property {@link #getEditable editable}.
|
|
8596
8595
|
*
|
|
@@ -8642,7 +8641,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8642
8641
|
*
|
|
8643
8642
|
* @returns Value of property `imeMode`
|
|
8644
8643
|
*/
|
|
8645
|
-
getImeMode(): ImeMode
|
|
8644
|
+
getImeMode(): ImeMode;
|
|
8646
8645
|
/**
|
|
8647
8646
|
* Method for accessing the DOM Ref of the input element.
|
|
8648
8647
|
*
|
|
@@ -8712,7 +8711,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8712
8711
|
*
|
|
8713
8712
|
* @returns Value of property `textAlign`
|
|
8714
8713
|
*/
|
|
8715
|
-
getTextAlign(): TextAlign
|
|
8714
|
+
getTextAlign(): TextAlign;
|
|
8716
8715
|
/**
|
|
8717
8716
|
* Gets current value of property {@link #getTextDirection textDirection}.
|
|
8718
8717
|
*
|
|
@@ -8723,7 +8722,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8723
8722
|
*
|
|
8724
8723
|
* @returns Value of property `textDirection`
|
|
8725
8724
|
*/
|
|
8726
|
-
getTextDirection(): TextDirection
|
|
8725
|
+
getTextDirection(): TextDirection;
|
|
8727
8726
|
/**
|
|
8728
8727
|
* Gets current value of property {@link #getValue value}.
|
|
8729
8728
|
*
|
|
@@ -8745,7 +8744,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
8745
8744
|
*
|
|
8746
8745
|
* @returns Value of property `valueState`
|
|
8747
8746
|
*/
|
|
8748
|
-
getValueState(): ValueState
|
|
8747
|
+
getValueState(): ValueState;
|
|
8749
8748
|
/**
|
|
8750
8749
|
* Gets current value of property {@link #getWidth width}.
|
|
8751
8750
|
*
|
|
@@ -9131,7 +9130,7 @@ declare module "sap/ui/commons/TextField" {
|
|
|
9131
9130
|
/**
|
|
9132
9131
|
* Describes the settings that can be provided to the TextField constructor.
|
|
9133
9132
|
*
|
|
9134
|
-
* @deprecated
|
|
9133
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Input}
|
|
9135
9134
|
*/
|
|
9136
9135
|
export interface $TextFieldSettings extends $ControlSettings {
|
|
9137
9136
|
/**
|
|
@@ -9306,7 +9305,7 @@ declare module "sap/ui/commons/form/Form" {
|
|
|
9306
9305
|
* for it's conent to allow a simple switching of Layouts.
|
|
9307
9306
|
*
|
|
9308
9307
|
* @since 1.9.1
|
|
9309
|
-
* @deprecated
|
|
9308
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9310
9309
|
*/
|
|
9311
9310
|
export default class Form extends Form1 {
|
|
9312
9311
|
/**
|
|
@@ -9406,7 +9405,7 @@ declare module "sap/ui/commons/form/Form" {
|
|
|
9406
9405
|
/**
|
|
9407
9406
|
* Describes the settings that can be provided to the Form constructor.
|
|
9408
9407
|
*
|
|
9409
|
-
* @deprecated
|
|
9408
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9410
9409
|
*/
|
|
9411
9410
|
export interface $FormSettings extends $FormSettings1 {}
|
|
9412
9411
|
}
|
|
@@ -9423,7 +9422,7 @@ declare module "sap/ui/commons/form/FormContainer" {
|
|
|
9423
9422
|
* Used to group form elements.
|
|
9424
9423
|
*
|
|
9425
9424
|
* @since 1.9.1
|
|
9426
|
-
* @deprecated
|
|
9425
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9427
9426
|
*/
|
|
9428
9427
|
export default class FormContainer extends FormContainer1 {
|
|
9429
9428
|
/**
|
|
@@ -9523,7 +9522,7 @@ declare module "sap/ui/commons/form/FormContainer" {
|
|
|
9523
9522
|
/**
|
|
9524
9523
|
* Describes the settings that can be provided to the FormContainer constructor.
|
|
9525
9524
|
*
|
|
9526
|
-
* @deprecated
|
|
9525
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9527
9526
|
*/
|
|
9528
9527
|
export interface $FormContainerSettings extends $FormContainerSettings1 {}
|
|
9529
9528
|
}
|
|
@@ -9540,7 +9539,7 @@ declare module "sap/ui/commons/form/FormElement" {
|
|
|
9540
9539
|
* A form element is a combination of one label and different controls associated to this label.
|
|
9541
9540
|
*
|
|
9542
9541
|
* @since 1.9.1
|
|
9543
|
-
* @deprecated
|
|
9542
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9544
9543
|
*/
|
|
9545
9544
|
export default class FormElement extends FormElement1 {
|
|
9546
9545
|
/**
|
|
@@ -9640,7 +9639,7 @@ declare module "sap/ui/commons/form/FormElement" {
|
|
|
9640
9639
|
/**
|
|
9641
9640
|
* Describes the settings that can be provided to the FormElement constructor.
|
|
9642
9641
|
*
|
|
9643
|
-
* @deprecated
|
|
9642
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9644
9643
|
*/
|
|
9645
9644
|
export interface $FormElementSettings extends $FormElementSettings1 {}
|
|
9646
9645
|
}
|
|
@@ -9657,7 +9656,7 @@ declare module "sap/ui/commons/form/FormLayout" {
|
|
|
9657
9656
|
* Base layout for Forms. Other Layouts must inherit from this one.
|
|
9658
9657
|
*
|
|
9659
9658
|
* @since 1.9.1
|
|
9660
|
-
* @deprecated
|
|
9659
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9661
9660
|
*/
|
|
9662
9661
|
export default class FormLayout extends FormLayout1 {
|
|
9663
9662
|
/**
|
|
@@ -9732,7 +9731,7 @@ declare module "sap/ui/commons/form/FormLayout" {
|
|
|
9732
9731
|
/**
|
|
9733
9732
|
* Describes the settings that can be provided to the FormLayout constructor.
|
|
9734
9733
|
*
|
|
9735
|
-
* @deprecated
|
|
9734
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9736
9735
|
*/
|
|
9737
9736
|
export interface $FormLayoutSettings extends $FormLayoutSettings1 {}
|
|
9738
9737
|
}
|
|
@@ -9750,7 +9749,7 @@ declare module "sap/ui/commons/form/GridContainerData" {
|
|
|
9750
9749
|
* ignored since the witdh and heights are defined by the grid cells.
|
|
9751
9750
|
*
|
|
9752
9751
|
* @since 1.9.1
|
|
9753
|
-
* @deprecated
|
|
9752
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9754
9753
|
*/
|
|
9755
9754
|
export default class GridContainerData extends GridContainerData1 {
|
|
9756
9755
|
/**
|
|
@@ -9825,7 +9824,7 @@ declare module "sap/ui/commons/form/GridContainerData" {
|
|
|
9825
9824
|
/**
|
|
9826
9825
|
* Describes the settings that can be provided to the GridContainerData constructor.
|
|
9827
9826
|
*
|
|
9828
|
-
* @deprecated
|
|
9827
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9829
9828
|
*/
|
|
9830
9829
|
export interface $GridContainerDataSettings
|
|
9831
9830
|
extends $GridContainerDataSettings1 {}
|
|
@@ -9844,7 +9843,7 @@ declare module "sap/ui/commons/form/GridElementData" {
|
|
|
9844
9843
|
* the width is defined by grid cells.
|
|
9845
9844
|
*
|
|
9846
9845
|
* @since 1.9.1
|
|
9847
|
-
* @deprecated
|
|
9846
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9848
9847
|
*/
|
|
9849
9848
|
export default class GridElementData extends GridElementData1 {
|
|
9850
9849
|
/**
|
|
@@ -9919,7 +9918,7 @@ declare module "sap/ui/commons/form/GridElementData" {
|
|
|
9919
9918
|
/**
|
|
9920
9919
|
* Describes the settings that can be provided to the GridElementData constructor.
|
|
9921
9920
|
*
|
|
9922
|
-
* @deprecated
|
|
9921
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9923
9922
|
*/
|
|
9924
9923
|
export interface $GridElementDataSettings extends $GridElementDataSettings1 {}
|
|
9925
9924
|
}
|
|
@@ -9938,7 +9937,7 @@ declare module "sap/ui/commons/form/GridLayout" {
|
|
|
9938
9937
|
* To adjust the content inside the GridLayout GridContainerData and GridElementData could be used.
|
|
9939
9938
|
*
|
|
9940
9939
|
* @since 1.9.1
|
|
9941
|
-
* @deprecated
|
|
9940
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
9942
9941
|
*/
|
|
9943
9942
|
export default class GridLayout extends GridLayout1 {
|
|
9944
9943
|
/**
|
|
@@ -10013,7 +10012,7 @@ declare module "sap/ui/commons/form/GridLayout" {
|
|
|
10013
10012
|
/**
|
|
10014
10013
|
* Describes the settings that can be provided to the GridLayout constructor.
|
|
10015
10014
|
*
|
|
10016
|
-
* @deprecated
|
|
10015
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
10017
10016
|
*/
|
|
10018
10017
|
export interface $GridLayoutSettings extends $GridLayoutSettings1 {}
|
|
10019
10018
|
}
|
|
@@ -10030,7 +10029,7 @@ declare module "sap/ui/commons/form/ResponsiveLayout" {
|
|
|
10030
10029
|
* Renders a form with responsive layout. Internally the ResponsiveFlowLayout is used.
|
|
10031
10030
|
*
|
|
10032
10031
|
* @since 1.10.0
|
|
10033
|
-
* @deprecated
|
|
10032
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
10034
10033
|
*/
|
|
10035
10034
|
export default class ResponsiveLayout extends ResponsiveLayout1 {
|
|
10036
10035
|
/**
|
|
@@ -10105,7 +10104,7 @@ declare module "sap/ui/commons/form/ResponsiveLayout" {
|
|
|
10105
10104
|
/**
|
|
10106
10105
|
* Describes the settings that can be provided to the ResponsiveLayout constructor.
|
|
10107
10106
|
*
|
|
10108
|
-
* @deprecated
|
|
10107
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
10109
10108
|
*/
|
|
10110
10109
|
export interface $ResponsiveLayoutSettings
|
|
10111
10110
|
extends $ResponsiveLayoutSettings1 {}
|
|
@@ -10130,7 +10129,7 @@ declare module "sap/ui/commons/form/SimpleForm" {
|
|
|
10130
10129
|
* Input/Display controls.
|
|
10131
10130
|
*
|
|
10132
10131
|
* @since 1.12
|
|
10133
|
-
* @deprecated
|
|
10132
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
10134
10133
|
*/
|
|
10135
10134
|
export default class SimpleForm extends SimpleForm1 {
|
|
10136
10135
|
/**
|
|
@@ -10214,7 +10213,7 @@ declare module "sap/ui/commons/form/SimpleForm" {
|
|
|
10214
10213
|
*
|
|
10215
10214
|
* @returns Value of property `layout`
|
|
10216
10215
|
*/
|
|
10217
|
-
getLayout(): form.SimpleFormLayout
|
|
10216
|
+
getLayout(): form.SimpleFormLayout;
|
|
10218
10217
|
/**
|
|
10219
10218
|
* Sets a new value for property {@link #getLayout layout}.
|
|
10220
10219
|
*
|
|
@@ -10246,7 +10245,7 @@ declare module "sap/ui/commons/form/SimpleForm" {
|
|
|
10246
10245
|
/**
|
|
10247
10246
|
* Describes the settings that can be provided to the SimpleForm constructor.
|
|
10248
10247
|
*
|
|
10249
|
-
* @deprecated
|
|
10248
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
10250
10249
|
*/
|
|
10251
10250
|
export interface $SimpleFormSettings extends $SimpleFormSettings1 {
|
|
10252
10251
|
/**
|
|
@@ -10287,7 +10286,7 @@ declare module "sap/ui/commons/FormattedTextView" {
|
|
|
10287
10286
|
* The FormattedTextView control allows the usage of a limited set of HTML tags for display.
|
|
10288
10287
|
*
|
|
10289
10288
|
* @since 1.9.0
|
|
10290
|
-
* @deprecated
|
|
10289
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.core.HTML` control.
|
|
10291
10290
|
*/
|
|
10292
10291
|
export default class FormattedTextView extends Control {
|
|
10293
10292
|
/**
|
|
@@ -10381,7 +10380,7 @@ declare module "sap/ui/commons/FormattedTextView" {
|
|
|
10381
10380
|
*
|
|
10382
10381
|
* @returns Value of property `accessibleRole`
|
|
10383
10382
|
*/
|
|
10384
|
-
getAccessibleRole(): AccessibleRole
|
|
10383
|
+
getAccessibleRole(): AccessibleRole;
|
|
10385
10384
|
/**
|
|
10386
10385
|
* Gets content of aggregation {@link #getControls controls}.
|
|
10387
10386
|
*
|
|
@@ -10499,7 +10498,7 @@ declare module "sap/ui/commons/FormattedTextView" {
|
|
|
10499
10498
|
/**
|
|
10500
10499
|
* Describes the settings that can be provided to the FormattedTextView constructor.
|
|
10501
10500
|
*
|
|
10502
|
-
* @deprecated
|
|
10501
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.core.HTML` control.
|
|
10503
10502
|
*/
|
|
10504
10503
|
export interface $FormattedTextViewSettings extends $ControlSettings {
|
|
10505
10504
|
/**
|
|
@@ -10539,8 +10538,8 @@ declare module "sap/ui/commons/HorizontalDivider" {
|
|
|
10539
10538
|
/**
|
|
10540
10539
|
* Divides the screen in visual areas.
|
|
10541
10540
|
*
|
|
10542
|
-
* @deprecated
|
|
10543
|
-
* among others.
|
|
10541
|
+
* @deprecated As of version 1.38. Use the layout controls instead, e.g {@link sap.ui.layout.Splitter} or
|
|
10542
|
+
* {@link sap.ui.layout.BlockLayout} among others.
|
|
10544
10543
|
*/
|
|
10545
10544
|
export default class HorizontalDivider extends Control {
|
|
10546
10545
|
/**
|
|
@@ -10615,7 +10614,7 @@ declare module "sap/ui/commons/HorizontalDivider" {
|
|
|
10615
10614
|
*
|
|
10616
10615
|
* @returns Value of property `height`
|
|
10617
10616
|
*/
|
|
10618
|
-
getHeight(): HorizontalDividerHeight
|
|
10617
|
+
getHeight(): HorizontalDividerHeight;
|
|
10619
10618
|
/**
|
|
10620
10619
|
* Gets current value of property {@link #getType type}.
|
|
10621
10620
|
*
|
|
@@ -10626,7 +10625,7 @@ declare module "sap/ui/commons/HorizontalDivider" {
|
|
|
10626
10625
|
*
|
|
10627
10626
|
* @returns Value of property `type`
|
|
10628
10627
|
*/
|
|
10629
|
-
getType(): HorizontalDividerType
|
|
10628
|
+
getType(): HorizontalDividerType;
|
|
10630
10629
|
/**
|
|
10631
10630
|
* Gets current value of property {@link #getWidth width}.
|
|
10632
10631
|
*
|
|
@@ -10696,8 +10695,8 @@ declare module "sap/ui/commons/HorizontalDivider" {
|
|
|
10696
10695
|
/**
|
|
10697
10696
|
* Describes the settings that can be provided to the HorizontalDivider constructor.
|
|
10698
10697
|
*
|
|
10699
|
-
* @deprecated
|
|
10700
|
-
* among others.
|
|
10698
|
+
* @deprecated As of version 1.38. Use the layout controls instead, e.g {@link sap.ui.layout.Splitter} or
|
|
10699
|
+
* {@link sap.ui.layout.BlockLayout} among others.
|
|
10701
10700
|
*/
|
|
10702
10701
|
export interface $HorizontalDividerSettings extends $ControlSettings {
|
|
10703
10702
|
/**
|
|
@@ -10743,7 +10742,7 @@ declare module "sap/ui/commons/Image" {
|
|
|
10743
10742
|
* A wrapper around the IMG tag. The image can be loaded from a remote or local server. There are various
|
|
10744
10743
|
* size setting options available, and the images can be combined with actions.
|
|
10745
10744
|
*
|
|
10746
|
-
* @deprecated
|
|
10745
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Image}
|
|
10747
10746
|
*/
|
|
10748
10747
|
export default class Image
|
|
10749
10748
|
extends Control
|
|
@@ -11062,7 +11061,7 @@ declare module "sap/ui/commons/Image" {
|
|
|
11062
11061
|
/**
|
|
11063
11062
|
* Describes the settings that can be provided to the Image constructor.
|
|
11064
11063
|
*
|
|
11065
|
-
* @deprecated
|
|
11064
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Image}
|
|
11066
11065
|
*/
|
|
11067
11066
|
export interface $ImageSettings extends $ControlSettings {
|
|
11068
11067
|
/**
|
|
@@ -11135,7 +11134,7 @@ declare module "sap/ui/commons/ImageMap" {
|
|
|
11135
11134
|
/**
|
|
11136
11135
|
* Combination of image areas where at runtime these areas are starting points for hyperlinks or actions
|
|
11137
11136
|
*
|
|
11138
|
-
* @deprecated
|
|
11137
|
+
* @deprecated As of version 1.38. There's not replacement because of the archaic design pattern.
|
|
11139
11138
|
*/
|
|
11140
11139
|
export default class ImageMap extends Control {
|
|
11141
11140
|
/**
|
|
@@ -11398,7 +11397,7 @@ declare module "sap/ui/commons/ImageMap" {
|
|
|
11398
11397
|
/**
|
|
11399
11398
|
* Describes the settings that can be provided to the ImageMap constructor.
|
|
11400
11399
|
*
|
|
11401
|
-
* @deprecated
|
|
11400
|
+
* @deprecated As of version 1.38. There's not replacement because of the archaic design pattern.
|
|
11402
11401
|
*/
|
|
11403
11402
|
export interface $ImageMapSettings extends $ControlSettings {
|
|
11404
11403
|
/**
|
|
@@ -11455,7 +11454,7 @@ declare module "sap/ui/commons/InPlaceEdit" {
|
|
|
11455
11454
|
* The InPlaceEdit is a functionality to have text in display mode that can be changed in place.
|
|
11456
11455
|
*
|
|
11457
11456
|
* @since 1.8.0
|
|
11458
|
-
* @deprecated
|
|
11457
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Input}
|
|
11459
11458
|
*/
|
|
11460
11459
|
export default class InPlaceEdit extends Control {
|
|
11461
11460
|
/**
|
|
@@ -11725,7 +11724,7 @@ declare module "sap/ui/commons/InPlaceEdit" {
|
|
|
11725
11724
|
*
|
|
11726
11725
|
* @returns Value of property `design`
|
|
11727
11726
|
*/
|
|
11728
|
-
getDesign(): TextViewDesign
|
|
11727
|
+
getDesign(): TextViewDesign;
|
|
11729
11728
|
/**
|
|
11730
11729
|
* Returns the tooltip for this InPlaceEdit if any or an undefined value. The tooltip can either be a simple
|
|
11731
11730
|
* string or a subclass of {@link sap.ui.core.TooltipBase}.
|
|
@@ -11764,7 +11763,7 @@ declare module "sap/ui/commons/InPlaceEdit" {
|
|
|
11764
11763
|
*
|
|
11765
11764
|
* @returns Value of property `valueState`
|
|
11766
11765
|
*/
|
|
11767
|
-
getValueState(): ValueState
|
|
11766
|
+
getValueState(): ValueState;
|
|
11768
11767
|
/**
|
|
11769
11768
|
* Sets the aggregated {@link #getContent content}.
|
|
11770
11769
|
*
|
|
@@ -11855,7 +11854,7 @@ declare module "sap/ui/commons/InPlaceEdit" {
|
|
|
11855
11854
|
/**
|
|
11856
11855
|
* Describes the settings that can be provided to the InPlaceEdit constructor.
|
|
11857
11856
|
*
|
|
11858
|
-
* @deprecated
|
|
11857
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Input}
|
|
11859
11858
|
*/
|
|
11860
11859
|
export interface $InPlaceEditSettings extends $ControlSettings {
|
|
11861
11860
|
/**
|
|
@@ -11964,7 +11963,7 @@ declare module "sap/ui/commons/Label" {
|
|
|
11964
11963
|
* The control is used for labeling other controls. The API provides formatting options, for example, for
|
|
11965
11964
|
* bold display or alignment. A label can have an icon.
|
|
11966
11965
|
*
|
|
11967
|
-
* @deprecated
|
|
11966
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Label` control.
|
|
11968
11967
|
*/
|
|
11969
11968
|
export default class Label extends Control implements ToolbarItem, Label1 {
|
|
11970
11969
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
@@ -12050,7 +12049,7 @@ declare module "sap/ui/commons/Label" {
|
|
|
12050
12049
|
*
|
|
12051
12050
|
* @returns Value of property `design`
|
|
12052
12051
|
*/
|
|
12053
|
-
getDesign(): LabelDesign
|
|
12052
|
+
getDesign(): LabelDesign;
|
|
12054
12053
|
/**
|
|
12055
12054
|
* Gets current value of property {@link #getIcon icon}.
|
|
12056
12055
|
*
|
|
@@ -12111,7 +12110,7 @@ declare module "sap/ui/commons/Label" {
|
|
|
12111
12110
|
*
|
|
12112
12111
|
* @returns Value of property `textAlign`
|
|
12113
12112
|
*/
|
|
12114
|
-
getTextAlign(): TextAlign
|
|
12113
|
+
getTextAlign(): TextAlign;
|
|
12115
12114
|
/**
|
|
12116
12115
|
* Gets current value of property {@link #getTextDirection textDirection}.
|
|
12117
12116
|
*
|
|
@@ -12122,7 +12121,7 @@ declare module "sap/ui/commons/Label" {
|
|
|
12122
12121
|
*
|
|
12123
12122
|
* @returns Value of property `textDirection`
|
|
12124
12123
|
*/
|
|
12125
|
-
getTextDirection(): TextDirection
|
|
12124
|
+
getTextDirection(): TextDirection;
|
|
12126
12125
|
/**
|
|
12127
12126
|
* Gets current value of property {@link #getWidth width}.
|
|
12128
12127
|
*
|
|
@@ -12328,7 +12327,7 @@ declare module "sap/ui/commons/Label" {
|
|
|
12328
12327
|
/**
|
|
12329
12328
|
* Describes the settings that can be provided to the Label constructor.
|
|
12330
12329
|
*
|
|
12331
|
-
* @deprecated
|
|
12330
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Label` control.
|
|
12332
12331
|
*/
|
|
12333
12332
|
export interface $LabelSettings extends $ControlSettings {
|
|
12334
12333
|
/**
|
|
@@ -12420,7 +12419,7 @@ declare module "sap/ui/commons/layout/AbsoluteLayout" {
|
|
|
12420
12419
|
/**
|
|
12421
12420
|
* The Absolute Layout positions its child controls absolutely
|
|
12422
12421
|
*
|
|
12423
|
-
* @deprecated
|
|
12422
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
12424
12423
|
*/
|
|
12425
12424
|
export default class AbsoluteLayout extends Control {
|
|
12426
12425
|
/**
|
|
@@ -12553,7 +12552,7 @@ declare module "sap/ui/commons/layout/AbsoluteLayout" {
|
|
|
12553
12552
|
*
|
|
12554
12553
|
* @returns Value of property `horizontalScrolling`
|
|
12555
12554
|
*/
|
|
12556
|
-
getHorizontalScrolling(): Scrolling
|
|
12555
|
+
getHorizontalScrolling(): Scrolling;
|
|
12557
12556
|
/**
|
|
12558
12557
|
* Gets content of aggregation {@link #getPositions positions}.
|
|
12559
12558
|
*
|
|
@@ -12570,7 +12569,7 @@ declare module "sap/ui/commons/layout/AbsoluteLayout" {
|
|
|
12570
12569
|
*
|
|
12571
12570
|
* @returns Value of property `verticalScrolling`
|
|
12572
12571
|
*/
|
|
12573
|
-
getVerticalScrolling(): Scrolling
|
|
12572
|
+
getVerticalScrolling(): Scrolling;
|
|
12574
12573
|
/**
|
|
12575
12574
|
* Gets current value of property {@link #getWidth width}.
|
|
12576
12575
|
*
|
|
@@ -12751,7 +12750,7 @@ declare module "sap/ui/commons/layout/AbsoluteLayout" {
|
|
|
12751
12750
|
/**
|
|
12752
12751
|
* Describes the settings that can be provided to the AbsoluteLayout constructor.
|
|
12753
12752
|
*
|
|
12754
|
-
* @deprecated
|
|
12753
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
12755
12754
|
*/
|
|
12756
12755
|
export interface $AbsoluteLayoutSettings extends $ControlSettings {
|
|
12757
12756
|
/**
|
|
@@ -12810,7 +12809,7 @@ declare module "sap/ui/commons/layout/BorderLayoutArea" {
|
|
|
12810
12809
|
/**
|
|
12811
12810
|
* The BorderLayoutArea represents one area of a BorderLayout
|
|
12812
12811
|
*
|
|
12813
|
-
* @deprecated
|
|
12812
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Page` control.
|
|
12814
12813
|
*/
|
|
12815
12814
|
export default class BorderLayoutArea extends UI5Element {
|
|
12816
12815
|
/**
|
|
@@ -12901,13 +12900,11 @@ declare module "sap/ui/commons/layout/BorderLayoutArea" {
|
|
|
12901
12900
|
*
|
|
12902
12901
|
* Default value is `top`.
|
|
12903
12902
|
*
|
|
12904
|
-
* @deprecated
|
|
12903
|
+
* @deprecated As of version 1.3.3. Redundant to the aggregation by the parent border layout.
|
|
12905
12904
|
*
|
|
12906
12905
|
* @returns Value of property `areaId`
|
|
12907
12906
|
*/
|
|
12908
|
-
getAreaId():
|
|
12909
|
-
| layout.BorderLayoutAreaTypes
|
|
12910
|
-
| keyof typeof layout.BorderLayoutAreaTypes;
|
|
12907
|
+
getAreaId(): layout.BorderLayoutAreaTypes;
|
|
12911
12908
|
/**
|
|
12912
12909
|
* Gets content of aggregation {@link #getContent content}.
|
|
12913
12910
|
*
|
|
@@ -13030,7 +13027,7 @@ declare module "sap/ui/commons/layout/BorderLayoutArea" {
|
|
|
13030
13027
|
*
|
|
13031
13028
|
* Default value is `top`.
|
|
13032
13029
|
*
|
|
13033
|
-
* @deprecated
|
|
13030
|
+
* @deprecated As of version 1.3.3. Redundant to the aggregation by the parent border layout.
|
|
13034
13031
|
*
|
|
13035
13032
|
* @returns Reference to `this` in order to allow method chaining
|
|
13036
13033
|
*/
|
|
@@ -13136,13 +13133,13 @@ declare module "sap/ui/commons/layout/BorderLayoutArea" {
|
|
|
13136
13133
|
/**
|
|
13137
13134
|
* Describes the settings that can be provided to the BorderLayoutArea constructor.
|
|
13138
13135
|
*
|
|
13139
|
-
* @deprecated
|
|
13136
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Page` control.
|
|
13140
13137
|
*/
|
|
13141
13138
|
export interface $BorderLayoutAreaSettings extends $ElementSettings {
|
|
13142
13139
|
/**
|
|
13143
13140
|
* Defines which area the element represents: top, begin, center, end, bottom
|
|
13144
13141
|
*
|
|
13145
|
-
* @deprecated
|
|
13142
|
+
* @deprecated As of version 1.3.3. Redundant to the aggregation by the parent border layout.
|
|
13146
13143
|
*/
|
|
13147
13144
|
areaId?:
|
|
13148
13145
|
| (
|
|
@@ -13195,7 +13192,7 @@ declare module "sap/ui/commons/layout/HorizontalLayout" {
|
|
|
13195
13192
|
/**
|
|
13196
13193
|
* A layout that provides support for horizontal alignment of controls
|
|
13197
13194
|
*
|
|
13198
|
-
* @deprecated
|
|
13195
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.HorizontalLayout` control.
|
|
13199
13196
|
*/
|
|
13200
13197
|
export default class HorizontalLayout extends HorizontalLayout1 {
|
|
13201
13198
|
/**
|
|
@@ -13270,7 +13267,7 @@ declare module "sap/ui/commons/layout/HorizontalLayout" {
|
|
|
13270
13267
|
/**
|
|
13271
13268
|
* Describes the settings that can be provided to the HorizontalLayout constructor.
|
|
13272
13269
|
*
|
|
13273
|
-
* @deprecated
|
|
13270
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.HorizontalLayout` control.
|
|
13274
13271
|
*/
|
|
13275
13272
|
export interface $HorizontalLayoutSettings
|
|
13276
13273
|
extends $HorizontalLayoutSettings1 {}
|
|
@@ -13303,7 +13300,7 @@ declare module "sap/ui/commons/layout/MatrixLayout" {
|
|
|
13303
13300
|
* You should **avoid nesting** matrix layouts. You should only use a matrix layout if you need to align
|
|
13304
13301
|
* controls horizontally across rows.
|
|
13305
13302
|
*
|
|
13306
|
-
* @deprecated
|
|
13303
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
13307
13304
|
*/
|
|
13308
13305
|
export default class MatrixLayout extends Control {
|
|
13309
13306
|
/**
|
|
@@ -13597,7 +13594,7 @@ declare module "sap/ui/commons/layout/MatrixLayout" {
|
|
|
13597
13594
|
/**
|
|
13598
13595
|
* Describes the settings that can be provided to the MatrixLayout constructor.
|
|
13599
13596
|
*
|
|
13600
|
-
* @deprecated
|
|
13597
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
13601
13598
|
*/
|
|
13602
13599
|
export interface $MatrixLayoutSettings extends $ControlSettings {
|
|
13603
13600
|
/**
|
|
@@ -13657,7 +13654,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
13657
13654
|
/**
|
|
13658
13655
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
13659
13656
|
*
|
|
13660
|
-
* @deprecated
|
|
13657
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
13661
13658
|
*/
|
|
13662
13659
|
export default class MatrixLayoutCell extends UI5Element {
|
|
13663
13660
|
/**
|
|
@@ -13789,9 +13786,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
13789
13786
|
*
|
|
13790
13787
|
* @returns Value of property `backgroundDesign`
|
|
13791
13788
|
*/
|
|
13792
|
-
getBackgroundDesign():
|
|
13793
|
-
| layout.BackgroundDesign
|
|
13794
|
-
| keyof typeof layout.BackgroundDesign;
|
|
13789
|
+
getBackgroundDesign(): layout.BackgroundDesign;
|
|
13795
13790
|
/**
|
|
13796
13791
|
* Gets current value of property {@link #getColSpan colSpan}.
|
|
13797
13792
|
*
|
|
@@ -13822,7 +13817,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
13822
13817
|
*
|
|
13823
13818
|
* @returns Value of property `hAlign`
|
|
13824
13819
|
*/
|
|
13825
|
-
getHAlign(): layout.HAlign
|
|
13820
|
+
getHAlign(): layout.HAlign;
|
|
13826
13821
|
/**
|
|
13827
13822
|
* Gets current value of property {@link #getPadding padding}.
|
|
13828
13823
|
*
|
|
@@ -13835,7 +13830,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
13835
13830
|
*
|
|
13836
13831
|
* @returns Value of property `padding`
|
|
13837
13832
|
*/
|
|
13838
|
-
getPadding(): layout.Padding
|
|
13833
|
+
getPadding(): layout.Padding;
|
|
13839
13834
|
/**
|
|
13840
13835
|
* Gets current value of property {@link #getRowSpan rowSpan}.
|
|
13841
13836
|
*
|
|
@@ -13859,7 +13854,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
13859
13854
|
*
|
|
13860
13855
|
* @returns Value of property `separation`
|
|
13861
13856
|
*/
|
|
13862
|
-
getSeparation(): layout.Separation
|
|
13857
|
+
getSeparation(): layout.Separation;
|
|
13863
13858
|
/**
|
|
13864
13859
|
* Gets current value of property {@link #getVAlign vAlign}.
|
|
13865
13860
|
*
|
|
@@ -13870,7 +13865,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
13870
13865
|
*
|
|
13871
13866
|
* @returns Value of property `vAlign`
|
|
13872
13867
|
*/
|
|
13873
|
-
getVAlign(): layout.VAlign
|
|
13868
|
+
getVAlign(): layout.VAlign;
|
|
13874
13869
|
/**
|
|
13875
13870
|
* Returns true if the given style class string is valid and if this Element has this style class set via
|
|
13876
13871
|
* a previous call to addStyleClass().
|
|
@@ -14081,7 +14076,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutCell" {
|
|
|
14081
14076
|
/**
|
|
14082
14077
|
* Describes the settings that can be provided to the MatrixLayoutCell constructor.
|
|
14083
14078
|
*
|
|
14084
|
-
* @deprecated
|
|
14079
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
14085
14080
|
*/
|
|
14086
14081
|
export interface $MatrixLayoutCellSettings extends $ElementSettings {
|
|
14087
14082
|
/**
|
|
@@ -14165,7 +14160,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutRow" {
|
|
|
14165
14160
|
/**
|
|
14166
14161
|
* Non-control element used as part of a matrix layout's inner structure.
|
|
14167
14162
|
*
|
|
14168
|
-
* @deprecated
|
|
14163
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
14169
14164
|
*/
|
|
14170
14165
|
export default class MatrixLayoutRow extends UI5Element {
|
|
14171
14166
|
/**
|
|
@@ -14396,7 +14391,7 @@ declare module "sap/ui/commons/layout/MatrixLayoutRow" {
|
|
|
14396
14391
|
/**
|
|
14397
14392
|
* Describes the settings that can be provided to the MatrixLayoutRow constructor.
|
|
14398
14393
|
*
|
|
14399
|
-
* @deprecated
|
|
14394
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Grid` control.
|
|
14400
14395
|
*/
|
|
14401
14396
|
export interface $MatrixLayoutRowSettings extends $ElementSettings {
|
|
14402
14397
|
/**
|
|
@@ -14429,7 +14424,7 @@ declare module "sap/ui/commons/layout/PositionContainer" {
|
|
|
14429
14424
|
/**
|
|
14430
14425
|
* Is used to specify the position of a control in the AbsoluteLayout
|
|
14431
14426
|
*
|
|
14432
|
-
* @deprecated
|
|
14427
|
+
* @deprecated As of version 1.38.
|
|
14433
14428
|
*/
|
|
14434
14429
|
export default class PositionContainer extends UI5Element {
|
|
14435
14430
|
/**
|
|
@@ -14696,7 +14691,7 @@ declare module "sap/ui/commons/layout/PositionContainer" {
|
|
|
14696
14691
|
/**
|
|
14697
14692
|
* Describes the settings that can be provided to the PositionContainer constructor.
|
|
14698
14693
|
*
|
|
14699
|
-
* @deprecated
|
|
14694
|
+
* @deprecated As of version 1.38.
|
|
14700
14695
|
*/
|
|
14701
14696
|
export interface $PositionContainerSettings extends $ElementSettings {
|
|
14702
14697
|
/**
|
|
@@ -14751,7 +14746,7 @@ declare module "sap/ui/commons/layout/ResponsiveFlowLayout" {
|
|
|
14751
14746
|
* If the window resizes the controls are moved between the lines and resized again.
|
|
14752
14747
|
*
|
|
14753
14748
|
* @since 1.9.1
|
|
14754
|
-
* @deprecated
|
|
14749
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
14755
14750
|
*/
|
|
14756
14751
|
export default class ResponsiveFlowLayout extends ResponsiveFlowLayout1 {
|
|
14757
14752
|
/**
|
|
@@ -14826,7 +14821,7 @@ declare module "sap/ui/commons/layout/ResponsiveFlowLayout" {
|
|
|
14826
14821
|
/**
|
|
14827
14822
|
* Describes the settings that can be provided to the ResponsiveFlowLayout constructor.
|
|
14828
14823
|
*
|
|
14829
|
-
* @deprecated
|
|
14824
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
14830
14825
|
*/
|
|
14831
14826
|
export interface $ResponsiveFlowLayoutSettings
|
|
14832
14827
|
extends $ResponsiveFlowLayoutSettings1 {}
|
|
@@ -14844,7 +14839,7 @@ declare module "sap/ui/commons/layout/ResponsiveFlowLayoutData" {
|
|
|
14844
14839
|
* This is a LayoutData Element that can be added to a control if this control is used within a ResponsiveFlowLayout
|
|
14845
14840
|
*
|
|
14846
14841
|
* @since 1.9.1
|
|
14847
|
-
* @deprecated
|
|
14842
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
14848
14843
|
*/
|
|
14849
14844
|
export default class ResponsiveFlowLayoutData extends ResponsiveFlowLayoutData1 {
|
|
14850
14845
|
/**
|
|
@@ -14944,7 +14939,7 @@ declare module "sap/ui/commons/layout/ResponsiveFlowLayoutData" {
|
|
|
14944
14939
|
/**
|
|
14945
14940
|
* Describes the settings that can be provided to the ResponsiveFlowLayoutData constructor.
|
|
14946
14941
|
*
|
|
14947
|
-
* @deprecated
|
|
14942
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.layout library. Please use this one.
|
|
14948
14943
|
*/
|
|
14949
14944
|
export interface $ResponsiveFlowLayoutDataSettings
|
|
14950
14945
|
extends $ResponsiveFlowLayoutDataSettings1 {}
|
|
@@ -14961,7 +14956,7 @@ declare module "sap/ui/commons/layout/VerticalLayout" {
|
|
|
14961
14956
|
/**
|
|
14962
14957
|
* In this layout the elements are ordered one below the other
|
|
14963
14958
|
*
|
|
14964
|
-
* @deprecated
|
|
14959
|
+
* @deprecated As of version 1.16.0. Moved to sap.ui.layout library. Please use this one.
|
|
14965
14960
|
*/
|
|
14966
14961
|
export default class VerticalLayout extends VerticalLayout1 {
|
|
14967
14962
|
/**
|
|
@@ -15036,7 +15031,7 @@ declare module "sap/ui/commons/layout/VerticalLayout" {
|
|
|
15036
15031
|
/**
|
|
15037
15032
|
* Describes the settings that can be provided to the VerticalLayout constructor.
|
|
15038
15033
|
*
|
|
15039
|
-
* @deprecated
|
|
15034
|
+
* @deprecated As of version 1.16.0. Moved to sap.ui.layout library. Please use this one.
|
|
15040
15035
|
*/
|
|
15041
15036
|
export interface $VerticalLayoutSettings extends $VerticalLayoutSettings1 {}
|
|
15042
15037
|
}
|
|
@@ -15068,7 +15063,7 @@ declare module "sap/ui/commons/Link" {
|
|
|
15068
15063
|
* are supported. Another usage scenario is triggering an action, for example to open a popup window. In
|
|
15069
15064
|
* both cases, the link is a hypertext link.
|
|
15070
15065
|
*
|
|
15071
|
-
* @deprecated
|
|
15066
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Link` control.
|
|
15072
15067
|
*/
|
|
15073
15068
|
export default class Link
|
|
15074
15069
|
extends Control
|
|
@@ -15475,7 +15470,7 @@ declare module "sap/ui/commons/Link" {
|
|
|
15475
15470
|
/**
|
|
15476
15471
|
* Describes the settings that can be provided to the Link constructor.
|
|
15477
15472
|
*
|
|
15478
|
-
* @deprecated
|
|
15473
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Link` control.
|
|
15479
15474
|
*/
|
|
15480
15475
|
export interface $LinkSettings extends $ControlSettings {
|
|
15481
15476
|
/**
|
|
@@ -15562,7 +15557,7 @@ declare module "sap/ui/commons/ListBox" {
|
|
|
15562
15557
|
* such as defining the list box height, fixing the number of visible items, choosing one item to be the
|
|
15563
15558
|
* item that is marked by default when the list box is shown, or a scroll bar for large list boxes are available.
|
|
15564
15559
|
*
|
|
15565
|
-
* @deprecated
|
|
15560
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.List` control.
|
|
15566
15561
|
*/
|
|
15567
15562
|
export default class ListBox extends Control {
|
|
15568
15563
|
/**
|
|
@@ -15901,7 +15896,7 @@ declare module "sap/ui/commons/ListBox" {
|
|
|
15901
15896
|
*
|
|
15902
15897
|
* @returns Value of property `secondaryValueTextAlign`
|
|
15903
15898
|
*/
|
|
15904
|
-
getSecondaryValueTextAlign(): TextAlign
|
|
15899
|
+
getSecondaryValueTextAlign(): TextAlign;
|
|
15905
15900
|
/**
|
|
15906
15901
|
* Zero-based index of selected item. Index value for no selection is -1. When multiple selection is enabled
|
|
15907
15902
|
* and multiple items are selected, the method returns the first selected item.
|
|
@@ -15950,7 +15945,7 @@ declare module "sap/ui/commons/ListBox" {
|
|
|
15950
15945
|
*
|
|
15951
15946
|
* @returns Value of property `valueTextAlign`
|
|
15952
15947
|
*/
|
|
15953
|
-
getValueTextAlign(): TextAlign
|
|
15948
|
+
getValueTextAlign(): TextAlign;
|
|
15954
15949
|
/**
|
|
15955
15950
|
* Returns the number of visible items.
|
|
15956
15951
|
*
|
|
@@ -16378,7 +16373,7 @@ declare module "sap/ui/commons/ListBox" {
|
|
|
16378
16373
|
/**
|
|
16379
16374
|
* Describes the settings that can be provided to the ListBox constructor.
|
|
16380
16375
|
*
|
|
16381
|
-
* @deprecated
|
|
16376
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.List` control.
|
|
16382
16377
|
*/
|
|
16383
16378
|
export interface $ListBoxSettings extends $ControlSettings {
|
|
16384
16379
|
/**
|
|
@@ -16540,7 +16535,7 @@ declare module "sap/ui/commons/Menu" {
|
|
|
16540
16535
|
* within the control hierarchy. Instead it can be opened at a specified position via a function call.
|
|
16541
16536
|
*
|
|
16542
16537
|
* @since 1.0.0
|
|
16543
|
-
* @deprecated
|
|
16538
|
+
* @deprecated As of version 1.21.0. replaced by {@link sap.ui.unified.Menu}
|
|
16544
16539
|
*/
|
|
16545
16540
|
export default class Menu extends Menu1 {
|
|
16546
16541
|
/**
|
|
@@ -16615,7 +16610,7 @@ declare module "sap/ui/commons/Menu" {
|
|
|
16615
16610
|
/**
|
|
16616
16611
|
* Describes the settings that can be provided to the Menu constructor.
|
|
16617
16612
|
*
|
|
16618
|
-
* @deprecated
|
|
16613
|
+
* @deprecated As of version 1.21.0. replaced by {@link sap.ui.unified.Menu}
|
|
16619
16614
|
*/
|
|
16620
16615
|
export interface $MenuSettings extends $MenuSettings1 {}
|
|
16621
16616
|
}
|
|
@@ -16644,7 +16639,7 @@ declare module "sap/ui/commons/MenuBar" {
|
|
|
16644
16639
|
* enough to display all items, defining images for single or all items in a menu, automated layouting of
|
|
16645
16640
|
* items with or w/o image, and active/non-active items.
|
|
16646
16641
|
*
|
|
16647
|
-
* @deprecated
|
|
16642
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.OverflowToolbar` control.
|
|
16648
16643
|
*/
|
|
16649
16644
|
export default class MenuBar extends Control {
|
|
16650
16645
|
/**
|
|
@@ -16738,7 +16733,7 @@ declare module "sap/ui/commons/MenuBar" {
|
|
|
16738
16733
|
*
|
|
16739
16734
|
* @returns Value of property `design`
|
|
16740
16735
|
*/
|
|
16741
|
-
getDesign(): MenuBarDesign
|
|
16736
|
+
getDesign(): MenuBarDesign;
|
|
16742
16737
|
/**
|
|
16743
16738
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
16744
16739
|
*
|
|
@@ -16877,7 +16872,7 @@ declare module "sap/ui/commons/MenuBar" {
|
|
|
16877
16872
|
/**
|
|
16878
16873
|
* Describes the settings that can be provided to the MenuBar constructor.
|
|
16879
16874
|
*
|
|
16880
|
-
* @deprecated
|
|
16875
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.OverflowToolbar` control.
|
|
16881
16876
|
*/
|
|
16882
16877
|
export interface $MenuBarSettings extends $ControlSettings {
|
|
16883
16878
|
/**
|
|
@@ -16928,7 +16923,7 @@ declare module "sap/ui/commons/MenuButton" {
|
|
|
16928
16923
|
* Common button control that opens a menu when clicked by the user. The control provides an API for configuring
|
|
16929
16924
|
* the docking position of the menu.
|
|
16930
16925
|
*
|
|
16931
|
-
* @deprecated
|
|
16926
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MenuButton` control.
|
|
16932
16927
|
*/
|
|
16933
16928
|
export default class MenuButton extends Button {
|
|
16934
16929
|
/**
|
|
@@ -17240,7 +17235,7 @@ declare module "sap/ui/commons/MenuButton" {
|
|
|
17240
17235
|
/**
|
|
17241
17236
|
* Describes the settings that can be provided to the MenuButton constructor.
|
|
17242
17237
|
*
|
|
17243
|
-
* @deprecated
|
|
17238
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MenuButton` control.
|
|
17244
17239
|
*/
|
|
17245
17240
|
export interface $MenuButtonSettings extends $ButtonSettings {
|
|
17246
17241
|
/**
|
|
@@ -17327,7 +17322,7 @@ declare module "sap/ui/commons/MenuItem" {
|
|
|
17327
17322
|
* user in the menu or it can provide a submenu to organize the actions hierarchically.
|
|
17328
17323
|
*
|
|
17329
17324
|
* @since 1.0.0
|
|
17330
|
-
* @deprecated
|
|
17325
|
+
* @deprecated As of version 1.21.0. replaced by {@link sap.ui.unified.MenuItem}
|
|
17331
17326
|
*/
|
|
17332
17327
|
export default class MenuItem extends MenuItem1 {
|
|
17333
17328
|
/**
|
|
@@ -17402,7 +17397,7 @@ declare module "sap/ui/commons/MenuItem" {
|
|
|
17402
17397
|
/**
|
|
17403
17398
|
* Describes the settings that can be provided to the MenuItem constructor.
|
|
17404
17399
|
*
|
|
17405
|
-
* @deprecated
|
|
17400
|
+
* @deprecated As of version 1.21.0. replaced by {@link sap.ui.unified.MenuItem}
|
|
17406
17401
|
*/
|
|
17407
17402
|
export interface $MenuItemSettings extends $MenuItemSettings1 {}
|
|
17408
17403
|
}
|
|
@@ -17417,7 +17412,7 @@ declare module "sap/ui/commons/MenuItemBase" {
|
|
|
17417
17412
|
* Abstract base class for menu item which provides common properties and events for all concrete item implementations.
|
|
17418
17413
|
*
|
|
17419
17414
|
* @since 1.0.0
|
|
17420
|
-
* @deprecated
|
|
17415
|
+
* @deprecated As of version 1.21.0. replaced by {@link sap.ui.unified.MenuItemBase}
|
|
17421
17416
|
*/
|
|
17422
17417
|
export default abstract class MenuItemBase extends MenuItemBase1 {
|
|
17423
17418
|
/**
|
|
@@ -17446,7 +17441,7 @@ declare module "sap/ui/commons/MenuItemBase" {
|
|
|
17446
17441
|
/**
|
|
17447
17442
|
* Describes the settings that can be provided to the MenuItemBase constructor.
|
|
17448
17443
|
*
|
|
17449
|
-
* @deprecated
|
|
17444
|
+
* @deprecated As of version 1.21.0. replaced by {@link sap.ui.unified.MenuItemBase}
|
|
17450
17445
|
*/
|
|
17451
17446
|
export interface $MenuItemBaseSettings extends $MenuItemBaseSettings1 {}
|
|
17452
17447
|
}
|
|
@@ -17464,7 +17459,7 @@ declare module "sap/ui/commons/MenuTextFieldItem" {
|
|
|
17464
17459
|
* implementations. The aggregation `submenu` (inherited from parent class) is not supported for this type
|
|
17465
17460
|
* of menu item.
|
|
17466
17461
|
*
|
|
17467
|
-
* @deprecated
|
|
17462
|
+
* @deprecated As of version 1.21.0. Please use the control `sap.ui.unified.MenuTextFieldItem` of the library
|
|
17468
17463
|
* `sap.ui.unified` instead.
|
|
17469
17464
|
*/
|
|
17470
17465
|
export default class MenuTextFieldItem extends MenuTextFieldItem1 {
|
|
@@ -17540,7 +17535,7 @@ declare module "sap/ui/commons/MenuTextFieldItem" {
|
|
|
17540
17535
|
/**
|
|
17541
17536
|
* Describes the settings that can be provided to the MenuTextFieldItem constructor.
|
|
17542
17537
|
*
|
|
17543
|
-
* @deprecated
|
|
17538
|
+
* @deprecated As of version 1.21.0. Please use the control `sap.ui.unified.MenuTextFieldItem` of the library
|
|
17544
17539
|
* `sap.ui.unified` instead.
|
|
17545
17540
|
*/
|
|
17546
17541
|
export interface $MenuTextFieldItemSettings
|
|
@@ -17559,7 +17554,7 @@ declare module "sap/ui/commons/Message" {
|
|
|
17559
17554
|
/**
|
|
17560
17555
|
* Creates the "Message"s to be supplied to the "MessageBar" Control.
|
|
17561
17556
|
*
|
|
17562
|
-
* @deprecated
|
|
17557
|
+
* @deprecated As of version 1.4.0. A new messaging concept will be created in future. Therefore this control
|
|
17563
17558
|
* might be removed in one of the next versions.
|
|
17564
17559
|
*/
|
|
17565
17560
|
export default class Message extends Control {
|
|
@@ -17674,7 +17669,7 @@ declare module "sap/ui/commons/Message" {
|
|
|
17674
17669
|
*
|
|
17675
17670
|
* @returns Value of property `type`
|
|
17676
17671
|
*/
|
|
17677
|
-
getType(): MessageType
|
|
17672
|
+
getType(): MessageType;
|
|
17678
17673
|
/**
|
|
17679
17674
|
* Sets a new value for property {@link #getAssociatedElementId associatedElementId}.
|
|
17680
17675
|
*
|
|
@@ -17743,7 +17738,7 @@ declare module "sap/ui/commons/Message" {
|
|
|
17743
17738
|
/**
|
|
17744
17739
|
* Describes the settings that can be provided to the Message constructor.
|
|
17745
17740
|
*
|
|
17746
|
-
* @deprecated
|
|
17741
|
+
* @deprecated As of version 1.4.0. A new messaging concept will be created in future. Therefore this control
|
|
17747
17742
|
* might be removed in one of the next versions.
|
|
17748
17743
|
*/
|
|
17749
17744
|
export interface $MessageSettings extends $ControlSettings {
|
|
@@ -17784,7 +17779,7 @@ declare module "sap/ui/commons/MessageBar" {
|
|
|
17784
17779
|
/**
|
|
17785
17780
|
* Creates an instance of a MessageBar Control, for displaying messages.
|
|
17786
17781
|
*
|
|
17787
|
-
* @deprecated
|
|
17782
|
+
* @deprecated As of version 1.4.0. Instead, use the `sap.m.MessagePopover` control.
|
|
17788
17783
|
*/
|
|
17789
17784
|
export default class MessageBar extends Control {
|
|
17790
17785
|
/**
|
|
@@ -18032,7 +18027,7 @@ declare module "sap/ui/commons/MessageBar" {
|
|
|
18032
18027
|
/**
|
|
18033
18028
|
* Describes the settings that can be provided to the MessageBar constructor.
|
|
18034
18029
|
*
|
|
18035
|
-
* @deprecated
|
|
18030
|
+
* @deprecated As of version 1.4.0. Instead, use the `sap.m.MessagePopover` control.
|
|
18036
18031
|
*/
|
|
18037
18032
|
export interface $MessageBarSettings extends $ControlSettings {
|
|
18038
18033
|
/**
|
|
@@ -18089,7 +18084,7 @@ declare module "sap/ui/commons/MessageBox" {
|
|
|
18089
18084
|
*
|
|
18090
18085
|
*
|
|
18091
18086
|
* @since 0.8.8
|
|
18092
|
-
* @deprecated
|
|
18087
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessageBox` control.
|
|
18093
18088
|
*/
|
|
18094
18089
|
interface MessageBox {
|
|
18095
18090
|
/**
|
|
@@ -18101,7 +18096,7 @@ declare module "sap/ui/commons/MessageBox" {
|
|
|
18101
18096
|
* This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
|
|
18102
18097
|
* 'Action'.
|
|
18103
18098
|
*
|
|
18104
|
-
* @deprecated
|
|
18099
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessageBox.Action`.
|
|
18105
18100
|
*/
|
|
18106
18101
|
Action: typeof Action;
|
|
18107
18102
|
|
|
@@ -18111,7 +18106,7 @@ declare module "sap/ui/commons/MessageBox" {
|
|
|
18111
18106
|
* This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
|
|
18112
18107
|
* 'Icon'.
|
|
18113
18108
|
*
|
|
18114
|
-
* @deprecated
|
|
18109
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessageBox.Icon`.
|
|
18115
18110
|
*/
|
|
18116
18111
|
Icon: typeof Icon;
|
|
18117
18112
|
|
|
@@ -18241,7 +18236,7 @@ declare module "sap/ui/commons/MessageBox" {
|
|
|
18241
18236
|
}
|
|
18242
18237
|
const MessageBox: MessageBox;
|
|
18243
18238
|
/**
|
|
18244
|
-
* @deprecated
|
|
18239
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessageBox` control.
|
|
18245
18240
|
*/
|
|
18246
18241
|
export default MessageBox;
|
|
18247
18242
|
|
|
@@ -18254,7 +18249,7 @@ declare module "sap/ui/commons/MessageBox" {
|
|
|
18254
18249
|
* This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
|
|
18255
18250
|
* 'Action'.
|
|
18256
18251
|
*
|
|
18257
|
-
* @deprecated
|
|
18252
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessageBox.Action`.
|
|
18258
18253
|
*/
|
|
18259
18254
|
enum Action {
|
|
18260
18255
|
/**
|
|
@@ -18296,13 +18291,13 @@ declare module "sap/ui/commons/MessageBox" {
|
|
|
18296
18291
|
* This enum is part of the 'sap/ui/commons/MessageBox' module export and must be accessed by the property
|
|
18297
18292
|
* 'Icon'.
|
|
18298
18293
|
*
|
|
18299
|
-
* @deprecated
|
|
18294
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.MessageBox.Icon`.
|
|
18300
18295
|
*/
|
|
18301
18296
|
enum Icon {
|
|
18302
18297
|
/**
|
|
18303
18298
|
* Shows the critical error icon in the message box.
|
|
18304
18299
|
*
|
|
18305
|
-
* @deprecated
|
|
18300
|
+
* @deprecated As of version 1.9.1. The error icon is used instead
|
|
18306
18301
|
*/
|
|
18307
18302
|
CRITICAL = "CRITICAL",
|
|
18308
18303
|
/**
|
|
@@ -18344,7 +18339,7 @@ declare module "sap/ui/commons/MessageList" {
|
|
|
18344
18339
|
/**
|
|
18345
18340
|
* Instantiated by the "MessageBar" Control if the user requests to generate the corresponding "MessageList".
|
|
18346
18341
|
*
|
|
18347
|
-
* @deprecated
|
|
18342
|
+
* @deprecated As of version 1.4.0. A new messaging concept will be created in future. Therefore this control
|
|
18348
18343
|
* might be removed in one of the next versions.
|
|
18349
18344
|
*/
|
|
18350
18345
|
export default class MessageList extends Control {
|
|
@@ -18505,7 +18500,7 @@ declare module "sap/ui/commons/MessageList" {
|
|
|
18505
18500
|
/**
|
|
18506
18501
|
* Describes the settings that can be provided to the MessageList constructor.
|
|
18507
18502
|
*
|
|
18508
|
-
* @deprecated
|
|
18503
|
+
* @deprecated As of version 1.4.0. A new messaging concept will be created in future. Therefore this control
|
|
18509
18504
|
* might be removed in one of the next versions.
|
|
18510
18505
|
*/
|
|
18511
18506
|
export interface $MessageListSettings extends $ControlSettings {
|
|
@@ -18540,7 +18535,7 @@ declare module "sap/ui/commons/MessageToast" {
|
|
|
18540
18535
|
/**
|
|
18541
18536
|
* Responsible for displaying the new incoming messages, one at the time, on top of the MessageBar.
|
|
18542
18537
|
*
|
|
18543
|
-
* @deprecated
|
|
18538
|
+
* @deprecated As of version 1.4.0. Instead, use the `sap.m.MessageToast` control.
|
|
18544
18539
|
*/
|
|
18545
18540
|
export default class MessageToast extends Control {
|
|
18546
18541
|
/**
|
|
@@ -18732,7 +18727,7 @@ declare module "sap/ui/commons/MessageToast" {
|
|
|
18732
18727
|
/**
|
|
18733
18728
|
* Describes the settings that can be provided to the MessageToast constructor.
|
|
18734
18729
|
*
|
|
18735
|
-
* @deprecated
|
|
18730
|
+
* @deprecated As of version 1.4.0. Instead, use the `sap.m.MessageToast` control.
|
|
18736
18731
|
*/
|
|
18737
18732
|
export interface $MessageToastSettings extends $ControlSettings {
|
|
18738
18733
|
/**
|
|
@@ -18774,7 +18769,7 @@ declare module "sap/ui/commons/Paginator" {
|
|
|
18774
18769
|
/**
|
|
18775
18770
|
* Provides navigation between pages within a list of numbered pages.
|
|
18776
18771
|
*
|
|
18777
|
-
* @deprecated
|
|
18772
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
18778
18773
|
*/
|
|
18779
18774
|
export default class Paginator extends Control {
|
|
18780
18775
|
/**
|
|
@@ -18975,7 +18970,7 @@ declare module "sap/ui/commons/Paginator" {
|
|
|
18975
18970
|
/**
|
|
18976
18971
|
* Describes the settings that can be provided to the Paginator constructor.
|
|
18977
18972
|
*
|
|
18978
|
-
* @deprecated
|
|
18973
|
+
* @deprecated As of version 1.38. the concept has been discarded.
|
|
18979
18974
|
*/
|
|
18980
18975
|
export interface $PaginatorSettings extends $ControlSettings {
|
|
18981
18976
|
/**
|
|
@@ -19049,7 +19044,7 @@ declare module "sap/ui/commons/Panel" {
|
|
|
19049
19044
|
* Represents a container with scroll functionality, that can be used for text and controls. The Panel does
|
|
19050
19045
|
* not layout the embedded controls.
|
|
19051
19046
|
*
|
|
19052
|
-
* @deprecated
|
|
19047
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Panel` control.
|
|
19053
19048
|
*/
|
|
19054
19049
|
export default class Panel extends Control {
|
|
19055
19050
|
/**
|
|
@@ -19180,7 +19175,7 @@ declare module "sap/ui/commons/Panel" {
|
|
|
19180
19175
|
*
|
|
19181
19176
|
* @returns Value of property `areaDesign`
|
|
19182
19177
|
*/
|
|
19183
|
-
getAreaDesign(): enums.AreaDesign
|
|
19178
|
+
getAreaDesign(): enums.AreaDesign;
|
|
19184
19179
|
/**
|
|
19185
19180
|
* Gets current value of property {@link #getBorderDesign borderDesign}.
|
|
19186
19181
|
*
|
|
@@ -19191,7 +19186,7 @@ declare module "sap/ui/commons/Panel" {
|
|
|
19191
19186
|
*
|
|
19192
19187
|
* @returns Value of property `borderDesign`
|
|
19193
19188
|
*/
|
|
19194
|
-
getBorderDesign(): enums.BorderDesign
|
|
19189
|
+
getBorderDesign(): enums.BorderDesign;
|
|
19195
19190
|
/**
|
|
19196
19191
|
* Gets content of aggregation {@link #getButtons buttons}.
|
|
19197
19192
|
*
|
|
@@ -19586,7 +19581,7 @@ declare module "sap/ui/commons/Panel" {
|
|
|
19586
19581
|
/**
|
|
19587
19582
|
* Describes the settings that can be provided to the Panel constructor.
|
|
19588
19583
|
*
|
|
19589
|
-
* @deprecated
|
|
19584
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Panel` control.
|
|
19590
19585
|
*/
|
|
19591
19586
|
export interface $PanelSettings extends $ControlSettings {
|
|
19592
19587
|
/**
|
|
@@ -19684,7 +19679,7 @@ declare module "sap/ui/commons/PasswordField" {
|
|
|
19684
19679
|
/**
|
|
19685
19680
|
* A text field with masked characters which borrows its properties and methods from TextField.
|
|
19686
19681
|
*
|
|
19687
|
-
* @deprecated
|
|
19682
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Input` control.
|
|
19688
19683
|
*/
|
|
19689
19684
|
export default class PasswordField extends TextField {
|
|
19690
19685
|
/**
|
|
@@ -19759,7 +19754,7 @@ declare module "sap/ui/commons/PasswordField" {
|
|
|
19759
19754
|
/**
|
|
19760
19755
|
* Describes the settings that can be provided to the PasswordField constructor.
|
|
19761
19756
|
*
|
|
19762
|
-
* @deprecated
|
|
19757
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Input` control.
|
|
19763
19758
|
*/
|
|
19764
19759
|
export interface $PasswordFieldSettings extends $TextFieldSettings {}
|
|
19765
19760
|
}
|
|
@@ -19778,7 +19773,7 @@ declare module "sap/ui/commons/ProgressIndicator" {
|
|
|
19778
19773
|
* values. The filling can be displayed in color only, or additionally with the percentage rate. The indicator
|
|
19779
19774
|
* status can be interactive.
|
|
19780
19775
|
*
|
|
19781
|
-
* @deprecated
|
|
19776
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.ProgressIndicator` control.
|
|
19782
19777
|
*/
|
|
19783
19778
|
export default class ProgressIndicator extends Control {
|
|
19784
19779
|
/**
|
|
@@ -19864,7 +19859,7 @@ declare module "sap/ui/commons/ProgressIndicator" {
|
|
|
19864
19859
|
*
|
|
19865
19860
|
* @returns Value of property `barColor`
|
|
19866
19861
|
*/
|
|
19867
|
-
getBarColor(): BarColor
|
|
19862
|
+
getBarColor(): BarColor;
|
|
19868
19863
|
/**
|
|
19869
19864
|
* Gets current value of property {@link #getDisplayValue displayValue}.
|
|
19870
19865
|
*
|
|
@@ -20031,7 +20026,7 @@ declare module "sap/ui/commons/ProgressIndicator" {
|
|
|
20031
20026
|
/**
|
|
20032
20027
|
* Describes the settings that can be provided to the ProgressIndicator constructor.
|
|
20033
20028
|
*
|
|
20034
|
-
* @deprecated
|
|
20029
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.ProgressIndicator` control.
|
|
20035
20030
|
*/
|
|
20036
20031
|
export interface $ProgressIndicatorSettings extends $ControlSettings {
|
|
20037
20032
|
/**
|
|
@@ -20097,7 +20092,7 @@ declare module "sap/ui/commons/RadioButton" {
|
|
|
20097
20092
|
* sap.ui.commons.RadioButtonGroup), thus providing a limited choice for the user. An event is triggered
|
|
20098
20093
|
* when the user makes a change of the selection.
|
|
20099
20094
|
*
|
|
20100
|
-
* @deprecated
|
|
20095
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.RadioButton` control.
|
|
20101
20096
|
*/
|
|
20102
20097
|
export default class RadioButton extends Control implements IFormContent {
|
|
20103
20098
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
@@ -20348,7 +20343,7 @@ declare module "sap/ui/commons/RadioButton" {
|
|
|
20348
20343
|
*
|
|
20349
20344
|
* @returns Value of property `textDirection`
|
|
20350
20345
|
*/
|
|
20351
|
-
getTextDirection(): TextDirection
|
|
20346
|
+
getTextDirection(): TextDirection;
|
|
20352
20347
|
/**
|
|
20353
20348
|
* Gets current value of property {@link #getValueState valueState}.
|
|
20354
20349
|
*
|
|
@@ -20359,7 +20354,7 @@ declare module "sap/ui/commons/RadioButton" {
|
|
|
20359
20354
|
*
|
|
20360
20355
|
* @returns Value of property `valueState`
|
|
20361
20356
|
*/
|
|
20362
|
-
getValueState(): ValueState
|
|
20357
|
+
getValueState(): ValueState;
|
|
20363
20358
|
/**
|
|
20364
20359
|
* Gets current value of property {@link #getWidth width}.
|
|
20365
20360
|
*
|
|
@@ -20572,7 +20567,7 @@ declare module "sap/ui/commons/RadioButton" {
|
|
|
20572
20567
|
/**
|
|
20573
20568
|
* Describes the settings that can be provided to the RadioButton constructor.
|
|
20574
20569
|
*
|
|
20575
|
-
* @deprecated
|
|
20570
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.RadioButton` control.
|
|
20576
20571
|
*/
|
|
20577
20572
|
export interface $RadioButtonSettings extends $ControlSettings {
|
|
20578
20573
|
/**
|
|
@@ -20682,7 +20677,7 @@ declare module "sap/ui/commons/RadioButtonGroup" {
|
|
|
20682
20677
|
* For the representation of the single group entries, the RadioButton items are created automatically.
|
|
20683
20678
|
* For the RadioButton choice, mouse and keyboard navigation usage is supported.
|
|
20684
20679
|
*
|
|
20685
|
-
* @deprecated
|
|
20680
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.RadioButtonGroup` control.
|
|
20686
20681
|
*/
|
|
20687
20682
|
export default class RadioButtonGroup
|
|
20688
20683
|
extends Control
|
|
@@ -20978,7 +20973,7 @@ declare module "sap/ui/commons/RadioButtonGroup" {
|
|
|
20978
20973
|
*
|
|
20979
20974
|
* @returns Value of property `valueState`
|
|
20980
20975
|
*/
|
|
20981
|
-
getValueState(): ValueState
|
|
20976
|
+
getValueState(): ValueState;
|
|
20982
20977
|
/**
|
|
20983
20978
|
* Gets current value of property {@link #getWidth width}.
|
|
20984
20979
|
*
|
|
@@ -21212,7 +21207,7 @@ declare module "sap/ui/commons/RadioButtonGroup" {
|
|
|
21212
21207
|
/**
|
|
21213
21208
|
* Describes the settings that can be provided to the RadioButtonGroup constructor.
|
|
21214
21209
|
*
|
|
21215
|
-
* @deprecated
|
|
21210
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.RadioButtonGroup` control.
|
|
21216
21211
|
*/
|
|
21217
21212
|
export interface $RadioButtonGroupSettings extends $ControlSettings {
|
|
21218
21213
|
/**
|
|
@@ -21309,7 +21304,7 @@ declare module "sap/ui/commons/RangeSlider" {
|
|
|
21309
21304
|
* units of measurement. Users can move the pointers along the line to change a range with graphical support.
|
|
21310
21305
|
*
|
|
21311
21306
|
* @since 1.8.0
|
|
21312
|
-
* @deprecated
|
|
21307
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.RangeSlider}
|
|
21313
21308
|
*/
|
|
21314
21309
|
export default class RangeSlider extends Slider {
|
|
21315
21310
|
/**
|
|
@@ -21413,7 +21408,7 @@ declare module "sap/ui/commons/RangeSlider" {
|
|
|
21413
21408
|
/**
|
|
21414
21409
|
* Describes the settings that can be provided to the RangeSlider constructor.
|
|
21415
21410
|
*
|
|
21416
|
-
* @deprecated
|
|
21411
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.RangeSlider}
|
|
21417
21412
|
*/
|
|
21418
21413
|
export interface $RangeSliderSettings extends $SliderSettings {
|
|
21419
21414
|
/**
|
|
@@ -21444,7 +21439,7 @@ declare module "sap/ui/commons/RatingIndicator" {
|
|
|
21444
21439
|
* can be specified, as well as the URIs to the image icons which shall be used as rating symbols. When
|
|
21445
21440
|
* the user performs a rating, an event is fired.
|
|
21446
21441
|
*
|
|
21447
|
-
* @deprecated
|
|
21442
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.RatingIndicator` control.
|
|
21448
21443
|
*/
|
|
21449
21444
|
export default class RatingIndicator extends Control {
|
|
21450
21445
|
/**
|
|
@@ -21731,9 +21726,7 @@ declare module "sap/ui/commons/RatingIndicator" {
|
|
|
21731
21726
|
*
|
|
21732
21727
|
* @returns Value of property `visualMode`
|
|
21733
21728
|
*/
|
|
21734
|
-
getVisualMode():
|
|
21735
|
-
| RatingIndicatorVisualMode
|
|
21736
|
-
| keyof typeof RatingIndicatorVisualMode;
|
|
21729
|
+
getVisualMode(): RatingIndicatorVisualMode;
|
|
21737
21730
|
/**
|
|
21738
21731
|
* Removes all the controls in the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
21739
21732
|
*
|
|
@@ -21926,7 +21919,7 @@ declare module "sap/ui/commons/RatingIndicator" {
|
|
|
21926
21919
|
/**
|
|
21927
21920
|
* Describes the settings that can be provided to the RatingIndicator constructor.
|
|
21928
21921
|
*
|
|
21929
|
-
* @deprecated
|
|
21922
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.RatingIndicator` control.
|
|
21930
21923
|
*/
|
|
21931
21924
|
export interface $RatingIndicatorSettings extends $ControlSettings {
|
|
21932
21925
|
/**
|
|
@@ -22035,7 +22028,7 @@ declare module "sap/ui/commons/ResponsiveContainer" {
|
|
|
22035
22028
|
* an event, whenever a new range is reached. In addition the content of the new range is automatically
|
|
22036
22029
|
* shown, if it is set.
|
|
22037
22030
|
*
|
|
22038
|
-
* @deprecated
|
|
22031
|
+
* @deprecated As of version 1.38. Use a container by choice from the {@link sap.m} library, instead.
|
|
22039
22032
|
*/
|
|
22040
22033
|
export default class ResponsiveContainer extends Control {
|
|
22041
22034
|
/**
|
|
@@ -22337,7 +22330,7 @@ declare module "sap/ui/commons/ResponsiveContainer" {
|
|
|
22337
22330
|
/**
|
|
22338
22331
|
* Describes the settings that can be provided to the ResponsiveContainer constructor.
|
|
22339
22332
|
*
|
|
22340
|
-
* @deprecated
|
|
22333
|
+
* @deprecated As of version 1.38. Use a container by choice from the {@link sap.m} library, instead.
|
|
22341
22334
|
*/
|
|
22342
22335
|
export interface $ResponsiveContainerSettings extends $ControlSettings {
|
|
22343
22336
|
/**
|
|
@@ -22403,8 +22396,8 @@ declare module "sap/ui/commons/ResponsiveContainerRange" {
|
|
|
22403
22396
|
/**
|
|
22404
22397
|
* Defines a range for the ResponsiveContainer
|
|
22405
22398
|
*
|
|
22406
|
-
* @deprecated
|
|
22407
|
-
* choice from the sap.m library instead.
|
|
22399
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.ResponsiveContainer). Use a container
|
|
22400
|
+
* of your choice from the sap.m library instead.
|
|
22408
22401
|
*/
|
|
22409
22402
|
export default class ResponsiveContainerRange extends UI5Element {
|
|
22410
22403
|
/**
|
|
@@ -22577,8 +22570,8 @@ declare module "sap/ui/commons/ResponsiveContainerRange" {
|
|
|
22577
22570
|
/**
|
|
22578
22571
|
* Describes the settings that can be provided to the ResponsiveContainerRange constructor.
|
|
22579
22572
|
*
|
|
22580
|
-
* @deprecated
|
|
22581
|
-
* choice from the sap.m library instead.
|
|
22573
|
+
* @deprecated As of version 1.38. (altogether with sap.ui.commons.ResponsiveContainer). Use a container
|
|
22574
|
+
* of your choice from the sap.m library instead.
|
|
22582
22575
|
*/
|
|
22583
22576
|
export interface $ResponsiveContainerRangeSettings extends $ElementSettings {
|
|
22584
22577
|
/**
|
|
@@ -22618,8 +22611,8 @@ declare module "sap/ui/commons/RichTooltip" {
|
|
|
22618
22611
|
/**
|
|
22619
22612
|
* Is used to provide tool tips that can have long text, image and title. This tool tip extends the TooltipBase.
|
|
22620
22613
|
*
|
|
22621
|
-
* @deprecated
|
|
22622
|
-
* open it next to your control.
|
|
22614
|
+
* @deprecated As of version 1.38. Tf you want to achieve a similar behavior, use a `sap.m.Popover` control
|
|
22615
|
+
* and open it next to your control.
|
|
22623
22616
|
*/
|
|
22624
22617
|
export default class RichTooltip extends TooltipBase {
|
|
22625
22618
|
/**
|
|
@@ -22793,8 +22786,8 @@ declare module "sap/ui/commons/RichTooltip" {
|
|
|
22793
22786
|
/**
|
|
22794
22787
|
* Describes the settings that can be provided to the RichTooltip constructor.
|
|
22795
22788
|
*
|
|
22796
|
-
* @deprecated
|
|
22797
|
-
* open it next to your control.
|
|
22789
|
+
* @deprecated As of version 1.38. Tf you want to achieve a similar behavior, use a `sap.m.Popover` control
|
|
22790
|
+
* and open it next to your control.
|
|
22798
22791
|
*/
|
|
22799
22792
|
export interface $RichTooltipSettings extends $TooltipBaseSettings {
|
|
22800
22793
|
/**
|
|
@@ -22842,7 +22835,7 @@ declare module "sap/ui/commons/RoadMap" {
|
|
|
22842
22835
|
/**
|
|
22843
22836
|
* RoadMap is used to display step-by-step work flows of a clearly defined work process.
|
|
22844
22837
|
*
|
|
22845
|
-
* @deprecated
|
|
22838
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Wizard` control.
|
|
22846
22839
|
*/
|
|
22847
22840
|
export default class RoadMap extends Control {
|
|
22848
22841
|
/**
|
|
@@ -23248,7 +23241,7 @@ declare module "sap/ui/commons/RoadMap" {
|
|
|
23248
23241
|
/**
|
|
23249
23242
|
* Describes the settings that can be provided to the RoadMap constructor.
|
|
23250
23243
|
*
|
|
23251
|
-
* @deprecated
|
|
23244
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Wizard` control.
|
|
23252
23245
|
*/
|
|
23253
23246
|
export interface $RoadMapSettings extends $ControlSettings {
|
|
23254
23247
|
/**
|
|
@@ -23341,7 +23334,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23341
23334
|
/**
|
|
23342
23335
|
* Step used within a RoadMap Control.
|
|
23343
23336
|
*
|
|
23344
|
-
* @deprecated
|
|
23337
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Wizard` control.
|
|
23345
23338
|
*/
|
|
23346
23339
|
export default class RoadMapStep extends UI5Element {
|
|
23347
23340
|
/**
|
|
@@ -23409,7 +23402,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23409
23402
|
/**
|
|
23410
23403
|
* Adds some subStep to the aggregation {@link #getSubSteps subSteps}.
|
|
23411
23404
|
*
|
|
23412
|
-
* @deprecated
|
|
23405
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23413
23406
|
* in one of the next releases.
|
|
23414
23407
|
*
|
|
23415
23408
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23423,7 +23416,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23423
23416
|
/**
|
|
23424
23417
|
* Destroys all the subSteps in the aggregation {@link #getSubSteps subSteps}.
|
|
23425
23418
|
*
|
|
23426
|
-
* @deprecated
|
|
23419
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23427
23420
|
* in one of the next releases.
|
|
23428
23421
|
*
|
|
23429
23422
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23447,7 +23440,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23447
23440
|
*
|
|
23448
23441
|
* Default value is `false`.
|
|
23449
23442
|
*
|
|
23450
|
-
* @deprecated
|
|
23443
|
+
* @deprecated As of version 1.10.5. Note that sub steps will not be supported in future. This feature might
|
|
23451
23444
|
* be removed in one of the next releases.
|
|
23452
23445
|
*
|
|
23453
23446
|
* @returns Value of property `expanded`
|
|
@@ -23468,7 +23461,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23468
23461
|
* Sub steps for the current step. Will be displayed only in the case that the step is expanded. Otherwise,
|
|
23469
23462
|
* special arrows show the availability of sub steps. One level of sub steps supported.
|
|
23470
23463
|
*
|
|
23471
|
-
* @deprecated
|
|
23464
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23472
23465
|
* in one of the next releases.
|
|
23473
23466
|
*/
|
|
23474
23467
|
getSubSteps(): RoadMapStep[];
|
|
@@ -23487,7 +23480,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23487
23480
|
* Checks for the provided `sap.ui.commons.RoadMapStep` in the aggregation {@link #getSubSteps subSteps}.
|
|
23488
23481
|
* and returns its index if found or -1 otherwise.
|
|
23489
23482
|
*
|
|
23490
|
-
* @deprecated
|
|
23483
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23491
23484
|
* in one of the next releases.
|
|
23492
23485
|
*
|
|
23493
23486
|
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
@@ -23501,7 +23494,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23501
23494
|
/**
|
|
23502
23495
|
* Inserts a subStep into the aggregation {@link #getSubSteps subSteps}.
|
|
23503
23496
|
*
|
|
23504
|
-
* @deprecated
|
|
23497
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23505
23498
|
* in one of the next releases.
|
|
23506
23499
|
*
|
|
23507
23500
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23523,7 +23516,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23523
23516
|
*
|
|
23524
23517
|
* Additionally, it unregisters them from the hosting UIArea.
|
|
23525
23518
|
*
|
|
23526
|
-
* @deprecated
|
|
23519
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23527
23520
|
* in one of the next releases.
|
|
23528
23521
|
*
|
|
23529
23522
|
* @returns An array of the removed elements (might be empty)
|
|
@@ -23532,7 +23525,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23532
23525
|
/**
|
|
23533
23526
|
* Removes a subStep from the aggregation {@link #getSubSteps subSteps}.
|
|
23534
23527
|
*
|
|
23535
|
-
* @deprecated
|
|
23528
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23536
23529
|
* in one of the next releases.
|
|
23537
23530
|
*
|
|
23538
23531
|
* @returns The removed subStep or `null`
|
|
@@ -23570,7 +23563,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23570
23563
|
*
|
|
23571
23564
|
* Default value is `false`.
|
|
23572
23565
|
*
|
|
23573
|
-
* @deprecated
|
|
23566
|
+
* @deprecated As of version 1.10.5. Note that sub steps will not be supported in future. This feature might
|
|
23574
23567
|
* be removed in one of the next releases.
|
|
23575
23568
|
*
|
|
23576
23569
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -23619,7 +23612,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23619
23612
|
/**
|
|
23620
23613
|
* Describes the settings that can be provided to the RoadMapStep constructor.
|
|
23621
23614
|
*
|
|
23622
|
-
* @deprecated
|
|
23615
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Wizard` control.
|
|
23623
23616
|
*/
|
|
23624
23617
|
export interface $RoadMapStepSettings extends $ElementSettings {
|
|
23625
23618
|
/**
|
|
@@ -23635,7 +23628,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23635
23628
|
/**
|
|
23636
23629
|
* This property is only relevant when using sub steps.
|
|
23637
23630
|
*
|
|
23638
|
-
* @deprecated
|
|
23631
|
+
* @deprecated As of version 1.10.5. Note that sub steps will not be supported in future. This feature might
|
|
23639
23632
|
* be removed in one of the next releases.
|
|
23640
23633
|
*/
|
|
23641
23634
|
expanded?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
@@ -23649,7 +23642,7 @@ declare module "sap/ui/commons/RoadMapStep" {
|
|
|
23649
23642
|
* Sub steps for the current step. Will be displayed only in the case that the step is expanded. Otherwise,
|
|
23650
23643
|
* special arrows show the availability of sub steps. One level of sub steps supported.
|
|
23651
23644
|
*
|
|
23652
|
-
* @deprecated
|
|
23645
|
+
* @deprecated As of version 1.10.5. Sub steps will not be supported in future. This feature might be removed
|
|
23653
23646
|
* in one of the next releases.
|
|
23654
23647
|
*/
|
|
23655
23648
|
subSteps?:
|
|
@@ -23686,7 +23679,7 @@ declare module "sap/ui/commons/RowRepeater" {
|
|
|
23686
23679
|
* This control displays items in a stacked list format, allowing the user to page in order to see more
|
|
23687
23680
|
* items or to use the offered filtering and sorting capabilities in order to manipulate the displayed data.
|
|
23688
23681
|
*
|
|
23689
|
-
* @deprecated
|
|
23682
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.table.Table` control.
|
|
23690
23683
|
*/
|
|
23691
23684
|
export default class RowRepeater extends Control {
|
|
23692
23685
|
/**
|
|
@@ -24183,7 +24176,7 @@ declare module "sap/ui/commons/RowRepeater" {
|
|
|
24183
24176
|
*
|
|
24184
24177
|
* @returns Value of property `design`
|
|
24185
24178
|
*/
|
|
24186
|
-
getDesign(): RowRepeaterDesign
|
|
24179
|
+
getDesign(): RowRepeaterDesign;
|
|
24187
24180
|
/**
|
|
24188
24181
|
* Gets content of aggregation {@link #getFilters filters}.
|
|
24189
24182
|
*
|
|
@@ -24590,7 +24583,7 @@ declare module "sap/ui/commons/RowRepeater" {
|
|
|
24590
24583
|
/**
|
|
24591
24584
|
* Describes the settings that can be provided to the RowRepeater constructor.
|
|
24592
24585
|
*
|
|
24593
|
-
* @deprecated
|
|
24586
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.table.Table` control.
|
|
24594
24587
|
*/
|
|
24595
24588
|
export interface $RowRepeaterSettings extends $ControlSettings {
|
|
24596
24589
|
/**
|
|
@@ -24776,7 +24769,7 @@ declare module "sap/ui/commons/RowRepeaterFilter" {
|
|
|
24776
24769
|
* This element is used by the RowRepeater and allows to define a filter in this context along with the
|
|
24777
24770
|
* related data such as a text and an icon.
|
|
24778
24771
|
*
|
|
24779
|
-
* @deprecated
|
|
24772
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.table.Table` control.
|
|
24780
24773
|
*/
|
|
24781
24774
|
export default class RowRepeaterFilter extends UI5Element {
|
|
24782
24775
|
/**
|
|
@@ -24920,7 +24913,7 @@ declare module "sap/ui/commons/RowRepeaterFilter" {
|
|
|
24920
24913
|
/**
|
|
24921
24914
|
* Describes the settings that can be provided to the RowRepeaterFilter constructor.
|
|
24922
24915
|
*
|
|
24923
|
-
* @deprecated
|
|
24916
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.table.Table` control.
|
|
24924
24917
|
*/
|
|
24925
24918
|
export interface $RowRepeaterFilterSettings extends $ElementSettings {
|
|
24926
24919
|
/**
|
|
@@ -24951,7 +24944,7 @@ declare module "sap/ui/commons/RowRepeaterSorter" {
|
|
|
24951
24944
|
* This element is used by the RowRepeater and allows to define a sorter in this context along with the
|
|
24952
24945
|
* related data such as a text and an icon.
|
|
24953
24946
|
*
|
|
24954
|
-
* @deprecated
|
|
24947
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.table.Table` control.
|
|
24955
24948
|
*/
|
|
24956
24949
|
export default class RowRepeaterSorter extends UI5Element {
|
|
24957
24950
|
/**
|
|
@@ -25095,7 +25088,7 @@ declare module "sap/ui/commons/RowRepeaterSorter" {
|
|
|
25095
25088
|
/**
|
|
25096
25089
|
* Describes the settings that can be provided to the RowRepeaterSorter constructor.
|
|
25097
25090
|
*
|
|
25098
|
-
* @deprecated
|
|
25091
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.table.Table` control.
|
|
25099
25092
|
*/
|
|
25100
25093
|
export interface $RowRepeaterSorterSettings extends $ElementSettings {
|
|
25101
25094
|
/**
|
|
@@ -25133,7 +25126,7 @@ declare module "sap/ui/commons/SearchField" {
|
|
|
25133
25126
|
/**
|
|
25134
25127
|
* Allows the user to type search queries and to trigger the search. Optionally, suggestions can be added.
|
|
25135
25128
|
*
|
|
25136
|
-
* @deprecated
|
|
25129
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.SearchField` control.
|
|
25137
25130
|
*/
|
|
25138
25131
|
export default class SearchField extends Control implements ToolbarItem {
|
|
25139
25132
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
@@ -25563,7 +25556,7 @@ declare module "sap/ui/commons/SearchField" {
|
|
|
25563
25556
|
*
|
|
25564
25557
|
* @returns Value of property `textAlign`
|
|
25565
25558
|
*/
|
|
25566
|
-
getTextAlign(): TextAlign
|
|
25559
|
+
getTextAlign(): TextAlign;
|
|
25567
25560
|
/**
|
|
25568
25561
|
* Gets current value of property {@link #getValue value}.
|
|
25569
25562
|
*
|
|
@@ -25586,7 +25579,7 @@ declare module "sap/ui/commons/SearchField" {
|
|
|
25586
25579
|
*
|
|
25587
25580
|
* @returns Value of property `valueState`
|
|
25588
25581
|
*/
|
|
25589
|
-
getValueState(): ValueState
|
|
25582
|
+
getValueState(): ValueState;
|
|
25590
25583
|
/**
|
|
25591
25584
|
* Gets current value of property {@link #getVisibleItemCount visibleItemCount}.
|
|
25592
25585
|
*
|
|
@@ -26006,7 +25999,7 @@ declare module "sap/ui/commons/SearchField" {
|
|
|
26006
25999
|
/**
|
|
26007
26000
|
* Describes the settings that can be provided to the SearchField constructor.
|
|
26008
26001
|
*
|
|
26009
|
-
* @deprecated
|
|
26002
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.SearchField` control.
|
|
26010
26003
|
*/
|
|
26011
26004
|
export interface $SearchFieldSettings extends $ControlSettings {
|
|
26012
26005
|
/**
|
|
@@ -26190,7 +26183,7 @@ declare module "sap/ui/commons/SearchProvider" {
|
|
|
26190
26183
|
/**
|
|
26191
26184
|
* A SearchProvider which can be attached to a Search Field.
|
|
26192
26185
|
*
|
|
26193
|
-
* @deprecated
|
|
26186
|
+
* @deprecated As of version 1.6.0. Replaced by sap.ui.core.search.OpenSearchProvider
|
|
26194
26187
|
*/
|
|
26195
26188
|
export default class SearchProvider extends OpenSearchProvider {
|
|
26196
26189
|
/**
|
|
@@ -26265,7 +26258,7 @@ declare module "sap/ui/commons/SearchProvider" {
|
|
|
26265
26258
|
/**
|
|
26266
26259
|
* Describes the settings that can be provided to the SearchProvider constructor.
|
|
26267
26260
|
*
|
|
26268
|
-
* @deprecated
|
|
26261
|
+
* @deprecated As of version 1.6.0. Replaced by sap.ui.core.search.OpenSearchProvider
|
|
26269
26262
|
*/
|
|
26270
26263
|
export interface $SearchProviderSettings
|
|
26271
26264
|
extends $OpenSearchProviderSettings {}
|
|
@@ -26293,7 +26286,7 @@ declare module "sap/ui/commons/SegmentedButton" {
|
|
|
26293
26286
|
* The SegmentedButton provides a group of multiple buttons. Only one button can be active. The behaviour
|
|
26294
26287
|
* is more ore less like a radio button group.
|
|
26295
26288
|
*
|
|
26296
|
-
* @deprecated
|
|
26289
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.SegmentedButton}
|
|
26297
26290
|
*/
|
|
26298
26291
|
export default class SegmentedButton
|
|
26299
26292
|
extends Control
|
|
@@ -26575,7 +26568,7 @@ declare module "sap/ui/commons/SegmentedButton" {
|
|
|
26575
26568
|
/**
|
|
26576
26569
|
* Describes the settings that can be provided to the SegmentedButton constructor.
|
|
26577
26570
|
*
|
|
26578
|
-
* @deprecated
|
|
26571
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.SegmentedButton}
|
|
26579
26572
|
*/
|
|
26580
26573
|
export interface $SegmentedButtonSettings extends $ControlSettings {
|
|
26581
26574
|
/**
|
|
@@ -26633,7 +26626,7 @@ declare module "sap/ui/commons/Slider" {
|
|
|
26633
26626
|
* The interactive control is displayed either as a horizontal or a vertical line with a pointer and units
|
|
26634
26627
|
* of measurement. Users can move the pointer along the line to change values with graphical support.
|
|
26635
26628
|
*
|
|
26636
|
-
* @deprecated
|
|
26629
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Slider}
|
|
26637
26630
|
*/
|
|
26638
26631
|
export default class Slider extends Control implements IFormContent {
|
|
26639
26632
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
@@ -27291,7 +27284,7 @@ declare module "sap/ui/commons/Slider" {
|
|
|
27291
27284
|
/**
|
|
27292
27285
|
* Describes the settings that can be provided to the Slider constructor.
|
|
27293
27286
|
*
|
|
27294
|
-
* @deprecated
|
|
27287
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Slider}
|
|
27295
27288
|
*/
|
|
27296
27289
|
export interface $SliderSettings extends $ControlSettings {
|
|
27297
27290
|
/**
|
|
@@ -27443,7 +27436,7 @@ declare module "sap/ui/commons/Splitter" {
|
|
|
27443
27436
|
* height or set an absolute height for the splitter using the height property. Otherwise the height of
|
|
27444
27437
|
* the splitter is calculated by the height of its contents.
|
|
27445
27438
|
*
|
|
27446
|
-
* @deprecated
|
|
27439
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Splitter` control.
|
|
27447
27440
|
*/
|
|
27448
27441
|
export default class Splitter extends Control {
|
|
27449
27442
|
/**
|
|
@@ -27626,7 +27619,7 @@ declare module "sap/ui/commons/Splitter" {
|
|
|
27626
27619
|
*
|
|
27627
27620
|
* @returns Value of property `splitterOrientation`
|
|
27628
27621
|
*/
|
|
27629
|
-
getSplitterOrientation(): Orientation
|
|
27622
|
+
getSplitterOrientation(): Orientation;
|
|
27630
27623
|
/**
|
|
27631
27624
|
* Gets current value of property {@link #getSplitterPosition splitterPosition}.
|
|
27632
27625
|
*
|
|
@@ -27904,7 +27897,7 @@ declare module "sap/ui/commons/Splitter" {
|
|
|
27904
27897
|
/**
|
|
27905
27898
|
* Describes the settings that can be provided to the Splitter constructor.
|
|
27906
27899
|
*
|
|
27907
|
-
* @deprecated
|
|
27900
|
+
* @deprecated As of version 1.38. Instead, use the `sap.ui.layout.Splitter` control.
|
|
27908
27901
|
*/
|
|
27909
27902
|
export interface $SplitterSettings extends $ControlSettings {
|
|
27910
27903
|
/**
|
|
@@ -27986,7 +27979,7 @@ declare module "sap/ui/commons/Tab" {
|
|
|
27986
27979
|
/**
|
|
27987
27980
|
* Represents a single tab in a TabStrip control.
|
|
27988
27981
|
*
|
|
27989
|
-
* @deprecated
|
|
27982
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.TabContainer` control.
|
|
27990
27983
|
*/
|
|
27991
27984
|
export default class Tab extends Panel {
|
|
27992
27985
|
/**
|
|
@@ -28072,7 +28065,7 @@ declare module "sap/ui/commons/Tab" {
|
|
|
28072
28065
|
*
|
|
28073
28066
|
* @returns Value of property `horizontalScrolling`
|
|
28074
28067
|
*/
|
|
28075
|
-
getHorizontalScrolling(): Scrolling
|
|
28068
|
+
getHorizontalScrolling(): Scrolling;
|
|
28076
28069
|
/**
|
|
28077
28070
|
* Gets current value of property {@link #getSelected selected}.
|
|
28078
28071
|
*
|
|
@@ -28080,8 +28073,8 @@ declare module "sap/ui/commons/Tab" {
|
|
|
28080
28073
|
*
|
|
28081
28074
|
* Default value is `false`.
|
|
28082
28075
|
*
|
|
28083
|
-
* @deprecated
|
|
28084
|
-
* is used.
|
|
28076
|
+
* @deprecated As of version 0.17.0. This property is not used. To identify the selected tab in a TabStrip
|
|
28077
|
+
* selectedIndex is used.
|
|
28085
28078
|
*
|
|
28086
28079
|
* @returns Value of property `selected`
|
|
28087
28080
|
*/
|
|
@@ -28096,7 +28089,7 @@ declare module "sap/ui/commons/Tab" {
|
|
|
28096
28089
|
*
|
|
28097
28090
|
* @returns Value of property `verticalScrolling`
|
|
28098
28091
|
*/
|
|
28099
|
-
getVerticalScrolling(): Scrolling
|
|
28092
|
+
getVerticalScrolling(): Scrolling;
|
|
28100
28093
|
/**
|
|
28101
28094
|
* Sets a new value for property {@link #getClosable closable}.
|
|
28102
28095
|
*
|
|
@@ -28142,8 +28135,8 @@ declare module "sap/ui/commons/Tab" {
|
|
|
28142
28135
|
*
|
|
28143
28136
|
* Default value is `false`.
|
|
28144
28137
|
*
|
|
28145
|
-
* @deprecated
|
|
28146
|
-
* is used.
|
|
28138
|
+
* @deprecated As of version 0.17.0. This property is not used. To identify the selected tab in a TabStrip
|
|
28139
|
+
* selectedIndex is used.
|
|
28147
28140
|
*
|
|
28148
28141
|
* @returns Reference to `this` in order to allow method chaining
|
|
28149
28142
|
*/
|
|
@@ -28175,7 +28168,7 @@ declare module "sap/ui/commons/Tab" {
|
|
|
28175
28168
|
/**
|
|
28176
28169
|
* Describes the settings that can be provided to the Tab constructor.
|
|
28177
28170
|
*
|
|
28178
|
-
* @deprecated
|
|
28171
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.TabContainer` control.
|
|
28179
28172
|
*/
|
|
28180
28173
|
export interface $TabSettings extends $PanelSettings {
|
|
28181
28174
|
/**
|
|
@@ -28202,8 +28195,8 @@ declare module "sap/ui/commons/Tab" {
|
|
|
28202
28195
|
/**
|
|
28203
28196
|
* Defines whether the tab is the active one.
|
|
28204
28197
|
*
|
|
28205
|
-
* @deprecated
|
|
28206
|
-
* is used.
|
|
28198
|
+
* @deprecated As of version 0.17.0. This property is not used. To identify the selected tab in a TabStrip
|
|
28199
|
+
* selectedIndex is used.
|
|
28207
28200
|
*/
|
|
28208
28201
|
selected?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
28209
28202
|
}
|
|
@@ -28229,7 +28222,7 @@ declare module "sap/ui/commons/TabStrip" {
|
|
|
28229
28222
|
* TabStrip represents a container for tab controls, which contain the content and generally other controls.
|
|
28230
28223
|
* The user switches between the tabs to display the content.
|
|
28231
28224
|
*
|
|
28232
|
-
* @deprecated
|
|
28225
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.TabContainer` control.
|
|
28233
28226
|
*/
|
|
28234
28227
|
export default class TabStrip extends Control {
|
|
28235
28228
|
/**
|
|
@@ -28666,7 +28659,7 @@ declare module "sap/ui/commons/TabStrip" {
|
|
|
28666
28659
|
/**
|
|
28667
28660
|
* Describes the settings that can be provided to the TabStrip constructor.
|
|
28668
28661
|
*
|
|
28669
|
-
* @deprecated
|
|
28662
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.TabContainer` control.
|
|
28670
28663
|
*/
|
|
28671
28664
|
export interface $TabStripSettings extends $ControlSettings {
|
|
28672
28665
|
/**
|
|
@@ -28757,7 +28750,7 @@ declare module "sap/ui/commons/TextArea" {
|
|
|
28757
28750
|
/**
|
|
28758
28751
|
* Control to enter or display multible row text.
|
|
28759
28752
|
*
|
|
28760
|
-
* @deprecated
|
|
28753
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.TextArea` control.
|
|
28761
28754
|
*/
|
|
28762
28755
|
export default class TextArea extends TextField {
|
|
28763
28756
|
/**
|
|
@@ -28864,7 +28857,7 @@ declare module "sap/ui/commons/TextArea" {
|
|
|
28864
28857
|
*
|
|
28865
28858
|
* ID of label control
|
|
28866
28859
|
*
|
|
28867
|
-
* @deprecated
|
|
28860
|
+
* @deprecated As of version 1.5.2. Please use association AriaLabelledBy instead.
|
|
28868
28861
|
*
|
|
28869
28862
|
* @returns Value of property `labeledBy`
|
|
28870
28863
|
*/
|
|
@@ -28886,7 +28879,7 @@ declare module "sap/ui/commons/TextArea" {
|
|
|
28886
28879
|
*
|
|
28887
28880
|
* @returns Value of property `wrapping`
|
|
28888
28881
|
*/
|
|
28889
|
-
getWrapping(): Wrapping
|
|
28882
|
+
getWrapping(): Wrapping;
|
|
28890
28883
|
/**
|
|
28891
28884
|
* Sets a new value for property {@link #getCols cols}.
|
|
28892
28885
|
*
|
|
@@ -28955,7 +28948,7 @@ declare module "sap/ui/commons/TextArea" {
|
|
|
28955
28948
|
*
|
|
28956
28949
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
28957
28950
|
*
|
|
28958
|
-
* @deprecated
|
|
28951
|
+
* @deprecated As of version 1.5.2. Please use association AriaLabelledBy instead.
|
|
28959
28952
|
*
|
|
28960
28953
|
* @returns Reference to `this` in order to allow method chaining
|
|
28961
28954
|
*/
|
|
@@ -29013,7 +29006,7 @@ declare module "sap/ui/commons/TextArea" {
|
|
|
29013
29006
|
/**
|
|
29014
29007
|
* Describes the settings that can be provided to the TextArea constructor.
|
|
29015
29008
|
*
|
|
29016
|
-
* @deprecated
|
|
29009
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.TextArea` control.
|
|
29017
29010
|
*/
|
|
29018
29011
|
export interface $TextAreaSettings extends $TextFieldSettings {
|
|
29019
29012
|
/**
|
|
@@ -29053,7 +29046,7 @@ declare module "sap/ui/commons/TextArea" {
|
|
|
29053
29046
|
/**
|
|
29054
29047
|
* ID of label control
|
|
29055
29048
|
*
|
|
29056
|
-
* @deprecated
|
|
29049
|
+
* @deprecated As of version 1.5.2. Please use association AriaLabelledBy instead.
|
|
29057
29050
|
*/
|
|
29058
29051
|
labeledBy?: string | PropertyBindingInfo;
|
|
29059
29052
|
}
|
|
@@ -29085,7 +29078,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29085
29078
|
/**
|
|
29086
29079
|
* Is used to display some continous text. The control can inherit the text direction from its parent control.
|
|
29087
29080
|
*
|
|
29088
|
-
* @deprecated
|
|
29081
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Text}.
|
|
29089
29082
|
*/
|
|
29090
29083
|
export default class TextView
|
|
29091
29084
|
extends Control
|
|
@@ -29211,7 +29204,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29211
29204
|
*
|
|
29212
29205
|
* @returns Value of property `accessibleRole`
|
|
29213
29206
|
*/
|
|
29214
|
-
getAccessibleRole(): AccessibleRole
|
|
29207
|
+
getAccessibleRole(): AccessibleRole;
|
|
29215
29208
|
/**
|
|
29216
29209
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
29217
29210
|
*/
|
|
@@ -29230,7 +29223,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29230
29223
|
*
|
|
29231
29224
|
* @returns Value of property `design`
|
|
29232
29225
|
*/
|
|
29233
|
-
getDesign(): TextViewDesign
|
|
29226
|
+
getDesign(): TextViewDesign;
|
|
29234
29227
|
/**
|
|
29235
29228
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
29236
29229
|
*
|
|
@@ -29264,7 +29257,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29264
29257
|
*
|
|
29265
29258
|
* @returns Value of property `semanticColor`
|
|
29266
29259
|
*/
|
|
29267
|
-
getSemanticColor(): TextViewColor
|
|
29260
|
+
getSemanticColor(): TextViewColor;
|
|
29268
29261
|
/**
|
|
29269
29262
|
* Gets current value of property {@link #getText text}.
|
|
29270
29263
|
*
|
|
@@ -29286,7 +29279,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29286
29279
|
*
|
|
29287
29280
|
* @returns Value of property `textAlign`
|
|
29288
29281
|
*/
|
|
29289
|
-
getTextAlign(): TextAlign
|
|
29282
|
+
getTextAlign(): TextAlign;
|
|
29290
29283
|
/**
|
|
29291
29284
|
* Gets current value of property {@link #getTextDirection textDirection}.
|
|
29292
29285
|
*
|
|
@@ -29298,7 +29291,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29298
29291
|
*
|
|
29299
29292
|
* @returns Value of property `textDirection`
|
|
29300
29293
|
*/
|
|
29301
|
-
getTextDirection(): TextDirection
|
|
29294
|
+
getTextDirection(): TextDirection;
|
|
29302
29295
|
/**
|
|
29303
29296
|
* Gets current value of property {@link #getWidth width}.
|
|
29304
29297
|
*
|
|
@@ -29546,7 +29539,7 @@ declare module "sap/ui/commons/TextView" {
|
|
|
29546
29539
|
/**
|
|
29547
29540
|
* Describes the settings that can be provided to the TextView constructor.
|
|
29548
29541
|
*
|
|
29549
|
-
* @deprecated
|
|
29542
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Text}.
|
|
29550
29543
|
*/
|
|
29551
29544
|
export interface $TextViewSettings extends $ControlSettings {
|
|
29552
29545
|
/**
|
|
@@ -29641,7 +29634,7 @@ declare module "sap/ui/commons/Title" {
|
|
|
29641
29634
|
/**
|
|
29642
29635
|
* Represents a title element that can be used for aggregation with other controls
|
|
29643
29636
|
*
|
|
29644
|
-
* @deprecated
|
|
29637
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.core library. Please use this one.
|
|
29645
29638
|
*/
|
|
29646
29639
|
export default class Title extends Title1 {
|
|
29647
29640
|
/**
|
|
@@ -29724,7 +29717,7 @@ declare module "sap/ui/commons/Title" {
|
|
|
29724
29717
|
*
|
|
29725
29718
|
* @returns the value of property `level`
|
|
29726
29719
|
*/
|
|
29727
|
-
getLevel(): TitleLevel
|
|
29720
|
+
getLevel(): TitleLevel;
|
|
29728
29721
|
/**
|
|
29729
29722
|
* Setter for property `level`.
|
|
29730
29723
|
*
|
|
@@ -29744,7 +29737,7 @@ declare module "sap/ui/commons/Title" {
|
|
|
29744
29737
|
/**
|
|
29745
29738
|
* Describes the settings that can be provided to the Title constructor.
|
|
29746
29739
|
*
|
|
29747
|
-
* @deprecated
|
|
29740
|
+
* @deprecated As of version 1.16.0. moved to sap.ui.core library. Please use this one.
|
|
29748
29741
|
*/
|
|
29749
29742
|
export interface $TitleSettings extends $TitleSettings1 {}
|
|
29750
29743
|
}
|
|
@@ -29761,7 +29754,7 @@ declare module "sap/ui/commons/ToggleButton" {
|
|
|
29761
29754
|
/**
|
|
29762
29755
|
* The ToggleButton Control is a Button that can be toggled between pressed and normal state
|
|
29763
29756
|
*
|
|
29764
|
-
* @deprecated
|
|
29757
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.ToggleButton}
|
|
29765
29758
|
*/
|
|
29766
29759
|
export default class ToggleButton extends Button {
|
|
29767
29760
|
/**
|
|
@@ -29868,7 +29861,7 @@ declare module "sap/ui/commons/ToggleButton" {
|
|
|
29868
29861
|
/**
|
|
29869
29862
|
* Describes the settings that can be provided to the ToggleButton constructor.
|
|
29870
29863
|
*
|
|
29871
|
-
* @deprecated
|
|
29864
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.ToggleButton}
|
|
29872
29865
|
*/
|
|
29873
29866
|
export interface $ToggleButtonSettings extends $ButtonSettings {
|
|
29874
29867
|
/**
|
|
@@ -29897,7 +29890,7 @@ declare module "sap/ui/commons/Toolbar" {
|
|
|
29897
29890
|
* Note that all controls with the sap.ui.commons.ToolbarItem interface can be used as item: Button, ComboBox,
|
|
29898
29891
|
* TextField.
|
|
29899
29892
|
*
|
|
29900
|
-
* @deprecated
|
|
29893
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Toolbar}
|
|
29901
29894
|
*/
|
|
29902
29895
|
export default class Toolbar extends Control implements Toolbar1 {
|
|
29903
29896
|
__implements__sap_ui_core_Toolbar: boolean;
|
|
@@ -30011,7 +30004,7 @@ declare module "sap/ui/commons/Toolbar" {
|
|
|
30011
30004
|
*
|
|
30012
30005
|
* @returns Value of property `design`
|
|
30013
30006
|
*/
|
|
30014
|
-
getDesign(): ToolbarDesign
|
|
30007
|
+
getDesign(): ToolbarDesign;
|
|
30015
30008
|
/**
|
|
30016
30009
|
* Gets content of aggregation {@link #getItems items}.
|
|
30017
30010
|
*
|
|
@@ -30212,7 +30205,7 @@ declare module "sap/ui/commons/Toolbar" {
|
|
|
30212
30205
|
/**
|
|
30213
30206
|
* Describes the settings that can be provided to the Toolbar constructor.
|
|
30214
30207
|
*
|
|
30215
|
-
* @deprecated
|
|
30208
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Toolbar}
|
|
30216
30209
|
*/
|
|
30217
30210
|
export interface $ToolbarSettings extends $ControlSettings {
|
|
30218
30211
|
/**
|
|
@@ -30268,7 +30261,7 @@ declare module "sap/ui/commons/ToolbarSeparator" {
|
|
|
30268
30261
|
* A small vertical line that is generally added to the tool bar between the items to visually separate
|
|
30269
30262
|
* them.
|
|
30270
30263
|
*
|
|
30271
|
-
* @deprecated
|
|
30264
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Toolbar` control.
|
|
30272
30265
|
*/
|
|
30273
30266
|
export default class ToolbarSeparator
|
|
30274
30267
|
extends UI5Element
|
|
@@ -30345,7 +30338,7 @@ declare module "sap/ui/commons/ToolbarSeparator" {
|
|
|
30345
30338
|
*
|
|
30346
30339
|
* @returns Value of property `design`
|
|
30347
30340
|
*/
|
|
30348
|
-
getDesign(): ToolbarSeparatorDesign
|
|
30341
|
+
getDesign(): ToolbarSeparatorDesign;
|
|
30349
30342
|
/**
|
|
30350
30343
|
* Gets current value of property {@link #getDisplayVisualSeparator displayVisualSeparator}.
|
|
30351
30344
|
*
|
|
@@ -30395,7 +30388,7 @@ declare module "sap/ui/commons/ToolbarSeparator" {
|
|
|
30395
30388
|
/**
|
|
30396
30389
|
* Describes the settings that can be provided to the ToolbarSeparator constructor.
|
|
30397
30390
|
*
|
|
30398
|
-
* @deprecated
|
|
30391
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Toolbar` control.
|
|
30399
30392
|
*/
|
|
30400
30393
|
export interface $ToolbarSeparatorSettings extends $ElementSettings {
|
|
30401
30394
|
/**
|
|
@@ -30436,7 +30429,7 @@ declare module "sap/ui/commons/Tree" {
|
|
|
30436
30429
|
/**
|
|
30437
30430
|
* Simple tree to display item in a hierarchical way
|
|
30438
30431
|
*
|
|
30439
|
-
* @deprecated
|
|
30432
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Tree}
|
|
30440
30433
|
*/
|
|
30441
30434
|
export default class Tree extends Control {
|
|
30442
30435
|
/**
|
|
@@ -30755,7 +30748,7 @@ declare module "sap/ui/commons/Tree" {
|
|
|
30755
30748
|
*
|
|
30756
30749
|
* @returns Value of property `selectionMode`
|
|
30757
30750
|
*/
|
|
30758
|
-
getSelectionMode(): TreeSelectionMode
|
|
30751
|
+
getSelectionMode(): TreeSelectionMode;
|
|
30759
30752
|
/**
|
|
30760
30753
|
* Gets current value of property {@link #getShowHeader showHeader}.
|
|
30761
30754
|
*
|
|
@@ -31013,7 +31006,7 @@ declare module "sap/ui/commons/Tree" {
|
|
|
31013
31006
|
/**
|
|
31014
31007
|
* Describes the settings that can be provided to the Tree constructor.
|
|
31015
31008
|
*
|
|
31016
|
-
* @deprecated
|
|
31009
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Tree}
|
|
31017
31010
|
*/
|
|
31018
31011
|
export interface $TreeSettings extends $ControlSettings {
|
|
31019
31012
|
/**
|
|
@@ -31139,7 +31132,7 @@ declare module "sap/ui/commons/TreeNode" {
|
|
|
31139
31132
|
/**
|
|
31140
31133
|
* Tree node element
|
|
31141
31134
|
*
|
|
31142
|
-
* @deprecated
|
|
31135
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Tree}
|
|
31143
31136
|
*/
|
|
31144
31137
|
export default class TreeNode extends UI5Element {
|
|
31145
31138
|
/**
|
|
@@ -31702,7 +31695,7 @@ declare module "sap/ui/commons/TreeNode" {
|
|
|
31702
31695
|
/**
|
|
31703
31696
|
* Describes the settings that can be provided to the TreeNode constructor.
|
|
31704
31697
|
*
|
|
31705
|
-
* @deprecated
|
|
31698
|
+
* @deprecated As of version 1.38. replaced by {@link sap.m.Tree}
|
|
31706
31699
|
*/
|
|
31707
31700
|
export interface $TreeNodeSettings extends $ElementSettings {
|
|
31708
31701
|
/**
|
|
@@ -31813,7 +31806,7 @@ declare module "sap/ui/commons/TriStateCheckBox" {
|
|
|
31813
31806
|
* possible which is e.g. required in checkbox trees.
|
|
31814
31807
|
*
|
|
31815
31808
|
* @since 1.7.2
|
|
31816
|
-
* @deprecated
|
|
31809
|
+
* @deprecated As of version 1.38. Use {@link sap.m.CheckBox} instead.
|
|
31817
31810
|
*/
|
|
31818
31811
|
export default class TriStateCheckBox extends Control {
|
|
31819
31812
|
/**
|
|
@@ -31988,9 +31981,7 @@ declare module "sap/ui/commons/TriStateCheckBox" {
|
|
|
31988
31981
|
*
|
|
31989
31982
|
* @returns Value of property `selectionState`
|
|
31990
31983
|
*/
|
|
31991
|
-
getSelectionState():
|
|
31992
|
-
| TriStateCheckBoxState
|
|
31993
|
-
| keyof typeof TriStateCheckBoxState;
|
|
31984
|
+
getSelectionState(): TriStateCheckBoxState;
|
|
31994
31985
|
/**
|
|
31995
31986
|
* Gets current value of property {@link #getText text}.
|
|
31996
31987
|
*
|
|
@@ -32011,7 +32002,7 @@ declare module "sap/ui/commons/TriStateCheckBox" {
|
|
|
32011
32002
|
*
|
|
32012
32003
|
* @returns Value of property `textDirection`
|
|
32013
32004
|
*/
|
|
32014
|
-
getTextDirection(): TextDirection
|
|
32005
|
+
getTextDirection(): TextDirection;
|
|
32015
32006
|
/**
|
|
32016
32007
|
* Gets current value of property {@link #getValueState valueState}.
|
|
32017
32008
|
*
|
|
@@ -32022,7 +32013,7 @@ declare module "sap/ui/commons/TriStateCheckBox" {
|
|
|
32022
32013
|
*
|
|
32023
32014
|
* @returns Value of property `valueState`
|
|
32024
32015
|
*/
|
|
32025
|
-
getValueState(): ValueState
|
|
32016
|
+
getValueState(): ValueState;
|
|
32026
32017
|
/**
|
|
32027
32018
|
* Gets current value of property {@link #getWidth width}.
|
|
32028
32019
|
*
|
|
@@ -32172,7 +32163,7 @@ declare module "sap/ui/commons/TriStateCheckBox" {
|
|
|
32172
32163
|
/**
|
|
32173
32164
|
* Describes the settings that can be provided to the TriStateCheckBox constructor.
|
|
32174
32165
|
*
|
|
32175
|
-
* @deprecated
|
|
32166
|
+
* @deprecated As of version 1.38. Use {@link sap.m.CheckBox} instead.
|
|
32176
32167
|
*/
|
|
32177
32168
|
export interface $TriStateCheckBoxSettings extends $ControlSettings {
|
|
32178
32169
|
/**
|
|
@@ -32263,7 +32254,7 @@ declare module "sap/ui/commons/ValueHelpField" {
|
|
|
32263
32254
|
/**
|
|
32264
32255
|
* A TextField with an attached icon which triggeres an event.
|
|
32265
32256
|
*
|
|
32266
|
-
* @deprecated
|
|
32257
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Input` control.
|
|
32267
32258
|
*/
|
|
32268
32259
|
export default class ValueHelpField extends TextField {
|
|
32269
32260
|
/**
|
|
@@ -32505,7 +32496,7 @@ declare module "sap/ui/commons/ValueHelpField" {
|
|
|
32505
32496
|
/**
|
|
32506
32497
|
* Describes the settings that can be provided to the ValueHelpField constructor.
|
|
32507
32498
|
*
|
|
32508
|
-
* @deprecated
|
|
32499
|
+
* @deprecated As of version 1.38. Instead, use the `sap.m.Input` control.
|
|
32509
32500
|
*/
|
|
32510
32501
|
export interface $ValueHelpFieldSettings extends $TextFieldSettings {
|
|
32511
32502
|
/**
|