@openui5/ts-types 1.132.1 → 1.133.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.f.d.ts +127 -127
- package/types/sap.m.d.ts +1685 -729
- package/types/sap.tnt.d.ts +221 -8
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +267 -266
- package/types/sap.ui.core.d.ts +621 -588
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -3
- package/types/sap.ui.integration.d.ts +317 -230
- package/types/sap.ui.layout.d.ts +69 -69
- package/types/sap.ui.mdc.d.ts +142 -115
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +209 -185
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +89 -89
- package/types/sap.ui.ux3.d.ts +102 -102
- package/types/sap.ui.webc.common.d.ts +11 -11
- package/types/sap.ui.webc.fiori.d.ts +145 -145
- package/types/sap.ui.webc.main.d.ts +400 -400
- package/types/sap.uxap.d.ts +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -54,7 +54,7 @@ declare namespace sap {
|
|
|
54
54
|
* @since 1.110.0
|
|
55
55
|
*/
|
|
56
56
|
calendarWeekNumbering?:
|
|
57
|
-
| sap
|
|
57
|
+
| import("sap/base/i18n/date/CalendarWeekNumbering").default
|
|
58
58
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
59
59
|
| `{${string}}`;
|
|
60
60
|
}
|
|
@@ -288,7 +288,7 @@ declare namespace sap {
|
|
|
288
288
|
* @since 1.34.0
|
|
289
289
|
*/
|
|
290
290
|
primaryCalendarType?:
|
|
291
|
-
| sap.
|
|
291
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
292
292
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
293
293
|
| `{${string}}`;
|
|
294
294
|
|
|
@@ -299,7 +299,7 @@ declare namespace sap {
|
|
|
299
299
|
* @since 1.34.0
|
|
300
300
|
*/
|
|
301
301
|
secondaryCalendarType?:
|
|
302
|
-
| sap.
|
|
302
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
303
303
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
304
304
|
| `{${string}}`;
|
|
305
305
|
|
|
@@ -333,7 +333,7 @@ declare namespace sap {
|
|
|
333
333
|
* @since 1.108.0
|
|
334
334
|
*/
|
|
335
335
|
calendarWeekNumbering?:
|
|
336
|
-
| sap
|
|
336
|
+
| import("sap/base/i18n/date/CalendarWeekNumbering").default
|
|
337
337
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
338
338
|
| `{${string}}`;
|
|
339
339
|
|
|
@@ -487,7 +487,7 @@ declare namespace sap {
|
|
|
487
487
|
* @since 1.34.0
|
|
488
488
|
*/
|
|
489
489
|
primaryCalendarType?:
|
|
490
|
-
| sap.
|
|
490
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
491
491
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
492
492
|
| `{${string}}`;
|
|
493
493
|
|
|
@@ -498,7 +498,7 @@ declare namespace sap {
|
|
|
498
498
|
* @since 1.104.0
|
|
499
499
|
*/
|
|
500
500
|
secondaryCalendarType?:
|
|
501
|
-
| sap.
|
|
501
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
502
502
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
503
503
|
| `{${string}}`;
|
|
504
504
|
|
|
@@ -763,7 +763,7 @@ declare namespace sap {
|
|
|
763
763
|
/**
|
|
764
764
|
* The year is initial focused and selected The value must be between 0 and 9999
|
|
765
765
|
*
|
|
766
|
-
* @deprecated
|
|
766
|
+
* @deprecated As of version 1.34.0. replaced by `date` property
|
|
767
767
|
*/
|
|
768
768
|
year?:
|
|
769
769
|
| int
|
|
@@ -818,7 +818,7 @@ declare namespace sap {
|
|
|
818
818
|
* @since 1.34.0
|
|
819
819
|
*/
|
|
820
820
|
primaryCalendarType?:
|
|
821
|
-
| sap.
|
|
821
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
822
822
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
823
823
|
| `{${string}}`;
|
|
824
824
|
|
|
@@ -829,7 +829,7 @@ declare namespace sap {
|
|
|
829
829
|
* @since 1.104.0
|
|
830
830
|
*/
|
|
831
831
|
secondaryCalendarType?:
|
|
832
|
-
| sap.
|
|
832
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
833
833
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
834
834
|
| `{${string}}`;
|
|
835
835
|
|
|
@@ -1085,7 +1085,7 @@ declare namespace sap {
|
|
|
1085
1085
|
*
|
|
1086
1086
|
* @returns Value of property `calendarWeekNumbering`
|
|
1087
1087
|
*/
|
|
1088
|
-
getCalendarWeekNumbering(): sap
|
|
1088
|
+
getCalendarWeekNumbering(): import("sap/base/i18n/date/CalendarWeekNumbering").default;
|
|
1089
1089
|
/**
|
|
1090
1090
|
* Gets current value of property {@link #getDays days}.
|
|
1091
1091
|
*
|
|
@@ -1138,7 +1138,7 @@ declare namespace sap {
|
|
|
1138
1138
|
/**
|
|
1139
1139
|
* New value for property `calendarWeekNumbering`
|
|
1140
1140
|
*/
|
|
1141
|
-
sCalendarWeekNumbering?: sap
|
|
1141
|
+
sCalendarWeekNumbering?: import("sap/base/i18n/date/CalendarWeekNumbering").default
|
|
1142
1142
|
): this;
|
|
1143
1143
|
/**
|
|
1144
1144
|
* Setter for property `date`.
|
|
@@ -2612,7 +2612,7 @@ declare namespace sap {
|
|
|
2612
2612
|
*
|
|
2613
2613
|
* @returns Value of property `calendarWeekNumbering`
|
|
2614
2614
|
*/
|
|
2615
|
-
getCalendarWeekNumbering(): sap
|
|
2615
|
+
getCalendarWeekNumbering(): import("sap/base/i18n/date/CalendarWeekNumbering").default;
|
|
2616
2616
|
/**
|
|
2617
2617
|
* Gets current value of property {@link #getDate date}.
|
|
2618
2618
|
*
|
|
@@ -2683,7 +2683,7 @@ declare namespace sap {
|
|
|
2683
2683
|
*
|
|
2684
2684
|
* @returns Value of property `primaryCalendarType`
|
|
2685
2685
|
*/
|
|
2686
|
-
getPrimaryCalendarType(): sap.
|
|
2686
|
+
getPrimaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
2687
2687
|
/**
|
|
2688
2688
|
* Gets current value of property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
2689
2689
|
*
|
|
@@ -2694,7 +2694,7 @@ declare namespace sap {
|
|
|
2694
2694
|
*
|
|
2695
2695
|
* @returns Value of property `secondaryCalendarType`
|
|
2696
2696
|
*/
|
|
2697
|
-
getSecondaryCalendarType(): sap.
|
|
2697
|
+
getSecondaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
2698
2698
|
/**
|
|
2699
2699
|
* Gets content of aggregation {@link #getSelectedDates selectedDates}.
|
|
2700
2700
|
*
|
|
@@ -2983,7 +2983,7 @@ declare namespace sap {
|
|
|
2983
2983
|
/**
|
|
2984
2984
|
* New value for property `calendarWeekNumbering`
|
|
2985
2985
|
*/
|
|
2986
|
-
sCalendarWeekNumbering?: sap
|
|
2986
|
+
sCalendarWeekNumbering?: import("sap/base/i18n/date/CalendarWeekNumbering").default
|
|
2987
2987
|
): this;
|
|
2988
2988
|
/**
|
|
2989
2989
|
* Sets a date for the month.
|
|
@@ -3084,7 +3084,7 @@ declare namespace sap {
|
|
|
3084
3084
|
/**
|
|
3085
3085
|
* New value for property `primaryCalendarType`
|
|
3086
3086
|
*/
|
|
3087
|
-
sPrimaryCalendarType: sap.
|
|
3087
|
+
sPrimaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
3088
3088
|
): this;
|
|
3089
3089
|
/**
|
|
3090
3090
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -3102,7 +3102,7 @@ declare namespace sap {
|
|
|
3102
3102
|
/**
|
|
3103
3103
|
* New value for property `secondaryCalendarType`
|
|
3104
3104
|
*/
|
|
3105
|
-
sSecondaryCalendarType: sap.
|
|
3105
|
+
sSecondaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
3106
3106
|
): this;
|
|
3107
3107
|
/**
|
|
3108
3108
|
* Sets a new value for property {@link #getShowHeader showHeader}.
|
|
@@ -3512,7 +3512,7 @@ declare namespace sap {
|
|
|
3512
3512
|
*
|
|
3513
3513
|
* @returns Value of property `primaryCalendarType`
|
|
3514
3514
|
*/
|
|
3515
|
-
getPrimaryCalendarType(): sap.
|
|
3515
|
+
getPrimaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
3516
3516
|
/**
|
|
3517
3517
|
* Gets current value of property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
3518
3518
|
*
|
|
@@ -3523,7 +3523,7 @@ declare namespace sap {
|
|
|
3523
3523
|
*
|
|
3524
3524
|
* @returns Value of property `secondaryCalendarType`
|
|
3525
3525
|
*/
|
|
3526
|
-
getSecondaryCalendarType(): sap.
|
|
3526
|
+
getSecondaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
3527
3527
|
/**
|
|
3528
3528
|
* Gets content of aggregation {@link #getSelectedDates selectedDates}.
|
|
3529
3529
|
*
|
|
@@ -3731,7 +3731,7 @@ declare namespace sap {
|
|
|
3731
3731
|
/**
|
|
3732
3732
|
* New value for property `primaryCalendarType`
|
|
3733
3733
|
*/
|
|
3734
|
-
sPrimaryCalendarType: sap.
|
|
3734
|
+
sPrimaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
3735
3735
|
): this;
|
|
3736
3736
|
/**
|
|
3737
3737
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -3749,7 +3749,7 @@ declare namespace sap {
|
|
|
3749
3749
|
/**
|
|
3750
3750
|
* New value for property `secondaryCalendarType`
|
|
3751
3751
|
*/
|
|
3752
|
-
sSecondaryCalendarType: sap.
|
|
3752
|
+
sSecondaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
3753
3753
|
): this;
|
|
3754
3754
|
}
|
|
3755
3755
|
/**
|
|
@@ -5380,7 +5380,7 @@ declare namespace sap {
|
|
|
5380
5380
|
*
|
|
5381
5381
|
* @returns Value of property `primaryCalendarType`
|
|
5382
5382
|
*/
|
|
5383
|
-
getPrimaryCalendarType(): sap.
|
|
5383
|
+
getPrimaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
5384
5384
|
/**
|
|
5385
5385
|
* Gets current value of property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
5386
5386
|
*
|
|
@@ -5391,7 +5391,7 @@ declare namespace sap {
|
|
|
5391
5391
|
*
|
|
5392
5392
|
* @returns Value of property `secondaryCalendarType`
|
|
5393
5393
|
*/
|
|
5394
|
-
getSecondaryCalendarType(): sap.
|
|
5394
|
+
getSecondaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
5395
5395
|
/**
|
|
5396
5396
|
* Gets content of aggregation {@link #getSelectedDates selectedDates}.
|
|
5397
5397
|
*
|
|
@@ -5407,7 +5407,7 @@ declare namespace sap {
|
|
|
5407
5407
|
*
|
|
5408
5408
|
* Default value is `2000`.
|
|
5409
5409
|
*
|
|
5410
|
-
* @deprecated
|
|
5410
|
+
* @deprecated As of version 1.34.0. replaced by `date` property
|
|
5411
5411
|
*
|
|
5412
5412
|
* @returns Value of property `year`
|
|
5413
5413
|
*/
|
|
@@ -5560,7 +5560,7 @@ declare namespace sap {
|
|
|
5560
5560
|
/**
|
|
5561
5561
|
* New value for property `primaryCalendarType`
|
|
5562
5562
|
*/
|
|
5563
|
-
sPrimaryCalendarType: sap.
|
|
5563
|
+
sPrimaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
5564
5564
|
): this;
|
|
5565
5565
|
/**
|
|
5566
5566
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -5578,7 +5578,7 @@ declare namespace sap {
|
|
|
5578
5578
|
/**
|
|
5579
5579
|
* New value for property `secondaryCalendarType`
|
|
5580
5580
|
*/
|
|
5581
|
-
sSecondaryCalendarType: sap.
|
|
5581
|
+
sSecondaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
5582
5582
|
): this;
|
|
5583
5583
|
/**
|
|
5584
5584
|
* Sets a new value for property {@link #getYears years}.
|
|
@@ -5846,7 +5846,7 @@ declare namespace sap {
|
|
|
5846
5846
|
* @since 1.34.0
|
|
5847
5847
|
*/
|
|
5848
5848
|
primaryCalendarType?:
|
|
5849
|
-
| sap.
|
|
5849
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
5850
5850
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5851
5851
|
| `{${string}}`;
|
|
5852
5852
|
|
|
@@ -5857,7 +5857,7 @@ declare namespace sap {
|
|
|
5857
5857
|
* @since 1.34.0
|
|
5858
5858
|
*/
|
|
5859
5859
|
secondaryCalendarType?:
|
|
5860
|
-
| sap.
|
|
5860
|
+
| import("sap/base/i18n/date/CalendarType").default
|
|
5861
5861
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5862
5862
|
| `{${string}}`;
|
|
5863
5863
|
|
|
@@ -5938,7 +5938,7 @@ declare namespace sap {
|
|
|
5938
5938
|
* @since 1.108.0
|
|
5939
5939
|
*/
|
|
5940
5940
|
calendarWeekNumbering?:
|
|
5941
|
-
| sap
|
|
5941
|
+
| import("sap/base/i18n/date/CalendarWeekNumbering").default
|
|
5942
5942
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
5943
5943
|
| `{${string}}`;
|
|
5944
5944
|
|
|
@@ -6576,7 +6576,7 @@ declare namespace sap {
|
|
|
6576
6576
|
* to allow touching.
|
|
6577
6577
|
*
|
|
6578
6578
|
* @since 1.38.0
|
|
6579
|
-
* @deprecated
|
|
6579
|
+
* @deprecated As of version 1.81. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
6580
6580
|
*/
|
|
6581
6581
|
appointmentsReducedHeight?:
|
|
6582
6582
|
| boolean
|
|
@@ -6976,8 +6976,8 @@ declare namespace sap {
|
|
|
6976
6976
|
/**
|
|
6977
6977
|
* Describes the settings that can be provided to the ContentSwitcher constructor.
|
|
6978
6978
|
*
|
|
6979
|
-
* @deprecated
|
|
6980
|
-
* @experimental
|
|
6979
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
6980
|
+
* @experimental As of version 1.16.0. API is not yet finished and might change completely
|
|
6981
6981
|
*/
|
|
6982
6982
|
interface $ContentSwitcherSettings extends sap.ui.core.$ControlSettings {
|
|
6983
6983
|
/**
|
|
@@ -7595,7 +7595,7 @@ declare namespace sap {
|
|
|
7595
7595
|
/**
|
|
7596
7596
|
* Accessible label / description of the menu for assistive technologies like screenreaders.
|
|
7597
7597
|
*
|
|
7598
|
-
* @deprecated
|
|
7598
|
+
* @deprecated As of version 1.27.0. replaced by `ariaLabelledBy` association
|
|
7599
7599
|
*/
|
|
7600
7600
|
ariaDescription?:
|
|
7601
7601
|
| string
|
|
@@ -7825,7 +7825,7 @@ declare namespace sap {
|
|
|
7825
7825
|
/**
|
|
7826
7826
|
* Describes the settings that can be provided to the NonWorkingPeriod constructor.
|
|
7827
7827
|
*
|
|
7828
|
-
* @experimental
|
|
7828
|
+
* @experimental As of version 1.127.0.
|
|
7829
7829
|
*/
|
|
7830
7830
|
interface $NonWorkingPeriodSettings extends sap.ui.core.$ElementSettings {
|
|
7831
7831
|
/**
|
|
@@ -7845,7 +7845,7 @@ declare namespace sap {
|
|
|
7845
7845
|
/**
|
|
7846
7846
|
* Describes the settings that can be provided to the RecurringNonWorkingPeriod constructor.
|
|
7847
7847
|
*
|
|
7848
|
-
* @experimental
|
|
7848
|
+
* @experimental As of version 1.127.0.
|
|
7849
7849
|
*/
|
|
7850
7850
|
interface $RecurringNonWorkingPeriodSettings
|
|
7851
7851
|
extends sap.ui.unified.$NonWorkingPeriodSettings {
|
|
@@ -7881,7 +7881,7 @@ declare namespace sap {
|
|
|
7881
7881
|
/**
|
|
7882
7882
|
* Describes the settings that can be provided to the Shell constructor.
|
|
7883
7883
|
*
|
|
7884
|
-
* @deprecated
|
|
7884
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
7885
7885
|
*/
|
|
7886
7886
|
interface $ShellSettings extends sap.ui.unified.$ShellLayoutSettings {
|
|
7887
7887
|
/**
|
|
@@ -7895,7 +7895,7 @@ declare namespace sap {
|
|
|
7895
7895
|
/**
|
|
7896
7896
|
* Shows / Hides the curtain.
|
|
7897
7897
|
*
|
|
7898
|
-
* @deprecated
|
|
7898
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
7899
7899
|
*/
|
|
7900
7900
|
showCurtain?:
|
|
7901
7901
|
| boolean
|
|
@@ -7905,7 +7905,7 @@ declare namespace sap {
|
|
|
7905
7905
|
/**
|
|
7906
7906
|
* Shows / Hides the side pane on the curtain.
|
|
7907
7907
|
*
|
|
7908
|
-
* @deprecated
|
|
7908
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
7909
7909
|
*/
|
|
7910
7910
|
showCurtainPane?:
|
|
7911
7911
|
| boolean
|
|
@@ -7979,13 +7979,13 @@ declare namespace sap {
|
|
|
7979
7979
|
/**
|
|
7980
7980
|
* Describes the settings that can be provided to the ShellHeadItem constructor.
|
|
7981
7981
|
*
|
|
7982
|
-
* @deprecated
|
|
7982
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
7983
7983
|
*/
|
|
7984
7984
|
interface $ShellHeadItemSettings extends sap.ui.core.$ElementSettings {
|
|
7985
7985
|
/**
|
|
7986
7986
|
* If set to true, a divider is displayed before the item.
|
|
7987
7987
|
*
|
|
7988
|
-
* @deprecated
|
|
7988
|
+
* @deprecated As of version 1.18. Dividers are not supported anymore.
|
|
7989
7989
|
*/
|
|
7990
7990
|
startsSection?:
|
|
7991
7991
|
| boolean
|
|
@@ -8025,7 +8025,7 @@ declare namespace sap {
|
|
|
8025
8025
|
/**
|
|
8026
8026
|
* If set to true, a theme dependent marker is shown on the item.
|
|
8027
8027
|
*
|
|
8028
|
-
* @deprecated
|
|
8028
|
+
* @deprecated As of version 1.18. Markers should not be used anymore.
|
|
8029
8029
|
*/
|
|
8030
8030
|
showMarker?:
|
|
8031
8031
|
| boolean
|
|
@@ -8065,7 +8065,7 @@ declare namespace sap {
|
|
|
8065
8065
|
/**
|
|
8066
8066
|
* Describes the settings that can be provided to the ShellHeadUserItem constructor.
|
|
8067
8067
|
*
|
|
8068
|
-
* @deprecated
|
|
8068
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
8069
8069
|
*/
|
|
8070
8070
|
interface $ShellHeadUserItemSettings
|
|
8071
8071
|
extends sap.ui.core.$ElementSettings {
|
|
@@ -8107,7 +8107,7 @@ declare namespace sap {
|
|
|
8107
8107
|
/**
|
|
8108
8108
|
* Describes the settings that can be provided to the ShellLayout constructor.
|
|
8109
8109
|
*
|
|
8110
|
-
* @deprecated
|
|
8110
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
8111
8111
|
*/
|
|
8112
8112
|
interface $ShellLayoutSettings extends sap.ui.core.$ControlSettings {
|
|
8113
8113
|
/**
|
|
@@ -8162,7 +8162,7 @@ declare namespace sap {
|
|
|
8162
8162
|
/**
|
|
8163
8163
|
* Describes the settings that can be provided to the ShellOverlay constructor.
|
|
8164
8164
|
*
|
|
8165
|
-
* @deprecated
|
|
8165
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
8166
8166
|
*/
|
|
8167
8167
|
interface $ShellOverlaySettings extends sap.ui.core.$ControlSettings {
|
|
8168
8168
|
/**
|
|
@@ -8199,8 +8199,8 @@ declare namespace sap {
|
|
|
8199
8199
|
/**
|
|
8200
8200
|
* Describes the settings that can be provided to the SplitContainer constructor.
|
|
8201
8201
|
*
|
|
8202
|
-
* @deprecated
|
|
8203
|
-
* @experimental
|
|
8202
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
8203
|
+
* @experimental As of version 1.15.0. API is not yet finished and might change completely
|
|
8204
8204
|
*/
|
|
8205
8205
|
interface $SplitContainerSettings extends sap.ui.core.$ControlSettings {
|
|
8206
8206
|
/**
|
|
@@ -8222,7 +8222,7 @@ declare namespace sap {
|
|
|
8222
8222
|
/**
|
|
8223
8223
|
* Do not use. Use secondaryContentSize instead.
|
|
8224
8224
|
*
|
|
8225
|
-
* @deprecated
|
|
8225
|
+
* @deprecated As of version 1.22. Only available for backwards compatibility.
|
|
8226
8226
|
*/
|
|
8227
8227
|
secondaryContentWidth?:
|
|
8228
8228
|
| sap.ui.core.CSSSize
|
|
@@ -8261,7 +8261,7 @@ declare namespace sap {
|
|
|
8261
8261
|
/**
|
|
8262
8262
|
* Describes the settings that can be provided to the TimeRange constructor.
|
|
8263
8263
|
*
|
|
8264
|
-
* @experimental
|
|
8264
|
+
* @experimental As of version 1.127.0.
|
|
8265
8265
|
*/
|
|
8266
8266
|
interface $TimeRangeSettings extends sap.ui.core.$ElementSettings {
|
|
8267
8267
|
/**
|
|
@@ -9391,7 +9391,7 @@ declare namespace sap {
|
|
|
9391
9391
|
*
|
|
9392
9392
|
* @returns Value of property `calendarWeekNumbering`
|
|
9393
9393
|
*/
|
|
9394
|
-
getCalendarWeekNumbering(): sap
|
|
9394
|
+
getCalendarWeekNumbering(): import("sap/base/i18n/date/CalendarWeekNumbering").default;
|
|
9395
9395
|
/**
|
|
9396
9396
|
* Gets content of aggregation {@link #getDisabledDates disabledDates}.
|
|
9397
9397
|
*
|
|
@@ -9526,7 +9526,7 @@ declare namespace sap {
|
|
|
9526
9526
|
*
|
|
9527
9527
|
* @returns Value of property `primaryCalendarType`
|
|
9528
9528
|
*/
|
|
9529
|
-
getPrimaryCalendarType(): sap.
|
|
9529
|
+
getPrimaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
9530
9530
|
/**
|
|
9531
9531
|
* Gets current value of property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
9532
9532
|
*
|
|
@@ -9537,7 +9537,7 @@ declare namespace sap {
|
|
|
9537
9537
|
*
|
|
9538
9538
|
* @returns Value of property `secondaryCalendarType`
|
|
9539
9539
|
*/
|
|
9540
|
-
getSecondaryCalendarType(): sap.
|
|
9540
|
+
getSecondaryCalendarType(): import("sap/base/i18n/date/CalendarType").default;
|
|
9541
9541
|
/**
|
|
9542
9542
|
* Gets content of aggregation {@link #getSelectedDates selectedDates}.
|
|
9543
9543
|
*
|
|
@@ -9809,7 +9809,7 @@ declare namespace sap {
|
|
|
9809
9809
|
/**
|
|
9810
9810
|
* New value for property `calendarWeekNumbering`
|
|
9811
9811
|
*/
|
|
9812
|
-
sCalendarWeekNumbering?: sap
|
|
9812
|
+
sCalendarWeekNumbering?: import("sap/base/i18n/date/CalendarWeekNumbering").default
|
|
9813
9813
|
): this;
|
|
9814
9814
|
/**
|
|
9815
9815
|
* Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
|
|
@@ -9973,7 +9973,7 @@ declare namespace sap {
|
|
|
9973
9973
|
/**
|
|
9974
9974
|
* New value for property `primaryCalendarType`
|
|
9975
9975
|
*/
|
|
9976
|
-
sPrimaryCalendarType: sap.
|
|
9976
|
+
sPrimaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
9977
9977
|
): this;
|
|
9978
9978
|
/**
|
|
9979
9979
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -9991,7 +9991,7 @@ declare namespace sap {
|
|
|
9991
9991
|
/**
|
|
9992
9992
|
* New value for property `secondaryCalendarType`
|
|
9993
9993
|
*/
|
|
9994
|
-
sSecondaryCalendarType: sap.
|
|
9994
|
+
sSecondaryCalendarType: import("sap/base/i18n/date/CalendarType").default
|
|
9995
9995
|
): this;
|
|
9996
9996
|
/**
|
|
9997
9997
|
* Sets the visibility of the Current date button in the calendar.
|
|
@@ -12369,7 +12369,7 @@ declare namespace sap {
|
|
|
12369
12369
|
* Default value is `false`.
|
|
12370
12370
|
*
|
|
12371
12371
|
* @since 1.38.0
|
|
12372
|
-
* @deprecated
|
|
12372
|
+
* @deprecated As of version 1.81. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
12373
12373
|
*
|
|
12374
12374
|
* @returns Value of property `appointmentsReducedHeight`
|
|
12375
12375
|
*/
|
|
@@ -12869,7 +12869,7 @@ declare namespace sap {
|
|
|
12869
12869
|
* Default value is `false`.
|
|
12870
12870
|
*
|
|
12871
12871
|
* @since 1.38.0
|
|
12872
|
-
* @deprecated
|
|
12872
|
+
* @deprecated As of version 1.81. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
12873
12873
|
*
|
|
12874
12874
|
* @returns Reference to `this` in order to allow method chaining
|
|
12875
12875
|
*/
|
|
@@ -14752,8 +14752,8 @@ declare namespace sap {
|
|
|
14752
14752
|
* Switches between two control areas and animates it via CSS transitions
|
|
14753
14753
|
*
|
|
14754
14754
|
* @since 1.16.0
|
|
14755
|
-
* @deprecated
|
|
14756
|
-
* @experimental
|
|
14755
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
14756
|
+
* @experimental As of version 1.16.0. API is not yet finished and might change completely
|
|
14757
14757
|
*/
|
|
14758
14758
|
class ContentSwitcher extends sap.ui.core.Control {
|
|
14759
14759
|
/**
|
|
@@ -18461,7 +18461,7 @@ declare namespace sap {
|
|
|
18461
18461
|
*
|
|
18462
18462
|
* Accessible label / description of the menu for assistive technologies like screenreaders.
|
|
18463
18463
|
*
|
|
18464
|
-
* @deprecated
|
|
18464
|
+
* @deprecated As of version 1.27.0. replaced by `ariaLabelledBy` association
|
|
18465
18465
|
*
|
|
18466
18466
|
* @returns Value of property `ariaDescription`
|
|
18467
18467
|
*/
|
|
@@ -18672,7 +18672,7 @@ declare namespace sap {
|
|
|
18672
18672
|
*
|
|
18673
18673
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18674
18674
|
*
|
|
18675
|
-
* @deprecated
|
|
18675
|
+
* @deprecated As of version 1.27.0. replaced by `ariaLabelledBy` association
|
|
18676
18676
|
*
|
|
18677
18677
|
* @returns Reference to `this` in order to allow method chaining
|
|
18678
18678
|
*/
|
|
@@ -19660,8 +19660,8 @@ declare namespace sap {
|
|
|
19660
19660
|
/**
|
|
19661
19661
|
* The aggregation `submenu` (inherited from parent class) is not supported for this type of menu item.
|
|
19662
19662
|
*
|
|
19663
|
-
* @deprecated
|
|
19664
|
-
* this type of menu item.
|
|
19663
|
+
* @deprecated As of version 1.21. the aggregation `submenu` (inherited from parent class) is not supported
|
|
19664
|
+
* for this type of menu item.
|
|
19665
19665
|
*
|
|
19666
19666
|
* @returns `this` to allow method chaining
|
|
19667
19667
|
*/
|
|
@@ -19688,8 +19688,8 @@ declare namespace sap {
|
|
|
19688
19688
|
/**
|
|
19689
19689
|
* The aggregation `submenu` (inherited from parent class) is not supported for this type of menu item.
|
|
19690
19690
|
*
|
|
19691
|
-
* @deprecated
|
|
19692
|
-
* this type of menu item.
|
|
19691
|
+
* @deprecated As of version 1.21. the aggregation `submenu` (inherited from parent class) is not supported
|
|
19692
|
+
* for this type of menu item.
|
|
19693
19693
|
*/
|
|
19694
19694
|
getSubmenu(): sap.ui.unified.Menu;
|
|
19695
19695
|
/**
|
|
@@ -19749,8 +19749,8 @@ declare namespace sap {
|
|
|
19749
19749
|
/**
|
|
19750
19750
|
* The aggregation `submenu` (inherited from parent class) is not supported for this type of menu item.
|
|
19751
19751
|
*
|
|
19752
|
-
* @deprecated
|
|
19753
|
-
* this type of menu item.
|
|
19752
|
+
* @deprecated As of version 1.21. the aggregation `submenu` (inherited from parent class) is not supported
|
|
19753
|
+
* for this type of menu item.
|
|
19754
19754
|
*
|
|
19755
19755
|
* @returns `this` to allow method chaining
|
|
19756
19756
|
*/
|
|
@@ -19800,7 +19800,7 @@ declare namespace sap {
|
|
|
19800
19800
|
* NonWorkingPeriod
|
|
19801
19801
|
*
|
|
19802
19802
|
* @since 1.27.0
|
|
19803
|
-
* @experimental
|
|
19803
|
+
* @experimental As of version 1.127.0.
|
|
19804
19804
|
*/
|
|
19805
19805
|
class NonWorkingPeriod extends sap.ui.core.Element {
|
|
19806
19806
|
/**
|
|
@@ -19929,7 +19929,7 @@ declare namespace sap {
|
|
|
19929
19929
|
* Applications can inherit from this element to add own fields.
|
|
19930
19930
|
*
|
|
19931
19931
|
* @since 1.127.0
|
|
19932
|
-
* @experimental
|
|
19932
|
+
* @experimental As of version 1.127.0.
|
|
19933
19933
|
*/
|
|
19934
19934
|
class RecurringNonWorkingPeriod extends sap.ui.unified.NonWorkingPeriod {
|
|
19935
19935
|
/**
|
|
@@ -20092,7 +20092,7 @@ declare namespace sap {
|
|
|
20092
20092
|
* than the root control usecase.
|
|
20093
20093
|
*
|
|
20094
20094
|
* @since 1.15.1
|
|
20095
|
-
* @deprecated
|
|
20095
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
20096
20096
|
*/
|
|
20097
20097
|
class Shell extends sap.ui.unified.ShellLayout {
|
|
20098
20098
|
/**
|
|
@@ -20316,7 +20316,7 @@ declare namespace sap {
|
|
|
20316
20316
|
*
|
|
20317
20317
|
* Shows / Hides the curtain.
|
|
20318
20318
|
*
|
|
20319
|
-
* @deprecated
|
|
20319
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20320
20320
|
*
|
|
20321
20321
|
* @returns Value of property `showCurtain`
|
|
20322
20322
|
*/
|
|
@@ -20326,7 +20326,7 @@ declare namespace sap {
|
|
|
20326
20326
|
*
|
|
20327
20327
|
* Shows / Hides the side pane on the curtain.
|
|
20328
20328
|
*
|
|
20329
|
-
* @deprecated
|
|
20329
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20330
20330
|
*
|
|
20331
20331
|
* @returns Value of property `showCurtainPane`
|
|
20332
20332
|
*/
|
|
@@ -20615,7 +20615,7 @@ declare namespace sap {
|
|
|
20615
20615
|
*
|
|
20616
20616
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20617
20617
|
*
|
|
20618
|
-
* @deprecated
|
|
20618
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20619
20619
|
*
|
|
20620
20620
|
* @returns Reference to `this` in order to allow method chaining
|
|
20621
20621
|
*/
|
|
@@ -20632,7 +20632,7 @@ declare namespace sap {
|
|
|
20632
20632
|
*
|
|
20633
20633
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20634
20634
|
*
|
|
20635
|
-
* @deprecated
|
|
20635
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20636
20636
|
*
|
|
20637
20637
|
* @returns Reference to `this` in order to allow method chaining
|
|
20638
20638
|
*/
|
|
@@ -20660,7 +20660,7 @@ declare namespace sap {
|
|
|
20660
20660
|
* Header Action item of the Shell.
|
|
20661
20661
|
*
|
|
20662
20662
|
* @since 1.15.1
|
|
20663
|
-
* @deprecated
|
|
20663
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
20664
20664
|
*/
|
|
20665
20665
|
class ShellHeadItem extends sap.ui.core.Element {
|
|
20666
20666
|
/**
|
|
@@ -20847,7 +20847,7 @@ declare namespace sap {
|
|
|
20847
20847
|
*
|
|
20848
20848
|
* Default value is `false`.
|
|
20849
20849
|
*
|
|
20850
|
-
* @deprecated
|
|
20850
|
+
* @deprecated As of version 1.18. Markers should not be used anymore.
|
|
20851
20851
|
*
|
|
20852
20852
|
* @returns Value of property `showMarker`
|
|
20853
20853
|
*/
|
|
@@ -20871,7 +20871,7 @@ declare namespace sap {
|
|
|
20871
20871
|
*
|
|
20872
20872
|
* Default value is `false`.
|
|
20873
20873
|
*
|
|
20874
|
-
* @deprecated
|
|
20874
|
+
* @deprecated As of version 1.18. Dividers are not supported anymore.
|
|
20875
20875
|
*
|
|
20876
20876
|
* @returns Value of property `startsSection`
|
|
20877
20877
|
*/
|
|
@@ -20965,7 +20965,7 @@ declare namespace sap {
|
|
|
20965
20965
|
*
|
|
20966
20966
|
* Default value is `false`.
|
|
20967
20967
|
*
|
|
20968
|
-
* @deprecated
|
|
20968
|
+
* @deprecated As of version 1.18. Markers should not be used anymore.
|
|
20969
20969
|
*
|
|
20970
20970
|
* @returns Reference to `this` in order to allow method chaining
|
|
20971
20971
|
*/
|
|
@@ -21003,7 +21003,7 @@ declare namespace sap {
|
|
|
21003
21003
|
*
|
|
21004
21004
|
* Default value is `false`.
|
|
21005
21005
|
*
|
|
21006
|
-
* @deprecated
|
|
21006
|
+
* @deprecated As of version 1.18. Dividers are not supported anymore.
|
|
21007
21007
|
*
|
|
21008
21008
|
* @returns Reference to `this` in order to allow method chaining
|
|
21009
21009
|
*/
|
|
@@ -21058,7 +21058,7 @@ declare namespace sap {
|
|
|
21058
21058
|
* User Header Action Item of the Shell.
|
|
21059
21059
|
*
|
|
21060
21060
|
* @since 1.22.0
|
|
21061
|
-
* @deprecated
|
|
21061
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21062
21062
|
*/
|
|
21063
21063
|
class ShellHeadUserItem extends sap.ui.core.Element {
|
|
21064
21064
|
/**
|
|
@@ -21331,7 +21331,7 @@ declare namespace sap {
|
|
|
21331
21331
|
* do not use it for other scenarios than the root control usecase.
|
|
21332
21332
|
*
|
|
21333
21333
|
* @since 1.25.0
|
|
21334
|
-
* @deprecated
|
|
21334
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21335
21335
|
*/
|
|
21336
21336
|
class ShellLayout extends sap.ui.core.Control {
|
|
21337
21337
|
/**
|
|
@@ -21669,7 +21669,7 @@ declare namespace sap {
|
|
|
21669
21669
|
* ShellOverlay to be opened in front of an sap.ui.unified.Shell
|
|
21670
21670
|
*
|
|
21671
21671
|
* @since 1.16.3
|
|
21672
|
-
* @deprecated
|
|
21672
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21673
21673
|
*/
|
|
21674
21674
|
class ShellOverlay extends sap.ui.core.Control {
|
|
21675
21675
|
/**
|
|
@@ -21980,8 +21980,8 @@ declare namespace sap {
|
|
|
21980
21980
|
* Provides a main content and a secondary content area
|
|
21981
21981
|
*
|
|
21982
21982
|
* @since 1.15.0
|
|
21983
|
-
* @deprecated
|
|
21984
|
-
* @experimental
|
|
21983
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21984
|
+
* @experimental As of version 1.15.0. API is not yet finished and might change completely
|
|
21985
21985
|
*/
|
|
21986
21986
|
class SplitContainer extends sap.ui.core.Control {
|
|
21987
21987
|
/**
|
|
@@ -22126,7 +22126,7 @@ declare namespace sap {
|
|
|
22126
22126
|
*
|
|
22127
22127
|
* Default value is `'250px'`.
|
|
22128
22128
|
*
|
|
22129
|
-
* @deprecated
|
|
22129
|
+
* @deprecated As of version 1.22. Only available for backwards compatibility.
|
|
22130
22130
|
*
|
|
22131
22131
|
* @returns Value of property `secondaryContentWidth`
|
|
22132
22132
|
*/
|
|
@@ -22290,7 +22290,7 @@ declare namespace sap {
|
|
|
22290
22290
|
*
|
|
22291
22291
|
* Default value is `'250px'`.
|
|
22292
22292
|
*
|
|
22293
|
-
* @deprecated
|
|
22293
|
+
* @deprecated As of version 1.22. Only available for backwards compatibility.
|
|
22294
22294
|
*
|
|
22295
22295
|
* @returns Reference to `this` in order to allow method chaining
|
|
22296
22296
|
*/
|
|
@@ -22321,7 +22321,7 @@ declare namespace sap {
|
|
|
22321
22321
|
* Time range for use in `NonWorkingPeriod`
|
|
22322
22322
|
*
|
|
22323
22323
|
* @since 1.127.0
|
|
22324
|
-
* @experimental
|
|
22324
|
+
* @experimental As of version 1.127.0.
|
|
22325
22325
|
*/
|
|
22326
22326
|
class TimeRange extends sap.ui.core.Element {
|
|
22327
22327
|
/**
|
|
@@ -22517,7 +22517,7 @@ declare namespace sap {
|
|
|
22517
22517
|
* 'CalendarAppointmentRoundWidth'.
|
|
22518
22518
|
*
|
|
22519
22519
|
* @since 1.81.0
|
|
22520
|
-
* @experimental
|
|
22520
|
+
* @experimental As of version 1.81.0.
|
|
22521
22521
|
*/
|
|
22522
22522
|
enum CalendarAppointmentRoundWidth {
|
|
22523
22523
|
/**
|
|
@@ -22735,7 +22735,7 @@ declare namespace sap {
|
|
|
22735
22735
|
* 'ContentSwitcherAnimation'.
|
|
22736
22736
|
*
|
|
22737
22737
|
* @since 1.16.0
|
|
22738
|
-
* @experimental
|
|
22738
|
+
* @experimental As of version 1.16.0. API is not yet finished and might change completely
|
|
22739
22739
|
*/
|
|
22740
22740
|
enum ContentSwitcherAnimation {
|
|
22741
22741
|
/**
|