@sapui5/ts-types-esm 1.127.1 → 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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +221 -22
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1414 -225
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +13 -28
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +7 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +14 -3
- package/types/sap.fe.test.d.ts +3 -3
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +123 -64
- package/types/sap.insights.d.ts +24 -1
- package/types/sap.m.d.ts +327 -26
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +110 -29
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +10 -4
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +997 -4
- package/types/sap.ui.core.d.ts +48 -28
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +10 -4
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +55 -5
- package/types/sap.ui.layout.d.ts +5 -5
- package/types/sap.ui.mdc.d.ts +426 -212
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +91 -23
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +624 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +48 -23
- package/types/sap.ui.vtm.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +16 -8
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +44 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.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.128.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -41727,14 +41727,8 @@ declare module "sap/m/Input" {
|
|
|
41727
41727
|
* - If a `selectedKey` is bound and the user types before the data is loaded, the user's input will
|
|
41728
41728
|
* be overwritten by the binding update.
|
|
41729
41729
|
*/
|
|
41730
|
-
export default class Input
|
|
41731
|
-
extends InputBase
|
|
41732
|
-
implements
|
|
41733
|
-
IAccessKeySupport,
|
|
41734
|
-
/* was: sap.m.IToolbarInteractiveControl */ Object
|
|
41735
|
-
{
|
|
41730
|
+
export default class Input extends InputBase implements IAccessKeySupport {
|
|
41736
41731
|
__implements__sap_ui_core_IAccessKeySupport: boolean;
|
|
41737
|
-
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
41738
41732
|
/**
|
|
41739
41733
|
* Constructor for a new `Input`.
|
|
41740
41734
|
*
|
|
@@ -44163,10 +44157,14 @@ declare module "sap/m/InputBase" {
|
|
|
44163
44157
|
*/
|
|
44164
44158
|
export default class InputBase
|
|
44165
44159
|
extends Control
|
|
44166
|
-
implements
|
|
44160
|
+
implements
|
|
44161
|
+
IFormContent,
|
|
44162
|
+
ISemanticFormContent,
|
|
44163
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object
|
|
44167
44164
|
{
|
|
44168
44165
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
44169
44166
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
44167
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
44170
44168
|
/**
|
|
44171
44169
|
* Constructor for a new `sap.m.InputBase`.
|
|
44172
44170
|
*
|
|
@@ -47816,6 +47814,21 @@ declare module "sap/m/Link" {
|
|
|
47816
47814
|
* @returns Value of property `enabled`
|
|
47817
47815
|
*/
|
|
47818
47816
|
getEnabled(): boolean;
|
|
47817
|
+
/**
|
|
47818
|
+
* Gets current value of property {@link #getEndIcon endIcon}.
|
|
47819
|
+
*
|
|
47820
|
+
* Defines the icon to be displayed as graphical element in the end of the `Link`. It can be an icon from
|
|
47821
|
+
* the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
47822
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
47823
|
+
* Using an image instead of icon is not supported.
|
|
47824
|
+
*
|
|
47825
|
+
* Default value is `empty string`.
|
|
47826
|
+
*
|
|
47827
|
+
* @since 1.128.0
|
|
47828
|
+
*
|
|
47829
|
+
* @returns Value of property `endIcon`
|
|
47830
|
+
*/
|
|
47831
|
+
getEndIcon(): URI;
|
|
47819
47832
|
/**
|
|
47820
47833
|
* Gets current value of property {@link #getHref href}.
|
|
47821
47834
|
*
|
|
@@ -47827,6 +47840,21 @@ declare module "sap/m/Link" {
|
|
|
47827
47840
|
* @returns Value of property `href`
|
|
47828
47841
|
*/
|
|
47829
47842
|
getHref(): URI;
|
|
47843
|
+
/**
|
|
47844
|
+
* Gets current value of property {@link #getIcon icon}.
|
|
47845
|
+
*
|
|
47846
|
+
* Defines the icon to be displayed as graphical element in the beginning of the `Link`. It can be an icon
|
|
47847
|
+
* from the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
47848
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
47849
|
+
* Using an image instead of icon is not supported.
|
|
47850
|
+
*
|
|
47851
|
+
* Default value is `empty string`.
|
|
47852
|
+
*
|
|
47853
|
+
* @since 1.128.0
|
|
47854
|
+
*
|
|
47855
|
+
* @returns Value of property `icon`
|
|
47856
|
+
*/
|
|
47857
|
+
getIcon(): URI;
|
|
47830
47858
|
/**
|
|
47831
47859
|
* Gets current value of property {@link #getRel rel}.
|
|
47832
47860
|
*
|
|
@@ -48086,6 +48114,28 @@ declare module "sap/m/Link" {
|
|
|
48086
48114
|
*/
|
|
48087
48115
|
bEnabled?: boolean
|
|
48088
48116
|
): this;
|
|
48117
|
+
/**
|
|
48118
|
+
* Sets a new value for property {@link #getEndIcon endIcon}.
|
|
48119
|
+
*
|
|
48120
|
+
* Defines the icon to be displayed as graphical element in the end of the `Link`. It can be an icon from
|
|
48121
|
+
* the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
48122
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
48123
|
+
* Using an image instead of icon is not supported.
|
|
48124
|
+
*
|
|
48125
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
48126
|
+
*
|
|
48127
|
+
* Default value is `empty string`.
|
|
48128
|
+
*
|
|
48129
|
+
* @since 1.128.0
|
|
48130
|
+
*
|
|
48131
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
48132
|
+
*/
|
|
48133
|
+
setEndIcon(
|
|
48134
|
+
/**
|
|
48135
|
+
* New value for property `endIcon`
|
|
48136
|
+
*/
|
|
48137
|
+
sEndIcon?: URI
|
|
48138
|
+
): this;
|
|
48089
48139
|
/**
|
|
48090
48140
|
* Sets a new value for property {@link #getHref href}.
|
|
48091
48141
|
*
|
|
@@ -48104,6 +48154,28 @@ declare module "sap/m/Link" {
|
|
|
48104
48154
|
*/
|
|
48105
48155
|
sHref?: URI
|
|
48106
48156
|
): this;
|
|
48157
|
+
/**
|
|
48158
|
+
* Sets a new value for property {@link #getIcon icon}.
|
|
48159
|
+
*
|
|
48160
|
+
* Defines the icon to be displayed as graphical element in the beginning of the `Link`. It can be an icon
|
|
48161
|
+
* from the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
48162
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
48163
|
+
* Using an image instead of icon is not supported.
|
|
48164
|
+
*
|
|
48165
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
48166
|
+
*
|
|
48167
|
+
* Default value is `empty string`.
|
|
48168
|
+
*
|
|
48169
|
+
* @since 1.128.0
|
|
48170
|
+
*
|
|
48171
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
48172
|
+
*/
|
|
48173
|
+
setIcon(
|
|
48174
|
+
/**
|
|
48175
|
+
* New value for property `icon`
|
|
48176
|
+
*/
|
|
48177
|
+
sIcon?: URI
|
|
48178
|
+
): this;
|
|
48107
48179
|
/**
|
|
48108
48180
|
* Sets a new value for property {@link #getRel rel}.
|
|
48109
48181
|
*
|
|
@@ -48291,6 +48363,26 @@ declare module "sap/m/Link" {
|
|
|
48291
48363
|
*/
|
|
48292
48364
|
text?: string | PropertyBindingInfo;
|
|
48293
48365
|
|
|
48366
|
+
/**
|
|
48367
|
+
* Defines the icon to be displayed as graphical element in the beginning of the `Link`. It can be an icon
|
|
48368
|
+
* from the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
48369
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
48370
|
+
* Using an image instead of icon is not supported.
|
|
48371
|
+
*
|
|
48372
|
+
* @since 1.128.0
|
|
48373
|
+
*/
|
|
48374
|
+
icon?: URI | PropertyBindingInfo | `{${string}}`;
|
|
48375
|
+
|
|
48376
|
+
/**
|
|
48377
|
+
* Defines the icon to be displayed as graphical element in the end of the `Link`. It can be an icon from
|
|
48378
|
+
* the icon font. **Note:** Usage of icon-only link is not supported, the link must always have a text.
|
|
48379
|
+
* **Note:** We recommend using аn icon in the beginning or the end only, and always with text. **Note:**
|
|
48380
|
+
* Using an image instead of icon is not supported.
|
|
48381
|
+
*
|
|
48382
|
+
* @since 1.128.0
|
|
48383
|
+
*/
|
|
48384
|
+
endIcon?: URI | PropertyBindingInfo | `{${string}}`;
|
|
48385
|
+
|
|
48294
48386
|
/**
|
|
48295
48387
|
* Determines whether the link can be triggered by the user.
|
|
48296
48388
|
*/
|
|
@@ -50298,7 +50390,8 @@ declare module "sap/m/ListBase" {
|
|
|
50298
50390
|
* corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
|
|
50299
50391
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
50300
50392
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
50301
|
-
* API documentation. Do not enable this feature when `$$SharedRequests` is
|
|
50393
|
+
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
50394
|
+
* active.
|
|
50302
50395
|
*
|
|
50303
50396
|
* Default value is `true`.
|
|
50304
50397
|
*
|
|
@@ -50973,7 +51066,8 @@ declare module "sap/m/ListBase" {
|
|
|
50973
51066
|
* corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
|
|
50974
51067
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
50975
51068
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
50976
|
-
* API documentation. Do not enable this feature when `$$SharedRequests` is
|
|
51069
|
+
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
51070
|
+
* active.
|
|
50977
51071
|
*
|
|
50978
51072
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
50979
51073
|
*
|
|
@@ -51348,7 +51442,8 @@ declare module "sap/m/ListBase" {
|
|
|
51348
51442
|
* corresponding binding context when the OData V4 model is used. Therefore, all binding-relevant limitations
|
|
51349
51443
|
* apply in this context as well. For more details, see the {@link sap.ui.model.odata.v4.Context#setSelected setSelected},
|
|
51350
51444
|
* the {@link sap.ui.model.odata.v4.ODataModel#bindList bindList}, and the {@link sap.ui.model.odata.v4.ODataMetaModel#requestValueListInfo requestValueListInfo }
|
|
51351
|
-
* API documentation. Do not enable this feature when `$$SharedRequests` is
|
|
51445
|
+
* API documentation. Do not enable this feature when `$$SharedRequests` or `$$clearSelectionOnFilter` is
|
|
51446
|
+
* active.
|
|
51352
51447
|
*
|
|
51353
51448
|
* @since 1.16.6
|
|
51354
51449
|
*/
|
|
@@ -89267,6 +89362,8 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
89267
89362
|
|
|
89268
89363
|
import Control from "sap/ui/core/Control";
|
|
89269
89364
|
|
|
89365
|
+
import NonWorkingPeriod from "sap/ui/unified/NonWorkingPeriod";
|
|
89366
|
+
|
|
89270
89367
|
import DateTypeRange from "sap/ui/unified/DateTypeRange";
|
|
89271
89368
|
|
|
89272
89369
|
import { URI } from "sap/ui/core/library";
|
|
@@ -89389,6 +89486,19 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
89389
89486
|
*/
|
|
89390
89487
|
oIntervalHeader: CalendarAppointment
|
|
89391
89488
|
): this;
|
|
89489
|
+
/**
|
|
89490
|
+
* Adds some nonWorkingPeriod to the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
89491
|
+
*
|
|
89492
|
+
* @since 1.128
|
|
89493
|
+
*
|
|
89494
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
89495
|
+
*/
|
|
89496
|
+
addNonWorkingPeriod(
|
|
89497
|
+
/**
|
|
89498
|
+
* The nonWorkingPeriod to add; if empty, nothing is inserted
|
|
89499
|
+
*/
|
|
89500
|
+
oNonWorkingPeriod: NonWorkingPeriod
|
|
89501
|
+
): this;
|
|
89392
89502
|
/**
|
|
89393
89503
|
* Adds some specialDate to the aggregation {@link #getSpecialDates specialDates}.
|
|
89394
89504
|
*
|
|
@@ -89642,6 +89752,14 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
89642
89752
|
* @returns Reference to `this` in order to allow method chaining
|
|
89643
89753
|
*/
|
|
89644
89754
|
destroyIntervalHeaders(): this;
|
|
89755
|
+
/**
|
|
89756
|
+
* Destroys all the nonWorkingPeriods in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
89757
|
+
*
|
|
89758
|
+
* @since 1.128
|
|
89759
|
+
*
|
|
89760
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
89761
|
+
*/
|
|
89762
|
+
destroyNonWorkingPeriods(): this;
|
|
89645
89763
|
/**
|
|
89646
89764
|
* Destroys all the specialDates in the aggregation {@link #getSpecialDates specialDates}.
|
|
89647
89765
|
*
|
|
@@ -89830,13 +89948,13 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
89830
89948
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
89831
89949
|
*
|
|
89832
89950
|
* Hours:
|
|
89833
|
-
* For views where the displayed intervals are hours, the placeholder snaps on every interval of
|
|
89951
|
+
* For views where the displayed intervals are hours, the placeholder snaps on every interval of 15 minutes.
|
|
89834
89952
|
* After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired,
|
|
89835
89953
|
* containing the new start and end UI5Date or JavaScript Date objects.
|
|
89836
89954
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
89837
89955
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new start
|
|
89838
|
-
* date has time that is either "hh:00:00" or "hh:
|
|
89839
|
-
*
|
|
89956
|
+
* date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can snap on every
|
|
89957
|
+
* 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later and would be either
|
|
89840
89958
|
* "hh:27:30" or "hh:57:30".
|
|
89841
89959
|
*
|
|
89842
89960
|
* Days:
|
|
@@ -89899,7 +90017,7 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
89899
90017
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
89900
90018
|
*
|
|
89901
90019
|
* Hours: For views where the displayed intervals are hours, the appointment snaps on every interval of
|
|
89902
|
-
*
|
|
90020
|
+
* 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event
|
|
89903
90021
|
* is fired, containing the new start and end UI5Date or JavaScript Date objects.
|
|
89904
90022
|
*
|
|
89905
90023
|
* Days: For views where intervals are days, the appointment snaps to the end of the day. After the resize
|
|
@@ -90005,6 +90123,14 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90005
90123
|
* @returns Value of property `nonWorkingHours`
|
|
90006
90124
|
*/
|
|
90007
90125
|
getNonWorkingHours(): int[];
|
|
90126
|
+
/**
|
|
90127
|
+
* Gets content of aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
90128
|
+
*
|
|
90129
|
+
* Sets the provided period to be displayed as a non-working.
|
|
90130
|
+
*
|
|
90131
|
+
* @since 1.128
|
|
90132
|
+
*/
|
|
90133
|
+
getNonWorkingPeriods(): NonWorkingPeriod[];
|
|
90008
90134
|
/**
|
|
90009
90135
|
* Gets current value of property {@link #getRowHeaderDescription rowHeaderDescription}.
|
|
90010
90136
|
*
|
|
@@ -90100,6 +90226,20 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90100
90226
|
*/
|
|
90101
90227
|
oIntervalHeader: CalendarAppointment
|
|
90102
90228
|
): int;
|
|
90229
|
+
/**
|
|
90230
|
+
* Checks for the provided `sap.ui.unified.NonWorkingPeriod` in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
90231
|
+
* and returns its index if found or -1 otherwise.
|
|
90232
|
+
*
|
|
90233
|
+
* @since 1.128
|
|
90234
|
+
*
|
|
90235
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
90236
|
+
*/
|
|
90237
|
+
indexOfNonWorkingPeriod(
|
|
90238
|
+
/**
|
|
90239
|
+
* The nonWorkingPeriod whose index is looked for
|
|
90240
|
+
*/
|
|
90241
|
+
oNonWorkingPeriod: NonWorkingPeriod
|
|
90242
|
+
): int;
|
|
90103
90243
|
/**
|
|
90104
90244
|
* Checks for the provided `sap.ui.unified.DateTypeRange` in the aggregation {@link #getSpecialDates specialDates}.
|
|
90105
90245
|
* and returns its index if found or -1 otherwise.
|
|
@@ -90169,6 +90309,25 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90169
90309
|
*/
|
|
90170
90310
|
iIndex: int
|
|
90171
90311
|
): this;
|
|
90312
|
+
/**
|
|
90313
|
+
* Inserts a nonWorkingPeriod into the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
90314
|
+
*
|
|
90315
|
+
* @since 1.128
|
|
90316
|
+
*
|
|
90317
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
90318
|
+
*/
|
|
90319
|
+
insertNonWorkingPeriod(
|
|
90320
|
+
/**
|
|
90321
|
+
* The nonWorkingPeriod to insert; if empty, nothing is inserted
|
|
90322
|
+
*/
|
|
90323
|
+
oNonWorkingPeriod: NonWorkingPeriod,
|
|
90324
|
+
/**
|
|
90325
|
+
* The `0`-based index the nonWorkingPeriod should be inserted at; for a negative value of `iIndex`, the
|
|
90326
|
+
* nonWorkingPeriod is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
90327
|
+
* the nonWorkingPeriod is inserted at the last position
|
|
90328
|
+
*/
|
|
90329
|
+
iIndex: int
|
|
90330
|
+
): this;
|
|
90172
90331
|
/**
|
|
90173
90332
|
* Inserts a specialDate into the aggregation {@link #getSpecialDates specialDates}.
|
|
90174
90333
|
*
|
|
@@ -90216,6 +90375,16 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90216
90375
|
* @returns An array of the removed elements (might be empty)
|
|
90217
90376
|
*/
|
|
90218
90377
|
removeAllIntervalHeaders(): CalendarAppointment[];
|
|
90378
|
+
/**
|
|
90379
|
+
* Removes all the controls from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
90380
|
+
*
|
|
90381
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
90382
|
+
*
|
|
90383
|
+
* @since 1.128
|
|
90384
|
+
*
|
|
90385
|
+
* @returns An array of the removed elements (might be empty)
|
|
90386
|
+
*/
|
|
90387
|
+
removeAllNonWorkingPeriods(): NonWorkingPeriod[];
|
|
90219
90388
|
/**
|
|
90220
90389
|
* Removes all the controls from the aggregation {@link #getSpecialDates specialDates}.
|
|
90221
90390
|
*
|
|
@@ -90263,6 +90432,19 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90263
90432
|
*/
|
|
90264
90433
|
vIntervalHeader: int | string | CalendarAppointment
|
|
90265
90434
|
): CalendarAppointment | null;
|
|
90435
|
+
/**
|
|
90436
|
+
* Removes a nonWorkingPeriod from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
90437
|
+
*
|
|
90438
|
+
* @since 1.128
|
|
90439
|
+
*
|
|
90440
|
+
* @returns The removed nonWorkingPeriod or `null`
|
|
90441
|
+
*/
|
|
90442
|
+
removeNonWorkingPeriod(
|
|
90443
|
+
/**
|
|
90444
|
+
* The nonWorkingPeriod to remove or its index or id
|
|
90445
|
+
*/
|
|
90446
|
+
vNonWorkingPeriod: int | string | NonWorkingPeriod
|
|
90447
|
+
): NonWorkingPeriod | null;
|
|
90266
90448
|
/**
|
|
90267
90449
|
* Removes a specialDate from the aggregation {@link #getSpecialDates specialDates}.
|
|
90268
90450
|
*
|
|
@@ -90315,13 +90497,13 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90315
90497
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
90316
90498
|
*
|
|
90317
90499
|
* Hours:
|
|
90318
|
-
* For views where the displayed intervals are hours, the placeholder snaps on every interval of
|
|
90500
|
+
* For views where the displayed intervals are hours, the placeholder snaps on every interval of 15 minutes.
|
|
90319
90501
|
* After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired,
|
|
90320
90502
|
* containing the new start and end UI5Date or JavaScript Date objects.
|
|
90321
90503
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
90322
90504
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new start
|
|
90323
|
-
* date has time that is either "hh:00:00" or "hh:
|
|
90324
|
-
*
|
|
90505
|
+
* date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can snap on every
|
|
90506
|
+
* 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later and would be either
|
|
90325
90507
|
* "hh:27:30" or "hh:57:30".
|
|
90326
90508
|
*
|
|
90327
90509
|
* Days:
|
|
@@ -90391,7 +90573,7 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90391
90573
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
90392
90574
|
*
|
|
90393
90575
|
* Hours: For views where the displayed intervals are hours, the appointment snaps on every interval of
|
|
90394
|
-
*
|
|
90576
|
+
* 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event
|
|
90395
90577
|
* is fired, containing the new start and end UI5Date or JavaScript Date objects.
|
|
90396
90578
|
*
|
|
90397
90579
|
* Days: For views where intervals are days, the appointment snaps to the end of the day. After the resize
|
|
@@ -90647,13 +90829,13 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90647
90829
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
90648
90830
|
*
|
|
90649
90831
|
* Hours:
|
|
90650
|
-
* For views where the displayed intervals are hours, the placeholder snaps on every interval of
|
|
90832
|
+
* For views where the displayed intervals are hours, the placeholder snaps on every interval of 15 minutes.
|
|
90651
90833
|
* After the appointment is dropped, the {@link #event:appointmentDrop appointmentDrop} event is fired,
|
|
90652
90834
|
* containing the new start and end UI5Date or JavaScript Date objects.
|
|
90653
90835
|
* For example, an appointment with start date "Nov 13 2017 12:17:00" and end date "Nov 13 2017 12:45:30"
|
|
90654
90836
|
* lasts for 27 minutes and 30 seconds. After dragging and dropping to a new time, the possible new start
|
|
90655
|
-
* date has time that is either "hh:00:00" or "hh:
|
|
90656
|
-
*
|
|
90837
|
+
* date has time that is either "hh:00:00" or "hh:15:00" because of the placeholder that can snap on every
|
|
90838
|
+
* 15 minutes. The new end date is calculated to be 27 minutes and 30 seconds later and would be either
|
|
90657
90839
|
* "hh:27:30" or "hh:57:30".
|
|
90658
90840
|
*
|
|
90659
90841
|
* Days:
|
|
@@ -90714,7 +90896,7 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90714
90896
|
* Specifics based on the intervals (hours, days or months) displayed in the `PlanningCalendar` views:
|
|
90715
90897
|
*
|
|
90716
90898
|
* Hours: For views where the displayed intervals are hours, the appointment snaps on every interval of
|
|
90717
|
-
*
|
|
90899
|
+
* 15 minutes. After the resize is finished, the {@link #event:appointmentResize appointmentResize} event
|
|
90718
90900
|
* is fired, containing the new start and end UI5Date or JavaScript Date objects.
|
|
90719
90901
|
*
|
|
90720
90902
|
* Days: For views where intervals are days, the appointment snaps to the end of the day. After the resize
|
|
@@ -90771,6 +90953,17 @@ declare module "sap/m/PlanningCalendarRow" {
|
|
|
90771
90953
|
| AggregationBindingInfo
|
|
90772
90954
|
| `{${string}}`;
|
|
90773
90955
|
|
|
90956
|
+
/**
|
|
90957
|
+
* Sets the provided period to be displayed as a non-working.
|
|
90958
|
+
*
|
|
90959
|
+
* @since 1.128
|
|
90960
|
+
*/
|
|
90961
|
+
nonWorkingPeriods?:
|
|
90962
|
+
| NonWorkingPeriod[]
|
|
90963
|
+
| NonWorkingPeriod
|
|
90964
|
+
| AggregationBindingInfo
|
|
90965
|
+
| `{${string}}`;
|
|
90966
|
+
|
|
90774
90967
|
/**
|
|
90775
90968
|
* The appointments to be displayed at the top of the intervals (for example, for public holidays). Appointments
|
|
90776
90969
|
* outside the visible time frame are not rendered.
|
|
@@ -91523,8 +91716,6 @@ declare module "sap/m/plugins/CellSelector" {
|
|
|
91523
91716
|
* - Drag for rows is active
|
|
91524
91717
|
* - If used in combination with {@link sap.ui.table.Table#cellClick} or {@link sap.m.Table#itemPress }
|
|
91525
91718
|
*
|
|
91526
|
-
* - If the `sap.ui.table.SelectionBehavior.RowOnly` or `sap.ui.table.SelectionBehavior.Row` selection
|
|
91527
|
-
* behavior is used in the `sap.ui.table.Table`
|
|
91528
91719
|
* - If the `sap.m.ListType.SingleSelectMaster` mode is used in the `sap.m.Table`
|
|
91529
91720
|
*
|
|
91530
91721
|
* When the `CellSelector` is used in combination with the {@link sap.ui.mdc.Table}, modifying the following
|
|
@@ -123666,6 +123857,8 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
123666
123857
|
|
|
123667
123858
|
import CalendarAppointment from "sap/ui/unified/CalendarAppointment";
|
|
123668
123859
|
|
|
123860
|
+
import NonWorkingPeriod from "sap/ui/unified/NonWorkingPeriod";
|
|
123861
|
+
|
|
123669
123862
|
import DateRange from "sap/ui/unified/DateRange";
|
|
123670
123863
|
|
|
123671
123864
|
import DateTypeRange from "sap/ui/unified/DateTypeRange";
|
|
@@ -123819,6 +124012,19 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
123819
124012
|
*/
|
|
123820
124013
|
oAppointment: CalendarAppointment
|
|
123821
124014
|
): this;
|
|
124015
|
+
/**
|
|
124016
|
+
* Adds some nonWorkingPeriod to the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
124017
|
+
*
|
|
124018
|
+
* @since 1.128
|
|
124019
|
+
*
|
|
124020
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
124021
|
+
*/
|
|
124022
|
+
addNonWorkingPeriod(
|
|
124023
|
+
/**
|
|
124024
|
+
* The nonWorkingPeriod to add; if empty, nothing is inserted
|
|
124025
|
+
*/
|
|
124026
|
+
oNonWorkingPeriod: NonWorkingPeriod
|
|
124027
|
+
): this;
|
|
123822
124028
|
/**
|
|
123823
124029
|
* Adds a selected date to the grid.
|
|
123824
124030
|
*
|
|
@@ -124431,6 +124637,14 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
124431
124637
|
* @returns Reference to `this` in order to allow method chaining
|
|
124432
124638
|
*/
|
|
124433
124639
|
destroyAppointments(): this;
|
|
124640
|
+
/**
|
|
124641
|
+
* Destroys all the nonWorkingPeriods in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
124642
|
+
*
|
|
124643
|
+
* @since 1.128
|
|
124644
|
+
*
|
|
124645
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
124646
|
+
*/
|
|
124647
|
+
destroyNonWorkingPeriods(): this;
|
|
124434
124648
|
/**
|
|
124435
124649
|
* Destroys all the selectedDates in the aggregation {@link #getSelectedDates selectedDates}.
|
|
124436
124650
|
*
|
|
@@ -124980,6 +125194,16 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
124980
125194
|
* @since 1.65.0
|
|
124981
125195
|
*/
|
|
124982
125196
|
getLegend(): ID | null;
|
|
125197
|
+
/**
|
|
125198
|
+
* Gets content of aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
125199
|
+
*
|
|
125200
|
+
* Sets the provided period to be displayed as a non-working.
|
|
125201
|
+
*
|
|
125202
|
+
* **Note:** The visualization of non-working periods is present in all views that include hours representation.
|
|
125203
|
+
*
|
|
125204
|
+
* @since 1.128
|
|
125205
|
+
*/
|
|
125206
|
+
getNonWorkingPeriods(): NonWorkingPeriod[];
|
|
124983
125207
|
/**
|
|
124984
125208
|
* Gets current value of property {@link #getScaleFactor scaleFactor}.
|
|
124985
125209
|
*
|
|
@@ -125153,6 +125377,20 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
125153
125377
|
*/
|
|
125154
125378
|
oAppointment: CalendarAppointment
|
|
125155
125379
|
): int;
|
|
125380
|
+
/**
|
|
125381
|
+
* Checks for the provided `sap.ui.unified.NonWorkingPeriod` in the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
125382
|
+
* and returns its index if found or -1 otherwise.
|
|
125383
|
+
*
|
|
125384
|
+
* @since 1.128
|
|
125385
|
+
*
|
|
125386
|
+
* @returns The index of the provided control in the aggregation if found, or -1 otherwise
|
|
125387
|
+
*/
|
|
125388
|
+
indexOfNonWorkingPeriod(
|
|
125389
|
+
/**
|
|
125390
|
+
* The nonWorkingPeriod whose index is looked for
|
|
125391
|
+
*/
|
|
125392
|
+
oNonWorkingPeriod: NonWorkingPeriod
|
|
125393
|
+
): int;
|
|
125156
125394
|
/**
|
|
125157
125395
|
* Checks for the provided `sap.ui.unified.DateRange` in the aggregation {@link #getSelectedDates selectedDates}.
|
|
125158
125396
|
* and returns its index if found or -1 otherwise.
|
|
@@ -125229,6 +125467,25 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
125229
125467
|
*/
|
|
125230
125468
|
iIndex: int
|
|
125231
125469
|
): this;
|
|
125470
|
+
/**
|
|
125471
|
+
* Inserts a nonWorkingPeriod into the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
125472
|
+
*
|
|
125473
|
+
* @since 1.128
|
|
125474
|
+
*
|
|
125475
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
125476
|
+
*/
|
|
125477
|
+
insertNonWorkingPeriod(
|
|
125478
|
+
/**
|
|
125479
|
+
* The nonWorkingPeriod to insert; if empty, nothing is inserted
|
|
125480
|
+
*/
|
|
125481
|
+
oNonWorkingPeriod: NonWorkingPeriod,
|
|
125482
|
+
/**
|
|
125483
|
+
* The `0`-based index the nonWorkingPeriod should be inserted at; for a negative value of `iIndex`, the
|
|
125484
|
+
* nonWorkingPeriod is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
125485
|
+
* the nonWorkingPeriod is inserted at the last position
|
|
125486
|
+
*/
|
|
125487
|
+
iIndex: int
|
|
125488
|
+
): this;
|
|
125232
125489
|
/**
|
|
125233
125490
|
* Inserts a selectedDate into the aggregation {@link #getSelectedDates selectedDates}.
|
|
125234
125491
|
*
|
|
@@ -125314,6 +125571,16 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
125314
125571
|
* @returns An array of the removed elements (might be empty)
|
|
125315
125572
|
*/
|
|
125316
125573
|
removeAllAppointments(): CalendarAppointment[];
|
|
125574
|
+
/**
|
|
125575
|
+
* Removes all the controls from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
125576
|
+
*
|
|
125577
|
+
* Additionally, it unregisters them from the hosting UIArea.
|
|
125578
|
+
*
|
|
125579
|
+
* @since 1.128
|
|
125580
|
+
*
|
|
125581
|
+
* @returns An array of the removed elements (might be empty)
|
|
125582
|
+
*/
|
|
125583
|
+
removeAllNonWorkingPeriods(): NonWorkingPeriod[];
|
|
125317
125584
|
/**
|
|
125318
125585
|
* Removes the selected dates of the grid.
|
|
125319
125586
|
*
|
|
@@ -125352,6 +125619,19 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
125352
125619
|
*/
|
|
125353
125620
|
vAppointment: int | string | CalendarAppointment
|
|
125354
125621
|
): CalendarAppointment | null;
|
|
125622
|
+
/**
|
|
125623
|
+
* Removes a nonWorkingPeriod from the aggregation {@link #getNonWorkingPeriods nonWorkingPeriods}.
|
|
125624
|
+
*
|
|
125625
|
+
* @since 1.128
|
|
125626
|
+
*
|
|
125627
|
+
* @returns The removed nonWorkingPeriod or `null`
|
|
125628
|
+
*/
|
|
125629
|
+
removeNonWorkingPeriod(
|
|
125630
|
+
/**
|
|
125631
|
+
* The nonWorkingPeriod to remove or its index or id
|
|
125632
|
+
*/
|
|
125633
|
+
vNonWorkingPeriod: int | string | NonWorkingPeriod
|
|
125634
|
+
): NonWorkingPeriod | null;
|
|
125355
125635
|
/**
|
|
125356
125636
|
* Removes a selectedDate from the aggregation {@link #getSelectedDates selectedDates}.
|
|
125357
125637
|
*
|
|
@@ -125878,6 +126158,19 @@ declare module "sap/m/SinglePlanningCalendar" {
|
|
|
125878
126158
|
| AggregationBindingInfo
|
|
125879
126159
|
| `{${string}}`;
|
|
125880
126160
|
|
|
126161
|
+
/**
|
|
126162
|
+
* Sets the provided period to be displayed as a non-working.
|
|
126163
|
+
*
|
|
126164
|
+
* **Note:** The visualization of non-working periods is present in all views that include hours representation.
|
|
126165
|
+
*
|
|
126166
|
+
* @since 1.128
|
|
126167
|
+
*/
|
|
126168
|
+
nonWorkingPeriods?:
|
|
126169
|
+
| NonWorkingPeriod[]
|
|
126170
|
+
| NonWorkingPeriod
|
|
126171
|
+
| AggregationBindingInfo
|
|
126172
|
+
| `{${string}}`;
|
|
126173
|
+
|
|
125881
126174
|
/**
|
|
125882
126175
|
* Views of the `SinglePlanningCalendar`.
|
|
125883
126176
|
*
|
|
@@ -158012,6 +158305,12 @@ declare module "sap/m/upload/UploadSet" {
|
|
|
158012
158305
|
* The file that fails to meet the file size restriction specified in the `maxFileSize` property.
|
|
158013
158306
|
*/
|
|
158014
158307
|
item?: UploadSetItem;
|
|
158308
|
+
|
|
158309
|
+
/**
|
|
158310
|
+
* The size of a file in MB, that fails to meet the file size restriction specified in the `maxFileSize`
|
|
158311
|
+
* property.
|
|
158312
|
+
*/
|
|
158313
|
+
fileSize?: float;
|
|
158015
158314
|
}
|
|
158016
158315
|
|
|
158017
158316
|
/**
|
|
@@ -171405,6 +171704,8 @@ declare namespace sap {
|
|
|
171405
171704
|
|
|
171406
171705
|
"sap/m/p13n/GroupPanel": undefined;
|
|
171407
171706
|
|
|
171707
|
+
"sap/m/p13n/MessageStrip": undefined;
|
|
171708
|
+
|
|
171408
171709
|
"sap/m/p13n/MetadataHelper": undefined;
|
|
171409
171710
|
|
|
171410
171711
|
"sap/m/p13n/modules/AdaptationProvider": undefined;
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.rules.ui.d.ts
CHANGED