@sapui5/ts-types 1.107.1 → 1.108.1
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 +8 -8
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +3 -2
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +111 -44
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +64 -3
- package/types/sap.fe.macros.d.ts +32 -24
- package/types/sap.fe.navigation.d.ts +16 -897
- package/types/sap.fe.templates.d.ts +30 -4
- package/types/sap.fe.test.d.ts +30 -2
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +171 -47
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +200 -97
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +4 -4
- package/types/sap.ndc.d.ts +4 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +11 -8
- package/types/sap.sac.grid.d.ts +10 -2
- package/types/sap.suite.ui.commons.d.ts +40 -17
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +12 -2
- package/types/sap.ui.comp.d.ts +68 -32
- package/types/sap.ui.core.d.ts +306 -103
- 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 +1 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +104 -58
- package/types/sap.ui.layout.d.ts +2 -2
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +8 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +28 -20
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +198 -24
- package/types/sap.ui.ux3.d.ts +18 -9
- package/types/sap.ui.vbm.d.ts +9 -5
- package/types/sap.ui.vk.d.ts +78 -22
- package/types/sap.ui.vtm.d.ts +108 -59
- package/types/sap.ui.webc.common.d.ts +3 -3
- package/types/sap.ui.webc.fiori.d.ts +58 -58
- package/types/sap.ui.webc.main.d.ts +129 -129
- package/types/sap.uiext.inbox.d.ts +5 -5
- package/types/sap.ushell.d.ts +124 -1701
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +132 -132
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +4 -4
- package/types/sap.zen.dsh.d.ts +2 -2
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.108.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -589,7 +589,7 @@ declare namespace sap {
|
|
|
589
589
|
|
|
590
590
|
/**
|
|
591
591
|
* @SINCE 1.104
|
|
592
|
-
* @EXPERIMENTAL (since 1.104)
|
|
592
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
593
593
|
*
|
|
594
594
|
* The `Engine` entity offers personalization capabilities by registering a control instance for modification,
|
|
595
595
|
* such as:
|
|
@@ -651,7 +651,7 @@ declare namespace sap {
|
|
|
651
651
|
*/
|
|
652
652
|
getMetadata(): sap.ui.base.Metadata;
|
|
653
653
|
/**
|
|
654
|
-
* @EXPERIMENTAL (since 1.104)
|
|
654
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
655
655
|
*
|
|
656
656
|
* Applies a state to a control by passing an object that contains the registered controller key and an
|
|
657
657
|
* object matching the inner subcontroller logic.
|
|
@@ -673,7 +673,7 @@ declare namespace sap {
|
|
|
673
673
|
bApplyAbsolute: boolean
|
|
674
674
|
): Promise<any>;
|
|
675
675
|
/**
|
|
676
|
-
* @EXPERIMENTAL (since 1.104)
|
|
676
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
677
677
|
*
|
|
678
678
|
* Attaches an event handler to the `StateHandlerRegistry` class. The event handler is fired every time
|
|
679
679
|
* a user triggers a personalization change for a control instance during runtime.
|
|
@@ -687,7 +687,7 @@ declare namespace sap {
|
|
|
687
687
|
fnStateEventHandler: Function
|
|
688
688
|
): this;
|
|
689
689
|
/**
|
|
690
|
-
* @EXPERIMENTAL (since 1.104)
|
|
690
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
691
691
|
*
|
|
692
692
|
* Unregisters a registered control. By unregistering a control the control is removed from the `Engine`
|
|
693
693
|
* registry, and all instance-specific submodules, such as the registered controllers, are destroyed.
|
|
@@ -699,7 +699,7 @@ declare namespace sap {
|
|
|
699
699
|
oControl: sap.ui.core.Control
|
|
700
700
|
): void;
|
|
701
701
|
/**
|
|
702
|
-
* @EXPERIMENTAL (since 1.104)
|
|
702
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
703
703
|
*
|
|
704
704
|
* Removes a previously attached state change event handler from the `StateHandlerRegistry` class. The passed
|
|
705
705
|
* parameters must match those used for registration with {@link sap.m.p13n.Engine#attachStateChange} beforehand.
|
|
@@ -713,7 +713,7 @@ declare namespace sap {
|
|
|
713
713
|
fnStateEventHandler: Function
|
|
714
714
|
): this;
|
|
715
715
|
/**
|
|
716
|
-
* @EXPERIMENTAL (since 1.104)
|
|
716
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
717
717
|
*
|
|
718
718
|
* This method can be used to trigger a reset to the provided control instance.
|
|
719
719
|
*
|
|
@@ -730,7 +730,7 @@ declare namespace sap {
|
|
|
730
730
|
aKeys: string
|
|
731
731
|
): Promise<any>;
|
|
732
732
|
/**
|
|
733
|
-
* @EXPERIMENTAL (since 1.104)
|
|
733
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
734
734
|
*
|
|
735
735
|
* Retrieves the state for a given control instance after all necessary changes have been applied (e.g.
|
|
736
736
|
* modification handler appliance). After the returned `Promise` has been resolved, the returned state is
|
|
@@ -745,7 +745,7 @@ declare namespace sap {
|
|
|
745
745
|
oControl: object
|
|
746
746
|
): Promise<any>;
|
|
747
747
|
/**
|
|
748
|
-
* @EXPERIMENTAL (since 1.104)
|
|
748
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
749
749
|
*
|
|
750
750
|
* Opens the personalization dialog.
|
|
751
751
|
*
|
|
@@ -1054,7 +1054,7 @@ declare namespace sap {
|
|
|
1054
1054
|
);
|
|
1055
1055
|
}
|
|
1056
1056
|
/**
|
|
1057
|
-
* @EXPERIMENTAL (since 1.104)
|
|
1057
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
1058
1058
|
*
|
|
1059
1059
|
* This control can be used to customize personalization content for grouping for an associated control
|
|
1060
1060
|
* instance.
|
|
@@ -1574,7 +1574,7 @@ declare namespace sap {
|
|
|
1574
1574
|
): this;
|
|
1575
1575
|
}
|
|
1576
1576
|
/**
|
|
1577
|
-
* @EXPERIMENTAL (since 1.104)
|
|
1577
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
1578
1578
|
*
|
|
1579
1579
|
* The `SelectionController` entity serves as a base class to create control-specific personalization implementations.
|
|
1580
1580
|
*/
|
|
@@ -1877,7 +1877,7 @@ declare namespace sap {
|
|
|
1877
1877
|
): this;
|
|
1878
1878
|
}
|
|
1879
1879
|
/**
|
|
1880
|
-
* @EXPERIMENTAL (since 1.104)
|
|
1880
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
1881
1881
|
*
|
|
1882
1882
|
* The `SortController` entity serves as a base class to create personalization implementations that are
|
|
1883
1883
|
* specific to sorting.
|
|
@@ -2042,7 +2042,7 @@ declare namespace sap {
|
|
|
2042
2042
|
}
|
|
2043
2043
|
|
|
2044
2044
|
/**
|
|
2045
|
-
* @EXPERIMENTAL (since 1.104)
|
|
2045
|
+
* @EXPERIMENTAL (since 1.104) - Please note that the API of this control is not yet finalized!
|
|
2046
2046
|
*
|
|
2047
2047
|
* The central registration for personalization functionality. The registration is a precondition for using
|
|
2048
2048
|
* `Engine` functionality for a control instance. Once the control instance has been registered, it can
|
|
@@ -14714,7 +14714,7 @@ declare namespace sap {
|
|
|
14714
14714
|
| `{${string}}`;
|
|
14715
14715
|
|
|
14716
14716
|
/**
|
|
14717
|
-
* Defines the displayed initials.
|
|
14717
|
+
* Defines the displayed initials. They should consist of only 1,2 or 3 latin letters.
|
|
14718
14718
|
*/
|
|
14719
14719
|
initials?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
14720
14720
|
|
|
@@ -15424,15 +15424,13 @@ declare namespace sap {
|
|
|
15424
15424
|
|
|
15425
15425
|
/**
|
|
15426
15426
|
* This event is fired after a carousel swipe has been completed. It is triggered both by physical swipe
|
|
15427
|
-
* events and through API carousel manipulations such as calling 'next', 'previous' or '
|
|
15428
|
-
* functions.
|
|
15427
|
+
* events and through API carousel manipulations such as calling 'next', 'previous' or 'setActivePage' functions.
|
|
15429
15428
|
*/
|
|
15430
15429
|
pageChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
15431
15430
|
|
|
15432
15431
|
/**
|
|
15433
15432
|
* This event is fired before a carousel swipe has been completed. It is triggered both by physical swipe
|
|
15434
|
-
* events and through API carousel manipulations such as calling 'next', 'previous' or '
|
|
15435
|
-
* functions.
|
|
15433
|
+
* events and through API carousel manipulations such as calling 'next', 'previous' or 'setActivePage' functions.
|
|
15436
15434
|
*/
|
|
15437
15435
|
beforePageChanged?: (oEvent: sap.ui.base.Event) => void;
|
|
15438
15436
|
}
|
|
@@ -16255,6 +16253,17 @@ declare namespace sap {
|
|
|
16255
16253
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16256
16254
|
| `{${string}}`;
|
|
16257
16255
|
|
|
16256
|
+
/**
|
|
16257
|
+
* @SINCE 1.108.0
|
|
16258
|
+
*
|
|
16259
|
+
* If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
|
|
16260
|
+
* global configuration is used.
|
|
16261
|
+
*/
|
|
16262
|
+
calendarWeekNumbering?:
|
|
16263
|
+
| sap.ui.core.date.CalendarWeekNumbering
|
|
16264
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
16265
|
+
| `{${string}}`;
|
|
16266
|
+
|
|
16258
16267
|
/**
|
|
16259
16268
|
* @SINCE 1.38.5
|
|
16260
16269
|
*
|
|
@@ -20047,7 +20056,8 @@ declare namespace sap {
|
|
|
20047
20056
|
|
|
20048
20057
|
/**
|
|
20049
20058
|
* @SINCE 1.78
|
|
20050
|
-
* @EXPERIMENTAL (since 1.78)
|
|
20059
|
+
* @EXPERIMENTAL (since 1.78) - This aggregation is experimental and provides only limited functionality.
|
|
20060
|
+
* Also the API might be changed in future.
|
|
20051
20061
|
*
|
|
20052
20062
|
* Defines the formatted text that appears in the value state message pop-up. It can include links. If both
|
|
20053
20063
|
* `valueStateText` and `formattedValueStateText` are set - the latter is shown.
|
|
@@ -22215,7 +22225,8 @@ declare namespace sap {
|
|
|
22215
22225
|
|
|
22216
22226
|
/**
|
|
22217
22227
|
* @SINCE 1.73
|
|
22218
|
-
* @EXPERIMENTAL (since 1.73)
|
|
22228
|
+
* @EXPERIMENTAL (since 1.73) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
22229
|
+
* may be done before its official public release. Use at your own discretion.
|
|
22219
22230
|
*
|
|
22220
22231
|
* If set to its default value true this property applies the appropriate font style class based on the
|
|
22221
22232
|
* language. When set to false the font size will always be large
|
|
@@ -24924,6 +24935,17 @@ declare namespace sap {
|
|
|
24924
24935
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24925
24936
|
| `{${string}}`;
|
|
24926
24937
|
|
|
24938
|
+
/**
|
|
24939
|
+
* @SINCE 1.108.0
|
|
24940
|
+
*
|
|
24941
|
+
* If set, the calendar type is used for display. If not set, the calendar type of the global configuration
|
|
24942
|
+
* is used.
|
|
24943
|
+
*/
|
|
24944
|
+
primaryCalendarType?:
|
|
24945
|
+
| sap.ui.core.CalendarType
|
|
24946
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
24947
|
+
| `{${string}}`;
|
|
24948
|
+
|
|
24927
24949
|
/**
|
|
24928
24950
|
* @SINCE 1.97
|
|
24929
24951
|
*
|
|
@@ -25253,7 +25275,8 @@ declare namespace sap {
|
|
|
25253
25275
|
|
|
25254
25276
|
/**
|
|
25255
25277
|
* @SINCE 1.67
|
|
25256
|
-
* @EXPERIMENTAL (since 1.67)
|
|
25278
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
25279
|
+
* the future.
|
|
25257
25280
|
*
|
|
25258
25281
|
* Holds the header content of the row.
|
|
25259
25282
|
*
|
|
@@ -25322,7 +25345,8 @@ declare namespace sap {
|
|
|
25322
25345
|
|
|
25323
25346
|
/**
|
|
25324
25347
|
* @SINCE 1.93
|
|
25325
|
-
* @EXPERIMENTAL (since 1.93)
|
|
25348
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
25349
|
+
* the API might be changed in future.
|
|
25326
25350
|
*
|
|
25327
25351
|
* An integer that defines the period size.
|
|
25328
25352
|
*/
|
|
@@ -25333,7 +25357,8 @@ declare namespace sap {
|
|
|
25333
25357
|
|
|
25334
25358
|
/**
|
|
25335
25359
|
* @SINCE 1.93
|
|
25336
|
-
* @EXPERIMENTAL (since 1.93)
|
|
25360
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
25361
|
+
* the API might be changed in future.
|
|
25337
25362
|
*
|
|
25338
25363
|
* A function that formats the interval.
|
|
25339
25364
|
*/
|
|
@@ -25344,7 +25369,8 @@ declare namespace sap {
|
|
|
25344
25369
|
|
|
25345
25370
|
/**
|
|
25346
25371
|
* @SINCE 1.93
|
|
25347
|
-
* @EXPERIMENTAL (since 1.93)
|
|
25372
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
25373
|
+
* the API might be changed in future.
|
|
25348
25374
|
*
|
|
25349
25375
|
* Defines if the view will be relative. NOTE: Relative views, can be only used with intervalType - Day
|
|
25350
25376
|
* and when used they need intervalSize and intervalLabelFormatter defined.
|
|
@@ -25570,7 +25596,7 @@ declare namespace sap {
|
|
|
25570
25596
|
|
|
25571
25597
|
/**
|
|
25572
25598
|
* @SINCE 1.36.4
|
|
25573
|
-
* @EXPERIMENTAL (since 1.36.4)
|
|
25599
|
+
* @EXPERIMENTAL (since 1.36.4) - Do not use directly on Popover while in experimental mode!
|
|
25574
25600
|
*
|
|
25575
25601
|
* Whether resize option is enabled. *Note:* This property is effective only on Desktop
|
|
25576
25602
|
*/
|
|
@@ -26533,7 +26559,7 @@ declare namespace sap {
|
|
|
26533
26559
|
|
|
26534
26560
|
/**
|
|
26535
26561
|
* @SINCE 1.36.4
|
|
26536
|
-
* @EXPERIMENTAL (since 1.36.4)
|
|
26562
|
+
* @EXPERIMENTAL (since 1.36.4) - Do not use directly on ResponsivePopover while in experimental mode!
|
|
26537
26563
|
*
|
|
26538
26564
|
* Whether resize option is enabled.
|
|
26539
26565
|
*/
|
|
@@ -29136,14 +29162,16 @@ declare namespace sap {
|
|
|
29136
29162
|
name?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
29137
29163
|
|
|
29138
29164
|
/**
|
|
29139
|
-
* @EXPERIMENTAL (since 1.63)
|
|
29165
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
29166
|
+
* may be done before its official public release. Use at your own discretion.
|
|
29140
29167
|
*
|
|
29141
29168
|
* Determines additional text to be displayed for the item.
|
|
29142
29169
|
*/
|
|
29143
29170
|
additionalText?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
29144
29171
|
|
|
29145
29172
|
/**
|
|
29146
|
-
* @EXPERIMENTAL (since 1.63)
|
|
29173
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
29174
|
+
* may be done before its official public release. Use at your own discretion.
|
|
29147
29175
|
*
|
|
29148
29176
|
* Defines the icon to be displayed as graphical element within the `TabContainerItem`. It can be an image
|
|
29149
29177
|
* or an icon from the icon font.
|
|
@@ -29154,7 +29182,8 @@ declare namespace sap {
|
|
|
29154
29182
|
| `{${string}}`;
|
|
29155
29183
|
|
|
29156
29184
|
/**
|
|
29157
|
-
* @EXPERIMENTAL (since 1.63)
|
|
29185
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
29186
|
+
* may be done before its official public release. Use at your own discretion.
|
|
29158
29187
|
*
|
|
29159
29188
|
* Determines the tooltip text of the `TabContainerItem`'s icon.
|
|
29160
29189
|
*/
|
|
@@ -31740,7 +31769,8 @@ declare namespace sap {
|
|
|
31740
31769
|
}
|
|
31741
31770
|
|
|
31742
31771
|
/**
|
|
31743
|
-
* @EXPERIMENTAL (since 1.92)
|
|
31772
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
31773
|
+
* the API might be changed in future.
|
|
31744
31774
|
*
|
|
31745
31775
|
* The DynamicDateUtil is a utility class for working with the DynamicDateOption instances.
|
|
31746
31776
|
*/
|
|
@@ -35261,7 +35291,7 @@ declare namespace sap {
|
|
|
35261
35291
|
*
|
|
35262
35292
|
* Usage:
|
|
35263
35293
|
*
|
|
35264
|
-
* Up to
|
|
35294
|
+
* Up to three Latin letters can be displayed as initials in an `Avatar`. If there are more than three letters,
|
|
35265
35295
|
* or if there's a non-Latin character present, a default image placeholder will be created.
|
|
35266
35296
|
*
|
|
35267
35297
|
* There are two options for how the displayed image can fit inside the available area:
|
|
@@ -35615,7 +35645,7 @@ declare namespace sap {
|
|
|
35615
35645
|
/**
|
|
35616
35646
|
* Gets current value of property {@link #getInitials initials}.
|
|
35617
35647
|
*
|
|
35618
|
-
* Defines the displayed initials.
|
|
35648
|
+
* Defines the displayed initials. They should consist of only 1,2 or 3 latin letters.
|
|
35619
35649
|
*
|
|
35620
35650
|
* @returns Value of property `initials`
|
|
35621
35651
|
*/
|
|
@@ -35905,7 +35935,7 @@ declare namespace sap {
|
|
|
35905
35935
|
/**
|
|
35906
35936
|
* Sets a new value for property {@link #getInitials initials}.
|
|
35907
35937
|
*
|
|
35908
|
-
* Defines the displayed initials.
|
|
35938
|
+
* Defines the displayed initials. They should consist of only 1,2 or 3 latin letters.
|
|
35909
35939
|
*
|
|
35910
35940
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
35911
35941
|
*
|
|
@@ -38610,8 +38640,7 @@ declare namespace sap {
|
|
|
38610
38640
|
* otherwise it will be bound to this `sap.m.Carousel` itself.
|
|
38611
38641
|
*
|
|
38612
38642
|
* This event is fired before a carousel swipe has been completed. It is triggered both by physical swipe
|
|
38613
|
-
* events and through API carousel manipulations such as calling 'next', 'previous' or '
|
|
38614
|
-
* functions.
|
|
38643
|
+
* events and through API carousel manipulations such as calling 'next', 'previous' or 'setActivePage' functions.
|
|
38615
38644
|
*
|
|
38616
38645
|
* @returns Reference to `this` in order to allow method chaining
|
|
38617
38646
|
*/
|
|
@@ -38638,8 +38667,7 @@ declare namespace sap {
|
|
|
38638
38667
|
* otherwise it will be bound to this `sap.m.Carousel` itself.
|
|
38639
38668
|
*
|
|
38640
38669
|
* This event is fired before a carousel swipe has been completed. It is triggered both by physical swipe
|
|
38641
|
-
* events and through API carousel manipulations such as calling 'next', 'previous' or '
|
|
38642
|
-
* functions.
|
|
38670
|
+
* events and through API carousel manipulations such as calling 'next', 'previous' or 'setActivePage' functions.
|
|
38643
38671
|
*
|
|
38644
38672
|
* @returns Reference to `this` in order to allow method chaining
|
|
38645
38673
|
*/
|
|
@@ -38709,8 +38737,7 @@ declare namespace sap {
|
|
|
38709
38737
|
* otherwise it will be bound to this `sap.m.Carousel` itself.
|
|
38710
38738
|
*
|
|
38711
38739
|
* This event is fired after a carousel swipe has been completed. It is triggered both by physical swipe
|
|
38712
|
-
* events and through API carousel manipulations such as calling 'next', 'previous' or '
|
|
38713
|
-
* functions.
|
|
38740
|
+
* events and through API carousel manipulations such as calling 'next', 'previous' or 'setActivePage' functions.
|
|
38714
38741
|
*
|
|
38715
38742
|
* @returns Reference to `this` in order to allow method chaining
|
|
38716
38743
|
*/
|
|
@@ -38736,8 +38763,7 @@ declare namespace sap {
|
|
|
38736
38763
|
* otherwise it will be bound to this `sap.m.Carousel` itself.
|
|
38737
38764
|
*
|
|
38738
38765
|
* This event is fired after a carousel swipe has been completed. It is triggered both by physical swipe
|
|
38739
|
-
* events and through API carousel manipulations such as calling 'next', 'previous' or '
|
|
38740
|
-
* functions.
|
|
38766
|
+
* events and through API carousel manipulations such as calling 'next', 'previous' or 'setActivePage' functions.
|
|
38741
38767
|
*
|
|
38742
38768
|
* @returns Reference to `this` in order to allow method chaining
|
|
38743
38769
|
*/
|
|
@@ -39096,12 +39122,15 @@ declare namespace sap {
|
|
|
39096
39122
|
iIndex: int
|
|
39097
39123
|
): this;
|
|
39098
39124
|
/**
|
|
39099
|
-
* Call this method to display the next page (corresponds to a swipe right).
|
|
39125
|
+
* Call this method to display the next page (corresponds to a swipe right).
|
|
39126
|
+
*
|
|
39127
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39100
39128
|
*/
|
|
39101
39129
|
next(): this;
|
|
39102
39130
|
/**
|
|
39103
|
-
* Call this method to display the previous page (corresponds to a swipe left).
|
|
39104
|
-
*
|
|
39131
|
+
* Call this method to display the previous page (corresponds to a swipe left).
|
|
39132
|
+
*
|
|
39133
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
39105
39134
|
*/
|
|
39106
39135
|
previous(): this;
|
|
39107
39136
|
/**
|
|
@@ -41026,13 +41055,6 @@ declare namespace sap {
|
|
|
41026
41055
|
* @returns Value of property `autoPopinWidth`
|
|
41027
41056
|
*/
|
|
41028
41057
|
getAutoPopinWidth(): float;
|
|
41029
|
-
/**
|
|
41030
|
-
* @SINCE 1.98.0
|
|
41031
|
-
*
|
|
41032
|
-
* Returns the `sap.ui.core.IColumnHeaderMenu<\code>, which is the current target of the association headerMenu`,
|
|
41033
|
-
* or null.
|
|
41034
|
-
*/
|
|
41035
|
-
getColumnHeaderMenu(): sap.ui.core.IColumnHeaderMenu;
|
|
41036
41058
|
/**
|
|
41037
41059
|
* Returns CSS alignment according to column hAlign setting or given parameter for Begin/End values checks
|
|
41038
41060
|
* the locale settings
|
|
@@ -43177,7 +43199,8 @@ declare namespace sap {
|
|
|
43177
43199
|
}
|
|
43178
43200
|
/**
|
|
43179
43201
|
* @SINCE 1.92
|
|
43180
|
-
* @EXPERIMENTAL (since 1.92)
|
|
43202
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
43203
|
+
* the API might be changed in future.
|
|
43181
43204
|
*
|
|
43182
43205
|
* A custom option for the DynamicDateRange control.
|
|
43183
43206
|
*/
|
|
@@ -44377,6 +44400,17 @@ declare namespace sap {
|
|
|
44377
44400
|
* @returns Current accessibility state of the control.
|
|
44378
44401
|
*/
|
|
44379
44402
|
getAccessibilityInfo(): object;
|
|
44403
|
+
/**
|
|
44404
|
+
* @SINCE 1.108.0
|
|
44405
|
+
*
|
|
44406
|
+
* Gets current value of property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
|
|
44407
|
+
*
|
|
44408
|
+
* If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
|
|
44409
|
+
* global configuration is used.
|
|
44410
|
+
*
|
|
44411
|
+
* @returns Value of property `calendarWeekNumbering`
|
|
44412
|
+
*/
|
|
44413
|
+
getCalendarWeekNumbering(): sap.ui.core.date.CalendarWeekNumbering;
|
|
44380
44414
|
/**
|
|
44381
44415
|
* The date as JavaScript Date object. This is independent from any formatter.
|
|
44382
44416
|
*
|
|
@@ -44629,6 +44663,24 @@ declare namespace sap {
|
|
|
44629
44663
|
*/
|
|
44630
44664
|
oSpecialDate: sap.ui.unified.DateTypeRange
|
|
44631
44665
|
): sap.ui.unified.DateTypeRange | null;
|
|
44666
|
+
/**
|
|
44667
|
+
* @SINCE 1.108.0
|
|
44668
|
+
*
|
|
44669
|
+
* Sets a new value for property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
|
|
44670
|
+
*
|
|
44671
|
+
* If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
|
|
44672
|
+
* global configuration is used.
|
|
44673
|
+
*
|
|
44674
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44675
|
+
*
|
|
44676
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
44677
|
+
*/
|
|
44678
|
+
setCalendarWeekNumbering(
|
|
44679
|
+
/**
|
|
44680
|
+
* New value for property `calendarWeekNumbering`
|
|
44681
|
+
*/
|
|
44682
|
+
sCalendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering
|
|
44683
|
+
): this;
|
|
44632
44684
|
/**
|
|
44633
44685
|
* Sets the displayFormat of the DatePicker.
|
|
44634
44686
|
*
|
|
@@ -48107,7 +48159,8 @@ declare namespace sap {
|
|
|
48107
48159
|
}
|
|
48108
48160
|
/**
|
|
48109
48161
|
* @SINCE 1.92
|
|
48110
|
-
* @EXPERIMENTAL (since 1.92)
|
|
48162
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
48163
|
+
* the API might be changed in future.
|
|
48111
48164
|
*
|
|
48112
48165
|
* This class represents the dynamic date range type. Model values should be in the following format: {
|
|
48113
48166
|
* operator: "KEY", values: [param1, param2] }. Where the supported parameters are timestamps, month indexes
|
|
@@ -48214,7 +48267,8 @@ declare namespace sap {
|
|
|
48214
48267
|
): object;
|
|
48215
48268
|
}
|
|
48216
48269
|
/**
|
|
48217
|
-
* @EXPERIMENTAL (since 1.92)
|
|
48270
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
48271
|
+
* the API might be changed in future.
|
|
48218
48272
|
*
|
|
48219
48273
|
* The DynamicDateFormat is a static class for formatting and parsing an array of strings in a locale-sensitive
|
|
48220
48274
|
* manner according to a set of format options.
|
|
@@ -48271,7 +48325,8 @@ declare namespace sap {
|
|
|
48271
48325
|
}
|
|
48272
48326
|
/**
|
|
48273
48327
|
* @SINCE 1.92
|
|
48274
|
-
* @EXPERIMENTAL (since 1.92)
|
|
48328
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
48329
|
+
* the API might be changed in future.
|
|
48275
48330
|
*
|
|
48276
48331
|
* A base type for the options used by the DynamicDateRange control.
|
|
48277
48332
|
*/
|
|
@@ -48506,7 +48561,8 @@ declare namespace sap {
|
|
|
48506
48561
|
}
|
|
48507
48562
|
/**
|
|
48508
48563
|
* @SINCE 1.92.0
|
|
48509
|
-
* @EXPERIMENTAL (since 1.92)
|
|
48564
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
48565
|
+
* the API might be changed in future.
|
|
48510
48566
|
*
|
|
48511
48567
|
* A control base type.
|
|
48512
48568
|
*
|
|
@@ -49239,7 +49295,8 @@ declare namespace sap {
|
|
|
49239
49295
|
}
|
|
49240
49296
|
/**
|
|
49241
49297
|
* @SINCE 1.92
|
|
49242
|
-
* @EXPERIMENTAL (since 1.92)
|
|
49298
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
49299
|
+
* the API might be changed in future.
|
|
49243
49300
|
*
|
|
49244
49301
|
* A class that describes the predefined value help UI type of DynamicDateRange options.
|
|
49245
49302
|
*/
|
|
@@ -50852,7 +50909,7 @@ declare namespace sap {
|
|
|
50852
50909
|
*
|
|
50853
50910
|
* @returns Object with the selected keys
|
|
50854
50911
|
*/
|
|
50855
|
-
getSelectedKeys(): Record<string, string>;
|
|
50912
|
+
getSelectedKeys(): Record<string, string | null>;
|
|
50856
50913
|
/**
|
|
50857
50914
|
* Gets current value of property {@link #getSequence sequence}.
|
|
50858
50915
|
*
|
|
@@ -51073,7 +51130,7 @@ declare namespace sap {
|
|
|
51073
51130
|
* or FacetFilter summary bar is displayed. If no property value is set then the property key is used for
|
|
51074
51131
|
* the text.
|
|
51075
51132
|
*/
|
|
51076
|
-
oKeys: Record<string, string>
|
|
51133
|
+
oKeys: Record<string, string | null>
|
|
51077
51134
|
): void;
|
|
51078
51135
|
/**
|
|
51079
51136
|
* Sets a new value for property {@link #getSequence sequence}.
|
|
@@ -55024,7 +55081,7 @@ declare namespace sap {
|
|
|
55024
55081
|
*/
|
|
55025
55082
|
getBackgroundImage(): sap.ui.core.URI;
|
|
55026
55083
|
/**
|
|
55027
|
-
* @EXPERIMENTAL (since 1.44.1)
|
|
55084
|
+
* @EXPERIMENTAL (since 1.44.1) - This method's implementation is subject to change
|
|
55028
55085
|
*
|
|
55029
55086
|
* Provides an interface to the tile's layout information consistent in all modes and content densities.
|
|
55030
55087
|
*
|
|
@@ -63225,7 +63282,8 @@ declare namespace sap {
|
|
|
63225
63282
|
closeValueStateMessage(): void;
|
|
63226
63283
|
/**
|
|
63227
63284
|
* @SINCE 1.78
|
|
63228
|
-
* @EXPERIMENTAL (since 1.78)
|
|
63285
|
+
* @EXPERIMENTAL (since 1.78) - This aggregation is experimental and provides only limited functionality.
|
|
63286
|
+
* Also the API might be changed in future.
|
|
63229
63287
|
*
|
|
63230
63288
|
* Destroys the formattedValueStateText in the aggregation {@link #getFormattedValueStateText formattedValueStateText}.
|
|
63231
63289
|
*
|
|
@@ -63341,7 +63399,8 @@ declare namespace sap {
|
|
|
63341
63399
|
getFocusInfo(): object;
|
|
63342
63400
|
/**
|
|
63343
63401
|
* @SINCE 1.78
|
|
63344
|
-
* @EXPERIMENTAL (since 1.78)
|
|
63402
|
+
* @EXPERIMENTAL (since 1.78) - This aggregation is experimental and provides only limited functionality.
|
|
63403
|
+
* Also the API might be changed in future.
|
|
63345
63404
|
*
|
|
63346
63405
|
* Gets content of aggregation {@link #getFormattedValueStateText formattedValueStateText}.
|
|
63347
63406
|
*
|
|
@@ -63650,7 +63709,8 @@ declare namespace sap {
|
|
|
63650
63709
|
): this;
|
|
63651
63710
|
/**
|
|
63652
63711
|
* @SINCE 1.78
|
|
63653
|
-
* @EXPERIMENTAL (since 1.78)
|
|
63712
|
+
* @EXPERIMENTAL (since 1.78) - This aggregation is experimental and provides only limited functionality.
|
|
63713
|
+
* Also the API might be changed in future.
|
|
63654
63714
|
*
|
|
63655
63715
|
* Sets the aggregated {@link #getFormattedValueStateText formattedValueStateText}.
|
|
63656
63716
|
*
|
|
@@ -77621,7 +77681,8 @@ declare namespace sap {
|
|
|
77621
77681
|
): this;
|
|
77622
77682
|
/**
|
|
77623
77683
|
* @SINCE 1.73
|
|
77624
|
-
* @EXPERIMENTAL (since 1.73)
|
|
77684
|
+
* @EXPERIMENTAL (since 1.73) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
77685
|
+
* may be done before its official public release. Use at your own discretion.
|
|
77625
77686
|
*
|
|
77626
77687
|
* Gets current value of property {@link #getAdaptiveFontSize adaptiveFontSize}.
|
|
77627
77688
|
*
|
|
@@ -77773,7 +77834,8 @@ declare namespace sap {
|
|
|
77773
77834
|
getWithMargin(): boolean;
|
|
77774
77835
|
/**
|
|
77775
77836
|
* @SINCE 1.73
|
|
77776
|
-
* @EXPERIMENTAL (since 1.73)
|
|
77837
|
+
* @EXPERIMENTAL (since 1.73) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
77838
|
+
* may be done before its official public release. Use at your own discretion.
|
|
77777
77839
|
*
|
|
77778
77840
|
* Sets a new value for property {@link #getAdaptiveFontSize adaptiveFontSize}.
|
|
77779
77841
|
*
|
|
@@ -83782,7 +83844,7 @@ declare namespace sap {
|
|
|
83782
83844
|
}
|
|
83783
83845
|
/**
|
|
83784
83846
|
* @SINCE 1.26.0
|
|
83785
|
-
* @EXPERIMENTAL (since 1.26)
|
|
83847
|
+
* @EXPERIMENTAL (since 1.26) - !!! THIS CONTROL IS ONLY FOR INTERNAL USE !!!
|
|
83786
83848
|
*
|
|
83787
83849
|
* The ConditionPanel Control will be used to implement the Sorting, Filtering and Grouping panel of the
|
|
83788
83850
|
* new Personalization dialog.
|
|
@@ -92410,6 +92472,17 @@ declare namespace sap {
|
|
|
92410
92472
|
* @returns Value of property `noDataText`
|
|
92411
92473
|
*/
|
|
92412
92474
|
getNoDataText(): string;
|
|
92475
|
+
/**
|
|
92476
|
+
* @SINCE 1.108.0
|
|
92477
|
+
*
|
|
92478
|
+
* Gets current value of property {@link #getPrimaryCalendarType primaryCalendarType}.
|
|
92479
|
+
*
|
|
92480
|
+
* If set, the calendar type is used for display. If not set, the calendar type of the global configuration
|
|
92481
|
+
* is used.
|
|
92482
|
+
*
|
|
92483
|
+
* @returns Value of property `primaryCalendarType`
|
|
92484
|
+
*/
|
|
92485
|
+
getPrimaryCalendarType(): sap.ui.core.CalendarType;
|
|
92413
92486
|
/**
|
|
92414
92487
|
* Gets content of aggregation {@link #getRows rows}.
|
|
92415
92488
|
*
|
|
@@ -93092,6 +93165,17 @@ declare namespace sap {
|
|
|
93092
93165
|
*/
|
|
93093
93166
|
sNoDataText?: string
|
|
93094
93167
|
): this;
|
|
93168
|
+
/**
|
|
93169
|
+
* Sets the primaryCalendarType. If not set, the calendar type of the global configuration is used.
|
|
93170
|
+
*
|
|
93171
|
+
* @returns `this` to allow method chaining
|
|
93172
|
+
*/
|
|
93173
|
+
setPrimaryCalendarType(
|
|
93174
|
+
/**
|
|
93175
|
+
* the `sap.ui.core.CalendarType` to set as `sap.m.PlanningCalendar` `primaryCalendarType`.
|
|
93176
|
+
*/
|
|
93177
|
+
sPrimaryCalendarType: sap.ui.core.CalendarType
|
|
93178
|
+
): this;
|
|
93095
93179
|
/**
|
|
93096
93180
|
* @SINCE 1.50
|
|
93097
93181
|
*
|
|
@@ -93538,7 +93622,8 @@ declare namespace sap {
|
|
|
93538
93622
|
): this;
|
|
93539
93623
|
/**
|
|
93540
93624
|
* @SINCE 1.67
|
|
93541
|
-
* @EXPERIMENTAL (since 1.67)
|
|
93625
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
93626
|
+
* the future.
|
|
93542
93627
|
*
|
|
93543
93628
|
* Adds some headerContent to the aggregation {@link #getHeaderContent headerContent}.
|
|
93544
93629
|
*
|
|
@@ -93800,7 +93885,8 @@ declare namespace sap {
|
|
|
93800
93885
|
destroyAppointments(): this;
|
|
93801
93886
|
/**
|
|
93802
93887
|
* @SINCE 1.67
|
|
93803
|
-
* @EXPERIMENTAL (since 1.67)
|
|
93888
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
93889
|
+
* the future.
|
|
93804
93890
|
*
|
|
93805
93891
|
* Destroys all the headerContent in the aggregation {@link #getHeaderContent headerContent}.
|
|
93806
93892
|
*
|
|
@@ -94124,7 +94210,8 @@ declare namespace sap {
|
|
|
94124
94210
|
getEnableAppointmentsResize(): boolean;
|
|
94125
94211
|
/**
|
|
94126
94212
|
* @SINCE 1.67
|
|
94127
|
-
* @EXPERIMENTAL (since 1.67)
|
|
94213
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
94214
|
+
* the future.
|
|
94128
94215
|
*
|
|
94129
94216
|
* Gets content of aggregation {@link #getHeaderContent headerContent}.
|
|
94130
94217
|
*
|
|
@@ -94251,7 +94338,8 @@ declare namespace sap {
|
|
|
94251
94338
|
): int;
|
|
94252
94339
|
/**
|
|
94253
94340
|
* @SINCE 1.67
|
|
94254
|
-
* @EXPERIMENTAL (since 1.67)
|
|
94341
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
94342
|
+
* the future.
|
|
94255
94343
|
*
|
|
94256
94344
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getHeaderContent headerContent}.
|
|
94257
94345
|
* and returns its index if found or -1 otherwise.
|
|
@@ -94309,7 +94397,8 @@ declare namespace sap {
|
|
|
94309
94397
|
): this;
|
|
94310
94398
|
/**
|
|
94311
94399
|
* @SINCE 1.67
|
|
94312
|
-
* @EXPERIMENTAL (since 1.67)
|
|
94400
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
94401
|
+
* the future.
|
|
94313
94402
|
*
|
|
94314
94403
|
* Inserts a headerContent into the aggregation {@link #getHeaderContent headerContent}.
|
|
94315
94404
|
*
|
|
@@ -94373,7 +94462,8 @@ declare namespace sap {
|
|
|
94373
94462
|
removeAllAppointments(): sap.ui.unified.CalendarAppointment[];
|
|
94374
94463
|
/**
|
|
94375
94464
|
* @SINCE 1.67
|
|
94376
|
-
* @EXPERIMENTAL (since 1.67)
|
|
94465
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
94466
|
+
* the future.
|
|
94377
94467
|
*
|
|
94378
94468
|
* Removes all the controls from the aggregation {@link #getHeaderContent headerContent}.
|
|
94379
94469
|
*
|
|
@@ -94413,7 +94503,8 @@ declare namespace sap {
|
|
|
94413
94503
|
): sap.ui.unified.CalendarAppointment | null;
|
|
94414
94504
|
/**
|
|
94415
94505
|
* @SINCE 1.67
|
|
94416
|
-
* @EXPERIMENTAL (since 1.67)
|
|
94506
|
+
* @EXPERIMENTAL (since 1.67) - providing only limited functionality. Also, the API might be changed in
|
|
94507
|
+
* the future.
|
|
94417
94508
|
*
|
|
94418
94509
|
* Removes a headerContent from the aggregation {@link #getHeaderContent headerContent}.
|
|
94419
94510
|
*
|
|
@@ -94790,7 +94881,8 @@ declare namespace sap {
|
|
|
94790
94881
|
getDescription(): string;
|
|
94791
94882
|
/**
|
|
94792
94883
|
* @SINCE 1.93
|
|
94793
|
-
* @EXPERIMENTAL (since 1.93)
|
|
94884
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
94885
|
+
* the API might be changed in future.
|
|
94794
94886
|
*
|
|
94795
94887
|
* Gets current value of property {@link #getIntervalLabelFormatter intervalLabelFormatter}.
|
|
94796
94888
|
*
|
|
@@ -94801,7 +94893,8 @@ declare namespace sap {
|
|
|
94801
94893
|
getIntervalLabelFormatter(): object;
|
|
94802
94894
|
/**
|
|
94803
94895
|
* @SINCE 1.93
|
|
94804
|
-
* @EXPERIMENTAL (since 1.93)
|
|
94896
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
94897
|
+
* the API might be changed in future.
|
|
94805
94898
|
*
|
|
94806
94899
|
* Gets current value of property {@link #getIntervalSize intervalSize}.
|
|
94807
94900
|
*
|
|
@@ -94868,7 +94961,8 @@ declare namespace sap {
|
|
|
94868
94961
|
getKey(): string;
|
|
94869
94962
|
/**
|
|
94870
94963
|
* @SINCE 1.93
|
|
94871
|
-
* @EXPERIMENTAL (since 1.93)
|
|
94964
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
94965
|
+
* the API might be changed in future.
|
|
94872
94966
|
*
|
|
94873
94967
|
* Gets current value of property {@link #getRelative relative}.
|
|
94874
94968
|
*
|
|
@@ -94931,7 +95025,8 @@ declare namespace sap {
|
|
|
94931
95025
|
): this;
|
|
94932
95026
|
/**
|
|
94933
95027
|
* @SINCE 1.93
|
|
94934
|
-
* @EXPERIMENTAL (since 1.93)
|
|
95028
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
95029
|
+
* the API might be changed in future.
|
|
94935
95030
|
*
|
|
94936
95031
|
* Sets a new value for property {@link #getIntervalLabelFormatter intervalLabelFormatter}.
|
|
94937
95032
|
*
|
|
@@ -94949,7 +95044,8 @@ declare namespace sap {
|
|
|
94949
95044
|
): this;
|
|
94950
95045
|
/**
|
|
94951
95046
|
* @SINCE 1.93
|
|
94952
|
-
* @EXPERIMENTAL (since 1.93)
|
|
95047
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
95048
|
+
* the API might be changed in future.
|
|
94953
95049
|
*
|
|
94954
95050
|
* Sets a new value for property {@link #getIntervalSize intervalSize}.
|
|
94955
95051
|
*
|
|
@@ -95058,7 +95154,8 @@ declare namespace sap {
|
|
|
95058
95154
|
): this;
|
|
95059
95155
|
/**
|
|
95060
95156
|
* @SINCE 1.93
|
|
95061
|
-
* @EXPERIMENTAL (since 1.93)
|
|
95157
|
+
* @EXPERIMENTAL (since 1.93) - This class is experimental and provides only limited functionality. Also
|
|
95158
|
+
* the API might be changed in future.
|
|
95062
95159
|
*
|
|
95063
95160
|
* Sets a new value for property {@link #getRelative relative}.
|
|
95064
95161
|
*
|
|
@@ -95820,7 +95917,7 @@ declare namespace sap {
|
|
|
95820
95917
|
getPlacement(): sap.m.PlacementType;
|
|
95821
95918
|
/**
|
|
95822
95919
|
* @SINCE 1.36.4
|
|
95823
|
-
* @EXPERIMENTAL (since 1.36.4)
|
|
95920
|
+
* @EXPERIMENTAL (since 1.36.4) - Do not use directly on Popover while in experimental mode!
|
|
95824
95921
|
*
|
|
95825
95922
|
* Gets current value of property {@link #getResizable resizable}.
|
|
95826
95923
|
*
|
|
@@ -96300,7 +96397,7 @@ declare namespace sap {
|
|
|
96300
96397
|
): this;
|
|
96301
96398
|
/**
|
|
96302
96399
|
* @SINCE 1.36.4
|
|
96303
|
-
* @EXPERIMENTAL (since 1.36.4)
|
|
96400
|
+
* @EXPERIMENTAL (since 1.36.4) - Do not use directly on Popover while in experimental mode!
|
|
96304
96401
|
*
|
|
96305
96402
|
* Sets a new value for property {@link #getResizable resizable}.
|
|
96306
96403
|
*
|
|
@@ -101565,7 +101662,7 @@ declare namespace sap {
|
|
|
101565
101662
|
getPlacement(): sap.m.PlacementType;
|
|
101566
101663
|
/**
|
|
101567
101664
|
* @SINCE 1.36.4
|
|
101568
|
-
* @EXPERIMENTAL (since 1.36.4)
|
|
101665
|
+
* @EXPERIMENTAL (since 1.36.4) - Do not use directly on ResponsivePopover while in experimental mode!
|
|
101569
101666
|
*
|
|
101570
101667
|
* Gets current value of property {@link #getResizable resizable}.
|
|
101571
101668
|
*
|
|
@@ -101926,7 +102023,7 @@ declare namespace sap {
|
|
|
101926
102023
|
): this;
|
|
101927
102024
|
/**
|
|
101928
102025
|
* @SINCE 1.36.4
|
|
101929
|
-
* @EXPERIMENTAL (since 1.36.4)
|
|
102026
|
+
* @EXPERIMENTAL (since 1.36.4) - Do not use directly on ResponsivePopover while in experimental mode!
|
|
101930
102027
|
*
|
|
101931
102028
|
* Sets a new value for property {@link #getResizable resizable}.
|
|
101932
102029
|
*
|
|
@@ -115411,7 +115508,8 @@ declare namespace sap {
|
|
|
115411
115508
|
): void;
|
|
115412
115509
|
}
|
|
115413
115510
|
/**
|
|
115414
|
-
* @EXPERIMENTAL (since 1.92)
|
|
115511
|
+
* @EXPERIMENTAL (since 1.92) - This class is experimental and provides only limited functionality. Also
|
|
115512
|
+
* the API might be changed in future.
|
|
115415
115513
|
*
|
|
115416
115514
|
* A control base type.
|
|
115417
115515
|
*/
|
|
@@ -118481,7 +118579,8 @@ declare namespace sap {
|
|
|
118481
118579
|
}
|
|
118482
118580
|
): this;
|
|
118483
118581
|
/**
|
|
118484
|
-
* @EXPERIMENTAL (since 1.63)
|
|
118582
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
118583
|
+
* may be done before its official public release. Use at your own discretion.
|
|
118485
118584
|
*
|
|
118486
118585
|
* Gets current value of property {@link #getAdditionalText additionalText}.
|
|
118487
118586
|
*
|
|
@@ -118499,7 +118598,8 @@ declare namespace sap {
|
|
|
118499
118598
|
*/
|
|
118500
118599
|
getContent(): sap.ui.core.Control[];
|
|
118501
118600
|
/**
|
|
118502
|
-
* @EXPERIMENTAL (since 1.63)
|
|
118601
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
118602
|
+
* may be done before its official public release. Use at your own discretion.
|
|
118503
118603
|
*
|
|
118504
118604
|
* Gets current value of property {@link #getIcon icon}.
|
|
118505
118605
|
*
|
|
@@ -118510,7 +118610,8 @@ declare namespace sap {
|
|
|
118510
118610
|
*/
|
|
118511
118611
|
getIcon(): sap.ui.core.URI;
|
|
118512
118612
|
/**
|
|
118513
|
-
* @EXPERIMENTAL (since 1.63)
|
|
118613
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
118614
|
+
* may be done before its official public release. Use at your own discretion.
|
|
118514
118615
|
*
|
|
118515
118616
|
* Gets current value of property {@link #getIconTooltip iconTooltip}.
|
|
118516
118617
|
*
|
|
@@ -118597,7 +118698,8 @@ declare namespace sap {
|
|
|
118597
118698
|
vContent: int | string | sap.ui.core.Control
|
|
118598
118699
|
): sap.ui.core.Control | null;
|
|
118599
118700
|
/**
|
|
118600
|
-
* @EXPERIMENTAL (since 1.63)
|
|
118701
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
118702
|
+
* may be done before its official public release. Use at your own discretion.
|
|
118601
118703
|
*
|
|
118602
118704
|
* Sets a new value for property {@link #getAdditionalText additionalText}.
|
|
118603
118705
|
*
|
|
@@ -118627,7 +118729,8 @@ declare namespace sap {
|
|
|
118627
118729
|
sIcon: sap.ui.core.URI
|
|
118628
118730
|
): this;
|
|
118629
118731
|
/**
|
|
118630
|
-
* @EXPERIMENTAL (since 1.63)
|
|
118732
|
+
* @EXPERIMENTAL (since 1.63) - Disclaimer: this property is in a beta state - incompatible API changes
|
|
118733
|
+
* may be done before its official public release. Use at your own discretion.
|
|
118631
118734
|
*
|
|
118632
118735
|
* Sets a new value for property {@link #getIconTooltip iconTooltip}.
|
|
118633
118736
|
*
|
|
@@ -124572,12 +124675,6 @@ declare namespace sap {
|
|
|
124572
124675
|
* @returns this instance, used for chaining
|
|
124573
124676
|
*/
|
|
124574
124677
|
setSupport2400(bSupport2400: boolean): this;
|
|
124575
|
-
/**
|
|
124576
|
-
* Sets tooltip of the control.
|
|
124577
|
-
*
|
|
124578
|
-
* @returns A reference to `this` instance to allow method chaining.
|
|
124579
|
-
*/
|
|
124580
|
-
setTooltip(vTooltip: string | sap.ui.core.TooltipBase): this;
|
|
124581
124678
|
}
|
|
124582
124679
|
/**
|
|
124583
124680
|
* @SINCE 1.90
|
|
@@ -136975,7 +137072,7 @@ declare namespace sap {
|
|
|
136975
137072
|
*/
|
|
136976
137073
|
Auto = "Auto",
|
|
136977
137074
|
/**
|
|
136978
|
-
* Base `Illustration` size
|
|
137075
|
+
* Base `Illustration` size. Suitable for cards (two columns).
|
|
136979
137076
|
*
|
|
136980
137077
|
* **Note:** When `Base` is in use, no illustration is displayed.
|
|
136981
137078
|
*/
|
|
@@ -136984,6 +137081,12 @@ declare namespace sap {
|
|
|
136984
137081
|
* Dialog `Illustration` size (M breakpoint). Suitable for dialogs.
|
|
136985
137082
|
*/
|
|
136986
137083
|
Dialog = "Dialog",
|
|
137084
|
+
/**
|
|
137085
|
+
* @SINCE 1.108
|
|
137086
|
+
*
|
|
137087
|
+
* Dot `Illustration` size (XS breakpoint). Suitable for spaces with little vertical space.
|
|
137088
|
+
*/
|
|
137089
|
+
Dot = "Dot",
|
|
136987
137090
|
/**
|
|
136988
137091
|
* Scene `Illustration` size (L breakpoint). Suitable for a `Page` or a table.
|
|
136989
137092
|
*/
|
|
@@ -138311,7 +138414,7 @@ declare namespace sap {
|
|
|
138311
138414
|
StretchCompressMode = "StretchCompressMode",
|
|
138312
138415
|
}
|
|
138313
138416
|
/**
|
|
138314
|
-
* @EXPERIMENTAL (since 1.92)
|
|
138417
|
+
* @EXPERIMENTAL (since 1.92) - These keys are experimental. The API might be changed in future.
|
|
138315
138418
|
*
|
|
138316
138419
|
* The option keys of all the standard options of a DynamicDateRange control.
|
|
138317
138420
|
*/
|