@sapui5/ts-types 1.149.1 → 1.150.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/index.d.ts +7 -7
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +165 -223
- package/types/sap.f.d.ts +57 -5
- package/types/sap.fe.ariba.d.ts +1 -1
- 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 +35 -15
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +93 -43
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +140 -30
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +141 -137
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.149.0-d.ts → sap.m.d.ts} +251 -27
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -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 +1 -1
- package/types/sap.suite.ui.commons.d.ts +132 -59
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +4 -3
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.149.0-d.ts → sap.ui.commons.d.ts} +4 -3
- package/types/sap.ui.comp.d.ts +37 -25
- package/types/{core-1.149.0-d.ts → sap.ui.core.d.ts} +753 -466
- package/types/{dt-1.149.0-d.ts → 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 +16 -11
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +111 -209
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -5
- package/types/{mdc-1.149.0-d.ts → sap.ui.mdc.d.ts} +78 -9
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/{rta-1.149.0-d.ts → sap.ui.rta.d.ts} +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +3 -1
- package/types/sap.ui.table.d.ts +10 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +72 -3
- package/types/{ux3-1.149.0-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.ui.vtm.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -3
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +58 -39
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +39 -25
- package/types/sap.zen.crosstab.d.ts +15 -8
- package/types/sap.zen.dsh.d.ts +17 -9
package/types/sap.insights.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.150.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/m/p13n/Engine" {
|
|
4
4
|
/**
|
|
@@ -13918,8 +13918,9 @@ declare namespace sap {
|
|
|
13918
13918
|
*
|
|
13919
13919
|
* @since 1.30.0
|
|
13920
13920
|
*/
|
|
13921
|
-
abstract class SemanticToggleButton
|
|
13922
|
-
.SemanticButton
|
|
13921
|
+
abstract class SemanticToggleButton
|
|
13922
|
+
extends sap.m.semantic.SemanticButton
|
|
13923
|
+
{
|
|
13923
13924
|
/**
|
|
13924
13925
|
* Constructor for a new SemanticToggleButton.
|
|
13925
13926
|
*
|
|
@@ -20481,14 +20482,14 @@ declare namespace sap {
|
|
|
20481
20482
|
*
|
|
20482
20483
|
* Supported File Types for Preview:
|
|
20483
20484
|
*
|
|
20484
|
-
*
|
|
20485
|
+
* The following file types are supported for preview:
|
|
20485
20486
|
*
|
|
20486
20487
|
*
|
|
20487
20488
|
* - Image (PNG, JPEG, BMP, GIF)
|
|
20488
20489
|
* - PDF
|
|
20489
20490
|
* - Text (Txt)
|
|
20490
|
-
* - Video (MP4,
|
|
20491
|
-
* - SAP 3D Visual models (VDS)
|
|
20491
|
+
* - Video (MP4, QuickTime, WebM, OGG) — playback depends on browser codec support.
|
|
20492
|
+
* - SAP 3D Visual models (VDS) — requires {@link sap.ui.vk} and WebGL support.
|
|
20492
20493
|
*
|
|
20493
20494
|
* @since 1.120
|
|
20494
20495
|
*/
|
|
@@ -28959,6 +28960,19 @@ declare namespace sap {
|
|
|
28959
28960
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28960
28961
|
| `{${string}}`;
|
|
28961
28962
|
|
|
28963
|
+
/**
|
|
28964
|
+
* Defines the maximum height of the picker popup. When the available items exceed this height, vertical
|
|
28965
|
+
* scrolling is enabled. This property only applies to the picker popup on desktop and tablet devices.
|
|
28966
|
+
*
|
|
28967
|
+
* **Note:** On phones, the suggestions are displayed in a fullscreen dialog, so this property has no effect.
|
|
28968
|
+
*
|
|
28969
|
+
* @since 1.150
|
|
28970
|
+
*/
|
|
28971
|
+
maxPickerHeight?:
|
|
28972
|
+
| sap.ui.core.CSSSize
|
|
28973
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
28974
|
+
| `{${string}}`;
|
|
28975
|
+
|
|
28962
28976
|
/**
|
|
28963
28977
|
* Defines the items contained within this control. **Note:** Disabled items are not visualized in the list
|
|
28964
28978
|
* with the available options, however they can still be accessed through the aggregation.
|
|
@@ -29753,6 +29767,26 @@ declare namespace sap {
|
|
|
29753
29767
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
29754
29768
|
| `{${string}}`;
|
|
29755
29769
|
|
|
29770
|
+
/**
|
|
29771
|
+
* Determines whether the fullscreen toggle functionality is enabled. When set to `true`, a fullscreen button
|
|
29772
|
+
* is shown in the dialog header, the keyboard shortcut `Shift+Ctrl+F` toggles fullscreen, and double-clicking
|
|
29773
|
+
* the header toggles fullscreen mode on desktop devices. When set to `false` (the default), none of the
|
|
29774
|
+
* fullscreen features are active and double-click on the header repositions the dialog.
|
|
29775
|
+
*
|
|
29776
|
+
* **Note:** When set to `true`, the default double-click behavior (reposition dialog to center) is replaced
|
|
29777
|
+
* by the fullscreen toggle.
|
|
29778
|
+
*
|
|
29779
|
+
* The fullscreen toggle directly changes the `stretch` property.
|
|
29780
|
+
*
|
|
29781
|
+
* **Note:** This property has no effect on phones or when a `customHeader` is used.
|
|
29782
|
+
*
|
|
29783
|
+
* @since 1.149
|
|
29784
|
+
*/
|
|
29785
|
+
showFullScreenButton?:
|
|
29786
|
+
| boolean
|
|
29787
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
29788
|
+
| `{${string}}`;
|
|
29789
|
+
|
|
29756
29790
|
/**
|
|
29757
29791
|
* The content inside the Dialog.
|
|
29758
29792
|
* **Note:** When the content of the Dialog is comprised of controls that use `position: absolute`, such
|
|
@@ -38563,12 +38597,12 @@ declare namespace sap {
|
|
|
38563
38597
|
|
|
38564
38598
|
/**
|
|
38565
38599
|
* This property is used to set the background color of the Panel. Depending on the theme you can change
|
|
38566
|
-
* the state of the background from "Solid" over "Translucent" to "Transparent".
|
|
38600
|
+
* the state of the background from "Solid" over "Translucent" to "Transparent" or "Contrast".
|
|
38567
38601
|
*
|
|
38568
38602
|
* @since 1.30
|
|
38569
38603
|
*/
|
|
38570
38604
|
backgroundDesign?:
|
|
38571
|
-
| sap.m.
|
|
38605
|
+
| sap.m.PanelBackgroundDesign
|
|
38572
38606
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
38573
38607
|
| `{${string}}`;
|
|
38574
38608
|
|
|
@@ -39363,6 +39397,8 @@ declare namespace sap {
|
|
|
39363
39397
|
* **Note:** In "One month" view, the appointments are not draggable on small screen (as there they are
|
|
39364
39398
|
* displayed as a list below the dates). Group appointments are also not draggable.
|
|
39365
39399
|
*
|
|
39400
|
+
* **Note:** Drag and drop is currently not supported for occurrences of {@link sap.ui.unified.RecurringCalendarAppointment recurring appointments}.
|
|
39401
|
+
*
|
|
39366
39402
|
* **Note:** Additional application-level code will be needed to provide a keyboard alternative to drag
|
|
39367
39403
|
* and drop mouse interactions. One possible option is by handling {@link sap.m.PlanningCalendar#event:appointmentSelect appointmentSelect }
|
|
39368
39404
|
* event of the `sap.m.PlanningCalendar`, as shown in the following simplified example:
|
|
@@ -43271,6 +43307,19 @@ declare namespace sap {
|
|
|
43271
43307
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
43272
43308
|
| `{${string}}`;
|
|
43273
43309
|
|
|
43310
|
+
/**
|
|
43311
|
+
* Defines the icon that is shown together with the info text. The icon is displayed to the left of the
|
|
43312
|
+
* info text.
|
|
43313
|
+
*
|
|
43314
|
+
* **Note:** This property has no visible effect if the `info` property is not set.
|
|
43315
|
+
*
|
|
43316
|
+
* @since 1.150
|
|
43317
|
+
*/
|
|
43318
|
+
infoIcon?:
|
|
43319
|
+
| sap.ui.core.URI
|
|
43320
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
43321
|
+
| `{${string}}`;
|
|
43322
|
+
|
|
43274
43323
|
/**
|
|
43275
43324
|
* By default, the title size adapts to the available space and gets bigger if the description is empty.
|
|
43276
43325
|
* If you have list items with and without descriptions, this results in titles with different sizes. In
|
|
@@ -43313,8 +43362,7 @@ declare namespace sap {
|
|
|
43313
43362
|
* In the desktop mode, initial rendering of the control contains 300 characters along with a button to
|
|
43314
43363
|
* expand and collapse the text whereas in the phone mode, the character limit is set to 100 characters.
|
|
43315
43364
|
* A wrapping of the information text is supported as of 1.95. But expanding and collapsing the information
|
|
43316
|
-
* text is not possible.
|
|
43317
|
-
* `true`.
|
|
43365
|
+
* text is not possible.
|
|
43318
43366
|
*
|
|
43319
43367
|
* @since 1.67
|
|
43320
43368
|
*/
|
|
@@ -55422,7 +55470,11 @@ declare namespace sap {
|
|
|
55422
55470
|
*
|
|
55423
55471
|
* @since 1.73
|
|
55424
55472
|
*/
|
|
55425
|
-
class Avatar
|
|
55473
|
+
class Avatar
|
|
55474
|
+
extends sap.ui.core.Control
|
|
55475
|
+
implements sap.ui.core.IFormContent
|
|
55476
|
+
{
|
|
55477
|
+
__implements__sap_ui_core_IFormContent: boolean;
|
|
55426
55478
|
/**
|
|
55427
55479
|
* Constructor for a new `Avatar`.
|
|
55428
55480
|
*
|
|
@@ -55832,6 +55884,17 @@ declare namespace sap {
|
|
|
55832
55884
|
* @returns Value of property `fallbackIcon`
|
|
55833
55885
|
*/
|
|
55834
55886
|
getFallbackIcon(): string;
|
|
55887
|
+
/**
|
|
55888
|
+
* Implements {@link sap.ui.core.IFormContent} interface.
|
|
55889
|
+
*
|
|
55890
|
+
* Prevents the Form layout from stretching the `Avatar` to full width, preserving its predefined fixed
|
|
55891
|
+
* sizes.
|
|
55892
|
+
*
|
|
55893
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
55894
|
+
*
|
|
55895
|
+
* @returns `true`
|
|
55896
|
+
*/
|
|
55897
|
+
getFormDoNotAdjustWidth(): boolean;
|
|
55835
55898
|
/**
|
|
55836
55899
|
* Gets current value of property {@link #getImageFitType imageFitType}.
|
|
55837
55900
|
*
|
|
@@ -63806,6 +63869,19 @@ declare namespace sap {
|
|
|
63806
63869
|
* @returns The list instance object or `null`.
|
|
63807
63870
|
*/
|
|
63808
63871
|
getList(): sap.m.List | null;
|
|
63872
|
+
/**
|
|
63873
|
+
* Gets current value of property {@link #getMaxPickerHeight maxPickerHeight}.
|
|
63874
|
+
*
|
|
63875
|
+
* Defines the maximum height of the picker popup. When the available items exceed this height, vertical
|
|
63876
|
+
* scrolling is enabled. This property only applies to the picker popup on desktop and tablet devices.
|
|
63877
|
+
*
|
|
63878
|
+
* **Note:** On phones, the suggestions are displayed in a fullscreen dialog, so this property has no effect.
|
|
63879
|
+
*
|
|
63880
|
+
* @since 1.150
|
|
63881
|
+
*
|
|
63882
|
+
* @returns Value of property `maxPickerHeight`
|
|
63883
|
+
*/
|
|
63884
|
+
getMaxPickerHeight(): sap.ui.core.CSSSize;
|
|
63809
63885
|
/**
|
|
63810
63886
|
* Gets the control's picker popup.
|
|
63811
63887
|
*
|
|
@@ -64041,6 +64117,26 @@ declare namespace sap {
|
|
|
64041
64117
|
*/
|
|
64042
64118
|
fnFilter?: (p1?: string, p2?: sap.ui.core.Item) => boolean
|
|
64043
64119
|
): this;
|
|
64120
|
+
/**
|
|
64121
|
+
* Sets a new value for property {@link #getMaxPickerHeight maxPickerHeight}.
|
|
64122
|
+
*
|
|
64123
|
+
* Defines the maximum height of the picker popup. When the available items exceed this height, vertical
|
|
64124
|
+
* scrolling is enabled. This property only applies to the picker popup on desktop and tablet devices.
|
|
64125
|
+
*
|
|
64126
|
+
* **Note:** On phones, the suggestions are displayed in a fullscreen dialog, so this property has no effect.
|
|
64127
|
+
*
|
|
64128
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
64129
|
+
*
|
|
64130
|
+
* @since 1.150
|
|
64131
|
+
*
|
|
64132
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
64133
|
+
*/
|
|
64134
|
+
setMaxPickerHeight(
|
|
64135
|
+
/**
|
|
64136
|
+
* New value for property `maxPickerHeight`
|
|
64137
|
+
*/
|
|
64138
|
+
sMaxPickerHeight?: sap.ui.core.CSSSize
|
|
64139
|
+
): this;
|
|
64044
64140
|
/**
|
|
64045
64141
|
* Sets the property `_sPickerType`.
|
|
64046
64142
|
*
|
|
@@ -68449,6 +68545,28 @@ declare namespace sap {
|
|
|
68449
68545
|
* instead which is more RTL friendly.
|
|
68450
68546
|
*/
|
|
68451
68547
|
getRightButton(): sap.ui.core.ID | null;
|
|
68548
|
+
/**
|
|
68549
|
+
* Gets current value of property {@link #getShowFullScreenButton showFullScreenButton}.
|
|
68550
|
+
*
|
|
68551
|
+
* Determines whether the fullscreen toggle functionality is enabled. When set to `true`, a fullscreen button
|
|
68552
|
+
* is shown in the dialog header, the keyboard shortcut `Shift+Ctrl+F` toggles fullscreen, and double-clicking
|
|
68553
|
+
* the header toggles fullscreen mode on desktop devices. When set to `false` (the default), none of the
|
|
68554
|
+
* fullscreen features are active and double-click on the header repositions the dialog.
|
|
68555
|
+
*
|
|
68556
|
+
* **Note:** When set to `true`, the default double-click behavior (reposition dialog to center) is replaced
|
|
68557
|
+
* by the fullscreen toggle.
|
|
68558
|
+
*
|
|
68559
|
+
* The fullscreen toggle directly changes the `stretch` property.
|
|
68560
|
+
*
|
|
68561
|
+
* **Note:** This property has no effect on phones or when a `customHeader` is used.
|
|
68562
|
+
*
|
|
68563
|
+
* Default value is `false`.
|
|
68564
|
+
*
|
|
68565
|
+
* @since 1.149
|
|
68566
|
+
*
|
|
68567
|
+
* @returns Value of property `showFullScreenButton`
|
|
68568
|
+
*/
|
|
68569
|
+
getShowFullScreenButton(): boolean;
|
|
68452
68570
|
/**
|
|
68453
68571
|
* Gets current value of property {@link #getShowHeader showHeader}.
|
|
68454
68572
|
*
|
|
@@ -68989,6 +69107,35 @@ declare namespace sap {
|
|
|
68989
69107
|
*/
|
|
68990
69108
|
oRightButton: sap.ui.core.ID | sap.m.Button
|
|
68991
69109
|
): this;
|
|
69110
|
+
/**
|
|
69111
|
+
* Sets a new value for property {@link #getShowFullScreenButton showFullScreenButton}.
|
|
69112
|
+
*
|
|
69113
|
+
* Determines whether the fullscreen toggle functionality is enabled. When set to `true`, a fullscreen button
|
|
69114
|
+
* is shown in the dialog header, the keyboard shortcut `Shift+Ctrl+F` toggles fullscreen, and double-clicking
|
|
69115
|
+
* the header toggles fullscreen mode on desktop devices. When set to `false` (the default), none of the
|
|
69116
|
+
* fullscreen features are active and double-click on the header repositions the dialog.
|
|
69117
|
+
*
|
|
69118
|
+
* **Note:** When set to `true`, the default double-click behavior (reposition dialog to center) is replaced
|
|
69119
|
+
* by the fullscreen toggle.
|
|
69120
|
+
*
|
|
69121
|
+
* The fullscreen toggle directly changes the `stretch` property.
|
|
69122
|
+
*
|
|
69123
|
+
* **Note:** This property has no effect on phones or when a `customHeader` is used.
|
|
69124
|
+
*
|
|
69125
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
69126
|
+
*
|
|
69127
|
+
* Default value is `false`.
|
|
69128
|
+
*
|
|
69129
|
+
* @since 1.149
|
|
69130
|
+
*
|
|
69131
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
69132
|
+
*/
|
|
69133
|
+
setShowFullScreenButton(
|
|
69134
|
+
/**
|
|
69135
|
+
* New value for property `showFullScreenButton`
|
|
69136
|
+
*/
|
|
69137
|
+
bShowFullScreenButton?: boolean
|
|
69138
|
+
): this;
|
|
68992
69139
|
/**
|
|
68993
69140
|
* Sets a new value for property {@link #getShowHeader showHeader}.
|
|
68994
69141
|
*
|
|
@@ -69814,6 +69961,21 @@ declare namespace sap {
|
|
|
69814
69961
|
*/
|
|
69815
69962
|
oControl: sap.m.DynamicDateRange
|
|
69816
69963
|
): sap.m.DynamicDateRangeValue;
|
|
69964
|
+
/**
|
|
69965
|
+
* Returns the format type used for the ValueHelp dialog footer "Selected" date label.
|
|
69966
|
+
*
|
|
69967
|
+
* Override this in custom options when the default date-only label is not sufficient. Return `datetime`
|
|
69968
|
+
* to include the time portion.
|
|
69969
|
+
*
|
|
69970
|
+
*
|
|
69971
|
+
* @returns `datetime` for date-and-time formatting, or `null` for date-only formatting (default).
|
|
69972
|
+
*/
|
|
69973
|
+
getValueHelpUIFooterFormatTypes(
|
|
69974
|
+
/**
|
|
69975
|
+
* The control instance
|
|
69976
|
+
*/
|
|
69977
|
+
oControl: sap.m.DynamicDateRange
|
|
69978
|
+
): string | null;
|
|
69817
69979
|
/**
|
|
69818
69980
|
* Defines the UI types of the option. They are used to create predefined UI for the DynamicDateRange's
|
|
69819
69981
|
* value help dialog corresponding to this option. The types are DynamicDateValueHelpUIType instances. Their
|
|
@@ -116779,7 +116941,7 @@ declare namespace sap {
|
|
|
116779
116941
|
* Gets current value of property {@link #getBackgroundDesign backgroundDesign}.
|
|
116780
116942
|
*
|
|
116781
116943
|
* This property is used to set the background color of the Panel. Depending on the theme you can change
|
|
116782
|
-
* the state of the background from "Solid" over "Translucent" to "Transparent".
|
|
116944
|
+
* the state of the background from "Solid" over "Translucent" to "Transparent" or "Contrast".
|
|
116783
116945
|
*
|
|
116784
116946
|
* Default value is `Translucent`.
|
|
116785
116947
|
*
|
|
@@ -116787,7 +116949,7 @@ declare namespace sap {
|
|
|
116787
116949
|
*
|
|
116788
116950
|
* @returns Value of property `backgroundDesign`
|
|
116789
116951
|
*/
|
|
116790
|
-
getBackgroundDesign(): sap.m.
|
|
116952
|
+
getBackgroundDesign(): sap.m.PanelBackgroundDesign;
|
|
116791
116953
|
/**
|
|
116792
116954
|
* Gets content of aggregation {@link #getContent content}.
|
|
116793
116955
|
*
|
|
@@ -116979,7 +117141,7 @@ declare namespace sap {
|
|
|
116979
117141
|
* Sets a new value for property {@link #getBackgroundDesign backgroundDesign}.
|
|
116980
117142
|
*
|
|
116981
117143
|
* This property is used to set the background color of the Panel. Depending on the theme you can change
|
|
116982
|
-
* the state of the background from "Solid" over "Translucent" to "Transparent".
|
|
117144
|
+
* the state of the background from "Solid" over "Translucent" to "Transparent" or "Contrast".
|
|
116983
117145
|
*
|
|
116984
117146
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
116985
117147
|
*
|
|
@@ -116993,7 +117155,7 @@ declare namespace sap {
|
|
|
116993
117155
|
/**
|
|
116994
117156
|
* New value for property `backgroundDesign`
|
|
116995
117157
|
*/
|
|
116996
|
-
sBackgroundDesign?: sap.m.
|
|
117158
|
+
sBackgroundDesign?: sap.m.PanelBackgroundDesign
|
|
116997
117159
|
): this;
|
|
116998
117160
|
/**
|
|
116999
117161
|
* Sets a new value for property {@link #getExpandable expandable}.
|
|
@@ -120779,6 +120941,8 @@ declare namespace sap {
|
|
|
120779
120941
|
* **Note:** In "One month" view, the appointments are not draggable on small screen (as there they are
|
|
120780
120942
|
* displayed as a list below the dates). Group appointments are also not draggable.
|
|
120781
120943
|
*
|
|
120944
|
+
* **Note:** Drag and drop is currently not supported for occurrences of {@link sap.ui.unified.RecurringCalendarAppointment recurring appointments}.
|
|
120945
|
+
*
|
|
120782
120946
|
* **Note:** Additional application-level code will be needed to provide a keyboard alternative to drag
|
|
120783
120947
|
* and drop mouse interactions. One possible option is by handling {@link sap.m.PlanningCalendar#event:appointmentSelect appointmentSelect }
|
|
120784
120948
|
* event of the `sap.m.PlanningCalendar`, as shown in the following simplified example:
|
|
@@ -121328,6 +121492,8 @@ declare namespace sap {
|
|
|
121328
121492
|
* **Note:** In "One month" view, the appointments are not draggable on small screen (as there they are
|
|
121329
121493
|
* displayed as a list below the dates). Group appointments are also not draggable.
|
|
121330
121494
|
*
|
|
121495
|
+
* **Note:** Drag and drop is currently not supported for occurrences of {@link sap.ui.unified.RecurringCalendarAppointment recurring appointments}.
|
|
121496
|
+
*
|
|
121331
121497
|
* **Note:** Additional application-level code will be needed to provide a keyboard alternative to drag
|
|
121332
121498
|
* and drop mouse interactions. One possible option is by handling {@link sap.m.PlanningCalendar#event:appointmentSelect appointmentSelect }
|
|
121333
121499
|
* event of the `sap.m.PlanningCalendar`, as shown in the following simplified example:
|
|
@@ -139473,8 +139639,9 @@ declare namespace sap {
|
|
|
139473
139639
|
*
|
|
139474
139640
|
* @since 1.61
|
|
139475
139641
|
*/
|
|
139476
|
-
class SinglePlanningCalendarDayView
|
|
139477
|
-
.SinglePlanningCalendarView
|
|
139642
|
+
class SinglePlanningCalendarDayView
|
|
139643
|
+
extends sap.m.SinglePlanningCalendarView
|
|
139644
|
+
{
|
|
139478
139645
|
/**
|
|
139479
139646
|
* Constructor for a new `SinglePlanningCalendarDayView`.
|
|
139480
139647
|
*
|
|
@@ -139550,8 +139717,9 @@ declare namespace sap {
|
|
|
139550
139717
|
*
|
|
139551
139718
|
* @since 1.69
|
|
139552
139719
|
*/
|
|
139553
|
-
class SinglePlanningCalendarMonthView
|
|
139554
|
-
.SinglePlanningCalendarView
|
|
139720
|
+
class SinglePlanningCalendarMonthView
|
|
139721
|
+
extends sap.m.SinglePlanningCalendarView
|
|
139722
|
+
{
|
|
139555
139723
|
/**
|
|
139556
139724
|
* Constructor for a new `SinglePlanningCalendarMonthView`.
|
|
139557
139725
|
*
|
|
@@ -139845,8 +140013,9 @@ declare namespace sap {
|
|
|
139845
140013
|
*
|
|
139846
140014
|
* @since 1.61
|
|
139847
140015
|
*/
|
|
139848
|
-
class SinglePlanningCalendarWeekView
|
|
139849
|
-
.SinglePlanningCalendarView
|
|
140016
|
+
class SinglePlanningCalendarWeekView
|
|
140017
|
+
extends sap.m.SinglePlanningCalendarView
|
|
140018
|
+
{
|
|
139850
140019
|
/**
|
|
139851
140020
|
* Constructor for a new `SinglePlanningCalendarWeekView`.
|
|
139852
140021
|
*
|
|
@@ -139922,8 +140091,9 @@ declare namespace sap {
|
|
|
139922
140091
|
*
|
|
139923
140092
|
* @since 1.61
|
|
139924
140093
|
*/
|
|
139925
|
-
class SinglePlanningCalendarWorkWeekView
|
|
139926
|
-
.SinglePlanningCalendarView
|
|
140094
|
+
class SinglePlanningCalendarWorkWeekView
|
|
140095
|
+
extends sap.m.SinglePlanningCalendarView
|
|
140096
|
+
{
|
|
139927
140097
|
/**
|
|
139928
140098
|
* Constructor for a new `SinglePlanningCalendarWorkWeekView`.
|
|
139929
140099
|
*
|
|
@@ -143667,6 +143837,19 @@ declare namespace sap {
|
|
|
143667
143837
|
* @returns Value of property `info`
|
|
143668
143838
|
*/
|
|
143669
143839
|
getInfo(): string;
|
|
143840
|
+
/**
|
|
143841
|
+
* Gets current value of property {@link #getInfoIcon infoIcon}.
|
|
143842
|
+
*
|
|
143843
|
+
* Defines the icon that is shown together with the info text. The icon is displayed to the left of the
|
|
143844
|
+
* info text.
|
|
143845
|
+
*
|
|
143846
|
+
* **Note:** This property has no visible effect if the `info` property is not set.
|
|
143847
|
+
*
|
|
143848
|
+
* @since 1.150
|
|
143849
|
+
*
|
|
143850
|
+
* @returns Value of property `infoIcon`
|
|
143851
|
+
*/
|
|
143852
|
+
getInfoIcon(): sap.ui.core.URI;
|
|
143670
143853
|
/**
|
|
143671
143854
|
* Gets current value of property {@link #getInfoState infoState}.
|
|
143672
143855
|
*
|
|
@@ -143756,8 +143939,7 @@ declare namespace sap {
|
|
|
143756
143939
|
* In the desktop mode, initial rendering of the control contains 300 characters along with a button to
|
|
143757
143940
|
* expand and collapse the text whereas in the phone mode, the character limit is set to 100 characters.
|
|
143758
143941
|
* A wrapping of the information text is supported as of 1.95. But expanding and collapsing the information
|
|
143759
|
-
* text is not possible.
|
|
143760
|
-
* `true`.
|
|
143942
|
+
* text is not possible.
|
|
143761
143943
|
*
|
|
143762
143944
|
* Default value is `false`.
|
|
143763
143945
|
*
|
|
@@ -143907,6 +144089,26 @@ declare namespace sap {
|
|
|
143907
144089
|
*/
|
|
143908
144090
|
sInfo?: string
|
|
143909
144091
|
): this;
|
|
144092
|
+
/**
|
|
144093
|
+
* Sets a new value for property {@link #getInfoIcon infoIcon}.
|
|
144094
|
+
*
|
|
144095
|
+
* Defines the icon that is shown together with the info text. The icon is displayed to the left of the
|
|
144096
|
+
* info text.
|
|
144097
|
+
*
|
|
144098
|
+
* **Note:** This property has no visible effect if the `info` property is not set.
|
|
144099
|
+
*
|
|
144100
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
144101
|
+
*
|
|
144102
|
+
* @since 1.150
|
|
144103
|
+
*
|
|
144104
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
144105
|
+
*/
|
|
144106
|
+
setInfoIcon(
|
|
144107
|
+
/**
|
|
144108
|
+
* New value for property `infoIcon`
|
|
144109
|
+
*/
|
|
144110
|
+
sInfoIcon?: sap.ui.core.URI
|
|
144111
|
+
): this;
|
|
143910
144112
|
/**
|
|
143911
144113
|
* Sets a new value for property {@link #getInfoState infoState}.
|
|
143912
144114
|
*
|
|
@@ -144038,8 +144240,7 @@ declare namespace sap {
|
|
|
144038
144240
|
* In the desktop mode, initial rendering of the control contains 300 characters along with a button to
|
|
144039
144241
|
* expand and collapse the text whereas in the phone mode, the character limit is set to 100 characters.
|
|
144040
144242
|
* A wrapping of the information text is supported as of 1.95. But expanding and collapsing the information
|
|
144041
|
-
* text is not possible.
|
|
144042
|
-
* `true`.
|
|
144243
|
+
* text is not possible.
|
|
144043
144244
|
*
|
|
144044
144245
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
144045
144246
|
*
|
|
@@ -168940,6 +169141,29 @@ declare namespace sap {
|
|
|
168940
169141
|
*/
|
|
168941
169142
|
Region = "Region",
|
|
168942
169143
|
}
|
|
169144
|
+
/**
|
|
169145
|
+
* Available Panel Background Design.
|
|
169146
|
+
*
|
|
169147
|
+
* This enum is part of the 'sap/m/library' module export and must be accessed by the property 'PanelBackgroundDesign'.
|
|
169148
|
+
*/
|
|
169149
|
+
enum PanelBackgroundDesign {
|
|
169150
|
+
/**
|
|
169151
|
+
* Contrasting background for a better visual grouping when a panel is placed inside a container
|
|
169152
|
+
*/
|
|
169153
|
+
Contrast = "Contrast",
|
|
169154
|
+
/**
|
|
169155
|
+
* A solid background color dependent on the theme.
|
|
169156
|
+
*/
|
|
169157
|
+
Solid = "Solid",
|
|
169158
|
+
/**
|
|
169159
|
+
* A translucent background depending on the opacity value of the theme.
|
|
169160
|
+
*/
|
|
169161
|
+
Translucent = "Translucent",
|
|
169162
|
+
/**
|
|
169163
|
+
* Transparent background.
|
|
169164
|
+
*/
|
|
169165
|
+
Transparent = "Transparent",
|
|
169166
|
+
}
|
|
168943
169167
|
/**
|
|
168944
169168
|
* PDF viewer display types.
|
|
168945
169169
|
*
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED