@sapui5/ts-types-esm 1.132.1 → 1.133.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/{sap.ui.commons.d.ts → commons-1.133.0-esm-d.ts} +326 -335
- package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
- package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
- package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +16 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- package/types/sap.fe.navigation.d.ts +3 -3
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
- package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
- package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/unified/library" {
|
|
4
4
|
/**
|
|
@@ -34,7 +34,7 @@ declare module "sap/ui/unified/library" {
|
|
|
34
34
|
* 'CalendarAppointmentRoundWidth'.
|
|
35
35
|
*
|
|
36
36
|
* @since 1.81.0
|
|
37
|
-
* @experimental
|
|
37
|
+
* @experimental As of version 1.81.0.
|
|
38
38
|
*/
|
|
39
39
|
export enum CalendarAppointmentRoundWidth {
|
|
40
40
|
/**
|
|
@@ -233,7 +233,7 @@ declare module "sap/ui/unified/library" {
|
|
|
233
233
|
* 'ContentSwitcherAnimation'.
|
|
234
234
|
*
|
|
235
235
|
* @since 1.16.0
|
|
236
|
-
* @experimental
|
|
236
|
+
* @experimental As of version 1.16.0. API is not yet finished and might change completely
|
|
237
237
|
*/
|
|
238
238
|
export enum ContentSwitcherAnimation {
|
|
239
239
|
/**
|
|
@@ -369,11 +369,11 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
369
369
|
|
|
370
370
|
import UI5Date from "sap/ui/core/date/UI5Date";
|
|
371
371
|
|
|
372
|
-
import CalendarWeekNumbering from "sap/
|
|
372
|
+
import CalendarWeekNumbering from "sap/base/i18n/date/CalendarWeekNumbering";
|
|
373
373
|
|
|
374
374
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
375
375
|
|
|
376
|
-
import CalendarType from "sap/
|
|
376
|
+
import CalendarType from "sap/base/i18n/date/CalendarType";
|
|
377
377
|
|
|
378
378
|
import CalendarLegend from "sap/ui/unified/CalendarLegend";
|
|
379
379
|
|
|
@@ -1326,7 +1326,9 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1326
1326
|
/**
|
|
1327
1327
|
* New value for property `calendarWeekNumbering`
|
|
1328
1328
|
*/
|
|
1329
|
-
sCalendarWeekNumbering?:
|
|
1329
|
+
sCalendarWeekNumbering?:
|
|
1330
|
+
| CalendarWeekNumbering
|
|
1331
|
+
| keyof typeof CalendarWeekNumbering
|
|
1330
1332
|
): this;
|
|
1331
1333
|
/**
|
|
1332
1334
|
* Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
|
|
@@ -1490,7 +1492,7 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1490
1492
|
/**
|
|
1491
1493
|
* New value for property `primaryCalendarType`
|
|
1492
1494
|
*/
|
|
1493
|
-
sPrimaryCalendarType: CalendarType
|
|
1495
|
+
sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
1494
1496
|
): this;
|
|
1495
1497
|
/**
|
|
1496
1498
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -1508,7 +1510,7 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1508
1510
|
/**
|
|
1509
1511
|
* New value for property `secondaryCalendarType`
|
|
1510
1512
|
*/
|
|
1511
|
-
sSecondaryCalendarType: CalendarType
|
|
1513
|
+
sSecondaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
1512
1514
|
): this;
|
|
1513
1515
|
/**
|
|
1514
1516
|
* Sets the visibility of the Current date button in the calendar.
|
|
@@ -1640,7 +1642,10 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1640
1642
|
*
|
|
1641
1643
|
* @since 1.34.0
|
|
1642
1644
|
*/
|
|
1643
|
-
primaryCalendarType?:
|
|
1645
|
+
primaryCalendarType?:
|
|
1646
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
1647
|
+
| PropertyBindingInfo
|
|
1648
|
+
| `{${string}}`;
|
|
1644
1649
|
|
|
1645
1650
|
/**
|
|
1646
1651
|
* If set, the days are also displayed in this calendar type If not set, the dates are only displayed in
|
|
@@ -1648,7 +1653,10 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1648
1653
|
*
|
|
1649
1654
|
* @since 1.34.0
|
|
1650
1655
|
*/
|
|
1651
|
-
secondaryCalendarType?:
|
|
1656
|
+
secondaryCalendarType?:
|
|
1657
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
1658
|
+
| PropertyBindingInfo
|
|
1659
|
+
| `{${string}}`;
|
|
1652
1660
|
|
|
1653
1661
|
/**
|
|
1654
1662
|
* Width of Calendar
|
|
@@ -1712,7 +1720,7 @@ declare module "sap/ui/unified/Calendar" {
|
|
|
1712
1720
|
* @since 1.108.0
|
|
1713
1721
|
*/
|
|
1714
1722
|
calendarWeekNumbering?:
|
|
1715
|
-
| CalendarWeekNumbering
|
|
1723
|
+
| (CalendarWeekNumbering | keyof typeof CalendarWeekNumbering)
|
|
1716
1724
|
| PropertyBindingInfo
|
|
1717
1725
|
| `{${string}}`;
|
|
1718
1726
|
|
|
@@ -1920,7 +1928,7 @@ declare module "sap/ui/unified/calendar/DatesRow" {
|
|
|
1920
1928
|
|
|
1921
1929
|
import UI5Date from "sap/ui/core/date/UI5Date";
|
|
1922
1930
|
|
|
1923
|
-
import CalendarWeekNumbering from "sap/
|
|
1931
|
+
import CalendarWeekNumbering from "sap/base/i18n/date/CalendarWeekNumbering";
|
|
1924
1932
|
|
|
1925
1933
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
1926
1934
|
|
|
@@ -2075,7 +2083,9 @@ declare module "sap/ui/unified/calendar/DatesRow" {
|
|
|
2075
2083
|
/**
|
|
2076
2084
|
* New value for property `calendarWeekNumbering`
|
|
2077
2085
|
*/
|
|
2078
|
-
sCalendarWeekNumbering?:
|
|
2086
|
+
sCalendarWeekNumbering?:
|
|
2087
|
+
| CalendarWeekNumbering
|
|
2088
|
+
| keyof typeof CalendarWeekNumbering
|
|
2079
2089
|
): this;
|
|
2080
2090
|
/**
|
|
2081
2091
|
* Setter for property `date`.
|
|
@@ -2175,7 +2185,7 @@ declare module "sap/ui/unified/calendar/DatesRow" {
|
|
|
2175
2185
|
* @since 1.110.0
|
|
2176
2186
|
*/
|
|
2177
2187
|
calendarWeekNumbering?:
|
|
2178
|
-
| CalendarWeekNumbering
|
|
2188
|
+
| (CalendarWeekNumbering | keyof typeof CalendarWeekNumbering)
|
|
2179
2189
|
| PropertyBindingInfo
|
|
2180
2190
|
| `{${string}}`;
|
|
2181
2191
|
}
|
|
@@ -3386,11 +3396,11 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
3386
3396
|
|
|
3387
3397
|
import UI5Date from "sap/ui/core/date/UI5Date";
|
|
3388
3398
|
|
|
3389
|
-
import CalendarWeekNumbering from "sap/
|
|
3399
|
+
import CalendarWeekNumbering from "sap/base/i18n/date/CalendarWeekNumbering";
|
|
3390
3400
|
|
|
3391
3401
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
3392
3402
|
|
|
3393
|
-
import CalendarType from "sap/
|
|
3403
|
+
import CalendarType from "sap/base/i18n/date/CalendarType";
|
|
3394
3404
|
|
|
3395
3405
|
import CalendarLegend from "sap/ui/unified/CalendarLegend";
|
|
3396
3406
|
|
|
@@ -4204,7 +4214,9 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
4204
4214
|
/**
|
|
4205
4215
|
* New value for property `calendarWeekNumbering`
|
|
4206
4216
|
*/
|
|
4207
|
-
sCalendarWeekNumbering?:
|
|
4217
|
+
sCalendarWeekNumbering?:
|
|
4218
|
+
| CalendarWeekNumbering
|
|
4219
|
+
| keyof typeof CalendarWeekNumbering
|
|
4208
4220
|
): this;
|
|
4209
4221
|
/**
|
|
4210
4222
|
* Sets a date for the month.
|
|
@@ -4305,7 +4317,7 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
4305
4317
|
/**
|
|
4306
4318
|
* New value for property `primaryCalendarType`
|
|
4307
4319
|
*/
|
|
4308
|
-
sPrimaryCalendarType: CalendarType
|
|
4320
|
+
sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
4309
4321
|
): this;
|
|
4310
4322
|
/**
|
|
4311
4323
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -4323,7 +4335,7 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
4323
4335
|
/**
|
|
4324
4336
|
* New value for property `secondaryCalendarType`
|
|
4325
4337
|
*/
|
|
4326
|
-
sSecondaryCalendarType: CalendarType
|
|
4338
|
+
sSecondaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
4327
4339
|
): this;
|
|
4328
4340
|
/**
|
|
4329
4341
|
* Sets a new value for property {@link #getShowHeader showHeader}.
|
|
@@ -4449,7 +4461,10 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
4449
4461
|
*
|
|
4450
4462
|
* @since 1.34.0
|
|
4451
4463
|
*/
|
|
4452
|
-
primaryCalendarType?:
|
|
4464
|
+
primaryCalendarType?:
|
|
4465
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
4466
|
+
| PropertyBindingInfo
|
|
4467
|
+
| `{${string}}`;
|
|
4453
4468
|
|
|
4454
4469
|
/**
|
|
4455
4470
|
* If set, the days are also displayed in this calendar type If not set, the dates are only displayed in
|
|
@@ -4457,7 +4472,10 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
4457
4472
|
*
|
|
4458
4473
|
* @since 1.34.0
|
|
4459
4474
|
*/
|
|
4460
|
-
secondaryCalendarType?:
|
|
4475
|
+
secondaryCalendarType?:
|
|
4476
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
4477
|
+
| PropertyBindingInfo
|
|
4478
|
+
| `{${string}}`;
|
|
4461
4479
|
|
|
4462
4480
|
/**
|
|
4463
4481
|
* Width of Month
|
|
@@ -4483,7 +4501,7 @@ declare module "sap/ui/unified/calendar/Month" {
|
|
|
4483
4501
|
* @since 1.108.0
|
|
4484
4502
|
*/
|
|
4485
4503
|
calendarWeekNumbering?:
|
|
4486
|
-
| CalendarWeekNumbering
|
|
4504
|
+
| (CalendarWeekNumbering | keyof typeof CalendarWeekNumbering)
|
|
4487
4505
|
| PropertyBindingInfo
|
|
4488
4506
|
| `{${string}}`;
|
|
4489
4507
|
|
|
@@ -4659,7 +4677,7 @@ declare module "sap/ui/unified/calendar/MonthPicker" {
|
|
|
4659
4677
|
|
|
4660
4678
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
4661
4679
|
|
|
4662
|
-
import CalendarType from "sap/
|
|
4680
|
+
import CalendarType from "sap/base/i18n/date/CalendarType";
|
|
4663
4681
|
|
|
4664
4682
|
import {
|
|
4665
4683
|
PropertyBindingInfo,
|
|
@@ -5217,7 +5235,7 @@ declare module "sap/ui/unified/calendar/MonthPicker" {
|
|
|
5217
5235
|
/**
|
|
5218
5236
|
* New value for property `primaryCalendarType`
|
|
5219
5237
|
*/
|
|
5220
|
-
sPrimaryCalendarType: CalendarType
|
|
5238
|
+
sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
5221
5239
|
): this;
|
|
5222
5240
|
/**
|
|
5223
5241
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -5235,7 +5253,7 @@ declare module "sap/ui/unified/calendar/MonthPicker" {
|
|
|
5235
5253
|
/**
|
|
5236
5254
|
* New value for property `secondaryCalendarType`
|
|
5237
5255
|
*/
|
|
5238
|
-
sSecondaryCalendarType: CalendarType
|
|
5256
|
+
sSecondaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
5239
5257
|
): this;
|
|
5240
5258
|
}
|
|
5241
5259
|
/**
|
|
@@ -5275,7 +5293,10 @@ declare module "sap/ui/unified/calendar/MonthPicker" {
|
|
|
5275
5293
|
*
|
|
5276
5294
|
* @since 1.34.0
|
|
5277
5295
|
*/
|
|
5278
|
-
primaryCalendarType?:
|
|
5296
|
+
primaryCalendarType?:
|
|
5297
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
5298
|
+
| PropertyBindingInfo
|
|
5299
|
+
| `{${string}}`;
|
|
5279
5300
|
|
|
5280
5301
|
/**
|
|
5281
5302
|
* If set, the months are also displayed in this calendar type If not set, the months are only displayed
|
|
@@ -5283,7 +5304,10 @@ declare module "sap/ui/unified/calendar/MonthPicker" {
|
|
|
5283
5304
|
*
|
|
5284
5305
|
* @since 1.104.0
|
|
5285
5306
|
*/
|
|
5286
|
-
secondaryCalendarType?:
|
|
5307
|
+
secondaryCalendarType?:
|
|
5308
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
5309
|
+
| PropertyBindingInfo
|
|
5310
|
+
| `{${string}}`;
|
|
5287
5311
|
|
|
5288
5312
|
/**
|
|
5289
5313
|
* Date Ranges for selected dates of the MonthPicker
|
|
@@ -6973,7 +6997,7 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
6973
6997
|
|
|
6974
6998
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
6975
6999
|
|
|
6976
|
-
import CalendarType from "sap/
|
|
7000
|
+
import CalendarType from "sap/base/i18n/date/CalendarType";
|
|
6977
7001
|
|
|
6978
7002
|
import {
|
|
6979
7003
|
PropertyBindingInfo,
|
|
@@ -7316,7 +7340,7 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7316
7340
|
*
|
|
7317
7341
|
* Default value is `2000`.
|
|
7318
7342
|
*
|
|
7319
|
-
* @deprecated
|
|
7343
|
+
* @deprecated As of version 1.34.0. replaced by `date` property
|
|
7320
7344
|
*
|
|
7321
7345
|
* @returns Value of property `year`
|
|
7322
7346
|
*/
|
|
@@ -7469,7 +7493,7 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7469
7493
|
/**
|
|
7470
7494
|
* New value for property `primaryCalendarType`
|
|
7471
7495
|
*/
|
|
7472
|
-
sPrimaryCalendarType: CalendarType
|
|
7496
|
+
sPrimaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
7473
7497
|
): this;
|
|
7474
7498
|
/**
|
|
7475
7499
|
* Sets a new value for property {@link #getSecondaryCalendarType secondaryCalendarType}.
|
|
@@ -7487,7 +7511,7 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7487
7511
|
/**
|
|
7488
7512
|
* New value for property `secondaryCalendarType`
|
|
7489
7513
|
*/
|
|
7490
|
-
sSecondaryCalendarType: CalendarType
|
|
7514
|
+
sSecondaryCalendarType: CalendarType | keyof typeof CalendarType
|
|
7491
7515
|
): this;
|
|
7492
7516
|
/**
|
|
7493
7517
|
* Sets a new value for property {@link #getYears years}.
|
|
@@ -7516,7 +7540,7 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7516
7540
|
/**
|
|
7517
7541
|
* The year is initial focused and selected The value must be between 0 and 9999
|
|
7518
7542
|
*
|
|
7519
|
-
* @deprecated
|
|
7543
|
+
* @deprecated As of version 1.34.0. replaced by `date` property
|
|
7520
7544
|
*/
|
|
7521
7545
|
year?: int | PropertyBindingInfo | `{${string}}`;
|
|
7522
7546
|
|
|
@@ -7555,7 +7579,10 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7555
7579
|
*
|
|
7556
7580
|
* @since 1.34.0
|
|
7557
7581
|
*/
|
|
7558
|
-
primaryCalendarType?:
|
|
7582
|
+
primaryCalendarType?:
|
|
7583
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
7584
|
+
| PropertyBindingInfo
|
|
7585
|
+
| `{${string}}`;
|
|
7559
7586
|
|
|
7560
7587
|
/**
|
|
7561
7588
|
* If set, the years are also displayed in this calendar type If not set, the years are only displayed in
|
|
@@ -7563,7 +7590,10 @@ declare module "sap/ui/unified/calendar/YearPicker" {
|
|
|
7563
7590
|
*
|
|
7564
7591
|
* @since 1.104.0
|
|
7565
7592
|
*/
|
|
7566
|
-
secondaryCalendarType?:
|
|
7593
|
+
secondaryCalendarType?:
|
|
7594
|
+
| (CalendarType | keyof typeof CalendarType)
|
|
7595
|
+
| PropertyBindingInfo
|
|
7596
|
+
| `{${string}}`;
|
|
7567
7597
|
|
|
7568
7598
|
/**
|
|
7569
7599
|
* Date Ranges for selected dates of the YearPicker
|
|
@@ -8735,7 +8765,7 @@ declare module "sap/ui/unified/CalendarLegendItem" {
|
|
|
8735
8765
|
*
|
|
8736
8766
|
* @returns Value of property `type`
|
|
8737
8767
|
*/
|
|
8738
|
-
getType(): CalendarDayType
|
|
8768
|
+
getType(): CalendarDayType;
|
|
8739
8769
|
/**
|
|
8740
8770
|
* Sets a new value for property {@link #getColor color}.
|
|
8741
8771
|
*
|
|
@@ -10318,9 +10348,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
10318
10348
|
*
|
|
10319
10349
|
* @returns Value of property `appointmentHeight`
|
|
10320
10350
|
*/
|
|
10321
|
-
getAppointmentHeight():
|
|
10322
|
-
| CalendarAppointmentHeight
|
|
10323
|
-
| keyof typeof CalendarAppointmentHeight;
|
|
10351
|
+
getAppointmentHeight(): CalendarAppointmentHeight;
|
|
10324
10352
|
/**
|
|
10325
10353
|
* Gets current value of property {@link #getAppointmentRoundWidth appointmentRoundWidth}.
|
|
10326
10354
|
*
|
|
@@ -10333,9 +10361,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
10333
10361
|
*
|
|
10334
10362
|
* @returns Value of property `appointmentRoundWidth`
|
|
10335
10363
|
*/
|
|
10336
|
-
getAppointmentRoundWidth():
|
|
10337
|
-
| CalendarAppointmentRoundWidth
|
|
10338
|
-
| keyof typeof CalendarAppointmentRoundWidth;
|
|
10364
|
+
getAppointmentRoundWidth(): CalendarAppointmentRoundWidth;
|
|
10339
10365
|
/**
|
|
10340
10366
|
* Gets content of aggregation {@link #getAppointments appointments}.
|
|
10341
10367
|
*
|
|
@@ -10355,7 +10381,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
10355
10381
|
* Default value is `false`.
|
|
10356
10382
|
*
|
|
10357
10383
|
* @since 1.38.0
|
|
10358
|
-
* @deprecated
|
|
10384
|
+
* @deprecated As of version 1.81. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
10359
10385
|
*
|
|
10360
10386
|
* @returns Value of property `appointmentsReducedHeight`
|
|
10361
10387
|
*/
|
|
@@ -10373,9 +10399,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
10373
10399
|
*
|
|
10374
10400
|
* @returns Value of property `appointmentsVisualization`
|
|
10375
10401
|
*/
|
|
10376
|
-
getAppointmentsVisualization():
|
|
10377
|
-
| CalendarAppointmentVisualization
|
|
10378
|
-
| keyof typeof CalendarAppointmentVisualization;
|
|
10402
|
+
getAppointmentsVisualization(): CalendarAppointmentVisualization;
|
|
10379
10403
|
/**
|
|
10380
10404
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
10381
10405
|
*/
|
|
@@ -10419,9 +10443,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
10419
10443
|
*
|
|
10420
10444
|
* @returns Value of property `groupAppointmentsMode`
|
|
10421
10445
|
*/
|
|
10422
|
-
getGroupAppointmentsMode():
|
|
10423
|
-
| GroupAppointmentsMode
|
|
10424
|
-
| keyof typeof GroupAppointmentsMode;
|
|
10446
|
+
getGroupAppointmentsMode(): GroupAppointmentsMode;
|
|
10425
10447
|
/**
|
|
10426
10448
|
* Gets current value of property {@link #getHeight height}.
|
|
10427
10449
|
*
|
|
@@ -10863,7 +10885,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
10863
10885
|
* Default value is `false`.
|
|
10864
10886
|
*
|
|
10865
10887
|
* @since 1.38.0
|
|
10866
|
-
* @deprecated
|
|
10888
|
+
* @deprecated As of version 1.81. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
10867
10889
|
*
|
|
10868
10890
|
* @returns Reference to `this` in order to allow method chaining
|
|
10869
10891
|
*/
|
|
@@ -11337,7 +11359,7 @@ declare module "sap/ui/unified/CalendarRow" {
|
|
|
11337
11359
|
* to allow touching.
|
|
11338
11360
|
*
|
|
11339
11361
|
* @since 1.38.0
|
|
11340
|
-
* @deprecated
|
|
11362
|
+
* @deprecated As of version 1.81. Please use the `appointmentHeight` with value "Automatic" property instead.
|
|
11341
11363
|
*/
|
|
11342
11364
|
appointmentsReducedHeight?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
11343
11365
|
|
|
@@ -12855,9 +12877,7 @@ declare module "sap/ui/unified/ColorPicker" {
|
|
|
12855
12877
|
*
|
|
12856
12878
|
* @returns Value of property `displayMode`
|
|
12857
12879
|
*/
|
|
12858
|
-
getDisplayMode():
|
|
12859
|
-
| ColorPickerDisplayMode
|
|
12860
|
-
| keyof typeof ColorPickerDisplayMode;
|
|
12880
|
+
getDisplayMode(): ColorPickerDisplayMode;
|
|
12861
12881
|
/**
|
|
12862
12882
|
* Gets current value of property {@link #getMode mode}.
|
|
12863
12883
|
*
|
|
@@ -12873,7 +12893,7 @@ declare module "sap/ui/unified/ColorPicker" {
|
|
|
12873
12893
|
*
|
|
12874
12894
|
* @returns Value of property `mode`
|
|
12875
12895
|
*/
|
|
12876
|
-
getMode(): ColorPickerMode
|
|
12896
|
+
getMode(): ColorPickerMode;
|
|
12877
12897
|
/**
|
|
12878
12898
|
* Gets current RGB values.
|
|
12879
12899
|
*
|
|
@@ -13420,9 +13440,7 @@ declare module "sap/ui/unified/ColorPickerPopover" {
|
|
|
13420
13440
|
*
|
|
13421
13441
|
* @returns Value of property `displayMode`
|
|
13422
13442
|
*/
|
|
13423
|
-
getDisplayMode():
|
|
13424
|
-
| ColorPickerDisplayMode
|
|
13425
|
-
| keyof typeof ColorPickerDisplayMode;
|
|
13443
|
+
getDisplayMode(): ColorPickerDisplayMode;
|
|
13426
13444
|
/**
|
|
13427
13445
|
* Gets current value of property {@link #getMode mode}.
|
|
13428
13446
|
*
|
|
@@ -13434,7 +13452,7 @@ declare module "sap/ui/unified/ColorPickerPopover" {
|
|
|
13434
13452
|
*
|
|
13435
13453
|
* @returns Value of property `mode`
|
|
13436
13454
|
*/
|
|
13437
|
-
getMode(): ColorPickerMode
|
|
13455
|
+
getMode(): ColorPickerMode;
|
|
13438
13456
|
/**
|
|
13439
13457
|
* Opens the `ColorPickerPopover`. The popover is positioned relative to the control parameter on tablet
|
|
13440
13458
|
* or desktop and is full screen on phone. Therefore the openBy parameter is only used on tablet or desktop
|
|
@@ -13695,8 +13713,8 @@ declare module "sap/ui/unified/ContentSwitcher" {
|
|
|
13695
13713
|
* Switches between two control areas and animates it via CSS transitions
|
|
13696
13714
|
*
|
|
13697
13715
|
* @since 1.16.0
|
|
13698
|
-
* @deprecated
|
|
13699
|
-
* @experimental
|
|
13716
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
13717
|
+
* @experimental As of version 1.16.0. API is not yet finished and might change completely
|
|
13700
13718
|
*/
|
|
13701
13719
|
export default class ContentSwitcher extends Control {
|
|
13702
13720
|
/**
|
|
@@ -13988,8 +14006,8 @@ declare module "sap/ui/unified/ContentSwitcher" {
|
|
|
13988
14006
|
/**
|
|
13989
14007
|
* Describes the settings that can be provided to the ContentSwitcher constructor.
|
|
13990
14008
|
*
|
|
13991
|
-
* @deprecated
|
|
13992
|
-
* @experimental
|
|
14009
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
14010
|
+
* @experimental As of version 1.16.0. API is not yet finished and might change completely
|
|
13993
14011
|
*/
|
|
13994
14012
|
export interface $ContentSwitcherSettings extends $ControlSettings {
|
|
13995
14013
|
/**
|
|
@@ -14562,7 +14580,7 @@ declare module "sap/ui/unified/DateTypeRange" {
|
|
|
14562
14580
|
*
|
|
14563
14581
|
* @returns Value of property `secondaryType`
|
|
14564
14582
|
*/
|
|
14565
|
-
getSecondaryType(): CalendarDayType
|
|
14583
|
+
getSecondaryType(): CalendarDayType;
|
|
14566
14584
|
/**
|
|
14567
14585
|
* Gets current value of property {@link #getType type}.
|
|
14568
14586
|
*
|
|
@@ -14573,7 +14591,7 @@ declare module "sap/ui/unified/DateTypeRange" {
|
|
|
14573
14591
|
*
|
|
14574
14592
|
* @returns Value of property `type`
|
|
14575
14593
|
*/
|
|
14576
|
-
getType(): CalendarDayType
|
|
14594
|
+
getType(): CalendarDayType;
|
|
14577
14595
|
/**
|
|
14578
14596
|
* Sets a new value for property {@link #getColor color}.
|
|
14579
14597
|
*
|
|
@@ -16266,7 +16284,7 @@ declare module "sap/ui/unified/FileUploader" {
|
|
|
16266
16284
|
*
|
|
16267
16285
|
* @returns Value of property `valueState`
|
|
16268
16286
|
*/
|
|
16269
|
-
getValueState(): ValueState
|
|
16287
|
+
getValueState(): ValueState;
|
|
16270
16288
|
/**
|
|
16271
16289
|
* Gets current value of property {@link #getValueStateText valueStateText}.
|
|
16272
16290
|
*
|
|
@@ -18348,7 +18366,7 @@ declare module "sap/ui/unified/Menu" {
|
|
|
18348
18366
|
*
|
|
18349
18367
|
* Accessible label / description of the menu for assistive technologies like screenreaders.
|
|
18350
18368
|
*
|
|
18351
|
-
* @deprecated
|
|
18369
|
+
* @deprecated As of version 1.27.0. replaced by `ariaLabelledBy` association
|
|
18352
18370
|
*
|
|
18353
18371
|
* @returns Value of property `ariaDescription`
|
|
18354
18372
|
*/
|
|
@@ -18559,7 +18577,7 @@ declare module "sap/ui/unified/Menu" {
|
|
|
18559
18577
|
*
|
|
18560
18578
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18561
18579
|
*
|
|
18562
|
-
* @deprecated
|
|
18580
|
+
* @deprecated As of version 1.27.0. replaced by `ariaLabelledBy` association
|
|
18563
18581
|
*
|
|
18564
18582
|
* @returns Reference to `this` in order to allow method chaining
|
|
18565
18583
|
*/
|
|
@@ -18647,7 +18665,7 @@ declare module "sap/ui/unified/Menu" {
|
|
|
18647
18665
|
/**
|
|
18648
18666
|
* Accessible label / description of the menu for assistive technologies like screenreaders.
|
|
18649
18667
|
*
|
|
18650
|
-
* @deprecated
|
|
18668
|
+
* @deprecated As of version 1.27.0. replaced by `ariaLabelledBy` association
|
|
18651
18669
|
*/
|
|
18652
18670
|
ariaDescription?: string | PropertyBindingInfo;
|
|
18653
18671
|
|
|
@@ -19834,8 +19852,8 @@ declare module "sap/ui/unified/MenuTextFieldItem" {
|
|
|
19834
19852
|
/**
|
|
19835
19853
|
* The aggregation `submenu` (inherited from parent class) is not supported for this type of menu item.
|
|
19836
19854
|
*
|
|
19837
|
-
* @deprecated
|
|
19838
|
-
* this type of menu item.
|
|
19855
|
+
* @deprecated As of version 1.21. the aggregation `submenu` (inherited from parent class) is not supported
|
|
19856
|
+
* for this type of menu item.
|
|
19839
19857
|
*
|
|
19840
19858
|
* @returns `this` to allow method chaining
|
|
19841
19859
|
*/
|
|
@@ -19862,8 +19880,8 @@ declare module "sap/ui/unified/MenuTextFieldItem" {
|
|
|
19862
19880
|
/**
|
|
19863
19881
|
* The aggregation `submenu` (inherited from parent class) is not supported for this type of menu item.
|
|
19864
19882
|
*
|
|
19865
|
-
* @deprecated
|
|
19866
|
-
* this type of menu item.
|
|
19883
|
+
* @deprecated As of version 1.21. the aggregation `submenu` (inherited from parent class) is not supported
|
|
19884
|
+
* for this type of menu item.
|
|
19867
19885
|
*/
|
|
19868
19886
|
getSubmenu(): Menu;
|
|
19869
19887
|
/**
|
|
@@ -19886,7 +19904,7 @@ declare module "sap/ui/unified/MenuTextFieldItem" {
|
|
|
19886
19904
|
*
|
|
19887
19905
|
* @returns Value of property `valueState`
|
|
19888
19906
|
*/
|
|
19889
|
-
getValueState(): ValueState
|
|
19907
|
+
getValueState(): ValueState;
|
|
19890
19908
|
/**
|
|
19891
19909
|
* Sets a new value for property {@link #getIcon icon}.
|
|
19892
19910
|
*
|
|
@@ -19923,8 +19941,8 @@ declare module "sap/ui/unified/MenuTextFieldItem" {
|
|
|
19923
19941
|
/**
|
|
19924
19942
|
* The aggregation `submenu` (inherited from parent class) is not supported for this type of menu item.
|
|
19925
19943
|
*
|
|
19926
|
-
* @deprecated
|
|
19927
|
-
* this type of menu item.
|
|
19944
|
+
* @deprecated As of version 1.21. the aggregation `submenu` (inherited from parent class) is not supported
|
|
19945
|
+
* for this type of menu item.
|
|
19928
19946
|
*
|
|
19929
19947
|
* @returns `this` to allow method chaining
|
|
19930
19948
|
*/
|
|
@@ -20014,7 +20032,7 @@ declare module "sap/ui/unified/NonWorkingPeriod" {
|
|
|
20014
20032
|
* NonWorkingPeriod
|
|
20015
20033
|
*
|
|
20016
20034
|
* @since 1.27.0
|
|
20017
|
-
* @experimental
|
|
20035
|
+
* @experimental As of version 1.127.0.
|
|
20018
20036
|
*/
|
|
20019
20037
|
export default class NonWorkingPeriod extends UI5Element {
|
|
20020
20038
|
/**
|
|
@@ -20140,7 +20158,7 @@ declare module "sap/ui/unified/NonWorkingPeriod" {
|
|
|
20140
20158
|
/**
|
|
20141
20159
|
* Describes the settings that can be provided to the NonWorkingPeriod constructor.
|
|
20142
20160
|
*
|
|
20143
|
-
* @experimental
|
|
20161
|
+
* @experimental As of version 1.127.0.
|
|
20144
20162
|
*/
|
|
20145
20163
|
export interface $NonWorkingPeriodSettings extends $ElementSettings {
|
|
20146
20164
|
/**
|
|
@@ -20173,7 +20191,7 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
|
|
|
20173
20191
|
* Applications can inherit from this element to add own fields.
|
|
20174
20192
|
*
|
|
20175
20193
|
* @since 1.127.0
|
|
20176
|
-
* @experimental
|
|
20194
|
+
* @experimental As of version 1.127.0.
|
|
20177
20195
|
*/
|
|
20178
20196
|
export default class RecurringNonWorkingPeriod extends NonWorkingPeriod {
|
|
20179
20197
|
/**
|
|
@@ -20270,7 +20288,7 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
|
|
|
20270
20288
|
*
|
|
20271
20289
|
* @returns Value of property `recurrenceType`
|
|
20272
20290
|
*/
|
|
20273
|
-
getRecurrenceType(): RecurrenceType
|
|
20291
|
+
getRecurrenceType(): RecurrenceType;
|
|
20274
20292
|
/**
|
|
20275
20293
|
* Sets a new value for property {@link #getRecurrenceEndDate recurrenceEndDate}.
|
|
20276
20294
|
*
|
|
@@ -20329,7 +20347,7 @@ declare module "sap/ui/unified/RecurringNonWorkingPeriod" {
|
|
|
20329
20347
|
/**
|
|
20330
20348
|
* Describes the settings that can be provided to the RecurringNonWorkingPeriod constructor.
|
|
20331
20349
|
*
|
|
20332
|
-
* @experimental
|
|
20350
|
+
* @experimental As of version 1.127.0.
|
|
20333
20351
|
*/
|
|
20334
20352
|
export interface $RecurringNonWorkingPeriodSettings
|
|
20335
20353
|
extends $NonWorkingPeriodSettings {
|
|
@@ -20385,7 +20403,7 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20385
20403
|
* than the root control usecase.
|
|
20386
20404
|
*
|
|
20387
20405
|
* @since 1.15.1
|
|
20388
|
-
* @deprecated
|
|
20406
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
20389
20407
|
*/
|
|
20390
20408
|
export default class Shell extends ShellLayout {
|
|
20391
20409
|
/**
|
|
@@ -20609,7 +20627,7 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20609
20627
|
*
|
|
20610
20628
|
* Shows / Hides the curtain.
|
|
20611
20629
|
*
|
|
20612
|
-
* @deprecated
|
|
20630
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20613
20631
|
*
|
|
20614
20632
|
* @returns Value of property `showCurtain`
|
|
20615
20633
|
*/
|
|
@@ -20619,7 +20637,7 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20619
20637
|
*
|
|
20620
20638
|
* Shows / Hides the side pane on the curtain.
|
|
20621
20639
|
*
|
|
20622
|
-
* @deprecated
|
|
20640
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20623
20641
|
*
|
|
20624
20642
|
* @returns Value of property `showCurtainPane`
|
|
20625
20643
|
*/
|
|
@@ -20908,7 +20926,7 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20908
20926
|
*
|
|
20909
20927
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20910
20928
|
*
|
|
20911
|
-
* @deprecated
|
|
20929
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20912
20930
|
*
|
|
20913
20931
|
* @returns Reference to `this` in order to allow method chaining
|
|
20914
20932
|
*/
|
|
@@ -20925,7 +20943,7 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20925
20943
|
*
|
|
20926
20944
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20927
20945
|
*
|
|
20928
|
-
* @deprecated
|
|
20946
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20929
20947
|
*
|
|
20930
20948
|
* @returns Reference to `this` in order to allow method chaining
|
|
20931
20949
|
*/
|
|
@@ -20952,7 +20970,7 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20952
20970
|
/**
|
|
20953
20971
|
* Describes the settings that can be provided to the Shell constructor.
|
|
20954
20972
|
*
|
|
20955
|
-
* @deprecated
|
|
20973
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
20956
20974
|
*/
|
|
20957
20975
|
export interface $ShellSettings extends $ShellLayoutSettings {
|
|
20958
20976
|
/**
|
|
@@ -20963,14 +20981,14 @@ declare module "sap/ui/unified/Shell" {
|
|
|
20963
20981
|
/**
|
|
20964
20982
|
* Shows / Hides the curtain.
|
|
20965
20983
|
*
|
|
20966
|
-
* @deprecated
|
|
20984
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20967
20985
|
*/
|
|
20968
20986
|
showCurtain?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20969
20987
|
|
|
20970
20988
|
/**
|
|
20971
20989
|
* Shows / Hides the side pane on the curtain.
|
|
20972
20990
|
*
|
|
20973
|
-
* @deprecated
|
|
20991
|
+
* @deprecated As of version 1.16.3. Curtain is deprecated and replaced by ShellOverlay mechanism.
|
|
20974
20992
|
*/
|
|
20975
20993
|
showCurtainPane?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20976
20994
|
|
|
@@ -21053,7 +21071,7 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21053
21071
|
* Header Action item of the Shell.
|
|
21054
21072
|
*
|
|
21055
21073
|
* @since 1.15.1
|
|
21056
|
-
* @deprecated
|
|
21074
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21057
21075
|
*/
|
|
21058
21076
|
export default class ShellHeadItem extends UI5Element {
|
|
21059
21077
|
/**
|
|
@@ -21240,7 +21258,7 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21240
21258
|
*
|
|
21241
21259
|
* Default value is `false`.
|
|
21242
21260
|
*
|
|
21243
|
-
* @deprecated
|
|
21261
|
+
* @deprecated As of version 1.18. Markers should not be used anymore.
|
|
21244
21262
|
*
|
|
21245
21263
|
* @returns Value of property `showMarker`
|
|
21246
21264
|
*/
|
|
@@ -21264,7 +21282,7 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21264
21282
|
*
|
|
21265
21283
|
* Default value is `false`.
|
|
21266
21284
|
*
|
|
21267
|
-
* @deprecated
|
|
21285
|
+
* @deprecated As of version 1.18. Dividers are not supported anymore.
|
|
21268
21286
|
*
|
|
21269
21287
|
* @returns Value of property `startsSection`
|
|
21270
21288
|
*/
|
|
@@ -21358,7 +21376,7 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21358
21376
|
*
|
|
21359
21377
|
* Default value is `false`.
|
|
21360
21378
|
*
|
|
21361
|
-
* @deprecated
|
|
21379
|
+
* @deprecated As of version 1.18. Markers should not be used anymore.
|
|
21362
21380
|
*
|
|
21363
21381
|
* @returns Reference to `this` in order to allow method chaining
|
|
21364
21382
|
*/
|
|
@@ -21396,7 +21414,7 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21396
21414
|
*
|
|
21397
21415
|
* Default value is `false`.
|
|
21398
21416
|
*
|
|
21399
|
-
* @deprecated
|
|
21417
|
+
* @deprecated As of version 1.18. Dividers are not supported anymore.
|
|
21400
21418
|
*
|
|
21401
21419
|
* @returns Reference to `this` in order to allow method chaining
|
|
21402
21420
|
*/
|
|
@@ -21450,13 +21468,13 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21450
21468
|
/**
|
|
21451
21469
|
* Describes the settings that can be provided to the ShellHeadItem constructor.
|
|
21452
21470
|
*
|
|
21453
|
-
* @deprecated
|
|
21471
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21454
21472
|
*/
|
|
21455
21473
|
export interface $ShellHeadItemSettings extends $ElementSettings {
|
|
21456
21474
|
/**
|
|
21457
21475
|
* If set to true, a divider is displayed before the item.
|
|
21458
21476
|
*
|
|
21459
|
-
* @deprecated
|
|
21477
|
+
* @deprecated As of version 1.18. Dividers are not supported anymore.
|
|
21460
21478
|
*/
|
|
21461
21479
|
startsSection?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
21462
21480
|
|
|
@@ -21484,7 +21502,7 @@ declare module "sap/ui/unified/ShellHeadItem" {
|
|
|
21484
21502
|
/**
|
|
21485
21503
|
* If set to true, a theme dependent marker is shown on the item.
|
|
21486
21504
|
*
|
|
21487
|
-
* @deprecated
|
|
21505
|
+
* @deprecated As of version 1.18. Markers should not be used anymore.
|
|
21488
21506
|
*/
|
|
21489
21507
|
showMarker?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
21490
21508
|
|
|
@@ -21543,7 +21561,7 @@ declare module "sap/ui/unified/ShellHeadUserItem" {
|
|
|
21543
21561
|
* User Header Action Item of the Shell.
|
|
21544
21562
|
*
|
|
21545
21563
|
* @since 1.22.0
|
|
21546
|
-
* @deprecated
|
|
21564
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21547
21565
|
*/
|
|
21548
21566
|
export default class ShellHeadUserItem extends UI5Element {
|
|
21549
21567
|
/**
|
|
@@ -21812,7 +21830,7 @@ declare module "sap/ui/unified/ShellHeadUserItem" {
|
|
|
21812
21830
|
/**
|
|
21813
21831
|
* Describes the settings that can be provided to the ShellHeadUserItem constructor.
|
|
21814
21832
|
*
|
|
21815
|
-
* @deprecated
|
|
21833
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21816
21834
|
*/
|
|
21817
21835
|
export interface $ShellHeadUserItemSettings extends $ElementSettings {
|
|
21818
21836
|
/**
|
|
@@ -21875,7 +21893,7 @@ declare module "sap/ui/unified/ShellLayout" {
|
|
|
21875
21893
|
* do not use it for other scenarios than the root control usecase.
|
|
21876
21894
|
*
|
|
21877
21895
|
* @since 1.25.0
|
|
21878
|
-
* @deprecated
|
|
21896
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
21879
21897
|
*/
|
|
21880
21898
|
export default class ShellLayout extends Control {
|
|
21881
21899
|
/**
|
|
@@ -22212,7 +22230,7 @@ declare module "sap/ui/unified/ShellLayout" {
|
|
|
22212
22230
|
/**
|
|
22213
22231
|
* Describes the settings that can be provided to the ShellLayout constructor.
|
|
22214
22232
|
*
|
|
22215
|
-
* @deprecated
|
|
22233
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
22216
22234
|
*/
|
|
22217
22235
|
export interface $ShellLayoutSettings extends $ControlSettings {
|
|
22218
22236
|
/**
|
|
@@ -22265,7 +22283,7 @@ declare module "sap/ui/unified/ShellOverlay" {
|
|
|
22265
22283
|
* ShellOverlay to be opened in front of an sap.ui.unified.Shell
|
|
22266
22284
|
*
|
|
22267
22285
|
* @since 1.16.3
|
|
22268
|
-
* @deprecated
|
|
22286
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
22269
22287
|
*/
|
|
22270
22288
|
export default class ShellOverlay extends Control {
|
|
22271
22289
|
/**
|
|
@@ -22575,7 +22593,7 @@ declare module "sap/ui/unified/ShellOverlay" {
|
|
|
22575
22593
|
/**
|
|
22576
22594
|
* Describes the settings that can be provided to the ShellOverlay constructor.
|
|
22577
22595
|
*
|
|
22578
|
-
* @deprecated
|
|
22596
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
22579
22597
|
*/
|
|
22580
22598
|
export interface $ShellOverlaySettings extends $ControlSettings {
|
|
22581
22599
|
/**
|
|
@@ -22635,8 +22653,8 @@ declare module "sap/ui/unified/SplitContainer" {
|
|
|
22635
22653
|
* Provides a main content and a secondary content area
|
|
22636
22654
|
*
|
|
22637
22655
|
* @since 1.15.0
|
|
22638
|
-
* @deprecated
|
|
22639
|
-
* @experimental
|
|
22656
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
22657
|
+
* @experimental As of version 1.15.0. API is not yet finished and might change completely
|
|
22640
22658
|
*/
|
|
22641
22659
|
export default class SplitContainer extends Control {
|
|
22642
22660
|
/**
|
|
@@ -22756,7 +22774,7 @@ declare module "sap/ui/unified/SplitContainer" {
|
|
|
22756
22774
|
*
|
|
22757
22775
|
* @returns Value of property `orientation`
|
|
22758
22776
|
*/
|
|
22759
|
-
getOrientation(): Orientation
|
|
22777
|
+
getOrientation(): Orientation;
|
|
22760
22778
|
/**
|
|
22761
22779
|
* Gets content of aggregation {@link #getSecondaryContent secondaryContent}.
|
|
22762
22780
|
*
|
|
@@ -22781,7 +22799,7 @@ declare module "sap/ui/unified/SplitContainer" {
|
|
|
22781
22799
|
*
|
|
22782
22800
|
* Default value is `'250px'`.
|
|
22783
22801
|
*
|
|
22784
|
-
* @deprecated
|
|
22802
|
+
* @deprecated As of version 1.22. Only available for backwards compatibility.
|
|
22785
22803
|
*
|
|
22786
22804
|
* @returns Value of property `secondaryContentWidth`
|
|
22787
22805
|
*/
|
|
@@ -22945,7 +22963,7 @@ declare module "sap/ui/unified/SplitContainer" {
|
|
|
22945
22963
|
*
|
|
22946
22964
|
* Default value is `'250px'`.
|
|
22947
22965
|
*
|
|
22948
|
-
* @deprecated
|
|
22966
|
+
* @deprecated As of version 1.22. Only available for backwards compatibility.
|
|
22949
22967
|
*
|
|
22950
22968
|
* @returns Reference to `this` in order to allow method chaining
|
|
22951
22969
|
*/
|
|
@@ -22975,8 +22993,8 @@ declare module "sap/ui/unified/SplitContainer" {
|
|
|
22975
22993
|
/**
|
|
22976
22994
|
* Describes the settings that can be provided to the SplitContainer constructor.
|
|
22977
22995
|
*
|
|
22978
|
-
* @deprecated
|
|
22979
|
-
* @experimental
|
|
22996
|
+
* @deprecated As of version 1.44.0. the concept has been discarded.
|
|
22997
|
+
* @experimental As of version 1.15.0. API is not yet finished and might change completely
|
|
22980
22998
|
*/
|
|
22981
22999
|
export interface $SplitContainerSettings extends $ControlSettings {
|
|
22982
23000
|
/**
|
|
@@ -22992,7 +23010,7 @@ declare module "sap/ui/unified/SplitContainer" {
|
|
|
22992
23010
|
/**
|
|
22993
23011
|
* Do not use. Use secondaryContentSize instead.
|
|
22994
23012
|
*
|
|
22995
|
-
* @deprecated
|
|
23013
|
+
* @deprecated As of version 1.22. Only available for backwards compatibility.
|
|
22996
23014
|
*/
|
|
22997
23015
|
secondaryContentWidth?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
22998
23016
|
|
|
@@ -23035,7 +23053,7 @@ declare module "sap/ui/unified/TimeRange" {
|
|
|
23035
23053
|
* Time range for use in `NonWorkingPeriod`
|
|
23036
23054
|
*
|
|
23037
23055
|
* @since 1.127.0
|
|
23038
|
-
* @experimental
|
|
23056
|
+
* @experimental As of version 1.127.0.
|
|
23039
23057
|
*/
|
|
23040
23058
|
export default class TimeRange extends UI5Element {
|
|
23041
23059
|
/**
|
|
@@ -23201,7 +23219,7 @@ declare module "sap/ui/unified/TimeRange" {
|
|
|
23201
23219
|
/**
|
|
23202
23220
|
* Describes the settings that can be provided to the TimeRange constructor.
|
|
23203
23221
|
*
|
|
23204
|
-
* @experimental
|
|
23222
|
+
* @experimental As of version 1.127.0.
|
|
23205
23223
|
*/
|
|
23206
23224
|
export interface $TimeRangeSettings extends $ElementSettings {
|
|
23207
23225
|
/**
|