@openui5/ts-types-esm 1.93.3 → 1.96.2
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 +326 -42
- package/types/sap.m.d.ts +926 -136
- package/types/sap.tnt.d.ts +11 -12
- package/types/sap.ui.codeeditor.d.ts +29 -31
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +885 -383
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -23
- package/types/sap.ui.integration.d.ts +431 -15
- package/types/sap.ui.layout.d.ts +21 -1
- package/types/sap.ui.mdc.d.ts +51 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +10 -5
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +138 -14
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1591 -410
- package/types/sap.ui.webc.main.d.ts +6230 -4743
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.96.2
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -749,6 +749,22 @@ declare module "sap/m/library" {
|
|
|
749
749
|
* Defines the mode of GenericTile.
|
|
750
750
|
*/
|
|
751
751
|
export enum GenericTileMode {
|
|
752
|
+
/**
|
|
753
|
+
* @EXPERIMENTAL (since 1.96)
|
|
754
|
+
*
|
|
755
|
+
* Action Mode (Two lines for the header).
|
|
756
|
+
*
|
|
757
|
+
* Generic Tile renders buttons that are specified under 'actionButtons' aggregation
|
|
758
|
+
*/
|
|
759
|
+
ActionMode = "ActionMode",
|
|
760
|
+
/**
|
|
761
|
+
* @EXPERIMENTAL (since 1.96)
|
|
762
|
+
*
|
|
763
|
+
* Article Mode (Two lines for the header and one line for the subtitle).
|
|
764
|
+
*
|
|
765
|
+
* Enables Article Mode.
|
|
766
|
+
*/
|
|
767
|
+
ArticleMode = "ArticleMode",
|
|
752
768
|
/**
|
|
753
769
|
* Default mode (Two lines for the header and one line for the subtitle).
|
|
754
770
|
*/
|
|
@@ -757,6 +773,15 @@ declare module "sap/m/library" {
|
|
|
757
773
|
* Header mode (Four lines for the header and one line for the subtitle).
|
|
758
774
|
*/
|
|
759
775
|
HeaderMode = "HeaderMode",
|
|
776
|
+
/**
|
|
777
|
+
* @EXPERIMENTAL (since 1.96)
|
|
778
|
+
*
|
|
779
|
+
* Icon mode.
|
|
780
|
+
*
|
|
781
|
+
* GenericTile displays a combination of icon and header title. It is applicable only for the OneByOne FrameType
|
|
782
|
+
* and TwoByHalf FrameType.
|
|
783
|
+
*/
|
|
784
|
+
IconMode = "IconMode",
|
|
760
785
|
/**
|
|
761
786
|
* @SINCE 1.44.0
|
|
762
787
|
*
|
|
@@ -2336,7 +2361,7 @@ declare module "sap/m/library" {
|
|
|
2336
2361
|
*/
|
|
2337
2362
|
Auto = "Auto",
|
|
2338
2363
|
/**
|
|
2339
|
-
* Explicitly sets the alignment to the
|
|
2364
|
+
* Explicitly sets the alignment to the center
|
|
2340
2365
|
*/
|
|
2341
2366
|
Center = "Center",
|
|
2342
2367
|
/**
|
|
@@ -4674,9 +4699,6 @@ declare module "sap/m/Avatar" {
|
|
|
4674
4699
|
*
|
|
4675
4700
|
* Determines the background color of the control.
|
|
4676
4701
|
*
|
|
4677
|
-
* **Note:** By using background colors from the predefined sets, your colors can later be customized from
|
|
4678
|
-
* the Theme Designer.
|
|
4679
|
-
*
|
|
4680
4702
|
* Default value is `Accent6`.
|
|
4681
4703
|
*/
|
|
4682
4704
|
getBackgroundColor(): AvatarColor | keyof typeof AvatarColor;
|
|
@@ -4821,9 +4843,6 @@ declare module "sap/m/Avatar" {
|
|
|
4821
4843
|
*
|
|
4822
4844
|
* Determines the background color of the control.
|
|
4823
4845
|
*
|
|
4824
|
-
* **Note:** By using background colors from the predefined sets, your colors can later be customized from
|
|
4825
|
-
* the Theme Designer.
|
|
4826
|
-
*
|
|
4827
4846
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
4828
4847
|
*
|
|
4829
4848
|
* Default value is `Accent6`.
|
|
@@ -5082,9 +5101,6 @@ declare module "sap/m/Avatar" {
|
|
|
5082
5101
|
|
|
5083
5102
|
/**
|
|
5084
5103
|
* Determines the background color of the control.
|
|
5085
|
-
*
|
|
5086
|
-
* **Note:** By using background colors from the predefined sets, your colors can later be customized from
|
|
5087
|
-
* the Theme Designer.
|
|
5088
5104
|
*/
|
|
5089
5105
|
backgroundColor?:
|
|
5090
5106
|
| (AvatarColor | keyof typeof AvatarColor)
|
|
@@ -9643,11 +9659,13 @@ declare module "sap/m/ColorPalette" {
|
|
|
9643
9659
|
* See:
|
|
9644
9660
|
* {@link sap.m.ColorPalettePopover}
|
|
9645
9661
|
*
|
|
9646
|
-
* **Note:** The
|
|
9662
|
+
* **Note:** The application developers should add dependency to `sap.ui.unified` library
|
|
9663
|
+
* on application level to ensure that the library is loaded before the module dependencies will be required.
|
|
9664
|
+
* The {@link sap.ui.unified.ColorPicker} is used internally only if the `ColorPicker`
|
|
9647
9665
|
* is opened (not used for the initial rendering). If the `sap.ui.unified` library is not loaded
|
|
9648
|
-
* before the `ColorPicker` is opened, it will be loaded upon opening. This could lead to
|
|
9649
|
-
* time when the `ColorPicker` is opened for the first time.
|
|
9650
|
-
* `ColorPalette` should also load the `sap.ui.unified` library.
|
|
9666
|
+
* before the `ColorPicker` is opened, it will be loaded upon opening. This could lead to CSP compliance
|
|
9667
|
+
* issues and adds an additional waiting time when the `ColorPicker` is opened for the first time.
|
|
9668
|
+
* To prevent this, apps using the `ColorPalette` should also load the `sap.ui.unified` library in advance.
|
|
9651
9669
|
*/
|
|
9652
9670
|
constructor(
|
|
9653
9671
|
/**
|
|
@@ -9664,11 +9682,13 @@ declare module "sap/m/ColorPalette" {
|
|
|
9664
9682
|
* See:
|
|
9665
9683
|
* {@link sap.m.ColorPalettePopover}
|
|
9666
9684
|
*
|
|
9667
|
-
* **Note:** The
|
|
9685
|
+
* **Note:** The application developers should add dependency to `sap.ui.unified` library
|
|
9686
|
+
* on application level to ensure that the library is loaded before the module dependencies will be required.
|
|
9687
|
+
* The {@link sap.ui.unified.ColorPicker} is used internally only if the `ColorPicker`
|
|
9668
9688
|
* is opened (not used for the initial rendering). If the `sap.ui.unified` library is not loaded
|
|
9669
|
-
* before the `ColorPicker` is opened, it will be loaded upon opening. This could lead to
|
|
9670
|
-
* time when the `ColorPicker` is opened for the first time.
|
|
9671
|
-
* `ColorPalette` should also load the `sap.ui.unified` library.
|
|
9689
|
+
* before the `ColorPicker` is opened, it will be loaded upon opening. This could lead to CSP compliance
|
|
9690
|
+
* issues and adds an additional waiting time when the `ColorPicker` is opened for the first time.
|
|
9691
|
+
* To prevent this, apps using the `ColorPalette` should also load the `sap.ui.unified` library in advance.
|
|
9672
9692
|
*/
|
|
9673
9693
|
constructor(
|
|
9674
9694
|
/**
|
|
@@ -12869,6 +12889,12 @@ declare module "sap/m/CustomDynamicDateOption" {
|
|
|
12869
12889
|
* Defines a method that calculates an absolute date range from the options relative value. See DynamicDateOption.toDates.
|
|
12870
12890
|
*/
|
|
12871
12891
|
getToDates(): Function;
|
|
12892
|
+
/**
|
|
12893
|
+
* Gets current value of property {@link #getValidateValueHelpUI validateValueHelpUI}.
|
|
12894
|
+
*
|
|
12895
|
+
* Defines a method that can validate all controls from the value help UI related to a given option.
|
|
12896
|
+
*/
|
|
12897
|
+
getValidateValueHelpUI(): Function;
|
|
12872
12898
|
/**
|
|
12873
12899
|
* Sets a new value for property {@link #getCreateValueHelpUI createValueHelpUI}.
|
|
12874
12900
|
*
|
|
@@ -13003,6 +13029,19 @@ declare module "sap/m/CustomDynamicDateOption" {
|
|
|
13003
13029
|
*/
|
|
13004
13030
|
fnToDates: Function
|
|
13005
13031
|
): this;
|
|
13032
|
+
/**
|
|
13033
|
+
* Sets a new value for property {@link #getValidateValueHelpUI validateValueHelpUI}.
|
|
13034
|
+
*
|
|
13035
|
+
* Defines a method that can validate all controls from the value help UI related to a given option.
|
|
13036
|
+
*
|
|
13037
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
13038
|
+
*/
|
|
13039
|
+
setValidateValueHelpUI(
|
|
13040
|
+
/**
|
|
13041
|
+
* New value for property `validateValueHelpUI`
|
|
13042
|
+
*/
|
|
13043
|
+
fnValidateValueHelpUI: Function
|
|
13044
|
+
): this;
|
|
13006
13045
|
}
|
|
13007
13046
|
|
|
13008
13047
|
export interface $CustomDynamicDateOptionSettings
|
|
@@ -13024,6 +13063,11 @@ declare module "sap/m/CustomDynamicDateOption" {
|
|
|
13024
13063
|
*/
|
|
13025
13064
|
createValueHelpUI?: Function | PropertyBindingInfo;
|
|
13026
13065
|
|
|
13066
|
+
/**
|
|
13067
|
+
* Defines a method that can validate all controls from the value help UI related to a given option.
|
|
13068
|
+
*/
|
|
13069
|
+
validateValueHelpUI?: Function | PropertyBindingInfo;
|
|
13070
|
+
|
|
13027
13071
|
/**
|
|
13028
13072
|
* Defines a method that can collect the value from the value help UI.
|
|
13029
13073
|
*/
|
|
@@ -13566,11 +13610,13 @@ declare module "sap/m/DatePicker" {
|
|
|
13566
13610
|
* The `DatePicker` lets the users select a localized date using touch, mouse, or keyboard input. It consists
|
|
13567
13611
|
* of two parts: the date input field and the date picker.
|
|
13568
13612
|
*
|
|
13569
|
-
* **Note:** The
|
|
13570
|
-
*
|
|
13571
|
-
* is
|
|
13572
|
-
*
|
|
13573
|
-
*
|
|
13613
|
+
* **Note:** The application developer should add dependency to `sap.ui.unified` library on application
|
|
13614
|
+
* level to ensure that the library is loaded before the module dependencies will be required. The {@link
|
|
13615
|
+
* sap.ui.unified.Calendar} is used internally only if the `DatePicker` is opened (not used for the initial
|
|
13616
|
+
* rendering). If the `sap.ui.unified` library is not loaded before the `DatePicker` is opened, it will
|
|
13617
|
+
* be loaded upon opening. This could lead to CSP compliance issues and adds an additional waiting time
|
|
13618
|
+
* when the `DatePicker` is opened for the first time. To prevent this, apps using the `DatePicker` should
|
|
13619
|
+
* also load the `sap.ui.unified` library in advance.
|
|
13574
13620
|
*
|
|
13575
13621
|
* Usage:
|
|
13576
13622
|
*
|
|
@@ -13859,6 +13905,19 @@ declare module "sap/m/DatePicker" {
|
|
|
13859
13905
|
* are only displayed in the primary calendar type
|
|
13860
13906
|
*/
|
|
13861
13907
|
getSecondaryCalendarType(): CalendarType | keyof typeof CalendarType;
|
|
13908
|
+
/**
|
|
13909
|
+
* @SINCE 1.95
|
|
13910
|
+
*
|
|
13911
|
+
* Gets current value of property {@link #getShowCurrentDateButton showCurrentDateButton}.
|
|
13912
|
+
*
|
|
13913
|
+
* Determines whether there is a shortcut navigation to Today. When used in Month, Year or Year-range picker
|
|
13914
|
+
* view, the calendar navigates to Day picker view.
|
|
13915
|
+
*
|
|
13916
|
+
* Note: The Current date button appears if the `displayFormat` property allows entering day.
|
|
13917
|
+
*
|
|
13918
|
+
* Default value is `false`.
|
|
13919
|
+
*/
|
|
13920
|
+
getShowCurrentDateButton(): boolean;
|
|
13862
13921
|
/**
|
|
13863
13922
|
* @SINCE 1.70
|
|
13864
13923
|
*
|
|
@@ -14058,6 +14117,26 @@ declare module "sap/m/DatePicker" {
|
|
|
14058
14117
|
*/
|
|
14059
14118
|
sSecondaryCalendarType?: CalendarType | keyof typeof CalendarType
|
|
14060
14119
|
): this;
|
|
14120
|
+
/**
|
|
14121
|
+
* @SINCE 1.95
|
|
14122
|
+
*
|
|
14123
|
+
* Sets a new value for property {@link #getShowCurrentDateButton showCurrentDateButton}.
|
|
14124
|
+
*
|
|
14125
|
+
* Determines whether there is a shortcut navigation to Today. When used in Month, Year or Year-range picker
|
|
14126
|
+
* view, the calendar navigates to Day picker view.
|
|
14127
|
+
*
|
|
14128
|
+
* Note: The Current date button appears if the `displayFormat` property allows entering day.
|
|
14129
|
+
*
|
|
14130
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
14131
|
+
*
|
|
14132
|
+
* Default value is `false`.
|
|
14133
|
+
*/
|
|
14134
|
+
setShowCurrentDateButton(
|
|
14135
|
+
/**
|
|
14136
|
+
* New value for property `showCurrentDateButton`
|
|
14137
|
+
*/
|
|
14138
|
+
bShowCurrentDateButton?: boolean
|
|
14139
|
+
): this;
|
|
14061
14140
|
/**
|
|
14062
14141
|
* @SINCE 1.70
|
|
14063
14142
|
*
|
|
@@ -14147,6 +14226,16 @@ declare module "sap/m/DatePicker" {
|
|
|
14147
14226
|
*/
|
|
14148
14227
|
showFooter?: boolean | PropertyBindingInfo;
|
|
14149
14228
|
|
|
14229
|
+
/**
|
|
14230
|
+
* @SINCE 1.95
|
|
14231
|
+
*
|
|
14232
|
+
* Determines whether there is a shortcut navigation to Today. When used in Month, Year or Year-range picker
|
|
14233
|
+
* view, the calendar navigates to Day picker view.
|
|
14234
|
+
*
|
|
14235
|
+
* Note: The Current date button appears if the `displayFormat` property allows entering day.
|
|
14236
|
+
*/
|
|
14237
|
+
showCurrentDateButton?: boolean | PropertyBindingInfo;
|
|
14238
|
+
|
|
14150
14239
|
/**
|
|
14151
14240
|
* @SINCE 1.38.5
|
|
14152
14241
|
*
|
|
@@ -14201,11 +14290,13 @@ declare module "sap/m/DateRangeSelection" {
|
|
|
14201
14290
|
* **Note:** The control is not UTC aware and the selected date range starts from 00:00:00:000 of the first
|
|
14202
14291
|
* date and ends in 23:59:59:999 on the second date.
|
|
14203
14292
|
*
|
|
14204
|
-
* The
|
|
14205
|
-
*
|
|
14206
|
-
* is
|
|
14293
|
+
* The application developer should add dependency to `sap.ui.unified` library on application level to ensure
|
|
14294
|
+
* that the library is loaded before the module dependencies will be required. The {@link sap.ui.unified.Calendar}
|
|
14295
|
+
* is used internally only if the `DateRangeSelection` is opened (not used for the initial rendering). If
|
|
14296
|
+
* the `sap.ui.unified` library is not loaded before the `DateRangeSelection` is opened, it will be loaded
|
|
14297
|
+
* upon opening. This could lead to CSP compliance issues and adds an additional waiting time when the `DateRangeSelection`
|
|
14207
14298
|
* is opened for the first time. To prevent this, apps using the `DateRangeSelection` should also load the
|
|
14208
|
-
* `sap.ui.unified` library.
|
|
14299
|
+
* `sap.ui.unified` library in advance.
|
|
14209
14300
|
*
|
|
14210
14301
|
* Usage:
|
|
14211
14302
|
*
|
|
@@ -15450,11 +15541,13 @@ declare module "sap/m/DateTimePicker" {
|
|
|
15450
15541
|
*
|
|
15451
15542
|
* The `DateTimePicker` control consists of two parts: the input field and the date/time picker.
|
|
15452
15543
|
*
|
|
15453
|
-
* **Note:** The
|
|
15454
|
-
*
|
|
15455
|
-
* is
|
|
15456
|
-
*
|
|
15457
|
-
*
|
|
15544
|
+
* **Note:** The application developer should add dependency to `sap.ui.unified` library on application
|
|
15545
|
+
* level to ensure that the library is loaded before the module dependencies will be required. The {@link
|
|
15546
|
+
* sap.ui.unified.Calendar} is used internally only if the `DateTimePicker` is opened (not used for the
|
|
15547
|
+
* initial rendering). If the `sap.ui.unified` library is not loaded before the `DateTimePicker` is opened,
|
|
15548
|
+
* it will be loaded upon opening. This could lead to CSP compliance issues and adds an additional waiting
|
|
15549
|
+
* time when the `DateTimePicker` is opened for the first time. To prevent this, apps using the `DateTimePicker`
|
|
15550
|
+
* should also load the `sap.ui.unified` library in advance.
|
|
15458
15551
|
*
|
|
15459
15552
|
* Usage:
|
|
15460
15553
|
*
|
|
@@ -16357,7 +16450,7 @@ declare module "sap/m/Dialog" {
|
|
|
16357
16450
|
* @SINCE 1.11.2
|
|
16358
16451
|
* @deprecated (since 1.13.1) - Please use the new stretch property instead. This enables a stretched Dialog
|
|
16359
16452
|
* even on tablet and desktop. If you want to achieve the same effect as `stretchOnPhone`, please set the
|
|
16360
|
-
* stretch with
|
|
16453
|
+
* stretch with `Device.system.phone`, then the Dialog is only stretched when it runs on a phone.
|
|
16361
16454
|
*
|
|
16362
16455
|
* Gets current value of property {@link #getStretchOnPhone stretchOnPhone}.
|
|
16363
16456
|
*
|
|
@@ -16819,7 +16912,7 @@ declare module "sap/m/Dialog" {
|
|
|
16819
16912
|
* @SINCE 1.11.2
|
|
16820
16913
|
* @deprecated (since 1.13.1) - Please use the new stretch property instead. This enables a stretched Dialog
|
|
16821
16914
|
* even on tablet and desktop. If you want to achieve the same effect as `stretchOnPhone`, please set the
|
|
16822
|
-
* stretch with
|
|
16915
|
+
* stretch with `Device.system.phone`, then the Dialog is only stretched when it runs on a phone.
|
|
16823
16916
|
*
|
|
16824
16917
|
* Sets a new value for property {@link #getStretchOnPhone stretchOnPhone}.
|
|
16825
16918
|
*
|
|
@@ -16957,7 +17050,7 @@ declare module "sap/m/Dialog" {
|
|
|
16957
17050
|
* @SINCE 1.11.2
|
|
16958
17051
|
* @deprecated (since 1.13.1) - Please use the new stretch property instead. This enables a stretched Dialog
|
|
16959
17052
|
* even on tablet and desktop. If you want to achieve the same effect as `stretchOnPhone`, please set the
|
|
16960
|
-
* stretch with
|
|
17053
|
+
* stretch with `Device.system.phone`, then the Dialog is only stretched when it runs on a phone.
|
|
16961
17054
|
*
|
|
16962
17055
|
* Determines whether the Dialog will be displayed on full screen on a phone.
|
|
16963
17056
|
*/
|
|
@@ -17509,7 +17602,11 @@ declare module "sap/m/DynamicDate" {
|
|
|
17509
17602
|
* @SINCE 1.92
|
|
17510
17603
|
* @EXPERIMENTAL (since 1.92)
|
|
17511
17604
|
*
|
|
17512
|
-
* This class represents the dynamic date range type.
|
|
17605
|
+
* This class represents the dynamic date range type. Model values should be in the following format: {
|
|
17606
|
+
* operator: "KEY", values: [param1, param2] }. Where the supported parameters are timestamps, month indexes
|
|
17607
|
+
* and numbers (all three are numbers). Their type is defined by the corresponding DynamicDateOption instance
|
|
17608
|
+
* identified by the same "KEY". This class is capable of formatting only the value parameters expected
|
|
17609
|
+
* by the DynamicDateRange control. A display format may be provided via the format options.
|
|
17513
17610
|
*/
|
|
17514
17611
|
export default class DynamicDate extends SimpleType {
|
|
17515
17612
|
/**
|
|
@@ -17517,19 +17614,22 @@ declare module "sap/m/DynamicDate" {
|
|
|
17517
17614
|
*/
|
|
17518
17615
|
constructor(
|
|
17519
17616
|
/**
|
|
17520
|
-
*
|
|
17617
|
+
* Format options. There are format options for each of the supported types of value parameters.
|
|
17521
17618
|
*/
|
|
17522
17619
|
oFormatOptions?: {
|
|
17523
17620
|
/**
|
|
17524
|
-
*
|
|
17621
|
+
* Display format options for the values that contain dates. For a list of all available options, see {@link
|
|
17622
|
+
* sap.ui.core.format.DateFormat.getDateInstance DateFormat}.
|
|
17525
17623
|
*/
|
|
17526
17624
|
date?: object;
|
|
17527
17625
|
/**
|
|
17528
|
-
*
|
|
17626
|
+
* Display format options for the values that contain month names. The only supported option is the `pattern`
|
|
17627
|
+
* using the respective symbols for displaying months "MM", "MMM" or "MMMM".
|
|
17529
17628
|
*/
|
|
17530
17629
|
month?: object;
|
|
17531
17630
|
/**
|
|
17532
|
-
*
|
|
17631
|
+
* Display format options for the values that contain numbers. For a list of all available options, see
|
|
17632
|
+
* {@link sap.ui.core.format.NumberFormat.getInstance NumberFormat}.
|
|
17533
17633
|
*/
|
|
17534
17634
|
int?: object;
|
|
17535
17635
|
},
|
|
@@ -17589,7 +17689,7 @@ declare module "sap/m/DynamicDate" {
|
|
|
17589
17689
|
* Parses the given object value to a similar object. The whole value is in the following format { operator:
|
|
17590
17690
|
* "KEY", values: [...array with JS dates or numbers to be parsed]}. Only parses the 'values' part of the
|
|
17591
17691
|
* given object. The dates are expected as Javascript Dates and are converted to timestamps. The numbers
|
|
17592
|
-
* and strings are left untouched.
|
|
17692
|
+
* and strings are left untouched. Special values with operator: "PARSEERROR" generate a parse exception.
|
|
17593
17693
|
*/
|
|
17594
17694
|
parseValue(
|
|
17595
17695
|
/**
|
|
@@ -17848,6 +17948,17 @@ declare module "sap/m/DynamicDateOption" {
|
|
|
17848
17948
|
*/
|
|
17849
17949
|
oValue: object
|
|
17850
17950
|
): /* was: sap.ui.core.date.UniversalDate */ any[];
|
|
17951
|
+
/**
|
|
17952
|
+
* Validates all input controls in the value help UI related to the current option. If one of the input
|
|
17953
|
+
* controls contains invalid value, then validation will return `false`. If all input controls contain valid
|
|
17954
|
+
* value, then the validation will return `true`.
|
|
17955
|
+
*/
|
|
17956
|
+
validateValueHelpUI(
|
|
17957
|
+
/**
|
|
17958
|
+
* The control instance
|
|
17959
|
+
*/
|
|
17960
|
+
oControl: DynamicDateRange
|
|
17961
|
+
): boolean;
|
|
17851
17962
|
}
|
|
17852
17963
|
|
|
17853
17964
|
export interface $DynamicDateOptionSettings extends $ElementSettings {
|
|
@@ -24454,6 +24565,8 @@ declare module "sap/m/GenericTag" {
|
|
|
24454
24565
|
declare module "sap/m/GenericTile" {
|
|
24455
24566
|
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
24456
24567
|
|
|
24568
|
+
import Button from "sap/m/Button";
|
|
24569
|
+
|
|
24457
24570
|
import TileContent from "sap/m/TileContent";
|
|
24458
24571
|
|
|
24459
24572
|
import Event from "sap/ui/base/Event";
|
|
@@ -24470,10 +24583,11 @@ declare module "sap/m/GenericTile" {
|
|
|
24470
24583
|
Size,
|
|
24471
24584
|
TileSizeBehavior,
|
|
24472
24585
|
LoadState,
|
|
24586
|
+
ValueColor,
|
|
24473
24587
|
WrappingType,
|
|
24474
24588
|
} from "sap/m/library";
|
|
24475
24589
|
|
|
24476
|
-
import { URI, CSSSize } from "sap/ui/core/library";
|
|
24590
|
+
import { CSSColor, URI, CSSSize } from "sap/ui/core/library";
|
|
24477
24591
|
|
|
24478
24592
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
24479
24593
|
|
|
@@ -24540,6 +24654,17 @@ declare module "sap/m/GenericTile" {
|
|
|
24540
24654
|
* Returns a metadata object for class sap.m.GenericTile.
|
|
24541
24655
|
*/
|
|
24542
24656
|
static getMetadata(): ElementMetadata;
|
|
24657
|
+
/**
|
|
24658
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24659
|
+
*
|
|
24660
|
+
* Adds some actionButton to the aggregation {@link #getActionButtons actionButtons}.
|
|
24661
|
+
*/
|
|
24662
|
+
addActionButton(
|
|
24663
|
+
/**
|
|
24664
|
+
* The actionButton to add; if empty, nothing is inserted
|
|
24665
|
+
*/
|
|
24666
|
+
oActionButton: Button
|
|
24667
|
+
): this;
|
|
24543
24668
|
/**
|
|
24544
24669
|
* Adds some tileContent to the aggregation {@link #getTileContent tileContent}.
|
|
24545
24670
|
*/
|
|
@@ -24590,6 +24715,20 @@ declare module "sap/m/GenericTile" {
|
|
|
24590
24715
|
*/
|
|
24591
24716
|
oListener?: object
|
|
24592
24717
|
): this;
|
|
24718
|
+
/**
|
|
24719
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24720
|
+
*
|
|
24721
|
+
* Binds aggregation {@link #getActionButtons actionButtons} to model data.
|
|
24722
|
+
*
|
|
24723
|
+
* See {@link sap.ui.base.ManagedObject#bindAggregation ManagedObject.bindAggregation} for a detailed description
|
|
24724
|
+
* of the possible properties of `oBindingInfo`.
|
|
24725
|
+
*/
|
|
24726
|
+
bindActionButtons(
|
|
24727
|
+
/**
|
|
24728
|
+
* The binding information
|
|
24729
|
+
*/
|
|
24730
|
+
oBindingInfo: AggregationBindingInfo
|
|
24731
|
+
): this;
|
|
24593
24732
|
/**
|
|
24594
24733
|
* Binds aggregation {@link #getTileContent tileContent} to model data.
|
|
24595
24734
|
*
|
|
@@ -24602,6 +24741,12 @@ declare module "sap/m/GenericTile" {
|
|
|
24602
24741
|
*/
|
|
24603
24742
|
oBindingInfo: AggregationBindingInfo
|
|
24604
24743
|
): this;
|
|
24744
|
+
/**
|
|
24745
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24746
|
+
*
|
|
24747
|
+
* Destroys all the actionButtons in the aggregation {@link #getActionButtons actionButtons}.
|
|
24748
|
+
*/
|
|
24749
|
+
destroyActionButtons(): this;
|
|
24605
24750
|
/**
|
|
24606
24751
|
* @deprecated (since 1.36.0) - This aggregation is deprecated, use sap.m.ImageContent control to display
|
|
24607
24752
|
* an icon instead.
|
|
@@ -24653,6 +24798,14 @@ declare module "sap/m/GenericTile" {
|
|
|
24653
24798
|
domRef?: any;
|
|
24654
24799
|
}
|
|
24655
24800
|
): this;
|
|
24801
|
+
/**
|
|
24802
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24803
|
+
*
|
|
24804
|
+
* Gets content of aggregation {@link #getActionButtons actionButtons}.
|
|
24805
|
+
*
|
|
24806
|
+
* Action buttons added in ActionMode.
|
|
24807
|
+
*/
|
|
24808
|
+
getActionButtons(): Button[];
|
|
24656
24809
|
/**
|
|
24657
24810
|
* @SINCE 1.82
|
|
24658
24811
|
*
|
|
@@ -24694,6 +24847,15 @@ declare module "sap/m/GenericTile" {
|
|
|
24694
24847
|
* Additional description for aria-roledescription.
|
|
24695
24848
|
*/
|
|
24696
24849
|
getAriaRoleDescription(): string;
|
|
24850
|
+
/**
|
|
24851
|
+
* @SINCE 1.96
|
|
24852
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24853
|
+
*
|
|
24854
|
+
* Gets current value of property {@link #getBackgroundColor backgroundColor}.
|
|
24855
|
+
*
|
|
24856
|
+
* Background color of the GenericTile. Only applicable for IconMode.
|
|
24857
|
+
*/
|
|
24858
|
+
getBackgroundColor(): CSSColor;
|
|
24697
24859
|
/**
|
|
24698
24860
|
* Gets current value of property {@link #getBackgroundImage backgroundImage}.
|
|
24699
24861
|
*
|
|
@@ -24706,6 +24868,17 @@ declare module "sap/m/GenericTile" {
|
|
|
24706
24868
|
* Provides an interface to the tile's layout information consistent in all modes and content densities.
|
|
24707
24869
|
*/
|
|
24708
24870
|
getBoundingRects(): object[];
|
|
24871
|
+
/**
|
|
24872
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24873
|
+
*
|
|
24874
|
+
* Gets current value of property {@link #getEnableNavigationButton enableNavigationButton}.
|
|
24875
|
+
*
|
|
24876
|
+
* Renders the given link as a button, enabling the option of opening the link in new tab/window functionality.
|
|
24877
|
+
* Works only in ArticleMode.
|
|
24878
|
+
*
|
|
24879
|
+
* Default value is `false`.
|
|
24880
|
+
*/
|
|
24881
|
+
getEnableNavigationButton(): boolean;
|
|
24709
24882
|
/**
|
|
24710
24883
|
* Gets current value of property {@link #getFailedText failedText}.
|
|
24711
24884
|
*
|
|
@@ -24758,6 +24931,24 @@ declare module "sap/m/GenericTile" {
|
|
|
24758
24931
|
* Default value is `ContentMode`.
|
|
24759
24932
|
*/
|
|
24760
24933
|
getMode(): GenericTileMode | keyof typeof GenericTileMode;
|
|
24934
|
+
/**
|
|
24935
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24936
|
+
*
|
|
24937
|
+
* Gets current value of property {@link #getNavigationButtonText navigationButtonText}.
|
|
24938
|
+
*
|
|
24939
|
+
* Text for navigate action button. Default Value is "Read More". Works only in ArticleMode.
|
|
24940
|
+
*/
|
|
24941
|
+
getNavigationButtonText(): string;
|
|
24942
|
+
/**
|
|
24943
|
+
* @EXPERIMENTAL (since 1.96)
|
|
24944
|
+
*
|
|
24945
|
+
* Gets current value of property {@link #getPressEnabled pressEnabled}.
|
|
24946
|
+
*
|
|
24947
|
+
* Disables press event for the tile control.
|
|
24948
|
+
*
|
|
24949
|
+
* Default value is `true`.
|
|
24950
|
+
*/
|
|
24951
|
+
getPressEnabled(): boolean;
|
|
24761
24952
|
/**
|
|
24762
24953
|
* @SINCE 1.46.0
|
|
24763
24954
|
*
|
|
@@ -24818,6 +25009,15 @@ declare module "sap/m/GenericTile" {
|
|
|
24818
25009
|
* The content of the tile.
|
|
24819
25010
|
*/
|
|
24820
25011
|
getTileContent(): TileContent[];
|
|
25012
|
+
/**
|
|
25013
|
+
* @SINCE 1.96
|
|
25014
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25015
|
+
*
|
|
25016
|
+
* Gets current value of property {@link #getTileIcon tileIcon}.
|
|
25017
|
+
*
|
|
25018
|
+
* Icon of the GenericTile. Only applicable for IconMode.
|
|
25019
|
+
*/
|
|
25020
|
+
getTileIcon(): URI;
|
|
24821
25021
|
/**
|
|
24822
25022
|
* @SINCE 1.76
|
|
24823
25023
|
*
|
|
@@ -24826,6 +25026,17 @@ declare module "sap/m/GenericTile" {
|
|
|
24826
25026
|
* Renders the given link as root element and therefore enables the open in new tab / window functionality
|
|
24827
25027
|
*/
|
|
24828
25028
|
getUrl(): URI;
|
|
25029
|
+
/**
|
|
25030
|
+
* @SINCE 1.95
|
|
25031
|
+
* @EXPERIMENTAL
|
|
25032
|
+
*
|
|
25033
|
+
* Gets current value of property {@link #getValueColor valueColor}.
|
|
25034
|
+
*
|
|
25035
|
+
* The semantic color of the value.
|
|
25036
|
+
*
|
|
25037
|
+
* Default value is `"None"`.
|
|
25038
|
+
*/
|
|
25039
|
+
getValueColor(): ValueColor | keyof typeof ValueColor;
|
|
24829
25040
|
/**
|
|
24830
25041
|
* @SINCE 1.72
|
|
24831
25042
|
*
|
|
@@ -24844,6 +25055,18 @@ declare module "sap/m/GenericTile" {
|
|
|
24844
25055
|
* Default value is `Normal`.
|
|
24845
25056
|
*/
|
|
24846
25057
|
getWrappingType(): WrappingType | keyof typeof WrappingType;
|
|
25058
|
+
/**
|
|
25059
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25060
|
+
*
|
|
25061
|
+
* Checks for the provided `sap.m.Button` in the aggregation {@link #getActionButtons actionButtons}. and
|
|
25062
|
+
* returns its index if found or -1 otherwise.
|
|
25063
|
+
*/
|
|
25064
|
+
indexOfActionButton(
|
|
25065
|
+
/**
|
|
25066
|
+
* The actionButton whose index is looked for
|
|
25067
|
+
*/
|
|
25068
|
+
oActionButton: Button
|
|
25069
|
+
): int;
|
|
24847
25070
|
/**
|
|
24848
25071
|
* Checks for the provided `sap.m.TileContent` in the aggregation {@link #getTileContent tileContent}. and
|
|
24849
25072
|
* returns its index if found or -1 otherwise.
|
|
@@ -24854,6 +25077,23 @@ declare module "sap/m/GenericTile" {
|
|
|
24854
25077
|
*/
|
|
24855
25078
|
oTileContent: TileContent
|
|
24856
25079
|
): int;
|
|
25080
|
+
/**
|
|
25081
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25082
|
+
*
|
|
25083
|
+
* Inserts a actionButton into the aggregation {@link #getActionButtons actionButtons}.
|
|
25084
|
+
*/
|
|
25085
|
+
insertActionButton(
|
|
25086
|
+
/**
|
|
25087
|
+
* The actionButton to insert; if empty, nothing is inserted
|
|
25088
|
+
*/
|
|
25089
|
+
oActionButton: Button,
|
|
25090
|
+
/**
|
|
25091
|
+
* The `0`-based index the actionButton should be inserted at; for a negative value of `iIndex`, the actionButton
|
|
25092
|
+
* is inserted at position 0; for a value greater than the current size of the aggregation, the actionButton
|
|
25093
|
+
* is inserted at the last position
|
|
25094
|
+
*/
|
|
25095
|
+
iIndex: int
|
|
25096
|
+
): this;
|
|
24857
25097
|
/**
|
|
24858
25098
|
* Inserts a tileContent into the aggregation {@link #getTileContent tileContent}.
|
|
24859
25099
|
*/
|
|
@@ -24869,6 +25109,25 @@ declare module "sap/m/GenericTile" {
|
|
|
24869
25109
|
*/
|
|
24870
25110
|
iIndex: int
|
|
24871
25111
|
): this;
|
|
25112
|
+
/**
|
|
25113
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25114
|
+
*
|
|
25115
|
+
* Removes a actionButton from the aggregation {@link #getActionButtons actionButtons}.
|
|
25116
|
+
*/
|
|
25117
|
+
removeActionButton(
|
|
25118
|
+
/**
|
|
25119
|
+
* The actionButton to remove or its index or id
|
|
25120
|
+
*/
|
|
25121
|
+
vActionButton: int | string | Button
|
|
25122
|
+
): Button;
|
|
25123
|
+
/**
|
|
25124
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25125
|
+
*
|
|
25126
|
+
* Removes all the controls from the aggregation {@link #getActionButtons actionButtons}.
|
|
25127
|
+
*
|
|
25128
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
25129
|
+
*/
|
|
25130
|
+
removeAllActionButtons(): Button[];
|
|
24872
25131
|
/**
|
|
24873
25132
|
* Removes all the controls from the aggregation {@link #getTileContent tileContent}.
|
|
24874
25133
|
*
|
|
@@ -24960,6 +25219,22 @@ declare module "sap/m/GenericTile" {
|
|
|
24960
25219
|
*/
|
|
24961
25220
|
sAriaRoleDescription?: string
|
|
24962
25221
|
): this;
|
|
25222
|
+
/**
|
|
25223
|
+
* @SINCE 1.96
|
|
25224
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25225
|
+
*
|
|
25226
|
+
* Sets a new value for property {@link #getBackgroundColor backgroundColor}.
|
|
25227
|
+
*
|
|
25228
|
+
* Background color of the GenericTile. Only applicable for IconMode.
|
|
25229
|
+
*
|
|
25230
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25231
|
+
*/
|
|
25232
|
+
setBackgroundColor(
|
|
25233
|
+
/**
|
|
25234
|
+
* New value for property `backgroundColor`
|
|
25235
|
+
*/
|
|
25236
|
+
sBackgroundColor: CSSColor
|
|
25237
|
+
): this;
|
|
24963
25238
|
/**
|
|
24964
25239
|
* Sets a new value for property {@link #getBackgroundImage backgroundImage}.
|
|
24965
25240
|
*
|
|
@@ -24973,6 +25248,24 @@ declare module "sap/m/GenericTile" {
|
|
|
24973
25248
|
*/
|
|
24974
25249
|
sBackgroundImage?: URI
|
|
24975
25250
|
): this;
|
|
25251
|
+
/**
|
|
25252
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25253
|
+
*
|
|
25254
|
+
* Sets a new value for property {@link #getEnableNavigationButton enableNavigationButton}.
|
|
25255
|
+
*
|
|
25256
|
+
* Renders the given link as a button, enabling the option of opening the link in new tab/window functionality.
|
|
25257
|
+
* Works only in ArticleMode.
|
|
25258
|
+
*
|
|
25259
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25260
|
+
*
|
|
25261
|
+
* Default value is `false`.
|
|
25262
|
+
*/
|
|
25263
|
+
setEnableNavigationButton(
|
|
25264
|
+
/**
|
|
25265
|
+
* New value for property `enableNavigationButton`
|
|
25266
|
+
*/
|
|
25267
|
+
bEnableNavigationButton?: boolean
|
|
25268
|
+
): this;
|
|
24976
25269
|
/**
|
|
24977
25270
|
* Sets a new value for property {@link #getFailedText failedText}.
|
|
24978
25271
|
*
|
|
@@ -25069,6 +25362,21 @@ declare module "sap/m/GenericTile" {
|
|
|
25069
25362
|
*/
|
|
25070
25363
|
sMode?: GenericTileMode | keyof typeof GenericTileMode
|
|
25071
25364
|
): this;
|
|
25365
|
+
/**
|
|
25366
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25367
|
+
*
|
|
25368
|
+
* Sets a new value for property {@link #getNavigationButtonText navigationButtonText}.
|
|
25369
|
+
*
|
|
25370
|
+
* Text for navigate action button. Default Value is "Read More". Works only in ArticleMode.
|
|
25371
|
+
*
|
|
25372
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25373
|
+
*/
|
|
25374
|
+
setNavigationButtonText(
|
|
25375
|
+
/**
|
|
25376
|
+
* New value for property `navigationButtonText`
|
|
25377
|
+
*/
|
|
25378
|
+
sNavigationButtonText?: string
|
|
25379
|
+
): this;
|
|
25072
25380
|
/**
|
|
25073
25381
|
* @SINCE 1.46
|
|
25074
25382
|
*
|
|
@@ -25176,6 +25484,22 @@ declare module "sap/m/GenericTile" {
|
|
|
25176
25484
|
*/
|
|
25177
25485
|
sSystemInfo?: string
|
|
25178
25486
|
): this;
|
|
25487
|
+
/**
|
|
25488
|
+
* @SINCE 1.96
|
|
25489
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25490
|
+
*
|
|
25491
|
+
* Sets a new value for property {@link #getTileIcon tileIcon}.
|
|
25492
|
+
*
|
|
25493
|
+
* Icon of the GenericTile. Only applicable for IconMode.
|
|
25494
|
+
*
|
|
25495
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25496
|
+
*/
|
|
25497
|
+
setTileIcon(
|
|
25498
|
+
/**
|
|
25499
|
+
* New value for property `tileIcon`
|
|
25500
|
+
*/
|
|
25501
|
+
sTileIcon: URI
|
|
25502
|
+
): this;
|
|
25179
25503
|
/**
|
|
25180
25504
|
* @SINCE 1.76
|
|
25181
25505
|
*
|
|
@@ -25191,6 +25515,24 @@ declare module "sap/m/GenericTile" {
|
|
|
25191
25515
|
*/
|
|
25192
25516
|
sUrl?: URI
|
|
25193
25517
|
): this;
|
|
25518
|
+
/**
|
|
25519
|
+
* @SINCE 1.95
|
|
25520
|
+
* @EXPERIMENTAL
|
|
25521
|
+
*
|
|
25522
|
+
* Sets a new value for property {@link #getValueColor valueColor}.
|
|
25523
|
+
*
|
|
25524
|
+
* The semantic color of the value.
|
|
25525
|
+
*
|
|
25526
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
25527
|
+
*
|
|
25528
|
+
* Default value is `"None"`.
|
|
25529
|
+
*/
|
|
25530
|
+
setValueColor(
|
|
25531
|
+
/**
|
|
25532
|
+
* New value for property `valueColor`
|
|
25533
|
+
*/
|
|
25534
|
+
sValueColor?: ValueColor | keyof typeof ValueColor
|
|
25535
|
+
): this;
|
|
25194
25536
|
/**
|
|
25195
25537
|
* @SINCE 1.72
|
|
25196
25538
|
*
|
|
@@ -25235,6 +25577,12 @@ declare module "sap/m/GenericTile" {
|
|
|
25235
25577
|
*/
|
|
25236
25578
|
value: boolean
|
|
25237
25579
|
): void;
|
|
25580
|
+
/**
|
|
25581
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25582
|
+
*
|
|
25583
|
+
* Unbinds aggregation {@link #getActionButtons actionButtons} from model data.
|
|
25584
|
+
*/
|
|
25585
|
+
unbindActionButtons(): this;
|
|
25238
25586
|
/**
|
|
25239
25587
|
* Unbinds aggregation {@link #getTileContent tileContent} from model data.
|
|
25240
25588
|
*/
|
|
@@ -25361,6 +25709,28 @@ declare module "sap/m/GenericTile" {
|
|
|
25361
25709
|
*/
|
|
25362
25710
|
url?: URI | PropertyBindingInfo;
|
|
25363
25711
|
|
|
25712
|
+
/**
|
|
25713
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25714
|
+
*
|
|
25715
|
+
* Renders the given link as a button, enabling the option of opening the link in new tab/window functionality.
|
|
25716
|
+
* Works only in ArticleMode.
|
|
25717
|
+
*/
|
|
25718
|
+
enableNavigationButton?: boolean | PropertyBindingInfo;
|
|
25719
|
+
|
|
25720
|
+
/**
|
|
25721
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25722
|
+
*
|
|
25723
|
+
* Disables press event for the tile control.
|
|
25724
|
+
*/
|
|
25725
|
+
pressEnabled?: boolean | PropertyBindingInfo;
|
|
25726
|
+
|
|
25727
|
+
/**
|
|
25728
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25729
|
+
*
|
|
25730
|
+
* Text for navigate action button. Default Value is "Read More". Works only in ArticleMode.
|
|
25731
|
+
*/
|
|
25732
|
+
navigationButtonText?: string | PropertyBindingInfo;
|
|
25733
|
+
|
|
25364
25734
|
/**
|
|
25365
25735
|
* @SINCE 1.60
|
|
25366
25736
|
*
|
|
@@ -25384,6 +25754,30 @@ declare module "sap/m/GenericTile" {
|
|
|
25384
25754
|
*/
|
|
25385
25755
|
additionalTooltip?: string | PropertyBindingInfo;
|
|
25386
25756
|
|
|
25757
|
+
/**
|
|
25758
|
+
* @SINCE 1.96
|
|
25759
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25760
|
+
*
|
|
25761
|
+
* Icon of the GenericTile. Only applicable for IconMode.
|
|
25762
|
+
*/
|
|
25763
|
+
tileIcon?: URI | PropertyBindingInfo;
|
|
25764
|
+
|
|
25765
|
+
/**
|
|
25766
|
+
* @SINCE 1.96
|
|
25767
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25768
|
+
*
|
|
25769
|
+
* Background color of the GenericTile. Only applicable for IconMode.
|
|
25770
|
+
*/
|
|
25771
|
+
backgroundColor?: CSSColor | PropertyBindingInfo;
|
|
25772
|
+
|
|
25773
|
+
/**
|
|
25774
|
+
* @SINCE 1.95
|
|
25775
|
+
* @EXPERIMENTAL
|
|
25776
|
+
*
|
|
25777
|
+
* The semantic color of the value.
|
|
25778
|
+
*/
|
|
25779
|
+
valueColor?: (ValueColor | keyof typeof ValueColor) | PropertyBindingInfo;
|
|
25780
|
+
|
|
25387
25781
|
/**
|
|
25388
25782
|
* The content of the tile.
|
|
25389
25783
|
*/
|
|
@@ -25398,6 +25792,13 @@ declare module "sap/m/GenericTile" {
|
|
|
25398
25792
|
*/
|
|
25399
25793
|
icon?: Control;
|
|
25400
25794
|
|
|
25795
|
+
/**
|
|
25796
|
+
* @EXPERIMENTAL (since 1.96)
|
|
25797
|
+
*
|
|
25798
|
+
* Action buttons added in ActionMode.
|
|
25799
|
+
*/
|
|
25800
|
+
actionButtons?: Button[] | Button | AggregationBindingInfo;
|
|
25801
|
+
|
|
25401
25802
|
/**
|
|
25402
25803
|
* The event is triggered when the user presses the tile.
|
|
25403
25804
|
*/
|
|
@@ -26778,6 +27179,10 @@ declare module "sap/m/IconTabBar" {
|
|
|
26778
27179
|
* The key of the selected item
|
|
26779
27180
|
*/
|
|
26780
27181
|
key?: string;
|
|
27182
|
+
/**
|
|
27183
|
+
* The key of the previous selected item
|
|
27184
|
+
*/
|
|
27185
|
+
previousKey?: string;
|
|
26781
27186
|
/**
|
|
26782
27187
|
* The selected item
|
|
26783
27188
|
*/
|
|
@@ -28173,6 +28578,10 @@ declare module "sap/m/IconTabHeader" {
|
|
|
28173
28578
|
* The key of the selected item
|
|
28174
28579
|
*/
|
|
28175
28580
|
key?: string;
|
|
28581
|
+
/**
|
|
28582
|
+
* The key of the previous selected item
|
|
28583
|
+
*/
|
|
28584
|
+
previousKey?: string;
|
|
28176
28585
|
}
|
|
28177
28586
|
): this;
|
|
28178
28587
|
/**
|
|
@@ -31024,6 +31433,17 @@ declare module "sap/m/Input" {
|
|
|
31024
31433
|
* or `null`.
|
|
31025
31434
|
*/
|
|
31026
31435
|
getSelectedRow(): ID;
|
|
31436
|
+
/**
|
|
31437
|
+
* @SINCE 1.94
|
|
31438
|
+
*
|
|
31439
|
+
* Gets current value of property {@link #getShowClearIcon showClearIcon}.
|
|
31440
|
+
*
|
|
31441
|
+
* Specifies whether clear icon is shown. Pressing the icon will clear input's value and fire the change
|
|
31442
|
+
* and liveChange events.
|
|
31443
|
+
*
|
|
31444
|
+
* Default value is `false`.
|
|
31445
|
+
*/
|
|
31446
|
+
getShowClearIcon(): boolean;
|
|
31027
31447
|
/**
|
|
31028
31448
|
* @SINCE 1.16.1
|
|
31029
31449
|
*
|
|
@@ -31710,6 +32130,24 @@ declare module "sap/m/Input" {
|
|
|
31710
32130
|
*/
|
|
31711
32131
|
oListItem: ColumnListItem
|
|
31712
32132
|
): this;
|
|
32133
|
+
/**
|
|
32134
|
+
* @SINCE 1.94
|
|
32135
|
+
*
|
|
32136
|
+
* Sets a new value for property {@link #getShowClearIcon showClearIcon}.
|
|
32137
|
+
*
|
|
32138
|
+
* Specifies whether clear icon is shown. Pressing the icon will clear input's value and fire the change
|
|
32139
|
+
* and liveChange events.
|
|
32140
|
+
*
|
|
32141
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
32142
|
+
*
|
|
32143
|
+
* Default value is `false`.
|
|
32144
|
+
*/
|
|
32145
|
+
setShowClearIcon(
|
|
32146
|
+
/**
|
|
32147
|
+
* New value for property `showClearIcon`
|
|
32148
|
+
*/
|
|
32149
|
+
bShowClearIcon?: boolean
|
|
32150
|
+
): this;
|
|
31713
32151
|
/**
|
|
31714
32152
|
* @SINCE 1.16.1
|
|
31715
32153
|
*
|
|
@@ -32163,6 +32601,14 @@ declare module "sap/m/Input" {
|
|
|
32163
32601
|
*/
|
|
32164
32602
|
autocomplete?: boolean | PropertyBindingInfo;
|
|
32165
32603
|
|
|
32604
|
+
/**
|
|
32605
|
+
* @SINCE 1.94
|
|
32606
|
+
*
|
|
32607
|
+
* Specifies whether clear icon is shown. Pressing the icon will clear input's value and fire the change
|
|
32608
|
+
* and liveChange events.
|
|
32609
|
+
*/
|
|
32610
|
+
showClearIcon?: boolean | PropertyBindingInfo;
|
|
32611
|
+
|
|
32166
32612
|
/**
|
|
32167
32613
|
* @SINCE 1.16.1
|
|
32168
32614
|
*
|
|
@@ -32406,7 +32852,11 @@ declare module "sap/m/InputBase" {
|
|
|
32406
32852
|
/**
|
|
32407
32853
|
* settings for creating an icon
|
|
32408
32854
|
*/
|
|
32409
|
-
oIconSettings: object
|
|
32855
|
+
oIconSettings: object,
|
|
32856
|
+
/**
|
|
32857
|
+
* position to be inserted in the aggregation. If not provided, the icon gets inserted on last position.
|
|
32858
|
+
*/
|
|
32859
|
+
iPosition: int
|
|
32410
32860
|
): null | Icon;
|
|
32411
32861
|
/**
|
|
32412
32862
|
* Applies the focus info. To be overwritten by subclasses.
|
|
@@ -32661,6 +33111,10 @@ declare module "sap/m/InputBase" {
|
|
|
32661
33111
|
* Defines the value of the control.
|
|
32662
33112
|
*/
|
|
32663
33113
|
getValue(): string;
|
|
33114
|
+
/**
|
|
33115
|
+
* Gets the value of the accessibility description info field.
|
|
33116
|
+
*/
|
|
33117
|
+
getValueDescriptionInfo(): string;
|
|
32664
33118
|
/**
|
|
32665
33119
|
* Gets current value of property {@link #getValueState valueState}.
|
|
32666
33120
|
*
|
|
@@ -34062,7 +34516,10 @@ declare module "sap/m/LightBox" {
|
|
|
34062
34516
|
|
|
34063
34517
|
import LightBoxItem from "sap/m/LightBoxItem";
|
|
34064
34518
|
|
|
34065
|
-
import {
|
|
34519
|
+
import {
|
|
34520
|
+
AggregationBindingInfo,
|
|
34521
|
+
default as ManagedObject,
|
|
34522
|
+
} from "sap/ui/base/ManagedObject";
|
|
34066
34523
|
|
|
34067
34524
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
34068
34525
|
|
|
@@ -34237,7 +34694,7 @@ declare module "sap/m/LightBox" {
|
|
|
34237
34694
|
/**
|
|
34238
34695
|
* Origin of the invalidation.
|
|
34239
34696
|
*/
|
|
34240
|
-
oOrigin:
|
|
34697
|
+
oOrigin: ManagedObject
|
|
34241
34698
|
): this;
|
|
34242
34699
|
/**
|
|
34243
34700
|
* Returns if the LightBox is open.
|
|
@@ -38479,6 +38936,17 @@ declare module "sap/m/MaskInput" {
|
|
|
38479
38936
|
* A list of validation rules (one rule per mask character).
|
|
38480
38937
|
*/
|
|
38481
38938
|
getRules(): MaskInputRule[];
|
|
38939
|
+
/**
|
|
38940
|
+
* @SINCE 1.96
|
|
38941
|
+
*
|
|
38942
|
+
* Gets current value of property {@link #getShowClearIcon showClearIcon}.
|
|
38943
|
+
*
|
|
38944
|
+
* Specifies whether a clear icon is shown. Pressing the icon will clear input's value and fire the change
|
|
38945
|
+
* event.
|
|
38946
|
+
*
|
|
38947
|
+
* Default value is `false`.
|
|
38948
|
+
*/
|
|
38949
|
+
getShowClearIcon(): boolean;
|
|
38482
38950
|
/**
|
|
38483
38951
|
* Checks for the provided `sap.m.MaskInputRule` in the aggregation {@link #getRules rules}. and returns
|
|
38484
38952
|
* its index if found or -1 otherwise.
|
|
@@ -38554,6 +39022,24 @@ declare module "sap/m/MaskInput" {
|
|
|
38554
39022
|
*/
|
|
38555
39023
|
sPlaceholderSymbol?: string
|
|
38556
39024
|
): this;
|
|
39025
|
+
/**
|
|
39026
|
+
* @SINCE 1.96
|
|
39027
|
+
*
|
|
39028
|
+
* Sets a new value for property {@link #getShowClearIcon showClearIcon}.
|
|
39029
|
+
*
|
|
39030
|
+
* Specifies whether a clear icon is shown. Pressing the icon will clear input's value and fire the change
|
|
39031
|
+
* event.
|
|
39032
|
+
*
|
|
39033
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
39034
|
+
*
|
|
39035
|
+
* Default value is `false`.
|
|
39036
|
+
*/
|
|
39037
|
+
setShowClearIcon(
|
|
39038
|
+
/**
|
|
39039
|
+
* New value for property `showClearIcon`
|
|
39040
|
+
*/
|
|
39041
|
+
bShowClearIcon?: boolean
|
|
39042
|
+
): this;
|
|
38557
39043
|
}
|
|
38558
39044
|
|
|
38559
39045
|
export interface $MaskInputSettings extends $InputBaseSettings {
|
|
@@ -38574,6 +39060,14 @@ declare module "sap/m/MaskInput" {
|
|
|
38574
39060
|
*/
|
|
38575
39061
|
mask?: string | PropertyBindingInfo;
|
|
38576
39062
|
|
|
39063
|
+
/**
|
|
39064
|
+
* @SINCE 1.96
|
|
39065
|
+
*
|
|
39066
|
+
* Specifies whether a clear icon is shown. Pressing the icon will clear input's value and fire the change
|
|
39067
|
+
* event.
|
|
39068
|
+
*/
|
|
39069
|
+
showClearIcon?: boolean | PropertyBindingInfo;
|
|
39070
|
+
|
|
38577
39071
|
/**
|
|
38578
39072
|
* A list of validation rules (one rule per mask character).
|
|
38579
39073
|
*/
|
|
@@ -38733,6 +39227,11 @@ declare module "sap/m/Menu" {
|
|
|
38733
39227
|
/**
|
|
38734
39228
|
* The `sap.m.Menu` control represents a hierarchical menu. When opened on mobile devices it occupies the
|
|
38735
39229
|
* whole screen.
|
|
39230
|
+
*
|
|
39231
|
+
* **Note:** The application developer should add dependency to `sap.ui.unified` library on application
|
|
39232
|
+
* level to ensure that the library is loaded before the module dependencies will be required. If the `sap.ui.unified`
|
|
39233
|
+
* library is not loaded in advance, this could lead to CSP compliance issues and adds an additional waiting
|
|
39234
|
+
* time. To prevent this, ensure that the `sap.ui.unified` library is loaded in advance.
|
|
38736
39235
|
*/
|
|
38737
39236
|
export default class Menu extends Control implements IContextMenu {
|
|
38738
39237
|
__implements__sap_ui_core_IContextMenu: boolean;
|
|
@@ -39192,6 +39691,53 @@ declare module "sap/m/MenuButton" {
|
|
|
39192
39691
|
*/
|
|
39193
39692
|
vAriaLabelledBy: ID | Control
|
|
39194
39693
|
): this;
|
|
39694
|
+
/**
|
|
39695
|
+
* @SINCE 1.94.0
|
|
39696
|
+
*
|
|
39697
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeMenuOpen beforeMenuOpen} event of this
|
|
39698
|
+
* `sap.m.MenuButton`.
|
|
39699
|
+
*
|
|
39700
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
39701
|
+
* otherwise it will be bound to this `sap.m.MenuButton` itself.
|
|
39702
|
+
*
|
|
39703
|
+
* Fired before menu opening when the `buttonMode` is set to `Split` and the user presses the arrow button.
|
|
39704
|
+
*/
|
|
39705
|
+
attachBeforeMenuOpen(
|
|
39706
|
+
/**
|
|
39707
|
+
* An application-specific payload object that will be passed to the event handler along with the event
|
|
39708
|
+
* object when firing the event
|
|
39709
|
+
*/
|
|
39710
|
+
oData: object,
|
|
39711
|
+
/**
|
|
39712
|
+
* The function to be called when the event occurs
|
|
39713
|
+
*/
|
|
39714
|
+
fnFunction: (p1: Event) => void,
|
|
39715
|
+
/**
|
|
39716
|
+
* Context object to call the event handler with. Defaults to this `sap.m.MenuButton` itself
|
|
39717
|
+
*/
|
|
39718
|
+
oListener?: object
|
|
39719
|
+
): this;
|
|
39720
|
+
/**
|
|
39721
|
+
* @SINCE 1.94.0
|
|
39722
|
+
*
|
|
39723
|
+
* Attaches event handler `fnFunction` to the {@link #event:beforeMenuOpen beforeMenuOpen} event of this
|
|
39724
|
+
* `sap.m.MenuButton`.
|
|
39725
|
+
*
|
|
39726
|
+
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
39727
|
+
* otherwise it will be bound to this `sap.m.MenuButton` itself.
|
|
39728
|
+
*
|
|
39729
|
+
* Fired before menu opening when the `buttonMode` is set to `Split` and the user presses the arrow button.
|
|
39730
|
+
*/
|
|
39731
|
+
attachBeforeMenuOpen(
|
|
39732
|
+
/**
|
|
39733
|
+
* The function to be called when the event occurs
|
|
39734
|
+
*/
|
|
39735
|
+
fnFunction: (p1: Event) => void,
|
|
39736
|
+
/**
|
|
39737
|
+
* Context object to call the event handler with. Defaults to this `sap.m.MenuButton` itself
|
|
39738
|
+
*/
|
|
39739
|
+
oListener?: object
|
|
39740
|
+
): this;
|
|
39195
39741
|
/**
|
|
39196
39742
|
* Attaches event handler `fnFunction` to the {@link #event:defaultAction defaultAction} event of this `sap.m.MenuButton`.
|
|
39197
39743
|
*
|
|
@@ -39239,6 +39785,24 @@ declare module "sap/m/MenuButton" {
|
|
|
39239
39785
|
* Destroys the menu in the aggregation {@link #getMenu menu}.
|
|
39240
39786
|
*/
|
|
39241
39787
|
destroyMenu(): this;
|
|
39788
|
+
/**
|
|
39789
|
+
* @SINCE 1.94.0
|
|
39790
|
+
*
|
|
39791
|
+
* Detaches event handler `fnFunction` from the {@link #event:beforeMenuOpen beforeMenuOpen} event of this
|
|
39792
|
+
* `sap.m.MenuButton`.
|
|
39793
|
+
*
|
|
39794
|
+
* The passed function and listener object must match the ones used for event registration.
|
|
39795
|
+
*/
|
|
39796
|
+
detachBeforeMenuOpen(
|
|
39797
|
+
/**
|
|
39798
|
+
* The function to be called, when the event occurs
|
|
39799
|
+
*/
|
|
39800
|
+
fnFunction: (p1: Event) => void,
|
|
39801
|
+
/**
|
|
39802
|
+
* Context object on which the given function had to be called
|
|
39803
|
+
*/
|
|
39804
|
+
oListener?: object
|
|
39805
|
+
): this;
|
|
39242
39806
|
/**
|
|
39243
39807
|
* Detaches event handler `fnFunction` from the {@link #event:defaultAction defaultAction} event of this
|
|
39244
39808
|
* `sap.m.MenuButton`.
|
|
@@ -39255,6 +39819,17 @@ declare module "sap/m/MenuButton" {
|
|
|
39255
39819
|
*/
|
|
39256
39820
|
oListener?: object
|
|
39257
39821
|
): this;
|
|
39822
|
+
/**
|
|
39823
|
+
* @SINCE 1.94.0
|
|
39824
|
+
*
|
|
39825
|
+
* Fires event {@link #event:beforeMenuOpen beforeMenuOpen} to attached listeners.
|
|
39826
|
+
*/
|
|
39827
|
+
fireBeforeMenuOpen(
|
|
39828
|
+
/**
|
|
39829
|
+
* Parameters to pass along with the event
|
|
39830
|
+
*/
|
|
39831
|
+
mParameters?: object
|
|
39832
|
+
): this;
|
|
39258
39833
|
/**
|
|
39259
39834
|
* Fires event {@link #event:defaultAction defaultAction} to attached listeners.
|
|
39260
39835
|
*/
|
|
@@ -39708,6 +40283,13 @@ declare module "sap/m/MenuButton" {
|
|
|
39708
40283
|
* is set to `false` and another action from the menu has been selected previously.
|
|
39709
40284
|
*/
|
|
39710
40285
|
defaultAction?: (oEvent: Event) => void;
|
|
40286
|
+
|
|
40287
|
+
/**
|
|
40288
|
+
* @SINCE 1.94.0
|
|
40289
|
+
*
|
|
40290
|
+
* Fired before menu opening when the `buttonMode` is set to `Split` and the user presses the arrow button.
|
|
40291
|
+
*/
|
|
40292
|
+
beforeMenuOpen?: (oEvent: Event) => void;
|
|
39711
40293
|
}
|
|
39712
40294
|
}
|
|
39713
40295
|
|
|
@@ -44978,6 +45560,14 @@ declare module "sap/m/MultiComboBox" {
|
|
|
44978
45560
|
* Default value is `[]`.
|
|
44979
45561
|
*/
|
|
44980
45562
|
getSelectedKeys(): string[];
|
|
45563
|
+
/**
|
|
45564
|
+
* Gets current value of property {@link #getShowSelectAll showSelectAll}.
|
|
45565
|
+
*
|
|
45566
|
+
* Determines if the select all checkbox is visible on top of suggestions.
|
|
45567
|
+
*
|
|
45568
|
+
* Default value is `false`.
|
|
45569
|
+
*/
|
|
45570
|
+
getShowSelectAll(): boolean;
|
|
44981
45571
|
/**
|
|
44982
45572
|
* Checks whether an item is selected.
|
|
44983
45573
|
*/
|
|
@@ -45052,6 +45642,21 @@ declare module "sap/m/MultiComboBox" {
|
|
|
45052
45642
|
*/
|
|
45053
45643
|
aKeys: string[]
|
|
45054
45644
|
): this;
|
|
45645
|
+
/**
|
|
45646
|
+
* Sets a new value for property {@link #getShowSelectAll showSelectAll}.
|
|
45647
|
+
*
|
|
45648
|
+
* Determines if the select all checkbox is visible on top of suggestions.
|
|
45649
|
+
*
|
|
45650
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
45651
|
+
*
|
|
45652
|
+
* Default value is `false`.
|
|
45653
|
+
*/
|
|
45654
|
+
setShowSelectAll(
|
|
45655
|
+
/**
|
|
45656
|
+
* New value for property `showSelectAll`
|
|
45657
|
+
*/
|
|
45658
|
+
bShowSelectAll?: boolean
|
|
45659
|
+
): this;
|
|
45055
45660
|
/**
|
|
45056
45661
|
* Creates picker if doesn't exist yet and sync with Control items
|
|
45057
45662
|
*/
|
|
@@ -45070,6 +45675,11 @@ declare module "sap/m/MultiComboBox" {
|
|
|
45070
45675
|
*/
|
|
45071
45676
|
selectedKeys?: string[] | PropertyBindingInfo;
|
|
45072
45677
|
|
|
45678
|
+
/**
|
|
45679
|
+
* Determines if the select all checkbox is visible on top of suggestions.
|
|
45680
|
+
*/
|
|
45681
|
+
showSelectAll?: boolean | PropertyBindingInfo;
|
|
45682
|
+
|
|
45073
45683
|
/**
|
|
45074
45684
|
* Provides getter and setter for the selected items from the aggregation named items.
|
|
45075
45685
|
*/
|
|
@@ -45091,6 +45701,8 @@ declare module "sap/m/MultiComboBox" {
|
|
|
45091
45701
|
declare module "sap/m/MultiInput" {
|
|
45092
45702
|
import { default as Input, $InputSettings } from "sap/m/Input";
|
|
45093
45703
|
|
|
45704
|
+
import { ISemanticFormContent } from "sap/ui/core/library";
|
|
45705
|
+
|
|
45094
45706
|
import Token from "sap/m/Token";
|
|
45095
45707
|
|
|
45096
45708
|
import Event from "sap/ui/base/Event";
|
|
@@ -45143,7 +45755,10 @@ declare module "sap/m/MultiInput" {
|
|
|
45143
45755
|
* - You can review the tokens by pressing the right or left arrows on the keyboard.
|
|
45144
45756
|
* - You can select single tokens or a range of tokens and you can copy/cut/delete them.
|
|
45145
45757
|
*/
|
|
45146
|
-
export default class MultiInput
|
|
45758
|
+
export default class MultiInput
|
|
45759
|
+
extends Input
|
|
45760
|
+
implements ISemanticFormContent {
|
|
45761
|
+
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
45147
45762
|
/**
|
|
45148
45763
|
* Constructor for a new MultiInput.
|
|
45149
45764
|
*
|
|
@@ -46346,12 +46961,6 @@ declare module "sap/m/NavContainer" {
|
|
|
46346
46961
|
* Default value is `'100%'`.
|
|
46347
46962
|
*/
|
|
46348
46963
|
getWidth(): CSSSize;
|
|
46349
|
-
/**
|
|
46350
|
-
* @SINCE 1.91
|
|
46351
|
-
*
|
|
46352
|
-
* Hides the placeholder and removes the 'onAfterRendering' placeholder delegate.
|
|
46353
|
-
*/
|
|
46354
|
-
hidePlaceholder(): void;
|
|
46355
46964
|
/**
|
|
46356
46965
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getPages pages}. and returns
|
|
46357
46966
|
* its index if found or -1 otherwise.
|
|
@@ -46548,23 +47157,6 @@ declare module "sap/m/NavContainer" {
|
|
|
46548
47157
|
*/
|
|
46549
47158
|
sWidth?: CSSSize
|
|
46550
47159
|
): this;
|
|
46551
|
-
/**
|
|
46552
|
-
* @SINCE 1.91
|
|
46553
|
-
*
|
|
46554
|
-
* Shows the placeholder if NavContainer is rendered. Otherwise, registers the 'onAfterRendering' delegate
|
|
46555
|
-
* which shows the placeholder.
|
|
46556
|
-
*/
|
|
46557
|
-
showPlaceholder(
|
|
46558
|
-
/**
|
|
46559
|
-
* Object containing the placeholder instance
|
|
46560
|
-
*/
|
|
46561
|
-
mSettings: {
|
|
46562
|
-
/**
|
|
46563
|
-
* The placeholder instance
|
|
46564
|
-
*/
|
|
46565
|
-
placeholder: /* was: sap.ui.core.Placeholder */ any;
|
|
46566
|
-
}
|
|
46567
|
-
): void;
|
|
46568
47160
|
/**
|
|
46569
47161
|
* Navigates to the next page (with drill-down semantic) with the given (or default) animation. This creates
|
|
46570
47162
|
* a new history item inside the NavContainer and allows going back.
|
|
@@ -62760,7 +63352,12 @@ declare module "sap/m/PDFViewer" {
|
|
|
62760
63352
|
/**
|
|
62761
63353
|
* Parameters to pass along with the event
|
|
62762
63354
|
*/
|
|
62763
|
-
mParameters?:
|
|
63355
|
+
mParameters?: {
|
|
63356
|
+
/**
|
|
63357
|
+
* The iframe element.
|
|
63358
|
+
*/
|
|
63359
|
+
target?: any;
|
|
63360
|
+
}
|
|
62764
63361
|
): this;
|
|
62765
63362
|
/**
|
|
62766
63363
|
* Fires event {@link #event:loaded loaded} to attached listeners.
|
|
@@ -63232,10 +63829,12 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
63232
63829
|
* and even a whole week/month. The available navigation allows the user to select a specific interval using
|
|
63233
63830
|
* a picker, or move to the previous/next interval using arrows.
|
|
63234
63831
|
*
|
|
63235
|
-
* **Note:** The
|
|
63236
|
-
*
|
|
63237
|
-
*
|
|
63238
|
-
*
|
|
63832
|
+
* **Note:** The application developer should add dependency to `sap.ui.unified` library on application
|
|
63833
|
+
* level to ensure that the library is loaded before the module dependencies will be required. The `PlanningCalendar`
|
|
63834
|
+
* uses parts of the `sap.ui.unified` library. This library will be loaded after the `PlanningCalendar`,
|
|
63835
|
+
* if it wasn't loaded first. This could lead to CSP compliance issues and adds an additional waiting time
|
|
63836
|
+
* when a `PlanningCalendar` is used for the first time. To prevent this, apps that use the `PlanningCalendar`
|
|
63837
|
+
* should also load the `sap.ui.unified` library in advance.
|
|
63239
63838
|
*
|
|
63240
63839
|
* Usage:
|
|
63241
63840
|
*
|
|
@@ -63878,8 +64477,8 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
63878
64477
|
*
|
|
63879
64478
|
* Gets current value of property {@link #getAppointmentRoundWidth appointmentRoundWidth}.
|
|
63880
64479
|
*
|
|
63881
|
-
* Defines rounding of the width CalendarAppoinment **Note:** This property is applied, when
|
|
63882
|
-
*
|
|
64480
|
+
* Defines rounding of the width `CalendarAppoinment` **Note:** This property is applied, when the calendar
|
|
64481
|
+
* interval type is day and the view shows more than 20 days
|
|
63883
64482
|
*
|
|
63884
64483
|
* Default value is `None`.
|
|
63885
64484
|
*/
|
|
@@ -63944,6 +64543,20 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
63944
64543
|
* Getter for the end point in time of the shown interval
|
|
63945
64544
|
*/
|
|
63946
64545
|
getEndDate(): Date;
|
|
64546
|
+
/**
|
|
64547
|
+
* @SINCE 1.94
|
|
64548
|
+
*
|
|
64549
|
+
* Gets current value of property {@link #getFirstDayOfWeek firstDayOfWeek}.
|
|
64550
|
+
*
|
|
64551
|
+
* If set, the first day of the displayed week is this day. Valid values are 0 to 6 starting on Sunday.
|
|
64552
|
+
* If there is no valid value set, the default of the used locale is used.
|
|
64553
|
+
*
|
|
64554
|
+
* Note: this property will only have effect in the weekly – based views of the PlanningCalendar – Week
|
|
64555
|
+
* view, and OneMonth view (on small devices).
|
|
64556
|
+
*
|
|
64557
|
+
* Default value is `-1`.
|
|
64558
|
+
*/
|
|
64559
|
+
getFirstDayOfWeek(): int;
|
|
63947
64560
|
/**
|
|
63948
64561
|
* @SINCE 1.48.0
|
|
63949
64562
|
*
|
|
@@ -64375,8 +64988,8 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
64375
64988
|
*
|
|
64376
64989
|
* Sets a new value for property {@link #getAppointmentRoundWidth appointmentRoundWidth}.
|
|
64377
64990
|
*
|
|
64378
|
-
* Defines rounding of the width CalendarAppoinment **Note:** This property is applied, when
|
|
64379
|
-
*
|
|
64991
|
+
* Defines rounding of the width `CalendarAppoinment` **Note:** This property is applied, when the calendar
|
|
64992
|
+
* interval type is day and the view shows more than 20 days
|
|
64380
64993
|
*
|
|
64381
64994
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
64382
64995
|
*
|
|
@@ -64461,6 +65074,27 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
64461
65074
|
setCustomAppointmentsSorterCallback(
|
|
64462
65075
|
fnSorter: appointmentsSorterCallback
|
|
64463
65076
|
): this;
|
|
65077
|
+
/**
|
|
65078
|
+
* @SINCE 1.94
|
|
65079
|
+
*
|
|
65080
|
+
* Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
|
|
65081
|
+
*
|
|
65082
|
+
* If set, the first day of the displayed week is this day. Valid values are 0 to 6 starting on Sunday.
|
|
65083
|
+
* If there is no valid value set, the default of the used locale is used.
|
|
65084
|
+
*
|
|
65085
|
+
* Note: this property will only have effect in the weekly – based views of the PlanningCalendar – Week
|
|
65086
|
+
* view, and OneMonth view (on small devices).
|
|
65087
|
+
*
|
|
65088
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
65089
|
+
*
|
|
65090
|
+
* Default value is `-1`.
|
|
65091
|
+
*/
|
|
65092
|
+
setFirstDayOfWeek(
|
|
65093
|
+
/**
|
|
65094
|
+
* New value for property `firstDayOfWeek`
|
|
65095
|
+
*/
|
|
65096
|
+
iFirstDayOfWeek?: int
|
|
65097
|
+
): this;
|
|
64464
65098
|
/**
|
|
64465
65099
|
* @SINCE 1.48.0
|
|
64466
65100
|
*
|
|
@@ -64826,8 +65460,8 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
64826
65460
|
* @SINCE 1.81.0
|
|
64827
65461
|
* @EXPERIMENTAL (since 1.81.0)
|
|
64828
65462
|
*
|
|
64829
|
-
* Defines rounding of the width CalendarAppoinment **Note:** This property is applied, when
|
|
64830
|
-
*
|
|
65463
|
+
* Defines rounding of the width `CalendarAppoinment` **Note:** This property is applied, when the calendar
|
|
65464
|
+
* interval type is day and the view shows more than 20 days
|
|
64831
65465
|
*/
|
|
64832
65466
|
appointmentRoundWidth?:
|
|
64833
65467
|
| (
|
|
@@ -64923,6 +65557,17 @@ declare module "sap/m/PlanningCalendar" {
|
|
|
64923
65557
|
*/
|
|
64924
65558
|
stickyHeader?: boolean | PropertyBindingInfo;
|
|
64925
65559
|
|
|
65560
|
+
/**
|
|
65561
|
+
* @SINCE 1.94
|
|
65562
|
+
*
|
|
65563
|
+
* If set, the first day of the displayed week is this day. Valid values are 0 to 6 starting on Sunday.
|
|
65564
|
+
* If there is no valid value set, the default of the used locale is used.
|
|
65565
|
+
*
|
|
65566
|
+
* Note: this property will only have effect in the weekly – based views of the PlanningCalendar – Week
|
|
65567
|
+
* view, and OneMonth view (on small devices).
|
|
65568
|
+
*/
|
|
65569
|
+
firstDayOfWeek?: int | PropertyBindingInfo;
|
|
65570
|
+
|
|
64926
65571
|
/**
|
|
64927
65572
|
* Rows of the `PlanningCalendar`.
|
|
64928
65573
|
*/
|
|
@@ -75644,8 +76289,11 @@ declare module "sap/m/routing/TargetHandler" {
|
|
|
75644
76289
|
* Used for closing dialogs and showing transitions in `NavContainers` when targets are displayed.
|
|
75645
76290
|
*
|
|
75646
76291
|
* **Note:** You should not create an own instance of this class. It is created when using `{@link sap.m.routing.Router}`
|
|
75647
|
-
* or `{@link sap.m.routing.Targets}`.
|
|
75648
|
-
*
|
|
76292
|
+
* or `{@link sap.m.routing.Targets}`.
|
|
76293
|
+
*
|
|
76294
|
+
* **Note:** You may use the `{@link #setCloseDialogs}` function to specify if dialogs should be closed
|
|
76295
|
+
* on displaying other views. The dialogs are closed when a different target is displayed than the previously
|
|
76296
|
+
* displayed one, otherwise the dialogs are kept open.
|
|
75649
76297
|
*/
|
|
75650
76298
|
export default class TargetHandler extends BaseObject {
|
|
75651
76299
|
/**
|
|
@@ -75653,8 +76301,8 @@ declare module "sap/m/routing/TargetHandler" {
|
|
|
75653
76301
|
*/
|
|
75654
76302
|
constructor(
|
|
75655
76303
|
/**
|
|
75656
|
-
* Closes all open dialogs before navigating, if set to `true` (default). If set to
|
|
75657
|
-
* navigate without closing dialogs.
|
|
76304
|
+
* Closes all open dialogs before navigating to a different target, if set to `true` (default). If set to
|
|
76305
|
+
* `false`, it will just navigate without closing dialogs.
|
|
75658
76306
|
*/
|
|
75659
76307
|
closeDialogs: boolean
|
|
75660
76308
|
);
|
|
@@ -75690,6 +76338,9 @@ declare module "sap/m/routing/TargetHandler" {
|
|
|
75690
76338
|
getCloseDialogs(): boolean;
|
|
75691
76339
|
/**
|
|
75692
76340
|
* Sets if a navigation should close dialogs.
|
|
76341
|
+
*
|
|
76342
|
+
* **Note:** The dialogs are closed when a different target is displayed than the previous one, otherwise
|
|
76343
|
+
* the dialogs are kept open even when `bCloseDialogs` is `true`.
|
|
75693
76344
|
*/
|
|
75694
76345
|
setCloseDialogs(
|
|
75695
76346
|
/**
|
|
@@ -78707,6 +79358,10 @@ declare module "sap/m/Select" {
|
|
|
78707
79358
|
* The selected item.
|
|
78708
79359
|
*/
|
|
78709
79360
|
selectedItem?: Item;
|
|
79361
|
+
/**
|
|
79362
|
+
* The previous selected item.
|
|
79363
|
+
*/
|
|
79364
|
+
previousSelectedItem?: Item;
|
|
78710
79365
|
}
|
|
78711
79366
|
): this;
|
|
78712
79367
|
/**
|
|
@@ -89400,10 +90055,12 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
89400
90055
|
*
|
|
89401
90056
|
* Overview:
|
|
89402
90057
|
*
|
|
89403
|
-
* **Note:** The
|
|
89404
|
-
*
|
|
90058
|
+
* **Note:** The application developer should add dependency to `sap.ui.unified` library on application
|
|
90059
|
+
* level to ensure that the library is loaded before the module dependencies will be required. The `SinglePlanningCalendar`
|
|
90060
|
+
* uses parts of the `sap.ui.unified` library. This library will be loaded after the `SinglePlanningCalendar`,
|
|
90061
|
+
* if it wasn't previously loaded. This could lead to CSP compliance issues and adds an additional waiting
|
|
89405
90062
|
* time when a `SinglePlanningCalendar` is used for the first time. To prevent this, apps using the `SinglePlanningCalendar`
|
|
89406
|
-
* must also load the `sap.ui.unified` library.
|
|
90063
|
+
* must also load the `sap.ui.unified` library in advance.
|
|
89407
90064
|
*
|
|
89408
90065
|
* The `SinglePlanningCalendar` has the following structure:
|
|
89409
90066
|
*
|
|
@@ -92477,10 +93134,10 @@ declare module "sap/m/SlideTile" {
|
|
|
92477
93134
|
|
|
92478
93135
|
import { GenericTileScope, TileSizeBehavior } from "sap/m/library";
|
|
92479
93136
|
|
|
92480
|
-
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
92481
|
-
|
|
92482
93137
|
import { CSSSize } from "sap/ui/core/library";
|
|
92483
93138
|
|
|
93139
|
+
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
93140
|
+
|
|
92484
93141
|
/**
|
|
92485
93142
|
* @SINCE 1.34
|
|
92486
93143
|
*
|
|
@@ -92663,6 +93320,15 @@ declare module "sap/m/SlideTile" {
|
|
|
92663
93320
|
* Default value is `5000`.
|
|
92664
93321
|
*/
|
|
92665
93322
|
getDisplayTime(): int;
|
|
93323
|
+
/**
|
|
93324
|
+
* @SINCE 1.96
|
|
93325
|
+
* @EXPERIMENTAL
|
|
93326
|
+
*
|
|
93327
|
+
* Gets current value of property {@link #getHeight height}.
|
|
93328
|
+
*
|
|
93329
|
+
* Height of the control.
|
|
93330
|
+
*/
|
|
93331
|
+
getHeight(): CSSSize;
|
|
92666
93332
|
/**
|
|
92667
93333
|
* @SINCE 1.46.0
|
|
92668
93334
|
*
|
|
@@ -92761,6 +93427,22 @@ declare module "sap/m/SlideTile" {
|
|
|
92761
93427
|
*/
|
|
92762
93428
|
iDisplayTime?: int
|
|
92763
93429
|
): this;
|
|
93430
|
+
/**
|
|
93431
|
+
* @SINCE 1.96
|
|
93432
|
+
* @EXPERIMENTAL
|
|
93433
|
+
*
|
|
93434
|
+
* Sets a new value for property {@link #getHeight height}.
|
|
93435
|
+
*
|
|
93436
|
+
* Height of the control.
|
|
93437
|
+
*
|
|
93438
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
93439
|
+
*/
|
|
93440
|
+
setHeight(
|
|
93441
|
+
/**
|
|
93442
|
+
* New value for property `height`
|
|
93443
|
+
*/
|
|
93444
|
+
sHeight: CSSSize
|
|
93445
|
+
): this;
|
|
92764
93446
|
/**
|
|
92765
93447
|
* @SINCE 1.46.0
|
|
92766
93448
|
*
|
|
@@ -92869,6 +93551,14 @@ declare module "sap/m/SlideTile" {
|
|
|
92869
93551
|
*/
|
|
92870
93552
|
width?: CSSSize | PropertyBindingInfo;
|
|
92871
93553
|
|
|
93554
|
+
/**
|
|
93555
|
+
* @SINCE 1.96
|
|
93556
|
+
* @EXPERIMENTAL
|
|
93557
|
+
*
|
|
93558
|
+
* Height of the control.
|
|
93559
|
+
*/
|
|
93560
|
+
height?: CSSSize | PropertyBindingInfo;
|
|
93561
|
+
|
|
92872
93562
|
/**
|
|
92873
93563
|
* The set of Generic Tiles to be shown in the control.
|
|
92874
93564
|
*/
|
|
@@ -94464,22 +95154,6 @@ declare module "sap/m/SplitContainer" {
|
|
|
94464
95154
|
* Used to hide the master page when in ShowHideMode and the device is in portrait mode.
|
|
94465
95155
|
*/
|
|
94466
95156
|
hideMaster(): this;
|
|
94467
|
-
/**
|
|
94468
|
-
* @SINCE 1.91
|
|
94469
|
-
*
|
|
94470
|
-
* Hides the placeholder on the corresponding column for the provided aggregation name.
|
|
94471
|
-
*/
|
|
94472
|
-
hidePlaceholder(
|
|
94473
|
-
/**
|
|
94474
|
-
* Object containing the aggregation name
|
|
94475
|
-
*/
|
|
94476
|
-
mSettings: {
|
|
94477
|
-
/**
|
|
94478
|
-
* The aggregation name to decide on which column/container the placeholder should be hidden
|
|
94479
|
-
*/
|
|
94480
|
-
aggregation: string;
|
|
94481
|
-
}
|
|
94482
|
-
): void;
|
|
94483
95157
|
/**
|
|
94484
95158
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getDetailPages detailPages}.
|
|
94485
95159
|
* and returns its index if found or -1 otherwise.
|
|
@@ -94798,22 +95472,6 @@ declare module "sap/m/SplitContainer" {
|
|
|
94798
95472
|
* Used to make the master page visible when in ShowHideMode and the device is in portrait mode.
|
|
94799
95473
|
*/
|
|
94800
95474
|
showMaster(): this;
|
|
94801
|
-
/**
|
|
94802
|
-
* @SINCE 1.91
|
|
94803
|
-
*
|
|
94804
|
-
* Shows the placeholder on the corresponding column for the provided aggregation name.
|
|
94805
|
-
*/
|
|
94806
|
-
showPlaceholder(
|
|
94807
|
-
/**
|
|
94808
|
-
* Object containing the aggregation name
|
|
94809
|
-
*/
|
|
94810
|
-
mSettings: {
|
|
94811
|
-
/**
|
|
94812
|
-
* The aggregation name to decide on which column/container the placeholder should be shown
|
|
94813
|
-
*/
|
|
94814
|
-
aggregation: string;
|
|
94815
|
-
}
|
|
94816
|
-
): void;
|
|
94817
95475
|
/**
|
|
94818
95476
|
* @SINCE 1.10.0
|
|
94819
95477
|
*
|
|
@@ -95139,6 +95797,8 @@ declare module "sap/m/StandardDynamicDateOption" {
|
|
|
95139
95797
|
|
|
95140
95798
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
95141
95799
|
|
|
95800
|
+
import DynamicDateRange from "sap/m/DynamicDateRange";
|
|
95801
|
+
|
|
95142
95802
|
/**
|
|
95143
95803
|
* @EXPERIMENTAL (since 1.92)
|
|
95144
95804
|
*
|
|
@@ -95207,6 +95867,17 @@ declare module "sap/m/StandardDynamicDateOption" {
|
|
|
95207
95867
|
* Returns a metadata object for class sap.m.StandardDynamicDateOption.
|
|
95208
95868
|
*/
|
|
95209
95869
|
static getMetadata(): ElementMetadata;
|
|
95870
|
+
/**
|
|
95871
|
+
* Validates all input controls in the value help UI related to the current option. If one of the input
|
|
95872
|
+
* controls contains invalid value, then validation will return `false`. If all input controls contain valid
|
|
95873
|
+
* value, then the validation will return `true`.
|
|
95874
|
+
*/
|
|
95875
|
+
validateValueHelpUI(
|
|
95876
|
+
/**
|
|
95877
|
+
* The control instance
|
|
95878
|
+
*/
|
|
95879
|
+
oControl: DynamicDateRange
|
|
95880
|
+
): boolean;
|
|
95210
95881
|
}
|
|
95211
95882
|
|
|
95212
95883
|
export interface $StandardDynamicDateOptionSettings
|
|
@@ -95342,7 +96013,9 @@ declare module "sap/m/StandardListItem" {
|
|
|
95342
96013
|
/**
|
|
95343
96014
|
* Gets current value of property {@link #getInfo info}.
|
|
95344
96015
|
*
|
|
95345
|
-
* Defines an additional information text.
|
|
96016
|
+
* Defines an additional information text. **Note:** A wrapping of the information text is also supported
|
|
96017
|
+
* as of version 1.95, if `wrapping=true`. Although long strings are supported for the information text,
|
|
96018
|
+
* it is recommended to use short strings. For more details, see {@link #getWrapping wrapping}.
|
|
95346
96019
|
*/
|
|
95347
96020
|
getInfo(): string;
|
|
95348
96021
|
/**
|
|
@@ -95393,6 +96066,23 @@ declare module "sap/m/StandardListItem" {
|
|
|
95393
96066
|
* Default value is `Inherit`.
|
|
95394
96067
|
*/
|
|
95395
96068
|
getTitleTextDirection(): TextDirection | keyof typeof TextDirection;
|
|
96069
|
+
/**
|
|
96070
|
+
* @SINCE 1.94
|
|
96071
|
+
*
|
|
96072
|
+
* Gets current value of property {@link #getWrapCharLimit wrapCharLimit}.
|
|
96073
|
+
*
|
|
96074
|
+
* This property can be used to change the default character limits for the wrapping behavior.
|
|
96075
|
+
*
|
|
96076
|
+
* If this property is set to 0, then the default character limit used by the wrapping behavior is used.
|
|
96077
|
+
* For details see {@link #getWrapping wrapping}.
|
|
96078
|
+
*
|
|
96079
|
+
* **Note:**
|
|
96080
|
+
*
|
|
96081
|
+
* 0 or a positive integer must be used for this property.
|
|
96082
|
+
*
|
|
96083
|
+
* Default value is `0`.
|
|
96084
|
+
*/
|
|
96085
|
+
getWrapCharLimit(): int;
|
|
95396
96086
|
/**
|
|
95397
96087
|
* @SINCE 1.67
|
|
95398
96088
|
*
|
|
@@ -95404,6 +96094,9 @@ declare module "sap/m/StandardListItem" {
|
|
|
95404
96094
|
*
|
|
95405
96095
|
* In the desktop mode, initial rendering of the control contains 300 characters along with a button to
|
|
95406
96096
|
* expand and collapse the text whereas in the phone mode, the character limit is set to 100 characters.
|
|
96097
|
+
* A wrapping of the information text is supported as of 1.95. But expanding and collapsing the information
|
|
96098
|
+
* text is not possible. A wrapping of the information text is disabled if `infoStateInverted` is set to
|
|
96099
|
+
* `true`.
|
|
95407
96100
|
*
|
|
95408
96101
|
* Default value is `false`.
|
|
95409
96102
|
*/
|
|
@@ -95503,7 +96196,9 @@ declare module "sap/m/StandardListItem" {
|
|
|
95503
96196
|
/**
|
|
95504
96197
|
* Sets a new value for property {@link #getInfo info}.
|
|
95505
96198
|
*
|
|
95506
|
-
* Defines an additional information text.
|
|
96199
|
+
* Defines an additional information text. **Note:** A wrapping of the information text is also supported
|
|
96200
|
+
* as of version 1.95, if `wrapping=true`. Although long strings are supported for the information text,
|
|
96201
|
+
* it is recommended to use short strings. For more details, see {@link #getWrapping wrapping}.
|
|
95507
96202
|
*
|
|
95508
96203
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
95509
96204
|
*/
|
|
@@ -95596,6 +96291,30 @@ declare module "sap/m/StandardListItem" {
|
|
|
95596
96291
|
*/
|
|
95597
96292
|
sTitleTextDirection?: TextDirection | keyof typeof TextDirection
|
|
95598
96293
|
): this;
|
|
96294
|
+
/**
|
|
96295
|
+
* @SINCE 1.94
|
|
96296
|
+
*
|
|
96297
|
+
* Sets a new value for property {@link #getWrapCharLimit wrapCharLimit}.
|
|
96298
|
+
*
|
|
96299
|
+
* This property can be used to change the default character limits for the wrapping behavior.
|
|
96300
|
+
*
|
|
96301
|
+
* If this property is set to 0, then the default character limit used by the wrapping behavior is used.
|
|
96302
|
+
* For details see {@link #getWrapping wrapping}.
|
|
96303
|
+
*
|
|
96304
|
+
* **Note:**
|
|
96305
|
+
*
|
|
96306
|
+
* 0 or a positive integer must be used for this property.
|
|
96307
|
+
*
|
|
96308
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
96309
|
+
*
|
|
96310
|
+
* Default value is `0`.
|
|
96311
|
+
*/
|
|
96312
|
+
setWrapCharLimit(
|
|
96313
|
+
/**
|
|
96314
|
+
* New value for property `wrapCharLimit`
|
|
96315
|
+
*/
|
|
96316
|
+
iWrapCharLimit?: int
|
|
96317
|
+
): this;
|
|
95599
96318
|
/**
|
|
95600
96319
|
* @SINCE 1.67
|
|
95601
96320
|
*
|
|
@@ -95607,6 +96326,9 @@ declare module "sap/m/StandardListItem" {
|
|
|
95607
96326
|
*
|
|
95608
96327
|
* In the desktop mode, initial rendering of the control contains 300 characters along with a button to
|
|
95609
96328
|
* expand and collapse the text whereas in the phone mode, the character limit is set to 100 characters.
|
|
96329
|
+
* A wrapping of the information text is supported as of 1.95. But expanding and collapsing the information
|
|
96330
|
+
* text is not possible. A wrapping of the information text is disabled if `infoStateInverted` is set to
|
|
96331
|
+
* `true`.
|
|
95610
96332
|
*
|
|
95611
96333
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
95612
96334
|
*
|
|
@@ -95656,7 +96378,9 @@ declare module "sap/m/StandardListItem" {
|
|
|
95656
96378
|
activeIcon?: URI | PropertyBindingInfo;
|
|
95657
96379
|
|
|
95658
96380
|
/**
|
|
95659
|
-
* Defines an additional information text.
|
|
96381
|
+
* Defines an additional information text. **Note:** A wrapping of the information text is also supported
|
|
96382
|
+
* as of version 1.95, if `wrapping=true`. Although long strings are supported for the information text,
|
|
96383
|
+
* it is recommended to use short strings. For more details, see {@link #getWrapping wrapping}.
|
|
95660
96384
|
*/
|
|
95661
96385
|
info?: string | PropertyBindingInfo;
|
|
95662
96386
|
|
|
@@ -95703,6 +96427,9 @@ declare module "sap/m/StandardListItem" {
|
|
|
95703
96427
|
*
|
|
95704
96428
|
* In the desktop mode, initial rendering of the control contains 300 characters along with a button to
|
|
95705
96429
|
* expand and collapse the text whereas in the phone mode, the character limit is set to 100 characters.
|
|
96430
|
+
* A wrapping of the information text is supported as of 1.95. But expanding and collapsing the information
|
|
96431
|
+
* text is not possible. A wrapping of the information text is disabled if `infoStateInverted` is set to
|
|
96432
|
+
* `true`.
|
|
95706
96433
|
*/
|
|
95707
96434
|
wrapping?: boolean | PropertyBindingInfo;
|
|
95708
96435
|
|
|
@@ -95714,6 +96441,20 @@ declare module "sap/m/StandardListItem" {
|
|
|
95714
96441
|
* to `true`.
|
|
95715
96442
|
*/
|
|
95716
96443
|
infoStateInverted?: boolean | PropertyBindingInfo;
|
|
96444
|
+
|
|
96445
|
+
/**
|
|
96446
|
+
* @SINCE 1.94
|
|
96447
|
+
*
|
|
96448
|
+
* This property can be used to change the default character limits for the wrapping behavior.
|
|
96449
|
+
*
|
|
96450
|
+
* If this property is set to 0, then the default character limit used by the wrapping behavior is used.
|
|
96451
|
+
* For details see {@link #getWrapping wrapping}.
|
|
96452
|
+
*
|
|
96453
|
+
* **Note:**
|
|
96454
|
+
*
|
|
96455
|
+
* 0 or a positive integer must be used for this property.
|
|
96456
|
+
*/
|
|
96457
|
+
wrapCharLimit?: int | PropertyBindingInfo;
|
|
95717
96458
|
}
|
|
95718
96459
|
}
|
|
95719
96460
|
|
|
@@ -102391,7 +103132,7 @@ declare module "sap/m/TextArea" {
|
|
|
102391
103132
|
* Gets current value of property {@link #getGrowing growing}.
|
|
102392
103133
|
*
|
|
102393
103134
|
* Indicates the ability of the control to automatically grow and shrink dynamically with its content. **Note:**
|
|
102394
|
-
*
|
|
103135
|
+
* This property should not be used when the `height` property is set.
|
|
102395
103136
|
*
|
|
102396
103137
|
* Default value is `false`.
|
|
102397
103138
|
*/
|
|
@@ -102485,7 +103226,7 @@ declare module "sap/m/TextArea" {
|
|
|
102485
103226
|
* Sets a new value for property {@link #getGrowing growing}.
|
|
102486
103227
|
*
|
|
102487
103228
|
* Indicates the ability of the control to automatically grow and shrink dynamically with its content. **Note:**
|
|
102488
|
-
*
|
|
103229
|
+
* This property should not be used when the `height` property is set.
|
|
102489
103230
|
*
|
|
102490
103231
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
102491
103232
|
*
|
|
@@ -102667,7 +103408,7 @@ declare module "sap/m/TextArea" {
|
|
|
102667
103408
|
* @SINCE 1.38.0
|
|
102668
103409
|
*
|
|
102669
103410
|
* Indicates the ability of the control to automatically grow and shrink dynamically with its content. **Note:**
|
|
102670
|
-
*
|
|
103411
|
+
* This property should not be used when the `height` property is set.
|
|
102671
103412
|
*/
|
|
102672
103413
|
growing?: boolean | PropertyBindingInfo;
|
|
102673
103414
|
|
|
@@ -103401,6 +104142,8 @@ declare module "sap/m/TileContent" {
|
|
|
103401
104142
|
|
|
103402
104143
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
103403
104144
|
|
|
104145
|
+
import { Priority } from "sap/ui/core/library";
|
|
104146
|
+
|
|
103404
104147
|
/**
|
|
103405
104148
|
* @SINCE 1.34.0
|
|
103406
104149
|
*
|
|
@@ -103517,6 +104260,16 @@ declare module "sap/m/TileContent" {
|
|
|
103517
104260
|
* Default value is `"Auto"`.
|
|
103518
104261
|
*/
|
|
103519
104262
|
getFrameType(): FrameType | keyof typeof FrameType;
|
|
104263
|
+
/**
|
|
104264
|
+
* @EXPERIMENTAL (since 1.96)
|
|
104265
|
+
*
|
|
104266
|
+
* Gets current value of property {@link #getPriority priority}.
|
|
104267
|
+
*
|
|
104268
|
+
* Adds a priority badge before the content. Works only in Generic Tile ActionMode.
|
|
104269
|
+
*
|
|
104270
|
+
* Default value is `None`.
|
|
104271
|
+
*/
|
|
104272
|
+
getPriority(): Priority | keyof typeof Priority;
|
|
103520
104273
|
/**
|
|
103521
104274
|
* @deprecated (since 1.38.0) - The TileContent control has now a fixed size, depending on the used media
|
|
103522
104275
|
* (desktop, tablet or phone).
|
|
@@ -103604,6 +104357,23 @@ declare module "sap/m/TileContent" {
|
|
|
103604
104357
|
*/
|
|
103605
104358
|
sFrameType?: FrameType | keyof typeof FrameType
|
|
103606
104359
|
): this;
|
|
104360
|
+
/**
|
|
104361
|
+
* @EXPERIMENTAL (since 1.96)
|
|
104362
|
+
*
|
|
104363
|
+
* Sets a new value for property {@link #getPriority priority}.
|
|
104364
|
+
*
|
|
104365
|
+
* Adds a priority badge before the content. Works only in Generic Tile ActionMode.
|
|
104366
|
+
*
|
|
104367
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
104368
|
+
*
|
|
104369
|
+
* Default value is `None`.
|
|
104370
|
+
*/
|
|
104371
|
+
setPriority(
|
|
104372
|
+
/**
|
|
104373
|
+
* New value for property `priority`
|
|
104374
|
+
*/
|
|
104375
|
+
sPriority?: Priority | keyof typeof Priority
|
|
104376
|
+
): this;
|
|
103607
104377
|
/**
|
|
103608
104378
|
* Setter for protected property to enable or disable content rendering. This function does not invalidate
|
|
103609
104379
|
* the control.
|
|
@@ -103699,6 +104469,13 @@ declare module "sap/m/TileContent" {
|
|
|
103699
104469
|
*/
|
|
103700
104470
|
frameType?: (FrameType | keyof typeof FrameType) | PropertyBindingInfo;
|
|
103701
104471
|
|
|
104472
|
+
/**
|
|
104473
|
+
* @EXPERIMENTAL (since 1.96)
|
|
104474
|
+
*
|
|
104475
|
+
* Adds a priority badge before the content. Works only in Generic Tile ActionMode.
|
|
104476
|
+
*/
|
|
104477
|
+
priority?: (Priority | keyof typeof Priority) | PropertyBindingInfo;
|
|
104478
|
+
|
|
103702
104479
|
/**
|
|
103703
104480
|
* The switchable view that depends on the tile type.
|
|
103704
104481
|
*/
|
|
@@ -117732,14 +118509,15 @@ declare module "sap/m/Wizard" {
|
|
|
117732
118509
|
* - Steps can be branching depending on choices the user made in their input - this is set by the `enableBranching`
|
|
117733
118510
|
* property.
|
|
117734
118511
|
* - Steps can have different visual representations - numbers or icons. You can add labels for better
|
|
117735
|
-
* readability
|
|
117736
|
-
*
|
|
117737
|
-
*
|
|
117738
|
-
*
|
|
117739
|
-
*
|
|
117740
|
-
*
|
|
117741
|
-
*
|
|
117742
|
-
*
|
|
118512
|
+
* readability **Note:** Dynamic step insertion is not supported. Even if branching steps are used,
|
|
118513
|
+
* the steps should be known in advance. Content: The content occupies the main part of the page. It can
|
|
118514
|
+
* hold any type of input controls. The content is kept in {@link sap.m.WizardStep wizard steps}. Next Step
|
|
118515
|
+
* Button: The next step button is displayed below the content. It can be hidden by setting `showNextButton`
|
|
118516
|
+
* to `false` and displayed, for example, only after the user has filled all mandatory fields. Usage: When
|
|
118517
|
+
* to use:: When the user has to accomplish a long or unfamiliar task. When not to use:: When the user has
|
|
118518
|
+
* to accomplish a routine task that is clear and familiar. When the task has only two steps or less. Responsive
|
|
118519
|
+
* Behavior: On mobile devices the steps in the StepNavigator are grouped together and overlap. Tapping
|
|
118520
|
+
* on them will show a popover to select the step to navigate to.
|
|
117743
118521
|
*
|
|
117744
118522
|
* When using the sap.m.Wizard in SAP Quartz theme, the breakpoints and layout paddings could be determined
|
|
117745
118523
|
* by the container's width. To enable this concept and add responsive paddings to the navigation area and
|
|
@@ -119424,6 +120202,18 @@ declare namespace sap {
|
|
|
119424
120202
|
|
|
119425
120203
|
"sap/m/OverflowToolbarToggleButton": undefined;
|
|
119426
120204
|
|
|
120205
|
+
"sap/m/p13n/BasePanel": undefined;
|
|
120206
|
+
|
|
120207
|
+
"sap/m/p13n/Container": undefined;
|
|
120208
|
+
|
|
120209
|
+
"sap/m/p13n/GroupPanel": undefined;
|
|
120210
|
+
|
|
120211
|
+
"sap/m/p13n/QueryPanel": undefined;
|
|
120212
|
+
|
|
120213
|
+
"sap/m/p13n/SelectionPanel": undefined;
|
|
120214
|
+
|
|
120215
|
+
"sap/m/p13n/SortPanel": undefined;
|
|
120216
|
+
|
|
119427
120217
|
"sap/m/P13nColumnsItem": undefined;
|
|
119428
120218
|
|
|
119429
120219
|
"sap/m/P13nColumnsPanel": undefined;
|