@sapui5/types 1.120.9 → 1.121.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.
Files changed (65) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +1 -0
  3. package/types/sap.apf.d.ts +50 -18
  4. package/types/sap.ca.ui.d.ts +1112 -544
  5. package/types/sap.chart.d.ts +17 -1
  6. package/types/sap.collaboration.d.ts +185 -64
  7. package/types/sap.esh.search.ui.d.ts +2 -1886
  8. package/types/sap.f.d.ts +124 -45
  9. package/types/sap.fe.core.d.ts +75 -79
  10. package/types/sap.fe.macros.d.ts +427 -554
  11. package/types/sap.fe.navigation.d.ts +4 -6
  12. package/types/sap.fe.placeholder.d.ts +1 -1
  13. package/types/sap.fe.plugins.managecache.d.ts +9 -0
  14. package/types/sap.fe.templates.d.ts +1 -7
  15. package/types/sap.fe.test.d.ts +105 -27
  16. package/types/sap.fe.tools.d.ts +1 -1
  17. package/types/sap.feedback.ui.d.ts +1 -1
  18. package/types/sap.gantt.d.ts +222 -63
  19. package/types/sap.insights.d.ts +115 -1
  20. package/types/sap.m.d.ts +2105 -303
  21. package/types/sap.makit.d.ts +11 -1
  22. package/types/sap.me.d.ts +7 -1
  23. package/types/sap.ndc.d.ts +1 -1
  24. package/types/sap.ovp.d.ts +1 -1
  25. package/types/sap.rules.ui.d.ts +134 -75
  26. package/types/sap.sac.df.d.ts +270 -47
  27. package/types/sap.suite.ui.commons.d.ts +1318 -19
  28. package/types/sap.suite.ui.generic.template.d.ts +38 -48
  29. package/types/sap.suite.ui.microchart.d.ts +63 -1
  30. package/types/sap.tnt.d.ts +628 -113
  31. package/types/sap.ui.codeeditor.d.ts +10 -6
  32. package/types/sap.ui.commons.d.ts +92 -8
  33. package/types/sap.ui.comp.d.ts +260 -111
  34. package/types/sap.ui.core.d.ts +500 -186
  35. package/types/sap.ui.dt.d.ts +1 -1
  36. package/types/sap.ui.export.d.ts +16 -3
  37. package/types/sap.ui.fl.d.ts +91 -68
  38. package/types/sap.ui.generic.app.d.ts +250 -193
  39. package/types/sap.ui.generic.template.d.ts +1 -1
  40. package/types/sap.ui.integration.d.ts +51 -4
  41. package/types/sap.ui.layout.d.ts +214 -27
  42. package/types/sap.ui.mdc.d.ts +1544 -811
  43. package/types/sap.ui.richtexteditor.d.ts +4 -1
  44. package/types/sap.ui.rta.d.ts +1 -1
  45. package/types/sap.ui.suite.d.ts +3 -1
  46. package/types/sap.ui.support.d.ts +28 -4
  47. package/types/sap.ui.table.d.ts +65 -11
  48. package/types/sap.ui.testrecorder.d.ts +1 -1
  49. package/types/sap.ui.unified.d.ts +157 -54
  50. package/types/sap.ui.ux3.d.ts +30 -12
  51. package/types/sap.ui.vbm.d.ts +6081 -3279
  52. package/types/sap.ui.vk.d.ts +93 -105
  53. package/types/sap.ui.vtm.d.ts +681 -211
  54. package/types/sap.ui.webc.common.d.ts +1 -1
  55. package/types/sap.ui.webc.fiori.d.ts +49 -1
  56. package/types/sap.ui.webc.main.d.ts +144 -9
  57. package/types/sap.uiext.inbox.d.ts +1 -1
  58. package/types/sap.ushell.d.ts +4394 -3926
  59. package/types/sap.ushell_abap.d.ts +1 -1
  60. package/types/sap.uxap.d.ts +52 -5
  61. package/types/sap.viz.d.ts +89 -1
  62. package/types/sap.webanalytics.core.d.ts +1 -1
  63. package/types/sap.zen.commons.d.ts +79 -18
  64. package/types/sap.zen.crosstab.d.ts +81 -13
  65. package/types/sap.zen.dsh.d.ts +194 -143
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.121.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -11,6 +11,8 @@ declare module "sap/uxap/library" {
11
11
 
12
12
  /**
13
13
  * Used by the `BlockBase` control to define if it should do automatic adjustment of its nested forms.
14
+ *
15
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'BlockBaseFormAdjustment'.
14
16
  */
15
17
  export enum BlockBaseFormAdjustment {
16
18
  /**
@@ -71,6 +73,8 @@ declare module "sap/uxap/library" {
71
73
  /**
72
74
  * Used by the `ObjectSectionBase` control to define the importance of the content contained in it.
73
75
  *
76
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'Importance'.
77
+ *
74
78
  * @since 1.32.0
75
79
  */
76
80
  export enum Importance {
@@ -89,6 +93,8 @@ declare module "sap/uxap/library" {
89
93
  }
90
94
  /**
91
95
  * Used by the `sap.uxap.component.Component` how to initialize the `ObjectPageLayout` sections and subsections.
96
+ *
97
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageConfigurationMode'.
92
98
  */
93
99
  export enum ObjectPageConfigurationMode {
94
100
  /**
@@ -102,6 +108,8 @@ declare module "sap/uxap/library" {
102
108
  }
103
109
  /**
104
110
  * Used by the `ObjectPageHeader` control to define which design to use.
111
+ *
112
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageHeaderDesign'.
105
113
  */
106
114
  export enum ObjectPageHeaderDesign {
107
115
  /**
@@ -115,6 +123,8 @@ declare module "sap/uxap/library" {
115
123
  }
116
124
  /**
117
125
  * Used by the `ObjectPageHeader` control to define which shape to use for the image.
126
+ *
127
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageHeaderPictureShape'.
118
128
  */
119
129
  export enum ObjectPageHeaderPictureShape {
120
130
  /**
@@ -128,6 +138,8 @@ declare module "sap/uxap/library" {
128
138
  }
129
139
  /**
130
140
  * Used by the `ObjectPagSubSection` control to define which layout to apply.
141
+ *
142
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageSubSectionLayout'.
131
143
  */
132
144
  export enum ObjectPageSubSectionLayout {
133
145
  /**
@@ -141,6 +153,8 @@ declare module "sap/uxap/library" {
141
153
  }
142
154
  /**
143
155
  * Used by the `ObjectPageLayout` control to define which layout to use (either Collapsed or Expanded).
156
+ *
157
+ * This enum is part of the 'sap/uxap/library' module export and must be accessed by the property 'ObjectPageSubSectionMode'.
144
158
  */
145
159
  export enum ObjectPageSubSectionMode {
146
160
  /**
@@ -290,7 +304,7 @@ declare module "sap/uxap/AnchorBar" {
290
304
  * ID of the element which is the current target of the association {@link #getSelectedButton selectedButton},
291
305
  * or `null`.
292
306
  */
293
- getSelectedButton(): ID;
307
+ getSelectedButton(): ID | null;
294
308
  /**
295
309
  * Gets current value of property {@link #getShowPopover showPopover}.
296
310
  *
@@ -716,7 +730,7 @@ declare module "sap/uxap/BlockBase" {
716
730
  * ID of the element which is the current target of the association {@link #getSelectedView selectedView},
717
731
  * or `null`.
718
732
  */
719
- getSelectedView(): ID;
733
+ getSelectedView(): ID | null;
720
734
  /**
721
735
  * Gets current value of property {@link #getShowSubSectionMore showSubSectionMore}.
722
736
  *
@@ -5435,7 +5449,7 @@ declare module "sap/uxap/ObjectPageLayout" {
5435
5449
  *
5436
5450
  * @since 1.44.0
5437
5451
  */
5438
- getSelectedSection(): ID;
5452
+ getSelectedSection(): ID | null;
5439
5453
  /**
5440
5454
  * Gets current value of property {@link #getShowAnchorBar showAnchorBar}.
5441
5455
  *
@@ -6976,7 +6990,7 @@ declare module "sap/uxap/ObjectPageSection" {
6976
6990
  * ID of the element which is the current target of the association {@link #getSelectedSubSection selectedSubSection},
6977
6991
  * or `null`.
6978
6992
  */
6979
- getSelectedSubSection(): ID;
6993
+ getSelectedSubSection(): ID | null;
6980
6994
  /**
6981
6995
  * Gets current value of property {@link #getShowTitle showTitle}.
6982
6996
  *
@@ -7348,6 +7362,22 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7348
7362
  * @returns Value of property `titleLevel`
7349
7363
  */
7350
7364
  getTitleLevel(): TitleLevel | keyof typeof TitleLevel;
7365
+ /**
7366
+ * Gets current value of property {@link #getTitleVisible titleVisible}.
7367
+ *
7368
+ * Defines the actual visibility of the title of `ObjectPageSectionBase`.
7369
+ *
7370
+ * **Note:** This property is read-only. The `ObjectPageSectionBase` updates it, according to internal rules,
7371
+ * based on UX specifications. You can only read the value of `titleVisible` property and use it in your
7372
+ * binding to determine the aria-levels of the inner Controls.
7373
+ *
7374
+ * Default value is `true`.
7375
+ *
7376
+ * @since 1.121.0
7377
+ *
7378
+ * @returns Value of property `titleVisible`
7379
+ */
7380
+ getTitleVisible(): boolean;
7351
7381
  /**
7352
7382
  * Gets current value of property {@link #getVisible visible}.
7353
7383
  *
@@ -7435,6 +7465,12 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7435
7465
  */
7436
7466
  sTitleLevel?: TitleLevel | keyof typeof TitleLevel
7437
7467
  ): this;
7468
+ /**
7469
+ * Sets title visibility
7470
+ *
7471
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
7472
+ */
7473
+ setTitleVisible(bVisible: boolean): void;
7438
7474
  /**
7439
7475
  * Sets a new value for property {@link #getVisible visible}.
7440
7476
  *
@@ -7495,6 +7531,17 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7495
7531
  */
7496
7532
  visible?: boolean | PropertyBindingInfo | `{${string}}`;
7497
7533
 
7534
+ /**
7535
+ * Defines the actual visibility of the title of `ObjectPageSectionBase`.
7536
+ *
7537
+ * **Note:** This property is read-only. The `ObjectPageSectionBase` updates it, according to internal rules,
7538
+ * based on UX specifications. You can only read the value of `titleVisible` property and use it in your
7539
+ * binding to determine the aria-levels of the inner Controls.
7540
+ *
7541
+ * @since 1.121.0
7542
+ */
7543
+ titleVisible?: boolean | PropertyBindingInfo | `{${string}}`;
7544
+
7498
7545
  /**
7499
7546
  * Determines whether the section will be hidden on low resolutions.
7500
7547
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.9
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -7,6 +7,8 @@ declare module "sap/viz/library" {
7
7
  /**
8
8
  * List (Enum) type sap.viz.ui5.types.controller.Interaction_pan_orientation
9
9
  *
10
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.controller.Interaction_pan_orientation'.
11
+ *
10
12
  * @since 1.7.2
11
13
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
12
14
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -37,6 +39,8 @@ declare module "sap/viz/library" {
37
39
  /**
38
40
  * List (Enum) type sap.viz.ui5.types.controller.Interaction_selectability_mode
39
41
  *
42
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.controller.Interaction_selectability_mode'.
43
+ *
40
44
  * @since 1.7.2
41
45
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
42
46
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -78,6 +82,8 @@ declare module "sap/viz/library" {
78
82
  /**
79
83
  * List (Enum) type sap.viz.ui5.types.legend.Common_alignment
80
84
  *
85
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.legend.Common_alignment'.
86
+ *
81
87
  * @since 1.7.2
82
88
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
83
89
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -108,6 +114,8 @@ declare module "sap/viz/library" {
108
114
  /**
109
115
  * List (Enum) type sap.viz.ui5.types.legend.Common_drawingEffect
110
116
  *
117
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.legend.Common_drawingEffect'.
118
+ *
111
119
  * @since 1.7.2
112
120
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
113
121
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -134,6 +142,8 @@ declare module "sap/viz/library" {
134
142
  /**
135
143
  * List (Enum) type sap.viz.ui5.types.legend.Common_position
136
144
  *
145
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.legend.Common_position'.
146
+ *
137
147
  * @since 1.7.2
138
148
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
139
149
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -168,6 +178,8 @@ declare module "sap/viz/library" {
168
178
  /**
169
179
  * List (Enum) type sap.viz.ui5.types.legend.Common_type
170
180
  *
181
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.legend.Common_type'.
182
+ *
171
183
  * @since 1.7.2
172
184
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
173
185
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -204,6 +216,8 @@ declare module "sap/viz/library" {
204
216
  /**
205
217
  * List (Enum) type sap.viz.ui5.types.Area_drawingEffect
206
218
  *
219
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Area_drawingEffect'.
220
+ *
207
221
  * @since 1.7.2
208
222
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
209
223
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -230,6 +244,8 @@ declare module "sap/viz/library" {
230
244
  /**
231
245
  * List (Enum) type sap.viz.ui5.types.Area_marker_shape
232
246
  *
247
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Area_marker_shape'.
248
+ *
233
249
  * @since 1.7.2
234
250
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
235
251
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -280,6 +296,8 @@ declare module "sap/viz/library" {
280
296
  /**
281
297
  * List (Enum) type sap.viz.ui5.types.Area_mode
282
298
  *
299
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Area_mode'.
300
+ *
283
301
  * @since 1.7.2
284
302
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
285
303
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -306,6 +324,8 @@ declare module "sap/viz/library" {
306
324
  /**
307
325
  * List (Enum) type sap.viz.ui5.types.Area_orientation
308
326
  *
327
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Area_orientation'.
328
+ *
309
329
  * @since 1.7.2
310
330
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
311
331
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -332,6 +352,8 @@ declare module "sap/viz/library" {
332
352
  /**
333
353
  * List (Enum) type sap.viz.ui5.types.Axis_gridline_type
334
354
  *
355
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Axis_gridline_type'.
356
+ *
335
357
  * @since 1.7.2
336
358
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
337
359
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -362,6 +384,8 @@ declare module "sap/viz/library" {
362
384
  /**
363
385
  * List (Enum) type sap.viz.ui5.types.Axis_label_unitFormatType
364
386
  *
387
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Axis_label_unitFormatType'.
388
+ *
365
389
  * @since 1.7.2
366
390
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
367
391
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -388,6 +412,8 @@ declare module "sap/viz/library" {
388
412
  /**
389
413
  * List (Enum) type sap.viz.ui5.types.Axis_position
390
414
  *
415
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Axis_position'.
416
+ *
391
417
  * @since 1.7.2
392
418
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
393
419
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -422,6 +448,8 @@ declare module "sap/viz/library" {
422
448
  /**
423
449
  * List (Enum) type sap.viz.ui5.types.Axis_type
424
450
  *
451
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Axis_type'.
452
+ *
425
453
  * @since 1.7.2
426
454
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
427
455
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -452,6 +480,8 @@ declare module "sap/viz/library" {
452
480
  /**
453
481
  * List (Enum) type sap.viz.ui5.types.Background_direction
454
482
  *
483
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Background_direction'.
484
+ *
455
485
  * @since 1.7.2
456
486
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
457
487
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -478,6 +508,8 @@ declare module "sap/viz/library" {
478
508
  /**
479
509
  * List (Enum) type sap.viz.ui5.types.Background_drawingEffect
480
510
  *
511
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Background_drawingEffect'.
512
+ *
481
513
  * @since 1.7.2
482
514
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
483
515
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -504,6 +536,8 @@ declare module "sap/viz/library" {
504
536
  /**
505
537
  * List (Enum) type sap.viz.ui5.types.Bar_drawingEffect
506
538
  *
539
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Bar_drawingEffect'.
540
+ *
507
541
  * @since 1.7.2
508
542
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
509
543
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -530,6 +564,8 @@ declare module "sap/viz/library" {
530
564
  /**
531
565
  * List (Enum) type sap.viz.ui5.types.Bar_orientation
532
566
  *
567
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Bar_orientation'.
568
+ *
533
569
  * @since 1.7.2
534
570
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
535
571
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -556,6 +592,8 @@ declare module "sap/viz/library" {
556
592
  /**
557
593
  * List (Enum) type sap.viz.ui5.types.Bubble_drawingEffect
558
594
  *
595
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Bubble_drawingEffect'.
596
+ *
559
597
  * @since 1.7.2
560
598
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
561
599
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -582,6 +620,8 @@ declare module "sap/viz/library" {
582
620
  /**
583
621
  * List (Enum) type sap.viz.ui5.types.Bullet_drawingEffect
584
622
  *
623
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Bullet_drawingEffect'.
624
+ *
585
625
  * @since 1.7.2
586
626
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
587
627
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -608,6 +648,8 @@ declare module "sap/viz/library" {
608
648
  /**
609
649
  * List (Enum) type sap.viz.ui5.types.Bullet_orientation
610
650
  *
651
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Bullet_orientation'.
652
+ *
611
653
  * @since 1.7.2
612
654
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
613
655
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -634,6 +676,8 @@ declare module "sap/viz/library" {
634
676
  /**
635
677
  * List (Enum) type sap.viz.ui5.types.Combination_drawingEffect
636
678
  *
679
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Combination_drawingEffect'.
680
+ *
637
681
  * @since 1.7.2
638
682
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
639
683
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -660,6 +704,8 @@ declare module "sap/viz/library" {
660
704
  /**
661
705
  * List (Enum) type sap.viz.ui5.types.Combination_orientation
662
706
  *
707
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Combination_orientation'.
708
+ *
663
709
  * @since 1.7.2
664
710
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
665
711
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -686,6 +732,8 @@ declare module "sap/viz/library" {
686
732
  /**
687
733
  * List (Enum) type sap.viz.ui5.types.Datalabel_orientation
688
734
  *
735
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Datalabel_orientation'.
736
+ *
689
737
  * @since 1.7.2
690
738
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
691
739
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -712,6 +760,8 @@ declare module "sap/viz/library" {
712
760
  /**
713
761
  * List (Enum) type sap.viz.ui5.types.Datalabel_outsidePosition
714
762
  *
763
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Datalabel_outsidePosition'.
764
+ *
715
765
  * @since 1.7.2
716
766
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
717
767
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -746,6 +796,8 @@ declare module "sap/viz/library" {
746
796
  /**
747
797
  * List (Enum) type sap.viz.ui5.types.Datalabel_paintingMode
748
798
  *
799
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Datalabel_paintingMode'.
800
+ *
749
801
  * @since 1.7.2
750
802
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
751
803
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -772,6 +824,8 @@ declare module "sap/viz/library" {
772
824
  /**
773
825
  * List (Enum) type sap.viz.ui5.types.Datalabel_position
774
826
  *
827
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Datalabel_position'.
828
+ *
775
829
  * @since 1.7.2
776
830
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
777
831
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -798,6 +852,8 @@ declare module "sap/viz/library" {
798
852
  /**
799
853
  * List (Enum) type sap.viz.ui5.types.Legend_layout_position
800
854
  *
855
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Legend_layout_position'.
856
+ *
801
857
  * @since 1.7.2
802
858
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
803
859
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -832,6 +888,8 @@ declare module "sap/viz/library" {
832
888
  /**
833
889
  * List (Enum) type sap.viz.ui5.types.Line_drawingEffect
834
890
  *
891
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Line_drawingEffect'.
892
+ *
835
893
  * @since 1.7.2
836
894
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
837
895
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -858,6 +916,8 @@ declare module "sap/viz/library" {
858
916
  /**
859
917
  * List (Enum) type sap.viz.ui5.types.Line_marker_shape
860
918
  *
919
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Line_marker_shape'.
920
+ *
861
921
  * @since 1.7.2
862
922
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
863
923
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -908,6 +968,8 @@ declare module "sap/viz/library" {
908
968
  /**
909
969
  * List (Enum) type sap.viz.ui5.types.Line_orientation
910
970
  *
971
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Line_orientation'.
972
+ *
911
973
  * @since 1.7.2
912
974
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
913
975
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -934,6 +996,8 @@ declare module "sap/viz/library" {
934
996
  /**
935
997
  * List (Enum) type sap.viz.ui5.types.Pie_drawingEffect
936
998
  *
999
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Pie_drawingEffect'.
1000
+ *
937
1001
  * @since 1.7.2
938
1002
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
939
1003
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -960,6 +1024,8 @@ declare module "sap/viz/library" {
960
1024
  /**
961
1025
  * List (Enum) type sap.viz.ui5.types.Pie_valign
962
1026
  *
1027
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Pie_valign'.
1028
+ *
963
1029
  * @since 1.7.2
964
1030
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
965
1031
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -986,6 +1052,8 @@ declare module "sap/viz/library" {
986
1052
  /**
987
1053
  * List (Enum) type sap.viz.ui5.types.Scatter_drawingEffect
988
1054
  *
1055
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Scatter_drawingEffect'.
1056
+ *
989
1057
  * @since 1.7.2
990
1058
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
991
1059
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1012,6 +1080,8 @@ declare module "sap/viz/library" {
1012
1080
  /**
1013
1081
  * List (Enum) type sap.viz.ui5.types.StackedVerticalBar_drawingEffect
1014
1082
  *
1083
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.StackedVerticalBar_drawingEffect'.
1084
+ *
1015
1085
  * @since 1.7.2
1016
1086
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1017
1087
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1038,6 +1108,8 @@ declare module "sap/viz/library" {
1038
1108
  /**
1039
1109
  * List (Enum) type sap.viz.ui5.types.StackedVerticalBar_mode
1040
1110
  *
1111
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.StackedVerticalBar_mode'.
1112
+ *
1041
1113
  * @since 1.7.2
1042
1114
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1043
1115
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1064,6 +1136,8 @@ declare module "sap/viz/library" {
1064
1136
  /**
1065
1137
  * List (Enum) type sap.viz.ui5.types.StackedVerticalBar_orientation
1066
1138
  *
1139
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.StackedVerticalBar_orientation'.
1140
+ *
1067
1141
  * @since 1.7.2
1068
1142
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1069
1143
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1090,6 +1164,8 @@ declare module "sap/viz/library" {
1090
1164
  /**
1091
1165
  * List (Enum) type sap.viz.ui5.types.Title_alignment
1092
1166
  *
1167
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Title_alignment'.
1168
+ *
1093
1169
  * @since 1.7.2
1094
1170
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1095
1171
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1120,6 +1196,8 @@ declare module "sap/viz/library" {
1120
1196
  /**
1121
1197
  * List (Enum) type sap.viz.ui5.types.Tooltip_drawingEffect
1122
1198
  *
1199
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.Tooltip_drawingEffect'.
1200
+ *
1123
1201
  * @since 1.7.2
1124
1202
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1125
1203
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1146,6 +1224,8 @@ declare module "sap/viz/library" {
1146
1224
  /**
1147
1225
  * List (Enum) type sap.viz.ui5.types.VerticalBar_drawingEffect
1148
1226
  *
1227
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.VerticalBar_drawingEffect'.
1228
+ *
1149
1229
  * @since 1.7.2
1150
1230
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1151
1231
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -1172,6 +1252,8 @@ declare module "sap/viz/library" {
1172
1252
  /**
1173
1253
  * List (Enum) type sap.viz.ui5.types.VerticalBar_orientation
1174
1254
  *
1255
+ * This enum is part of the 'sap/viz/library' module export and must be accessed by the property 'ui5.types.VerticalBar_orientation'.
1256
+ *
1175
1257
  * @since 1.7.2
1176
1258
  * @deprecated (since 1.32.0) - The chart controls in the `sap.viz.ui5` package (which were always marked
1177
1259
  * as experimental) have been deprecated since 1.32.0. They are no longer actively developed and
@@ -19656,6 +19738,9 @@ declare module "sap/viz/ui5/format/ChartFormatter" {
19656
19738
  constructor();
19657
19739
  /**
19658
19740
  * List (Enum) type sap.viz.ui5.format.ChartFormatter.DefaultPattern
19741
+ *
19742
+ * This enum is part of the 'sap/viz/ui5/format/ChartFormatter' module export and must be accessed by the
19743
+ * property 'DefaultPattern'.
19659
19744
  */
19660
19745
  static DefaultPattern: typeof DefaultPattern;
19661
19746
 
@@ -19670,6 +19755,9 @@ declare module "sap/viz/ui5/format/ChartFormatter" {
19670
19755
  }
19671
19756
  /**
19672
19757
  * List (Enum) type sap.viz.ui5.format.ChartFormatter.DefaultPattern
19758
+ *
19759
+ * This enum is part of the 'sap/viz/ui5/format/ChartFormatter' module export and must be accessed by the
19760
+ * property 'DefaultPattern'.
19673
19761
  */
19674
19762
  enum DefaultPattern {
19675
19763
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.120.0
1
+ // For Library Version: 1.121.0
2
2
 
3
3
  declare namespace sap {}