@sapui5/ts-types-esm 1.143.2 → 1.144.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.
Files changed (70) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +7 -7
  3. package/types/sap.apf.d.ts +3 -1
  4. package/types/sap.ca.ui.d.ts +8 -1
  5. package/types/sap.chart.d.ts +4 -4
  6. package/types/sap.collaboration.d.ts +1 -1
  7. package/types/sap.esh.search.ui.d.ts +846 -285
  8. package/types/sap.f.d.ts +4 -4
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +33 -6
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +3591 -3495
  15. package/types/sap.fe.navigation.d.ts +7 -7
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +1 -1
  19. package/types/sap.fe.test.d.ts +18 -12
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +282 -10
  23. package/types/sap.insights.d.ts +1 -47
  24. package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +49 -21
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +732 -6
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
  37. package/types/sap.ui.comp.d.ts +3 -3
  38. package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
  39. package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
  40. package/types/sap.ui.export.d.ts +4 -4
  41. package/types/sap.ui.fl.d.ts +5 -5
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +1 -1
  46. package/types/sap.ui.layout.d.ts +18 -18
  47. package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
  48. package/types/sap.ui.richtexteditor.d.ts +3 -3
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +3 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +1 -1
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +126 -4
  55. package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +139 -4
  58. package/types/sap.ui.vtm.d.ts +100 -1
  59. package/types/sap.ui.webc.common.d.ts +3 -1
  60. package/types/sap.ui.webc.fiori.d.ts +31 -1
  61. package/types/sap.ui.webc.main.d.ts +70 -1
  62. package/types/sap.uiext.inbox.d.ts +1 -1
  63. package/types/sap.ushell.d.ts +15 -1
  64. package/types/sap.ushell_abap.d.ts +1 -1
  65. package/types/sap.uxap.d.ts +1 -1
  66. package/types/sap.viz.d.ts +1 -1
  67. package/types/sap.webanalytics.core.d.ts +1 -1
  68. package/types/sap.zen.commons.d.ts +1 -1
  69. package/types/sap.zen.crosstab.d.ts +1 -1
  70. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -8,6 +8,7 @@ declare module "sap/ui/webc/main/library" {
8
8
  * 'AvatarColorScheme'.
9
9
  *
10
10
  * @since 1.92.0
11
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
11
12
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
12
13
  */
13
14
  export enum AvatarColorScheme {
@@ -40,6 +41,7 @@ declare module "sap/ui/webc/main/library" {
40
41
  * 'AvatarGroupType'.
41
42
  *
42
43
  * @since 1.92.0
44
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
43
45
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
44
46
  */
45
47
  export enum AvatarGroupType {
@@ -60,6 +62,7 @@ declare module "sap/ui/webc/main/library" {
60
62
  * 'AvatarShape'.
61
63
  *
62
64
  * @since 1.92.0
65
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
63
66
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
64
67
  */
65
68
  export enum AvatarShape {
@@ -79,6 +82,7 @@ declare module "sap/ui/webc/main/library" {
79
82
  * 'AvatarSize'.
80
83
  *
81
84
  * @since 1.92.0
85
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
82
86
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
83
87
  */
84
88
  export enum AvatarSize {
@@ -110,6 +114,7 @@ declare module "sap/ui/webc/main/library" {
110
114
  * 'BackgroundDesign'.
111
115
  *
112
116
  * @since 1.115.0
117
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
113
118
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
114
119
  */
115
120
  export enum BackgroundDesign {
@@ -133,6 +138,7 @@ declare module "sap/ui/webc/main/library" {
133
138
  * 'BorderDesign'.
134
139
  *
135
140
  * @since 1.115.0
141
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
136
142
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
137
143
  */
138
144
  export enum BorderDesign {
@@ -152,6 +158,7 @@ declare module "sap/ui/webc/main/library" {
152
158
  * 'BreadcrumbsDesign'.
153
159
  *
154
160
  * @since 1.95.0
161
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
155
162
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
156
163
  */
157
164
  export enum BreadcrumbsDesign {
@@ -172,6 +179,7 @@ declare module "sap/ui/webc/main/library" {
172
179
  * 'BreadcrumbsSeparatorStyle'.
173
180
  *
174
181
  * @since 1.95.0
182
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
175
183
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
176
184
  */
177
185
  export enum BreadcrumbsSeparatorStyle {
@@ -207,6 +215,7 @@ declare module "sap/ui/webc/main/library" {
207
215
  * 'BusyIndicatorSize'.
208
216
  *
209
217
  * @since 1.92.0
218
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
210
219
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
211
220
  */
212
221
  export enum BusyIndicatorSize {
@@ -230,6 +239,7 @@ declare module "sap/ui/webc/main/library" {
230
239
  * 'ButtonDesign'.
231
240
  *
232
241
  * @since 1.92.0
242
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
233
243
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
234
244
  */
235
245
  export enum ButtonDesign {
@@ -265,6 +275,7 @@ declare module "sap/ui/webc/main/library" {
265
275
  * 'ButtonType'.
266
276
  *
267
277
  * @since 1.120.0
278
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
268
279
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
269
280
  */
270
281
  export enum ButtonType {
@@ -288,6 +299,7 @@ declare module "sap/ui/webc/main/library" {
288
299
  * 'CalendarSelectionMode'.
289
300
  *
290
301
  * @since 1.92.0
302
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
291
303
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
292
304
  */
293
305
  export enum CalendarSelectionMode {
@@ -311,6 +323,7 @@ declare module "sap/ui/webc/main/library" {
311
323
  * 'CarouselArrowsPlacement'.
312
324
  *
313
325
  * @since 1.92.0
326
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
314
327
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
315
328
  */
316
329
  export enum CarouselArrowsPlacement {
@@ -330,6 +343,7 @@ declare module "sap/ui/webc/main/library" {
330
343
  * 'CarouselPageIndicatorStyle'.
331
344
  *
332
345
  * @since 1.115.0
346
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
333
347
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
334
348
  */
335
349
  export enum CarouselPageIndicatorStyle {
@@ -351,6 +365,7 @@ declare module "sap/ui/webc/main/library" {
351
365
  * 'ComboBoxFilter'.
352
366
  *
353
367
  * @since 1.115.0
368
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
354
369
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
355
370
  */
356
371
  export enum ComboBoxFilter {
@@ -378,6 +393,7 @@ declare module "sap/ui/webc/main/library" {
378
393
  * 'HasPopup'.
379
394
  *
380
395
  * @since 1.99.0
396
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
381
397
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
382
398
  */
383
399
  export enum HasPopup {
@@ -407,6 +423,7 @@ declare module "sap/ui/webc/main/library" {
407
423
  * such as `ui5-avatar-group`
408
424
  *
409
425
  * @since 1.92.0
426
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
410
427
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
411
428
  */
412
429
  export interface IAvatar {
@@ -417,6 +434,7 @@ declare module "sap/ui/webc/main/library" {
417
434
  * Interface for components that may be slotted inside `ui5-breadcrumbs` as options
418
435
  *
419
436
  * @since 1.95.0
437
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
420
438
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
421
439
  */
422
440
  export interface IBreadcrumbsItem {
@@ -427,6 +445,7 @@ declare module "sap/ui/webc/main/library" {
427
445
  * Interface for components that may be used as a button inside numerous higher-order components
428
446
  *
429
447
  * @since 1.92.0
448
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
430
449
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
431
450
  */
432
451
  export interface IButton {
@@ -437,6 +456,7 @@ declare module "sap/ui/webc/main/library" {
437
456
  * Interface for components that may be used as dates inside `ui5-calendar`
438
457
  *
439
458
  * @since 1.92.0
459
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
440
460
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
441
461
  */
442
462
  export interface ICalendarDate {
@@ -447,6 +467,7 @@ declare module "sap/ui/webc/main/library" {
447
467
  * Interface for components that may be slotted inside `ui5-card` as header
448
468
  *
449
469
  * @since 1.115.0
470
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
450
471
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
451
472
  */
452
473
  export interface ICardHeader {
@@ -457,6 +478,7 @@ declare module "sap/ui/webc/main/library" {
457
478
  * Interface for components that may be used inside a `ui5-color-palette` or `ui5-color-palette-popover`
458
479
  *
459
480
  * @since 1.92.0
481
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
460
482
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
461
483
  */
462
484
  export interface IColorPaletteItem {
@@ -467,6 +489,7 @@ declare module "sap/ui/webc/main/library" {
467
489
  * Interface for components that may be slotted inside a `ui5-combobox`
468
490
  *
469
491
  * @since 1.92.0
492
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
470
493
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
471
494
  */
472
495
  export interface IComboBoxItem {
@@ -480,6 +503,7 @@ declare module "sap/ui/webc/main/library" {
480
503
  * 'IconDesign'.
481
504
  *
482
505
  * @since 1.115.0
506
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
483
507
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
484
508
  */
485
509
  export enum IconDesign {
@@ -520,6 +544,7 @@ declare module "sap/ui/webc/main/library" {
520
544
  * Interface for components that represent an icon, usable in numerous higher-order components
521
545
  *
522
546
  * @since 1.92.0
547
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
523
548
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
524
549
  */
525
550
  export interface IIcon {
@@ -530,6 +555,7 @@ declare module "sap/ui/webc/main/library" {
530
555
  * Interface for components that represent an input, usable in numerous higher-order components
531
556
  *
532
557
  * @since 1.92.0
558
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
533
559
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
534
560
  */
535
561
  export interface IInput {
@@ -540,6 +566,7 @@ declare module "sap/ui/webc/main/library" {
540
566
  * Interface for components that represent a suggestion item, usable in `ui5-input`
541
567
  *
542
568
  * @since 1.92.0
569
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
543
570
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
544
571
  */
545
572
  export interface IInputSuggestionItem {
@@ -550,6 +577,7 @@ declare module "sap/ui/webc/main/library" {
550
577
  * Interface for components that may be slotted inside a `ui5-list` as items
551
578
  *
552
579
  * @since 1.92.0
580
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
553
581
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
554
582
  */
555
583
  export interface IListItem {
@@ -560,6 +588,7 @@ declare module "sap/ui/webc/main/library" {
560
588
  * Interface for components that may be slotted inside `ui5-menu` as items
561
589
  *
562
590
  * @since 1.102.0
591
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
563
592
  * @experimental As of version 1.102.0. This API is experimental and might change significantly.
564
593
  */
565
594
  export interface IMenuItem {
@@ -570,6 +599,7 @@ declare module "sap/ui/webc/main/library" {
570
599
  * Interface for components that may be slotted inside a `ui5-multi-combobox` as items
571
600
  *
572
601
  * @since 1.92.0
602
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
573
603
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
574
604
  */
575
605
  export interface IMultiComboBoxItem {
@@ -583,6 +613,7 @@ declare module "sap/ui/webc/main/library" {
583
613
  * 'InputType'.
584
614
  *
585
615
  * @since 1.92.0
616
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
586
617
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
587
618
  */
588
619
  export enum InputType {
@@ -615,6 +646,7 @@ declare module "sap/ui/webc/main/library" {
615
646
  * Interface for components that may be slotted inside `ui5-segmented-button` as items
616
647
  *
617
648
  * @since 1.95.0
649
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
618
650
  * @experimental As of version 1.95.0. This API is experimental and might change significantly.
619
651
  */
620
652
  export interface ISegmentedButtonItem {
@@ -625,6 +657,7 @@ declare module "sap/ui/webc/main/library" {
625
657
  * Interface for components that may be slotted inside `ui5-select-menu` as options
626
658
  *
627
659
  * @since 1.120.0
660
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
628
661
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
629
662
  */
630
663
  export interface ISelectMenuOption {
@@ -635,6 +668,7 @@ declare module "sap/ui/webc/main/library" {
635
668
  * Interface for components that may be slotted inside `ui5-select` as options
636
669
  *
637
670
  * @since 1.92.0
671
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
638
672
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
639
673
  */
640
674
  export interface ISelectOption {
@@ -645,6 +679,7 @@ declare module "sap/ui/webc/main/library" {
645
679
  * Interface for components that may be slotted inside `ui5-tabcontainer`
646
680
  *
647
681
  * @since 1.92.0
682
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
648
683
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
649
684
  */
650
685
  export interface ITab {
@@ -655,6 +690,7 @@ declare module "sap/ui/webc/main/library" {
655
690
  * Interface for components that may be slotted inside a `ui5-table-row` as cells
656
691
  *
657
692
  * @since 1.92.0
693
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
658
694
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
659
695
  */
660
696
  export interface ITableCell {
@@ -665,6 +701,7 @@ declare module "sap/ui/webc/main/library" {
665
701
  * Interface for components that may be slotted inside a `ui5-table` as columns
666
702
  *
667
703
  * @since 1.92.0
704
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
668
705
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
669
706
  */
670
707
  export interface ITableColumn {
@@ -675,6 +712,7 @@ declare module "sap/ui/webc/main/library" {
675
712
  * Interface for components that may be slotted inside a `ui5-table` as rows
676
713
  *
677
714
  * @since 1.92.0
715
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
678
716
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
679
717
  */
680
718
  export interface ITableRow {
@@ -685,6 +723,7 @@ declare module "sap/ui/webc/main/library" {
685
723
  * Interface for components that represent a token and are usable in components such as `ui5-multi-input`
686
724
  *
687
725
  * @since 1.92.0
726
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
688
727
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
689
728
  */
690
729
  export interface IToken {
@@ -695,6 +734,7 @@ declare module "sap/ui/webc/main/library" {
695
734
  * Interface for toolbar items for the purpose of `ui5-toolbar`
696
735
  *
697
736
  * @since 1.120.0
737
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
698
738
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
699
739
  */
700
740
  export interface IToolbarItem {
@@ -705,6 +745,7 @@ declare module "sap/ui/webc/main/library" {
705
745
  * Interface for toolbar select items for the purpose of `ui5-toolbar-select`
706
746
  *
707
747
  * @since 1.120.0
748
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
708
749
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
709
750
  */
710
751
  export interface IToolbarSelectOption {
@@ -715,6 +756,7 @@ declare module "sap/ui/webc/main/library" {
715
756
  * Interface for tree items for the purpose of `ui5-tree`
716
757
  *
717
758
  * @since 1.92.0
759
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
718
760
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
719
761
  */
720
762
  export interface ITreeItem {
@@ -728,6 +770,7 @@ declare module "sap/ui/webc/main/library" {
728
770
  * 'LinkDesign'.
729
771
  *
730
772
  * @since 1.92.0
773
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
731
774
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
732
775
  */
733
776
  export enum LinkDesign {
@@ -751,6 +794,7 @@ declare module "sap/ui/webc/main/library" {
751
794
  * 'ListGrowingMode'.
752
795
  *
753
796
  * @since 1.92.0
797
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
754
798
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
755
799
  */
756
800
  export enum ListGrowingMode {
@@ -774,6 +818,7 @@ declare module "sap/ui/webc/main/library" {
774
818
  * 'ListItemType'.
775
819
  *
776
820
  * @since 1.92.0
821
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
777
822
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
778
823
  */
779
824
  export enum ListItemType {
@@ -802,6 +847,7 @@ declare module "sap/ui/webc/main/library" {
802
847
  * 'ListMode'.
803
848
  *
804
849
  * @since 1.92.0
850
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
805
851
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
806
852
  */
807
853
  export enum ListMode {
@@ -842,6 +888,7 @@ declare module "sap/ui/webc/main/library" {
842
888
  * 'ListSeparators'.
843
889
  *
844
890
  * @since 1.92.0
891
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
845
892
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
846
893
  */
847
894
  export enum ListSeparators {
@@ -865,6 +912,7 @@ declare module "sap/ui/webc/main/library" {
865
912
  * 'MessageStripDesign'.
866
913
  *
867
914
  * @since 1.92.0
915
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
868
916
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
869
917
  */
870
918
  export enum MessageStripDesign {
@@ -892,6 +940,7 @@ declare module "sap/ui/webc/main/library" {
892
940
  * 'PanelAccessibleRole'.
893
941
  *
894
942
  * @since 1.92.0
943
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
895
944
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
896
945
  */
897
946
  export enum PanelAccessibleRole {
@@ -918,6 +967,7 @@ declare module "sap/ui/webc/main/library" {
918
967
  * 'PopoverHorizontalAlign'.
919
968
  *
920
969
  * @since 1.92.0
970
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
921
971
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
922
972
  */
923
973
  export enum PopoverHorizontalAlign {
@@ -945,6 +995,7 @@ declare module "sap/ui/webc/main/library" {
945
995
  * 'PopoverPlacementType'.
946
996
  *
947
997
  * @since 1.92.0
998
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
948
999
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
949
1000
  */
950
1001
  export enum PopoverPlacementType {
@@ -972,6 +1023,7 @@ declare module "sap/ui/webc/main/library" {
972
1023
  * 'PopoverVerticalAlign'.
973
1024
  *
974
1025
  * @since 1.92.0
1026
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
975
1027
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
976
1028
  */
977
1029
  export enum PopoverVerticalAlign {
@@ -997,6 +1049,7 @@ declare module "sap/ui/webc/main/library" {
997
1049
  * 'PopupAccessibleRole'.
998
1050
  *
999
1051
  * @since 1.115.0
1052
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1000
1053
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1001
1054
  */
1002
1055
  export enum PopupAccessibleRole {
@@ -1020,6 +1073,7 @@ declare module "sap/ui/webc/main/library" {
1020
1073
  * 'Priority'.
1021
1074
  *
1022
1075
  * @since 1.92.0
1076
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1023
1077
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1024
1078
  */
1025
1079
  export enum Priority {
@@ -1047,6 +1101,7 @@ declare module "sap/ui/webc/main/library" {
1047
1101
  * 'SegmentedButtonMode'.
1048
1102
  *
1049
1103
  * @since 1.115.0
1104
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1050
1105
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1051
1106
  */
1052
1107
  export enum SegmentedButtonMode {
@@ -1066,6 +1121,7 @@ declare module "sap/ui/webc/main/library" {
1066
1121
  * 'SemanticColor'.
1067
1122
  *
1068
1123
  * @since 1.92.0
1124
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1069
1125
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1070
1126
  */
1071
1127
  export enum SemanticColor {
@@ -1097,6 +1153,7 @@ declare module "sap/ui/webc/main/library" {
1097
1153
  * 'SwitchDesign'.
1098
1154
  *
1099
1155
  * @since 1.92.0
1156
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1100
1157
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1101
1158
  */
1102
1159
  export enum SwitchDesign {
@@ -1116,6 +1173,7 @@ declare module "sap/ui/webc/main/library" {
1116
1173
  * 'TabContainerBackgroundDesign'.
1117
1174
  *
1118
1175
  * @since 1.115.0
1176
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1119
1177
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1120
1178
  */
1121
1179
  export enum TabContainerBackgroundDesign {
@@ -1139,6 +1197,7 @@ declare module "sap/ui/webc/main/library" {
1139
1197
  * 'TabLayout'.
1140
1198
  *
1141
1199
  * @since 1.92.0
1200
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1142
1201
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1143
1202
  */
1144
1203
  export enum TabLayout {
@@ -1158,6 +1217,7 @@ declare module "sap/ui/webc/main/library" {
1158
1217
  * 'TableColumnPopinDisplay'.
1159
1218
  *
1160
1219
  * @since 1.115.0
1220
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1161
1221
  * @experimental As of version 1.115.0. This API is experimental and might change significantly.
1162
1222
  */
1163
1223
  export enum TableColumnPopinDisplay {
@@ -1177,6 +1237,7 @@ declare module "sap/ui/webc/main/library" {
1177
1237
  * 'TableGrowingMode'.
1178
1238
  *
1179
1239
  * @since 1.92.0
1240
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1180
1241
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1181
1242
  */
1182
1243
  export enum TableGrowingMode {
@@ -1200,6 +1261,7 @@ declare module "sap/ui/webc/main/library" {
1200
1261
  * 'TableMode'.
1201
1262
  *
1202
1263
  * @since 1.92.0
1264
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1203
1265
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1204
1266
  */
1205
1267
  export enum TableMode {
@@ -1223,6 +1285,7 @@ declare module "sap/ui/webc/main/library" {
1223
1285
  * 'TableRowType'.
1224
1286
  *
1225
1287
  * @since 1.92.0
1288
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1226
1289
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1227
1290
  */
1228
1291
  export enum TableRowType {
@@ -1242,6 +1305,7 @@ declare module "sap/ui/webc/main/library" {
1242
1305
  * 'TabsOverflowMode'.
1243
1306
  *
1244
1307
  * @since 1.99.0
1308
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1245
1309
  * @experimental As of version 1.99.0. This API is experimental and might change significantly.
1246
1310
  */
1247
1311
  export enum TabsOverflowMode {
@@ -1261,6 +1325,7 @@ declare module "sap/ui/webc/main/library" {
1261
1325
  * 'TitleLevel'.
1262
1326
  *
1263
1327
  * @since 1.92.0
1328
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1264
1329
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1265
1330
  */
1266
1331
  export enum TitleLevel {
@@ -1296,6 +1361,7 @@ declare module "sap/ui/webc/main/library" {
1296
1361
  * 'ToastPlacement'.
1297
1362
  *
1298
1363
  * @since 1.92.0
1364
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1299
1365
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1300
1366
  */
1301
1367
  export enum ToastPlacement {
@@ -1343,6 +1409,7 @@ declare module "sap/ui/webc/main/library" {
1343
1409
  * 'ToolbarAlign'.
1344
1410
  *
1345
1411
  * @since 1.120.0
1412
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1346
1413
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
1347
1414
  */
1348
1415
  export enum ToolbarAlign {
@@ -1362,6 +1429,7 @@ declare module "sap/ui/webc/main/library" {
1362
1429
  * 'ToolbarItemOverflowBehavior'.
1363
1430
  *
1364
1431
  * @since 1.120.0
1432
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1365
1433
  * @experimental As of version 1.120.0. This API is experimental and might change significantly.
1366
1434
  */
1367
1435
  export enum ToolbarItemOverflowBehavior {
@@ -1382,6 +1450,7 @@ declare module "sap/ui/webc/main/library" {
1382
1450
  * 'WrappingType'.
1383
1451
  *
1384
1452
  * @since 1.92.0
1453
+ * @deprecated As of version 1.120. because it is part of the deprecated package sap.ui.webc.main
1385
1454
  * @experimental As of version 1.92.0. This API is experimental and might change significantly.
1386
1455
  */
1387
1456
  export enum WrappingType {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.3
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/ushell/library" {
4
4
  /**
@@ -3424,6 +3424,8 @@ declare module "sap/ushell/services/Bookmark" {
3424
3424
  /**
3425
3425
  * A content node may be: - a classic home page group - an unselectable node (space) or a selectable node
3426
3426
  * (page) in spaces mode - or any other containers in the future
3427
+ *
3428
+ * @deprecated As of version 1.119. because it is part of the deprecated package sap.ushell.services.Bookmark
3427
3429
  */
3428
3430
  export type ContentNode = {
3429
3431
  /**
@@ -14163,6 +14165,8 @@ declare namespace sap {
14163
14165
 
14164
14166
  "sap/ushell/api/DWS": undefined;
14165
14167
 
14168
+ "sap/ushell/api/FioriElements": undefined;
14169
+
14166
14170
  "sap/ushell/api/Inbox": undefined;
14167
14171
 
14168
14172
  "sap/ushell/api/NewExperience": undefined;
@@ -14215,6 +14219,12 @@ declare namespace sap {
14215
14219
 
14216
14220
  "sap/ushell/modules/Notifications/NotificationsProvider": undefined;
14217
14221
 
14222
+ "sap/ushell/modules/ProductSwitch": undefined;
14223
+
14224
+ "sap/ushell/modules/ProductSwitch/ProductSwitchAPI": undefined;
14225
+
14226
+ "sap/ushell/modules/ProductSwitch/ProductSwitchProvider": undefined;
14227
+
14218
14228
  "sap/ushell/modules/Search": undefined;
14219
14229
 
14220
14230
  "sap/ushell/modules/Search/SearchAPI": undefined;
@@ -14315,6 +14325,10 @@ declare namespace sap {
14315
14325
 
14316
14326
  "sap/ushell/services/PersonalizationV2/VariantSetAdapter": undefined;
14317
14327
 
14328
+ "sap/ushell/services/PluginManager": undefined;
14329
+
14330
+ "sap/ushell/services/PluginManager/PostMessagePluginInterface": undefined;
14331
+
14318
14332
  "sap/ushell/services/SearchableContent": undefined;
14319
14333
 
14320
14334
  "sap/ushell/services/ShellNavigation": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.3
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.1
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4