@sapui5/types 1.120.39 → 1.120.41
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +26 -1
- 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.sac.df.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.commons.d.ts +3 -1
- package/types/sap.ui.comp.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.richtexteditor.d.ts +7 -6
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +153 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +3 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.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
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.40
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/webc/main/library" {
|
|
4
4
|
/**
|
|
5
5
|
* Different types of AvatarColorScheme.
|
|
6
6
|
*
|
|
7
7
|
* @since 1.92.0
|
|
8
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
8
9
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
9
10
|
*/
|
|
10
11
|
export enum AvatarColorScheme {
|
|
@@ -34,6 +35,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
34
35
|
* Different types of AvatarGroupType.
|
|
35
36
|
*
|
|
36
37
|
* @since 1.92.0
|
|
38
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
37
39
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
38
40
|
*/
|
|
39
41
|
export enum AvatarGroupType {
|
|
@@ -51,6 +53,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
51
53
|
* Different types of AvatarShape.
|
|
52
54
|
*
|
|
53
55
|
* @since 1.92.0
|
|
56
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
54
57
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
55
58
|
*/
|
|
56
59
|
export enum AvatarShape {
|
|
@@ -67,6 +70,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
67
70
|
* Different types of AvatarSize.
|
|
68
71
|
*
|
|
69
72
|
* @since 1.92.0
|
|
73
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
70
74
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
71
75
|
*/
|
|
72
76
|
export enum AvatarSize {
|
|
@@ -95,6 +99,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
95
99
|
* Defines background designs.
|
|
96
100
|
*
|
|
97
101
|
* @since 1.115.0
|
|
102
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
98
103
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
99
104
|
*/
|
|
100
105
|
export enum BackgroundDesign {
|
|
@@ -115,6 +120,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
115
120
|
* Defines border designs.
|
|
116
121
|
*
|
|
117
122
|
* @since 1.115.0
|
|
123
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
118
124
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
119
125
|
*/
|
|
120
126
|
export enum BorderDesign {
|
|
@@ -131,6 +137,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
131
137
|
* Different Breadcrumbs designs.
|
|
132
138
|
*
|
|
133
139
|
* @since 1.95.0
|
|
140
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
134
141
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
135
142
|
*/
|
|
136
143
|
export enum BreadcrumbsDesign {
|
|
@@ -148,6 +155,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
148
155
|
* Different Breadcrumbs separator styles.
|
|
149
156
|
*
|
|
150
157
|
* @since 1.95.0
|
|
158
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
151
159
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
152
160
|
*/
|
|
153
161
|
export enum BreadcrumbsSeparatorStyle {
|
|
@@ -180,6 +188,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
180
188
|
* Different BusyIndicator sizes.
|
|
181
189
|
*
|
|
182
190
|
* @since 1.92.0
|
|
191
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
183
192
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
184
193
|
*/
|
|
185
194
|
export enum BusyIndicatorSize {
|
|
@@ -200,6 +209,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
200
209
|
* Different Button designs.
|
|
201
210
|
*
|
|
202
211
|
* @since 1.92.0
|
|
212
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
203
213
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
204
214
|
*/
|
|
205
215
|
export enum ButtonDesign {
|
|
@@ -232,6 +242,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
232
242
|
* Determines if the button has special form-related functionality.
|
|
233
243
|
*
|
|
234
244
|
* @since 1.120.0
|
|
245
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
235
246
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
236
247
|
*/
|
|
237
248
|
export enum ButtonType {
|
|
@@ -252,6 +263,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
252
263
|
* Different Calendar selection mode.
|
|
253
264
|
*
|
|
254
265
|
* @since 1.92.0
|
|
266
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
255
267
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
256
268
|
*/
|
|
257
269
|
export enum CalendarSelectionMode {
|
|
@@ -272,6 +284,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
272
284
|
* Different Carousel arrows placement.
|
|
273
285
|
*
|
|
274
286
|
* @since 1.92.0
|
|
287
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
275
288
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
276
289
|
*/
|
|
277
290
|
export enum CarouselArrowsPlacement {
|
|
@@ -288,6 +301,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
288
301
|
* Different Carousel page indicator styles.
|
|
289
302
|
*
|
|
290
303
|
* @since 1.115.0
|
|
304
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
291
305
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
292
306
|
*/
|
|
293
307
|
export enum CarouselPageIndicatorStyle {
|
|
@@ -306,6 +320,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
306
320
|
* Different filtering types of the ComboBox.
|
|
307
321
|
*
|
|
308
322
|
* @since 1.115.0
|
|
323
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
309
324
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
310
325
|
*/
|
|
311
326
|
export enum ComboBoxFilter {
|
|
@@ -330,6 +345,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
330
345
|
* Different types of HasPopup.
|
|
331
346
|
*
|
|
332
347
|
* @since 1.99.0
|
|
348
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
333
349
|
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
334
350
|
*/
|
|
335
351
|
export enum HasPopup {
|
|
@@ -359,6 +375,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
359
375
|
* such as `ui5-avatar-group`
|
|
360
376
|
*
|
|
361
377
|
* @since 1.92.0
|
|
378
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
362
379
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
363
380
|
*/
|
|
364
381
|
export interface IAvatar {
|
|
@@ -369,6 +386,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
369
386
|
* Interface for components that may be slotted inside `ui5-breadcrumbs` as options
|
|
370
387
|
*
|
|
371
388
|
* @since 1.95.0
|
|
389
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
372
390
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
373
391
|
*/
|
|
374
392
|
export interface IBreadcrumbsItem {
|
|
@@ -379,6 +397,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
379
397
|
* Interface for components that may be used as a button inside numerous higher-order components
|
|
380
398
|
*
|
|
381
399
|
* @since 1.92.0
|
|
400
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
382
401
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
383
402
|
*/
|
|
384
403
|
export interface IButton {
|
|
@@ -389,6 +408,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
389
408
|
* Interface for components that may be used as dates inside `ui5-calendar`
|
|
390
409
|
*
|
|
391
410
|
* @since 1.92.0
|
|
411
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
392
412
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
393
413
|
*/
|
|
394
414
|
export interface ICalendarDate {
|
|
@@ -399,6 +419,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
399
419
|
* Interface for components that may be slotted inside `ui5-card` as header
|
|
400
420
|
*
|
|
401
421
|
* @since 1.115.0
|
|
422
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
402
423
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
403
424
|
*/
|
|
404
425
|
export interface ICardHeader {
|
|
@@ -409,6 +430,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
409
430
|
* Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
|
|
410
431
|
*
|
|
411
432
|
* @since 1.92.0
|
|
433
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
412
434
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
413
435
|
*/
|
|
414
436
|
export interface IColorPaletteItem {
|
|
@@ -419,6 +441,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
419
441
|
* Interface for components that may be slotted inside a `ui5-combobox`
|
|
420
442
|
*
|
|
421
443
|
* @since 1.92.0
|
|
444
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
422
445
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
423
446
|
*/
|
|
424
447
|
export interface IComboBoxItem {
|
|
@@ -429,6 +452,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
429
452
|
* Different Icon semantic designs.
|
|
430
453
|
*
|
|
431
454
|
* @since 1.115.0
|
|
455
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
432
456
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
433
457
|
*/
|
|
434
458
|
export enum IconDesign {
|
|
@@ -469,6 +493,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
469
493
|
* Interface for components that represent an icon, usable in numerous higher-order components
|
|
470
494
|
*
|
|
471
495
|
* @since 1.92.0
|
|
496
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
472
497
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
473
498
|
*/
|
|
474
499
|
export interface IIcon {
|
|
@@ -479,6 +504,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
479
504
|
* Interface for components that represent an input, usable in numerous higher-order components
|
|
480
505
|
*
|
|
481
506
|
* @since 1.92.0
|
|
507
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
482
508
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
483
509
|
*/
|
|
484
510
|
export interface IInput {
|
|
@@ -489,6 +515,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
489
515
|
* Interface for components that represent a suggestion item, usable in `ui5-input`
|
|
490
516
|
*
|
|
491
517
|
* @since 1.92.0
|
|
518
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
492
519
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
493
520
|
*/
|
|
494
521
|
export interface IInputSuggestionItem {
|
|
@@ -499,6 +526,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
499
526
|
* Interface for components that may be slotted inside a `ui5-list` as items
|
|
500
527
|
*
|
|
501
528
|
* @since 1.92.0
|
|
529
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
502
530
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
503
531
|
*/
|
|
504
532
|
export interface IListItem {
|
|
@@ -509,6 +537,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
509
537
|
* Interface for components that may be slotted inside `ui5-menu` as items
|
|
510
538
|
*
|
|
511
539
|
* @since 1.102.0
|
|
540
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
512
541
|
* @experimental (since 1.102.0) - This API is experimental and might change significantly.
|
|
513
542
|
*/
|
|
514
543
|
export interface IMenuItem {
|
|
@@ -519,6 +548,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
519
548
|
* Interface for components that may be slotted inside a `ui5-multi-combobox` as items
|
|
520
549
|
*
|
|
521
550
|
* @since 1.92.0
|
|
551
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
522
552
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
523
553
|
*/
|
|
524
554
|
export interface IMultiComboBoxItem {
|
|
@@ -529,6 +559,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
529
559
|
* Different input types.
|
|
530
560
|
*
|
|
531
561
|
* @since 1.92.0
|
|
562
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
532
563
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
533
564
|
*/
|
|
534
565
|
export enum InputType {
|
|
@@ -561,6 +592,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
561
592
|
* Interface for components that may be slotted inside `ui5-segmented-button` as items
|
|
562
593
|
*
|
|
563
594
|
* @since 1.95.0
|
|
595
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
564
596
|
* @experimental (since 1.95.0) - This API is experimental and might change significantly.
|
|
565
597
|
*/
|
|
566
598
|
export interface ISegmentedButtonItem {
|
|
@@ -571,6 +603,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
571
603
|
* Interface for components that may be slotted inside `ui5-select-menu` as options
|
|
572
604
|
*
|
|
573
605
|
* @since 1.120.0
|
|
606
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
574
607
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
575
608
|
*/
|
|
576
609
|
export interface ISelectMenuOption {
|
|
@@ -581,6 +614,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
581
614
|
* Interface for components that may be slotted inside `ui5-select` as options
|
|
582
615
|
*
|
|
583
616
|
* @since 1.92.0
|
|
617
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
584
618
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
585
619
|
*/
|
|
586
620
|
export interface ISelectOption {
|
|
@@ -591,6 +625,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
591
625
|
* Interface for components that may be slotted inside `ui5-tabcontainer`
|
|
592
626
|
*
|
|
593
627
|
* @since 1.92.0
|
|
628
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
594
629
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
595
630
|
*/
|
|
596
631
|
export interface ITab {
|
|
@@ -601,6 +636,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
601
636
|
* Interface for components that may be slotted inside a `ui5-table-row` as cells
|
|
602
637
|
*
|
|
603
638
|
* @since 1.92.0
|
|
639
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
604
640
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
605
641
|
*/
|
|
606
642
|
export interface ITableCell {
|
|
@@ -611,6 +647,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
611
647
|
* Interface for components that may be slotted inside a `ui5-table` as columns
|
|
612
648
|
*
|
|
613
649
|
* @since 1.92.0
|
|
650
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
614
651
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
615
652
|
*/
|
|
616
653
|
export interface ITableColumn {
|
|
@@ -621,6 +658,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
621
658
|
* Interface for components that may be slotted inside a `ui5-table` as rows
|
|
622
659
|
*
|
|
623
660
|
* @since 1.92.0
|
|
661
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
624
662
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
625
663
|
*/
|
|
626
664
|
export interface ITableRow {
|
|
@@ -631,6 +669,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
631
669
|
* Interface for components that represent a token and are usable in components such as `ui5-multi-input`
|
|
632
670
|
*
|
|
633
671
|
* @since 1.92.0
|
|
672
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
634
673
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
635
674
|
*/
|
|
636
675
|
export interface IToken {
|
|
@@ -641,6 +680,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
641
680
|
* Interface for toolbar items for the purpose of `ui5-toolbar`
|
|
642
681
|
*
|
|
643
682
|
* @since 1.120.0
|
|
683
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
644
684
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
645
685
|
*/
|
|
646
686
|
export interface IToolbarItem {
|
|
@@ -651,6 +691,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
651
691
|
* Interface for toolbar select items for the purpose of `ui5-toolbar-select`
|
|
652
692
|
*
|
|
653
693
|
* @since 1.120.0
|
|
694
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
654
695
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
655
696
|
*/
|
|
656
697
|
export interface IToolbarSelectOption {
|
|
@@ -661,6 +702,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
661
702
|
* Interface for tree items for the purpose of `ui5-tree`
|
|
662
703
|
*
|
|
663
704
|
* @since 1.92.0
|
|
705
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
664
706
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
665
707
|
*/
|
|
666
708
|
export interface ITreeItem {
|
|
@@ -671,6 +713,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
671
713
|
* Different link designs.
|
|
672
714
|
*
|
|
673
715
|
* @since 1.92.0
|
|
716
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
674
717
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
675
718
|
*/
|
|
676
719
|
export enum LinkDesign {
|
|
@@ -691,6 +734,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
691
734
|
* Different list growing modes.
|
|
692
735
|
*
|
|
693
736
|
* @since 1.92.0
|
|
737
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
694
738
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
695
739
|
*/
|
|
696
740
|
export enum ListGrowingMode {
|
|
@@ -711,6 +755,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
711
755
|
* Different list item types.
|
|
712
756
|
*
|
|
713
757
|
* @since 1.92.0
|
|
758
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
714
759
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
715
760
|
*/
|
|
716
761
|
export enum ListItemType {
|
|
@@ -736,6 +781,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
736
781
|
* Different list modes.
|
|
737
782
|
*
|
|
738
783
|
* @since 1.92.0
|
|
784
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
739
785
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
740
786
|
*/
|
|
741
787
|
export enum ListMode {
|
|
@@ -773,6 +819,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
773
819
|
* Different types of list items separators.
|
|
774
820
|
*
|
|
775
821
|
* @since 1.92.0
|
|
822
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
776
823
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
777
824
|
*/
|
|
778
825
|
export enum ListSeparators {
|
|
@@ -793,6 +840,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
793
840
|
* MessageStrip designs.
|
|
794
841
|
*
|
|
795
842
|
* @since 1.92.0
|
|
843
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
796
844
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
797
845
|
*/
|
|
798
846
|
export enum MessageStripDesign {
|
|
@@ -817,6 +865,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
817
865
|
* Panel accessible roles.
|
|
818
866
|
*
|
|
819
867
|
* @since 1.92.0
|
|
868
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
820
869
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
821
870
|
*/
|
|
822
871
|
export enum PanelAccessibleRole {
|
|
@@ -840,6 +889,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
840
889
|
* Popover horizontal align types.
|
|
841
890
|
*
|
|
842
891
|
* @since 1.92.0
|
|
892
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
843
893
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
844
894
|
*/
|
|
845
895
|
export enum PopoverHorizontalAlign {
|
|
@@ -864,6 +914,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
864
914
|
* Popover placement types.
|
|
865
915
|
*
|
|
866
916
|
* @since 1.92.0
|
|
917
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
867
918
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
868
919
|
*/
|
|
869
920
|
export enum PopoverPlacementType {
|
|
@@ -888,6 +939,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
888
939
|
* Popover vertical align types.
|
|
889
940
|
*
|
|
890
941
|
* @since 1.92.0
|
|
942
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
891
943
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
892
944
|
*/
|
|
893
945
|
export enum PopoverVerticalAlign {
|
|
@@ -910,6 +962,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
910
962
|
* Popup accessible roles.
|
|
911
963
|
*
|
|
912
964
|
* @since 1.115.0
|
|
965
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
913
966
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
914
967
|
*/
|
|
915
968
|
export enum PopupAccessibleRole {
|
|
@@ -930,6 +983,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
930
983
|
* Different types of Priority.
|
|
931
984
|
*
|
|
932
985
|
* @since 1.92.0
|
|
986
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
933
987
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
934
988
|
*/
|
|
935
989
|
export enum Priority {
|
|
@@ -954,6 +1008,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
954
1008
|
* Different SegmentedButton modes.
|
|
955
1009
|
*
|
|
956
1010
|
* @since 1.115.0
|
|
1011
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
957
1012
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
958
1013
|
*/
|
|
959
1014
|
export enum SegmentedButtonMode {
|
|
@@ -970,6 +1025,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
970
1025
|
* Different types of SemanticColor.
|
|
971
1026
|
*
|
|
972
1027
|
* @since 1.92.0
|
|
1028
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
973
1029
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
974
1030
|
*/
|
|
975
1031
|
export enum SemanticColor {
|
|
@@ -998,6 +1054,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
998
1054
|
* Different types of Switch designs.
|
|
999
1055
|
*
|
|
1000
1056
|
* @since 1.92.0
|
|
1057
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1001
1058
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1002
1059
|
*/
|
|
1003
1060
|
export enum SwitchDesign {
|
|
@@ -1014,6 +1071,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1014
1071
|
* Background design for the header and content of TabContainer.
|
|
1015
1072
|
*
|
|
1016
1073
|
* @since 1.115.0
|
|
1074
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1017
1075
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
1018
1076
|
*/
|
|
1019
1077
|
export enum TabContainerBackgroundDesign {
|
|
@@ -1034,6 +1092,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1034
1092
|
* Tab layout of TabContainer.
|
|
1035
1093
|
*
|
|
1036
1094
|
* @since 1.92.0
|
|
1095
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1037
1096
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1038
1097
|
*/
|
|
1039
1098
|
export enum TabLayout {
|
|
@@ -1050,6 +1109,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1050
1109
|
* Table cell popin display.
|
|
1051
1110
|
*
|
|
1052
1111
|
* @since 1.115.0
|
|
1112
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1053
1113
|
* @experimental (since 1.115.0) - This API is experimental and might change significantly.
|
|
1054
1114
|
*/
|
|
1055
1115
|
export enum TableColumnPopinDisplay {
|
|
@@ -1066,6 +1126,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1066
1126
|
* Different table growing modes.
|
|
1067
1127
|
*
|
|
1068
1128
|
* @since 1.92.0
|
|
1129
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1069
1130
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1070
1131
|
*/
|
|
1071
1132
|
export enum TableGrowingMode {
|
|
@@ -1086,6 +1147,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1086
1147
|
* Different table modes.
|
|
1087
1148
|
*
|
|
1088
1149
|
* @since 1.92.0
|
|
1150
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1089
1151
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1090
1152
|
*/
|
|
1091
1153
|
export enum TableMode {
|
|
@@ -1106,6 +1168,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1106
1168
|
* Different table row types.
|
|
1107
1169
|
*
|
|
1108
1170
|
* @since 1.92.0
|
|
1171
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1109
1172
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1110
1173
|
*/
|
|
1111
1174
|
export enum TableRowType {
|
|
@@ -1122,6 +1185,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1122
1185
|
* Tabs overflow mode in TabContainer.
|
|
1123
1186
|
*
|
|
1124
1187
|
* @since 1.99.0
|
|
1188
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1125
1189
|
* @experimental (since 1.99.0) - This API is experimental and might change significantly.
|
|
1126
1190
|
*/
|
|
1127
1191
|
export enum TabsOverflowMode {
|
|
@@ -1138,6 +1202,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1138
1202
|
* Different types of Title level.
|
|
1139
1203
|
*
|
|
1140
1204
|
* @since 1.92.0
|
|
1205
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1141
1206
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1142
1207
|
*/
|
|
1143
1208
|
export enum TitleLevel {
|
|
@@ -1170,6 +1235,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1170
1235
|
* Toast placement.
|
|
1171
1236
|
*
|
|
1172
1237
|
* @since 1.92.0
|
|
1238
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1173
1239
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1174
1240
|
*/
|
|
1175
1241
|
export enum ToastPlacement {
|
|
@@ -1214,6 +1280,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1214
1280
|
* Defines which direction the items of ui5-toolbar will be aligned.
|
|
1215
1281
|
*
|
|
1216
1282
|
* @since 1.120.0
|
|
1283
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1217
1284
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
1218
1285
|
*/
|
|
1219
1286
|
export enum ToolbarAlign {
|
|
@@ -1230,6 +1297,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1230
1297
|
* Defines the priority of the toolbar item to go inside overflow popover.
|
|
1231
1298
|
*
|
|
1232
1299
|
* @since 1.120.0
|
|
1300
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1233
1301
|
* @experimental (since 1.120.0) - This API is experimental and might change significantly.
|
|
1234
1302
|
*/
|
|
1235
1303
|
export enum ToolbarItemOverflowBehavior {
|
|
@@ -1247,6 +1315,7 @@ declare module "sap/ui/webc/main/library" {
|
|
|
1247
1315
|
* Different types of wrapping.
|
|
1248
1316
|
*
|
|
1249
1317
|
* @since 1.92.0
|
|
1318
|
+
* @deprecated (since 1.120) - because it is part of the deprecated package sap.ui.webc.main
|
|
1250
1319
|
* @experimental (since 1.92.0) - This API is experimental and might change significantly.
|
|
1251
1320
|
*/
|
|
1252
1321
|
export enum WrappingType {
|
package/types/sap.ushell.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.42
|
|
2
2
|
|
|
3
3
|
declare module "sap/ushell/library" {
|
|
4
4
|
/**
|
|
@@ -3096,6 +3096,8 @@ declare module "sap/ushell/services/Bookmark" {
|
|
|
3096
3096
|
/**
|
|
3097
3097
|
* A content node may be: - a classic home page group - an unselectable node (space) or a selectable node
|
|
3098
3098
|
* (page) in spaces mode - or any other containers in the future
|
|
3099
|
+
*
|
|
3100
|
+
* @deprecated (since 1.119) - because it is part of the deprecated package sap.ushell.services.Bookmark
|
|
3099
3101
|
*/
|
|
3100
3102
|
export type ContentNode = {
|
|
3101
3103
|
/**
|
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED