@openui5/ts-types 1.127.0 → 1.128.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1366 -198
- package/types/sap.m.d.ts +329 -23
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +10 -4
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +48 -28
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +10 -4
- package/types/sap.ui.integration.d.ts +53 -4
- package/types/sap.ui.layout.d.ts +5 -5
- package/types/sap.ui.mdc.d.ts +426 -204
- 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 +1 -1
- package/types/sap.ui.table.d.ts +94 -23
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +601 -1
- 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 +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +46 -1
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.128.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -3413,8 +3413,6 @@ declare namespace sap {
|
|
|
3413
3413
|
* - Drag for rows is active
|
|
3414
3414
|
* - If used in combination with {@link sap.ui.table.Table#cellClick} or {@link sap.m.Table#itemPress }
|
|
3415
3415
|
*
|
|
3416
|
-
* - If the `sap.ui.table.SelectionBehavior.RowOnly` or `sap.ui.table.SelectionBehavior.Row` selection
|
|
3417
|
-
* behavior is used in the `sap.ui.table.Table`
|
|
3418
3416
|
* - If the `sap.m.ListType.SingleSelectMaster` mode is used in the `sap.m.Table`
|
|
3419
3417
|
*
|
|
3420
3418
|
* When the `CellSelector` is used in combination with the {@link sap.ui.mdc.Table}, modifying the following
|
|
@@ -18896,6 +18894,12 @@ declare namespace sap {
|
|
|
18896
18894
|
* The file that fails to meet the file size restriction specified in the `maxFileSize` property.
|
|
18897
18895
|
*/
|
|
18898
18896
|
item?: sap.m.upload.UploadSetItem;
|
|
18897
|
+
|
|
18898
|
+
/**
|
|
18899
|
+
* The size of a file in MB, that fails to meet the file size restriction specified in the `maxFileSize`
|
|
18900
|
+
* property.
|
|
18901
|
+
*/
|
|
18902
|
+
fileSize?: float;
|
|
18899
18903
|
}
|
|
18900
18904
|
|
|
18901
18905
|
/**
|
|
@@ -34032,6 +34036,32 @@ declare namespace sap {
|
|
|
34032
34036
|
*/
|
|
34033
34037
|
text?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
34034
34038
|
|
|
34039
|
+
/**
|
|
34040
|
+
* Defines the icon to be displayed as graphical element in the beginning of the `Link`. It can be an icon
|
|
34041
|
+
* from the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
34042
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
34043
|
+
* Using an image instead of icon is not supported.
|
|
34044
|
+
*
|
|
34045
|
+
* @since 1.128.0
|
|
34046
|
+
*/
|
|
34047
|
+
icon?:
|
|
34048
|
+
| sap.ui.core.URI
|
|
34049
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
34050
|
+
| `{${string}}`;
|
|
34051
|
+
|
|
34052
|
+
/**
|
|
34053
|
+
* Defines the icon to be displayed as graphical element in the end of the `Link`. It can be an icon from
|
|
34054
|
+
* the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
34055
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
34056
|
+
* Using an image instead of icon is not supported.
|
|
34057
|
+
*
|
|
34058
|
+
* @since 1.128.0
|
|
34059
|
+
*/
|
|
34060
|
+
endIcon?:
|
|
34061
|
+
| sap.ui.core.URI
|
|
34062
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
34063
|
+
| `{${string}}`;
|
|
34064
|
+
|
|
34035
34065
|
/**
|
|
34036
34066
|
* Determines whether the link can be triggered by the user.
|
|
34037
34067
|
*/
|
|
@@ -34467,7 +34497,8 @@ declare namespace sap {
|
|
|
34467
34497
|
* corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
|
|
34468
34498
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
34469
34499
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
34470
|
-
* API documentation. Do not enable this feature when `$$SharedRequests` is
|
|
34500
|
+
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
34501
|
+
* active.
|
|
34471
34502
|
*
|
|
34472
34503
|
* @since 1.16.6
|
|
34473
34504
|
*/
|
|
@@ -39425,13 +39456,13 @@ declare namespace sap {
|
|
|
39425
39456
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
39426
39457
|
*
|
|
39427
39458
|
* Hours:
|
|
39428
|
-
* For views where the displayed intervals are hours, the placeholder snaps on every interval of
|
|
39459
|
+
* For views where the displayed intervals are hours, the placeholder snaps on every interval of 15 minutes.
|
|
39429
39460
|
* After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired,
|
|
39430
39461
|
* containing the new start and end UI5Date or JavaScript Date objects.
|
|
39431
39462
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
39432
39463
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new start
|
|
39433
|
-
* date has time that is either "hh:00:00" or "hh:
|
|
39434
|
-
*
|
|
39464
|
+
* date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can snap on every
|
|
39465
|
+
* 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later and would be either
|
|
39435
39466
|
* "hh:27:30" or "hh:57:30".
|
|
39436
39467
|
*
|
|
39437
39468
|
* Days:
|
|
@@ -39492,7 +39523,7 @@ declare namespace sap {
|
|
|
39492
39523
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
39493
39524
|
*
|
|
39494
39525
|
* Hours: For views where the displayed intervals are hours, the appointment snaps on every interval of
|
|
39495
|
-
*
|
|
39526
|
+
* 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event
|
|
39496
39527
|
* is fired, containing the new start and end UI5Date or JavaScript Date objects.
|
|
39497
39528
|
*
|
|
39498
39529
|
* Days: For views where intervals are days, the appointment snaps to the end of the day. After the resize
|
|
@@ -39559,6 +39590,17 @@ declare namespace sap {
|
|
|
39559
39590
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
39560
39591
|
| `{${string}}`;
|
|
39561
39592
|
|
|
39593
|
+
/**
|
|
39594
|
+
* Sets the provided period to be displayed as a non-working.
|
|
39595
|
+
*
|
|
39596
|
+
* @since 1.128
|
|
39597
|
+
*/
|
|
39598
|
+
nonWorkingPeriods?:
|
|
39599
|
+
| sap.ui.unified.NonWorkingPeriod[]
|
|
39600
|
+
| sap.ui.unified.NonWorkingPeriod
|
|
39601
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
39602
|
+
| `{${string}}`;
|
|
39603
|
+
|
|
39562
39604
|
/**
|
|
39563
39605
|
* The appointments to be displayed at the top of the intervals (for example, for public holidays). Appointments
|
|
39564
39606
|
* outside the visible time frame are not rendered.
|
|
@@ -42510,6 +42552,19 @@ declare namespace sap {
|
|
|
42510
42552
|
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
42511
42553
|
| `{${string}}`;
|
|
42512
42554
|
|
|
42555
|
+
/**
|
|
42556
|
+
* Sets the provided period to be displayed as a non-working.
|
|
42557
|
+
*
|
|
42558
|
+
* **Note:** The visualization of non-working periods is present in all views that include hours representation.
|
|
42559
|
+
*
|
|
42560
|
+
* @since 1.128
|
|
42561
|
+
*/
|
|
42562
|
+
nonWorkingPeriods?:
|
|
42563
|
+
| sap.ui.unified.NonWorkingPeriod[]
|
|
42564
|
+
| sap.ui.unified.NonWorkingPeriod
|
|
42565
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
42566
|
+
| `{${string}}`;
|
|
42567
|
+
|
|
42513
42568
|
/**
|
|
42514
42569
|
* Views of the `SinglePlanningCalendar`.
|
|
42515
42570
|
*
|
|
@@ -83031,12 +83086,9 @@ declare namespace sap {
|
|
|
83031
83086
|
*/
|
|
83032
83087
|
class Input
|
|
83033
83088
|
extends sap.m.InputBase
|
|
83034
|
-
implements
|
|
83035
|
-
sap.ui.core.IAccessKeySupport,
|
|
83036
|
-
/* was: sap.m.IToolbarInteractiveControl */ Object
|
|
83089
|
+
implements sap.ui.core.IAccessKeySupport
|
|
83037
83090
|
{
|
|
83038
83091
|
__implements__sap_ui_core_IAccessKeySupport: boolean;
|
|
83039
|
-
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
83040
83092
|
/**
|
|
83041
83093
|
* Constructor for a new `Input`.
|
|
83042
83094
|
*
|
|
@@ -84994,10 +85046,14 @@ declare namespace sap {
|
|
|
84994
85046
|
*/
|
|
84995
85047
|
class InputBase
|
|
84996
85048
|
extends sap.ui.core.Control
|
|
84997
|
-
implements
|
|
85049
|
+
implements
|
|
85050
|
+
sap.ui.core.IFormContent,
|
|
85051
|
+
sap.ui.core.ISemanticFormContent,
|
|
85052
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object
|
|
84998
85053
|
{
|
|
84999
85054
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
85000
85055
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
85056
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
85001
85057
|
/**
|
|
85002
85058
|
* Constructor for a new `sap.m.InputBase`.
|
|
85003
85059
|
*
|
|
@@ -87344,6 +87400,21 @@ declare namespace sap {
|
|
|
87344
87400
|
* @returns Value of property `enabled`
|
|
87345
87401
|
*/
|
|
87346
87402
|
getEnabled(): boolean;
|
|
87403
|
+
/**
|
|
87404
|
+
* Gets current value of property {@link #getEndIcon endIcon}.
|
|
87405
|
+
*
|
|
87406
|
+
* Defines the icon to be displayed as graphical element in the end of the `Link`. It can be an icon from
|
|
87407
|
+
* the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
87408
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
87409
|
+
* Using an image instead of icon is not supported.
|
|
87410
|
+
*
|
|
87411
|
+
* Default value is `empty string`.
|
|
87412
|
+
*
|
|
87413
|
+
* @since 1.128.0
|
|
87414
|
+
*
|
|
87415
|
+
* @returns Value of property `endIcon`
|
|
87416
|
+
*/
|
|
87417
|
+
getEndIcon(): sap.ui.core.URI;
|
|
87347
87418
|
/**
|
|
87348
87419
|
* Gets current value of property {@link #getHref href}.
|
|
87349
87420
|
*
|
|
@@ -87355,6 +87426,21 @@ declare namespace sap {
|
|
|
87355
87426
|
* @returns Value of property `href`
|
|
87356
87427
|
*/
|
|
87357
87428
|
getHref(): sap.ui.core.URI;
|
|
87429
|
+
/**
|
|
87430
|
+
* Gets current value of property {@link #getIcon icon}.
|
|
87431
|
+
*
|
|
87432
|
+
* Defines the icon to be displayed as graphical element in the beginning of the `Link`. It can be an icon
|
|
87433
|
+
* from the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
87434
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
87435
|
+
* Using an image instead of icon is not supported.
|
|
87436
|
+
*
|
|
87437
|
+
* Default value is `empty string`.
|
|
87438
|
+
*
|
|
87439
|
+
* @since 1.128.0
|
|
87440
|
+
*
|
|
87441
|
+
* @returns Value of property `icon`
|
|
87442
|
+
*/
|
|
87443
|
+
getIcon(): sap.ui.core.URI;
|
|
87358
87444
|
/**
|
|
87359
87445
|
* Gets current value of property {@link #getRel rel}.
|
|
87360
87446
|
*
|
|
@@ -87614,6 +87700,28 @@ declare namespace sap {
|
|
|
87614
87700
|
*/
|
|
87615
87701
|
bEnabled?: boolean
|
|
87616
87702
|
): this;
|
|
87703
|
+
/**
|
|
87704
|
+
* Sets a new value for property {@link #getEndIcon endIcon}.
|
|
87705
|
+
*
|
|
87706
|
+
* Defines the icon to be displayed as graphical element in the end of the `Link`. It can be an icon from
|
|
87707
|
+
* the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
87708
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
87709
|
+
* Using an image instead of icon is not supported.
|
|
87710
|
+
*
|
|
87711
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
87712
|
+
*
|
|
87713
|
+
* Default value is `empty string`.
|
|
87714
|
+
*
|
|
87715
|
+
* @since 1.128.0
|
|
87716
|
+
*
|
|
87717
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
87718
|
+
*/
|
|
87719
|
+
setEndIcon(
|
|
87720
|
+
/**
|
|
87721
|
+
* New value for property `endIcon`
|
|
87722
|
+
*/
|
|
87723
|
+
sEndIcon?: sap.ui.core.URI
|
|
87724
|
+
): this;
|
|
87617
87725
|
/**
|
|
87618
87726
|
* Sets a new value for property {@link #getHref href}.
|
|
87619
87727
|
*
|
|
@@ -87632,6 +87740,28 @@ declare namespace sap {
|
|
|
87632
87740
|
*/
|
|
87633
87741
|
sHref?: sap.ui.core.URI
|
|
87634
87742
|
): this;
|
|
87743
|
+
/**
|
|
87744
|
+
* Sets a new value for property {@link #getIcon icon}.
|
|
87745
|
+
*
|
|
87746
|
+
* Defines the icon to be displayed as graphical element in the beginning of the `Link`. It can be an icon
|
|
87747
|
+
* from the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
87748
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
87749
|
+
* Using an image instead of icon is not supported.
|
|
87750
|
+
*
|
|
87751
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
87752
|
+
*
|
|
87753
|
+
* Default value is `empty string`.
|
|
87754
|
+
*
|
|
87755
|
+
* @since 1.128.0
|
|
87756
|
+
*
|
|
87757
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
87758
|
+
*/
|
|
87759
|
+
setIcon(
|
|
87760
|
+
/**
|
|
87761
|
+
* New value for property `icon`
|
|
87762
|
+
*/
|
|
87763
|
+
sIcon?: sap.ui.core.URI
|
|
87764
|
+
): this;
|
|
87635
87765
|
/**
|
|
87636
87766
|
* Sets a new value for property {@link #getRel rel}.
|
|
87637
87767
|
*
|
|
@@ -89509,7 +89639,8 @@ declare namespace sap {
|
|
|
89509
89639
|
* corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
|
|
89510
89640
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
89511
89641
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
89512
|
-
* API documentation. Do not enable this feature when `$$SharedRequests` is
|
|
89642
|
+
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
89643
|
+
* active.
|
|
89513
89644
|
*
|
|
89514
89645
|
* Default value is `true`.
|
|
89515
89646
|
*
|
|
@@ -90182,7 +90313,8 @@ declare namespace sap {
|
|
|
90182
90313
|
* corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
|
|
90183
90314
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
90184
90315
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
90185
|
-
* API documentation. Do not enable this feature when `$$SharedRequests` is
|
|
90316
|
+
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
90317
|
+
* active.
|
|
90186
90318
|
*
|
|
90187
90319
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
90188
90320
|
*
|
|
@@ -117803,6 +117935,19 @@ declare namespace sap {
|
|
|
117803
117935
|
*/
|
|
117804
117936
|
oIntervalHeader: sap.ui.unified.CalendarAppointment
|
|
117805
117937
|
): this;
|
|
117938
|
+
/**
|
|
117939
|
+
* Adds some nonWorkingPeriod to the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
117940
|
+
*
|
|
117941
|
+
* @since 1.128
|
|
117942
|
+
*
|
|
117943
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
117944
|
+
*/
|
|
117945
|
+
addNonWorkingPeriod(
|
|
117946
|
+
/**
|
|
117947
|
+
* The nonWorkingPeriod to add; if empty, nothing is inserted
|
|
117948
|
+
*/
|
|
117949
|
+
oNonWorkingPeriod: sap.ui.unified.NonWorkingPeriod
|
|
117950
|
+
): this;
|
|
117806
117951
|
/**
|
|
117807
117952
|
* Adds some specialDate to the aggregation {@link #getSpecialDates specialDates}.
|
|
117808
117953
|
*
|
|
@@ -118056,6 +118201,14 @@ declare namespace sap {
|
|
|
118056
118201
|
* @returns Reference to `this` in order to allow method chaining
|
|
118057
118202
|
*/
|
|
118058
118203
|
destroyIntervalHeaders(): this;
|
|
118204
|
+
/**
|
|
118205
|
+
* Destroys all the nonWorkingPeriods in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
118206
|
+
*
|
|
118207
|
+
* @since 1.128
|
|
118208
|
+
*
|
|
118209
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
118210
|
+
*/
|
|
118211
|
+
destroyNonWorkingPeriods(): this;
|
|
118059
118212
|
/**
|
|
118060
118213
|
* Destroys all the specialDates in the aggregation {@link #getSpecialDates specialDates}.
|
|
118061
118214
|
*
|
|
@@ -118244,13 +118397,13 @@ declare namespace sap {
|
|
|
118244
118397
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
118245
118398
|
*
|
|
118246
118399
|
* Hours:
|
|
118247
|
-
* For views where the displayed intervals are hours, the placeholder snaps on every interval of
|
|
118400
|
+
* For views where the displayed intervals are hours, the placeholder snaps on every interval of 15 minutes.
|
|
118248
118401
|
* After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired,
|
|
118249
118402
|
* containing the new start and end UI5Date or JavaScript Date objects.
|
|
118250
118403
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
118251
118404
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new start
|
|
118252
|
-
* date has time that is either "hh:00:00" or "hh:
|
|
118253
|
-
*
|
|
118405
|
+
* date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can snap on every
|
|
118406
|
+
* 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later and would be either
|
|
118254
118407
|
* "hh:27:30" or "hh:57:30".
|
|
118255
118408
|
*
|
|
118256
118409
|
* Days:
|
|
@@ -118313,7 +118466,7 @@ declare namespace sap {
|
|
|
118313
118466
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
118314
118467
|
*
|
|
118315
118468
|
* Hours: For views where the displayed intervals are hours, the appointment snaps on every interval of
|
|
118316
|
-
*
|
|
118469
|
+
* 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event
|
|
118317
118470
|
* is fired, containing the new start and end UI5Date or JavaScript Date objects.
|
|
118318
118471
|
*
|
|
118319
118472
|
* Days: For views where intervals are days, the appointment snaps to the end of the day. After the resize
|
|
@@ -118419,6 +118572,14 @@ declare namespace sap {
|
|
|
118419
118572
|
* @returns Value of property `nonWorkingHours`
|
|
118420
118573
|
*/
|
|
118421
118574
|
getNonWorkingHours(): int[];
|
|
118575
|
+
/**
|
|
118576
|
+
* Gets content of aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
118577
|
+
*
|
|
118578
|
+
* Sets the provided period to be displayed as a non-working.
|
|
118579
|
+
*
|
|
118580
|
+
* @since 1.128
|
|
118581
|
+
*/
|
|
118582
|
+
getNonWorkingPeriods(): sap.ui.unified.NonWorkingPeriod[];
|
|
118422
118583
|
/**
|
|
118423
118584
|
* Gets current value of property {@link #getRowHeaderDescription rowHeaderDescription}.
|
|
118424
118585
|
*
|
|
@@ -118514,6 +118675,20 @@ declare namespace sap {
|
|
|
118514
118675
|
*/
|
|
118515
118676
|
oIntervalHeader: sap.ui.unified.CalendarAppointment
|
|
118516
118677
|
): int;
|
|
118678
|
+
/**
|
|
118679
|
+
* Checks for the provided `sap.ui.unified.NonWorkingPeriod` in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
118680
|
+
* and returns its index if found or -1 otherwise.
|
|
118681
|
+
*
|
|
118682
|
+
* @since 1.128
|
|
118683
|
+
*
|
|
118684
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
118685
|
+
*/
|
|
118686
|
+
indexOfNonWorkingPeriod(
|
|
118687
|
+
/**
|
|
118688
|
+
* The nonWorkingPeriod whose index is looked for
|
|
118689
|
+
*/
|
|
118690
|
+
oNonWorkingPeriod: sap.ui.unified.NonWorkingPeriod
|
|
118691
|
+
): int;
|
|
118517
118692
|
/**
|
|
118518
118693
|
* Checks for the provided `sap.ui.unified.DateTypeRange` in the aggregation {@link #getSpecialDates specialDates}.
|
|
118519
118694
|
* and returns its index if found or -1 otherwise.
|
|
@@ -118583,6 +118758,25 @@ declare namespace sap {
|
|
|
118583
118758
|
*/
|
|
118584
118759
|
iIndex: int
|
|
118585
118760
|
): this;
|
|
118761
|
+
/**
|
|
118762
|
+
* Inserts a nonWorkingPeriod into the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
118763
|
+
*
|
|
118764
|
+
* @since 1.128
|
|
118765
|
+
*
|
|
118766
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
118767
|
+
*/
|
|
118768
|
+
insertNonWorkingPeriod(
|
|
118769
|
+
/**
|
|
118770
|
+
* The nonWorkingPeriod to insert; if empty, nothing is inserted
|
|
118771
|
+
*/
|
|
118772
|
+
oNonWorkingPeriod: sap.ui.unified.NonWorkingPeriod,
|
|
118773
|
+
/**
|
|
118774
|
+
* The `0`-based index the nonWorkingPeriod should be inserted at; for a negative value of `iIndex`, the
|
|
118775
|
+
* nonWorkingPeriod is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
118776
|
+
* the nonWorkingPeriod is inserted at the last position
|
|
118777
|
+
*/
|
|
118778
|
+
iIndex: int
|
|
118779
|
+
): this;
|
|
118586
118780
|
/**
|
|
118587
118781
|
* Inserts a specialDate into the aggregation {@link #getSpecialDates specialDates}.
|
|
118588
118782
|
*
|
|
@@ -118630,6 +118824,16 @@ declare namespace sap {
|
|
|
118630
118824
|
* @returns An array of the removed elements (might be empty)
|
|
118631
118825
|
*/
|
|
118632
118826
|
removeAllIntervalHeaders(): sap.ui.unified.CalendarAppointment[];
|
|
118827
|
+
/**
|
|
118828
|
+
* Removes all the controls from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
118829
|
+
*
|
|
118830
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
118831
|
+
*
|
|
118832
|
+
* @since 1.128
|
|
118833
|
+
*
|
|
118834
|
+
* @returns An array of the removed elements (might be empty)
|
|
118835
|
+
*/
|
|
118836
|
+
removeAllNonWorkingPeriods(): sap.ui.unified.NonWorkingPeriod[];
|
|
118633
118837
|
/**
|
|
118634
118838
|
* Removes all the controls from the aggregation {@link #getSpecialDates specialDates}.
|
|
118635
118839
|
*
|
|
@@ -118677,6 +118881,19 @@ declare namespace sap {
|
|
|
118677
118881
|
*/
|
|
118678
118882
|
vIntervalHeader: int | string | sap.ui.unified.CalendarAppointment
|
|
118679
118883
|
): sap.ui.unified.CalendarAppointment | null;
|
|
118884
|
+
/**
|
|
118885
|
+
* Removes a nonWorkingPeriod from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
118886
|
+
*
|
|
118887
|
+
* @since 1.128
|
|
118888
|
+
*
|
|
118889
|
+
* @returns The removed nonWorkingPeriod or `null`
|
|
118890
|
+
*/
|
|
118891
|
+
removeNonWorkingPeriod(
|
|
118892
|
+
/**
|
|
118893
|
+
* The nonWorkingPeriod to remove or its index or id
|
|
118894
|
+
*/
|
|
118895
|
+
vNonWorkingPeriod: int | string | sap.ui.unified.NonWorkingPeriod
|
|
118896
|
+
): sap.ui.unified.NonWorkingPeriod | null;
|
|
118680
118897
|
/**
|
|
118681
118898
|
* Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
|
|
118682
118899
|
*
|
|
@@ -118729,13 +118946,13 @@ declare namespace sap {
|
|
|
118729
118946
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
118730
118947
|
*
|
|
118731
118948
|
* Hours:
|
|
118732
|
-
* For views where the displayed intervals are hours, the placeholder snaps on every interval of
|
|
118949
|
+
* For views where the displayed intervals are hours, the placeholder snaps on every interval of 15 minutes.
|
|
118733
118950
|
* After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired,
|
|
118734
118951
|
* containing the new start and end UI5Date or JavaScript Date objects.
|
|
118735
118952
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
118736
118953
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new start
|
|
118737
|
-
* date has time that is either "hh:00:00" or "hh:
|
|
118738
|
-
*
|
|
118954
|
+
* date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can snap on every
|
|
118955
|
+
* 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later and would be either
|
|
118739
118956
|
* "hh:27:30" or "hh:57:30".
|
|
118740
118957
|
*
|
|
118741
118958
|
* Days:
|
|
@@ -118805,7 +119022,7 @@ declare namespace sap {
|
|
|
118805
119022
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
118806
119023
|
*
|
|
118807
119024
|
* Hours: For views where the displayed intervals are hours, the appointment snaps on every interval of
|
|
118808
|
-
*
|
|
119025
|
+
* 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event
|
|
118809
119026
|
* is fired, containing the new start and end UI5Date or JavaScript Date objects.
|
|
118810
119027
|
*
|
|
118811
119028
|
* Days: For views where intervals are days, the appointment snaps to the end of the day. After the resize
|
|
@@ -134692,6 +134909,19 @@ declare namespace sap {
|
|
|
134692
134909
|
*/
|
|
134693
134910
|
oAppointment: sap.ui.unified.CalendarAppointment
|
|
134694
134911
|
): this;
|
|
134912
|
+
/**
|
|
134913
|
+
* Adds some nonWorkingPeriod to the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
134914
|
+
*
|
|
134915
|
+
* @since 1.128
|
|
134916
|
+
*
|
|
134917
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
134918
|
+
*/
|
|
134919
|
+
addNonWorkingPeriod(
|
|
134920
|
+
/**
|
|
134921
|
+
* The nonWorkingPeriod to add; if empty, nothing is inserted
|
|
134922
|
+
*/
|
|
134923
|
+
oNonWorkingPeriod: sap.ui.unified.NonWorkingPeriod
|
|
134924
|
+
): this;
|
|
134695
134925
|
/**
|
|
134696
134926
|
* Adds a selected date to the grid.
|
|
134697
134927
|
*
|
|
@@ -135308,6 +135538,14 @@ declare namespace sap {
|
|
|
135308
135538
|
* @returns Reference to `this` in order to allow method chaining
|
|
135309
135539
|
*/
|
|
135310
135540
|
destroyAppointments(): this;
|
|
135541
|
+
/**
|
|
135542
|
+
* Destroys all the nonWorkingPeriods in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
135543
|
+
*
|
|
135544
|
+
* @since 1.128
|
|
135545
|
+
*
|
|
135546
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
135547
|
+
*/
|
|
135548
|
+
destroyNonWorkingPeriods(): this;
|
|
135311
135549
|
/**
|
|
135312
135550
|
* Destroys all the selectedDates in the aggregation {@link #getSelectedDates selectedDates}.
|
|
135313
135551
|
*
|
|
@@ -135857,6 +136095,16 @@ declare namespace sap {
|
|
|
135857
136095
|
* @since 1.65.0
|
|
135858
136096
|
*/
|
|
135859
136097
|
getLegend(): sap.ui.core.ID | null;
|
|
136098
|
+
/**
|
|
136099
|
+
* Gets content of aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
136100
|
+
*
|
|
136101
|
+
* Sets the provided period to be displayed as a non-working.
|
|
136102
|
+
*
|
|
136103
|
+
* **Note:** The visualization of non-working periods is present in all views that include hours representation.
|
|
136104
|
+
*
|
|
136105
|
+
* @since 1.128
|
|
136106
|
+
*/
|
|
136107
|
+
getNonWorkingPeriods(): sap.ui.unified.NonWorkingPeriod[];
|
|
135860
136108
|
/**
|
|
135861
136109
|
* Gets current value of property {@link #getScaleFactor scaleFactor}.
|
|
135862
136110
|
*
|
|
@@ -136028,6 +136276,20 @@ declare namespace sap {
|
|
|
136028
136276
|
*/
|
|
136029
136277
|
oAppointment: sap.ui.unified.CalendarAppointment
|
|
136030
136278
|
): int;
|
|
136279
|
+
/**
|
|
136280
|
+
* Checks for the provided `sap.ui.unified.NonWorkingPeriod` in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
136281
|
+
* and returns its index if found or -1 otherwise.
|
|
136282
|
+
*
|
|
136283
|
+
* @since 1.128
|
|
136284
|
+
*
|
|
136285
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
136286
|
+
*/
|
|
136287
|
+
indexOfNonWorkingPeriod(
|
|
136288
|
+
/**
|
|
136289
|
+
* The nonWorkingPeriod whose index is looked for
|
|
136290
|
+
*/
|
|
136291
|
+
oNonWorkingPeriod: sap.ui.unified.NonWorkingPeriod
|
|
136292
|
+
): int;
|
|
136031
136293
|
/**
|
|
136032
136294
|
* Checks for the provided `sap.ui.unified.DateRange` in the aggregation {@link #getSelectedDates selectedDates}.
|
|
136033
136295
|
* and returns its index if found or -1 otherwise.
|
|
@@ -136104,6 +136366,25 @@ declare namespace sap {
|
|
|
136104
136366
|
*/
|
|
136105
136367
|
iIndex: int
|
|
136106
136368
|
): this;
|
|
136369
|
+
/**
|
|
136370
|
+
* Inserts a nonWorkingPeriod into the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
136371
|
+
*
|
|
136372
|
+
* @since 1.128
|
|
136373
|
+
*
|
|
136374
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
136375
|
+
*/
|
|
136376
|
+
insertNonWorkingPeriod(
|
|
136377
|
+
/**
|
|
136378
|
+
* The nonWorkingPeriod to insert; if empty, nothing is inserted
|
|
136379
|
+
*/
|
|
136380
|
+
oNonWorkingPeriod: sap.ui.unified.NonWorkingPeriod,
|
|
136381
|
+
/**
|
|
136382
|
+
* The `0`-based index the nonWorkingPeriod should be inserted at; for a negative value of `iIndex`, the
|
|
136383
|
+
* nonWorkingPeriod is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
136384
|
+
* the nonWorkingPeriod is inserted at the last position
|
|
136385
|
+
*/
|
|
136386
|
+
iIndex: int
|
|
136387
|
+
): this;
|
|
136107
136388
|
/**
|
|
136108
136389
|
* Inserts a selectedDate into the aggregation {@link #getSelectedDates selectedDates}.
|
|
136109
136390
|
*
|
|
@@ -136189,6 +136470,16 @@ declare namespace sap {
|
|
|
136189
136470
|
* @returns An array of the removed elements (might be empty)
|
|
136190
136471
|
*/
|
|
136191
136472
|
removeAllAppointments(): sap.ui.unified.CalendarAppointment[];
|
|
136473
|
+
/**
|
|
136474
|
+
* Removes all the controls from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
136475
|
+
*
|
|
136476
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
136477
|
+
*
|
|
136478
|
+
* @since 1.128
|
|
136479
|
+
*
|
|
136480
|
+
* @returns An array of the removed elements (might be empty)
|
|
136481
|
+
*/
|
|
136482
|
+
removeAllNonWorkingPeriods(): sap.ui.unified.NonWorkingPeriod[];
|
|
136192
136483
|
/**
|
|
136193
136484
|
* Removes the selected dates of the grid.
|
|
136194
136485
|
*
|
|
@@ -136227,6 +136518,19 @@ declare namespace sap {
|
|
|
136227
136518
|
*/
|
|
136228
136519
|
vAppointment: int | string | sap.ui.unified.CalendarAppointment
|
|
136229
136520
|
): sap.ui.unified.CalendarAppointment | null;
|
|
136521
|
+
/**
|
|
136522
|
+
* Removes a nonWorkingPeriod from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
136523
|
+
*
|
|
136524
|
+
* @since 1.128
|
|
136525
|
+
*
|
|
136526
|
+
* @returns The removed nonWorkingPeriod or `null`
|
|
136527
|
+
*/
|
|
136528
|
+
removeNonWorkingPeriod(
|
|
136529
|
+
/**
|
|
136530
|
+
* The nonWorkingPeriod to remove or its index or id
|
|
136531
|
+
*/
|
|
136532
|
+
vNonWorkingPeriod: int | string | sap.ui.unified.NonWorkingPeriod
|
|
136533
|
+
): sap.ui.unified.NonWorkingPeriod | null;
|
|
136230
136534
|
/**
|
|
136231
136535
|
* Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
|
|
136232
136536
|
*
|
|
@@ -169433,6 +169737,8 @@ declare namespace sap {
|
|
|
169433
169737
|
|
|
169434
169738
|
"sap/m/p13n/GroupPanel": undefined;
|
|
169435
169739
|
|
|
169740
|
+
"sap/m/p13n/MessageStrip": undefined;
|
|
169741
|
+
|
|
169436
169742
|
"sap/m/p13n/MetadataHelper": undefined;
|
|
169437
169743
|
|
|
169438
169744
|
"sap/m/p13n/modules/AdaptationProvider": undefined;
|
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.128.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -102,7 +102,9 @@ declare namespace sap {
|
|
|
102
102
|
colorTheme?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
|
-
* Sets whether to show syntax hints in the editor.
|
|
105
|
+
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
106
|
+
* line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
|
|
107
|
+
* if line numbers are shown.
|
|
106
108
|
*/
|
|
107
109
|
syntaxHints?:
|
|
108
110
|
| boolean
|
|
@@ -489,7 +491,9 @@ declare namespace sap {
|
|
|
489
491
|
/**
|
|
490
492
|
* Gets current value of property {@link #getSyntaxHints syntaxHints}.
|
|
491
493
|
*
|
|
492
|
-
* Sets whether to show syntax hints in the editor.
|
|
494
|
+
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
495
|
+
* line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
|
|
496
|
+
* if line numbers are shown.
|
|
493
497
|
*
|
|
494
498
|
* Default value is `true`.
|
|
495
499
|
*
|
|
@@ -655,7 +659,9 @@ declare namespace sap {
|
|
|
655
659
|
/**
|
|
656
660
|
* Sets a new value for property {@link #getSyntaxHints syntaxHints}.
|
|
657
661
|
*
|
|
658
|
-
* Sets whether to show syntax hints in the editor.
|
|
662
|
+
* Sets whether to show syntax hints in the editor. Those hints are visualized as value state icons in the
|
|
663
|
+
* line numbers area. The hint text is shown in tooltip of those icons. **Note:** This flag is only available
|
|
664
|
+
* if line numbers are shown.
|
|
659
665
|
*
|
|
660
666
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
661
667
|
*
|