@sapui5/ts-types-esm 1.132.0 → 1.133.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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +12 -11
  3. package/types/sap.ca.ui.d.ts +413 -415
  4. package/types/sap.chart.d.ts +6 -6
  5. package/types/sap.collaboration.d.ts +31 -31
  6. package/types/sap.cux.home.d.ts +937 -106
  7. package/types/sap.esh.search.ui.d.ts +39 -1
  8. package/types/sap.f.d.ts +159 -175
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +16 -9
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +81 -45
  14. package/types/sap.fe.navigation.d.ts +3 -3
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +3 -8
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +385 -329
  22. package/types/sap.insights.d.ts +3 -3
  23. package/types/sap.m.d.ts +1946 -1117
  24. package/types/sap.makit.d.ts +182 -182
  25. package/types/sap.me.d.ts +25 -27
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +41 -41
  29. package/types/sap.sac.df.d.ts +108 -98
  30. package/types/sap.suite.ui.commons.d.ts +432 -487
  31. package/types/sap.suite.ui.generic.template.d.ts +28 -8
  32. package/types/sap.suite.ui.microchart.d.ts +55 -79
  33. package/types/sap.tnt.d.ts +229 -14
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +326 -335
  36. package/types/sap.ui.comp.d.ts +427 -421
  37. package/types/sap.ui.core.d.ts +693 -718
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +5 -5
  41. package/types/sap.ui.generic.app.d.ts +83 -66
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +324 -236
  44. package/types/sap.ui.layout.d.ts +87 -103
  45. package/types/sap.ui.mdc.d.ts +167 -142
  46. package/types/sap.ui.richtexteditor.d.ts +48 -8
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +14 -14
  49. package/types/sap.ui.support.d.ts +2 -2
  50. package/types/sap.ui.table.d.ts +219 -197
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +130 -112
  53. package/types/sap.ui.ux3.d.ts +113 -117
  54. package/types/sap.ui.vbm.d.ts +57 -57
  55. package/types/sap.ui.vk.d.ts +135 -132
  56. package/types/sap.ui.vtm.d.ts +112 -103
  57. package/types/sap.ui.webc.common.d.ts +7 -7
  58. package/types/sap.ui.webc.fiori.d.ts +164 -176
  59. package/types/sap.ui.webc.main.d.ts +527 -531
  60. package/types/sap.uiext.inbox.d.ts +43 -43
  61. package/types/sap.ushell.d.ts +206 -123
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +33 -51
  64. package/types/sap.viz.d.ts +2782 -2858
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +17 -17
  67. package/types/sap.zen.crosstab.d.ts +10 -10
  68. package/types/sap.zen.dsh.d.ts +11 -11
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -6,8 +6,8 @@ declare module "sap/me/library" {
6
6
  *
7
7
  * This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarDesign'.
8
8
  *
9
- * @deprecated (since 1.34)
10
- * @experimental (since 1.12) - API is not yet finished and might change completely
9
+ * @deprecated As of version 1.34.
10
+ * @experimental As of version 1.12. API is not yet finished and might change completely
11
11
  */
12
12
  export enum CalendarDesign {
13
13
  /**
@@ -24,8 +24,8 @@ declare module "sap/me/library" {
24
24
  *
25
25
  * This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarEventType'.
26
26
  *
27
- * @deprecated (since 1.34)
28
- * @experimental (since 1.12) - API is not yet finished and might change completely
27
+ * @deprecated As of version 1.34.
28
+ * @experimental As of version 1.12. API is not yet finished and might change completely
29
29
  */
30
30
  export enum CalendarEventType {
31
31
  /**
@@ -58,8 +58,8 @@ declare module "sap/me/library" {
58
58
  *
59
59
  * This enum is part of the 'sap/me/library' module export and must be accessed by the property 'CalendarSelectionMode'.
60
60
  *
61
- * @deprecated (since 1.34)
62
- * @experimental (since 1.12) - API is not yet finished and might change completely
61
+ * @deprecated As of version 1.34.
62
+ * @experimental As of version 1.12. API is not yet finished and might change completely
63
63
  */
64
64
  export enum CalendarSelectionMode {
65
65
  /**
@@ -97,7 +97,7 @@ declare module "sap/me/Calendar" {
97
97
  /**
98
98
  * This is the Calendar control
99
99
  *
100
- * @deprecated (since 1.26.0) - This control was experimental since 1.12. Please use the sap.ui.unified.Calendar
100
+ * @deprecated As of version 1.26.0. This control was experimental since 1.12. Please use the sap.ui.unified.Calendar
101
101
  * instead!
102
102
  */
103
103
  export default class Calendar extends Control {
@@ -465,7 +465,7 @@ declare module "sap/me/Calendar" {
465
465
  *
466
466
  * @returns Value of property `design`
467
467
  */
468
- getDesign(): CalendarDesign | keyof typeof CalendarDesign;
468
+ getDesign(): CalendarDesign;
469
469
  /**
470
470
  * Gets current value of property {@link #getDisabledDates disabledDates}.
471
471
  *
@@ -576,9 +576,7 @@ declare module "sap/me/Calendar" {
576
576
  *
577
577
  * @returns Value of property `selectionMode`
578
578
  */
579
- getSelectionMode():
580
- | CalendarSelectionMode
581
- | keyof typeof CalendarSelectionMode;
579
+ getSelectionMode(): CalendarSelectionMode;
582
580
  /**
583
581
  * Gets current value of property {@link #getSingleRow singleRow}.
584
582
  *
@@ -1037,7 +1035,7 @@ declare module "sap/me/Calendar" {
1037
1035
  /**
1038
1036
  * Describes the settings that can be provided to the Calendar constructor.
1039
1037
  *
1040
- * @deprecated (since 1.26.0) - This control was experimental since 1.12. Please use the sap.ui.unified.Calendar
1038
+ * @deprecated As of version 1.26.0. This control was experimental since 1.12. Please use the sap.ui.unified.Calendar
1041
1039
  * instead!
1042
1040
  */
1043
1041
  export interface $CalendarSettings extends $ControlSettings {
@@ -1246,7 +1244,7 @@ declare module "sap/me/CalendarLegend" {
1246
1244
  /**
1247
1245
  * Legend for the calendar control
1248
1246
  *
1249
- * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.ui.unified.CalendarLegend
1247
+ * @deprecated As of version 1.34.0. This control was experimental since 1.12. Please use the sap.ui.unified.CalendarLegend
1250
1248
  * instead!
1251
1249
  */
1252
1250
  export default class CalendarLegend extends Control {
@@ -1322,7 +1320,7 @@ declare module "sap/me/CalendarLegend" {
1322
1320
  *
1323
1321
  * @returns Value of property `design`
1324
1322
  */
1325
- getDesign(): CalendarDesign | keyof typeof CalendarDesign;
1323
+ getDesign(): CalendarDesign;
1326
1324
  /**
1327
1325
  * Gets current value of property {@link #getExpandable expandable}.
1328
1326
  *
@@ -1715,7 +1713,7 @@ declare module "sap/me/CalendarLegend" {
1715
1713
  /**
1716
1714
  * Describes the settings that can be provided to the CalendarLegend constructor.
1717
1715
  *
1718
- * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.ui.unified.CalendarLegend
1716
+ * @deprecated As of version 1.34.0. This control was experimental since 1.12. Please use the sap.ui.unified.CalendarLegend
1719
1717
  * instead!
1720
1718
  */
1721
1719
  export interface $CalendarLegendSettings extends $ControlSettings {
@@ -1820,7 +1818,7 @@ declare module "sap/me/OverlapCalendar" {
1820
1818
  /**
1821
1819
  * A calendar that allows to display events in a grid and show the overlapped events
1822
1820
  *
1823
- * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.m.PlanningCalendar
1821
+ * @deprecated As of version 1.34.0. This control was experimental since 1.12. Please use the sap.m.PlanningCalendar
1824
1822
  * instead!
1825
1823
  */
1826
1824
  export default class OverlapCalendar extends Control {
@@ -2299,7 +2297,7 @@ declare module "sap/me/OverlapCalendar" {
2299
2297
  /**
2300
2298
  * Describes the settings that can be provided to the OverlapCalendar constructor.
2301
2299
  *
2302
- * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.m.PlanningCalendar
2300
+ * @deprecated As of version 1.34.0. This control was experimental since 1.12. Please use the sap.m.PlanningCalendar
2303
2301
  * instead!
2304
2302
  */
2305
2303
  export interface $OverlapCalendarSettings extends $ControlSettings {
@@ -2410,7 +2408,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2410
2408
  /**
2411
2409
  * Represent the data of an event for the overlap calendar
2412
2410
  *
2413
- * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.ui.unified.CalendarAppointment
2411
+ * @deprecated As of version 1.34.0. This control was experimental since 1.12. Please use the sap.ui.unified.CalendarAppointment
2414
2412
  * instead!
2415
2413
  */
2416
2414
  export default class OverlapCalendarEvent extends UI5Element {
@@ -2864,7 +2862,7 @@ declare module "sap/me/OverlapCalendarEvent" {
2864
2862
  /**
2865
2863
  * Describes the settings that can be provided to the OverlapCalendarEvent constructor.
2866
2864
  *
2867
- * @deprecated (since 1.34.0) - This control was experimental since 1.12. Please use the sap.ui.unified.CalendarAppointment
2865
+ * @deprecated As of version 1.34.0. This control was experimental since 1.12. Please use the sap.ui.unified.CalendarAppointment
2868
2866
  * instead!
2869
2867
  */
2870
2868
  export interface $OverlapCalendarEventSettings extends $ElementSettings {
@@ -2924,7 +2922,7 @@ declare module "sap/me/ProgressIndicator" {
2924
2922
  * values. The filling can be displayed in color only, or additionally with the percentage rate. The indicator
2925
2923
  * status can be interactive.
2926
2924
  *
2927
- * @deprecated (since 1.14) - This control is replaced by sap.m.ProgressIndicator
2925
+ * @deprecated As of version 1.14. This control is replaced by sap.m.ProgressIndicator
2928
2926
  */
2929
2927
  export default class ProgressIndicator extends Control {
2930
2928
  /**
@@ -3000,7 +2998,7 @@ declare module "sap/me/ProgressIndicator" {
3000
2998
  *
3001
2999
  * @returns Value of property `barColor`
3002
3000
  */
3003
- getBarColor(): BarColor | keyof typeof BarColor;
3001
+ getBarColor(): BarColor;
3004
3002
  /**
3005
3003
  * Gets current value of property {@link #getDisplayValue displayValue}.
3006
3004
  *
@@ -3187,7 +3185,7 @@ declare module "sap/me/ProgressIndicator" {
3187
3185
  /**
3188
3186
  * Describes the settings that can be provided to the ProgressIndicator constructor.
3189
3187
  *
3190
- * @deprecated (since 1.14) - This control is replaced by sap.m.ProgressIndicator
3188
+ * @deprecated As of version 1.14. This control is replaced by sap.m.ProgressIndicator
3191
3189
  */
3192
3190
  export interface $ProgressIndicatorSettings extends $ControlSettings {
3193
3191
  /**
@@ -3243,8 +3241,8 @@ declare module "sap/me/TabContainer" {
3243
3241
  /**
3244
3242
  * The TabContainer allow to stack 1 to 4 contents in a view with corresponding icons
3245
3243
  *
3246
- * @deprecated (since 1.15.0) - The functionality of this control is merged with the sap.m.IconTabBar. Please
3247
- * use the sap.m.IconTabBar instead! This control will not be supported anymore.
3244
+ * @deprecated As of version 1.15.0. The functionality of this control is merged with the sap.m.IconTabBar.
3245
+ * Please use the sap.m.IconTabBar instead! This control will not be supported anymore.
3248
3246
  */
3249
3247
  export default class TabContainer extends Control {
3250
3248
  /**
@@ -3862,8 +3860,8 @@ declare module "sap/me/TabContainer" {
3862
3860
  /**
3863
3861
  * Describes the settings that can be provided to the TabContainer constructor.
3864
3862
  *
3865
- * @deprecated (since 1.15.0) - The functionality of this control is merged with the sap.m.IconTabBar. Please
3866
- * use the sap.m.IconTabBar instead! This control will not be supported anymore.
3863
+ * @deprecated As of version 1.15.0. The functionality of this control is merged with the sap.m.IconTabBar.
3864
+ * Please use the sap.m.IconTabBar instead! This control will not be supported anymore.
3867
3865
  */
3868
3866
  export interface $TabContainerSettings extends $ControlSettings {
3869
3867
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.0
1
+ // For Library Version: 1.133.0
2
2
 
3
3
  declare module "sap/rules/ui/library" {
4
4
  /**
@@ -6,7 +6,7 @@ declare module "sap/rules/ui/library" {
6
6
  *
7
7
  * This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'DecisionTableCellFormat'.
8
8
  *
9
- * @deprecated (since 1.52.8) - use the property decisionTableFormat.
9
+ * @deprecated As of version 1.52.8. use the property decisionTableFormat.
10
10
  */
11
11
  export enum DecisionTableCellFormat {
12
12
  /**
@@ -35,7 +35,7 @@ declare module "sap/rules/ui/library" {
35
35
  * Specifies that the rendering of a cell is based on cellFormat and each cell can have a different format
36
36
  * during rendering
37
37
  *
38
- * @deprecated (since 1.52.8) - use the attribute RuleFormat instead.
38
+ * @deprecated As of version 1.52.8. use the attribute RuleFormat instead.
39
39
  */
40
40
  CellFormat = "CELLFORMAT",
41
41
  /**
@@ -289,7 +289,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
289
289
  *
290
290
  * Default value is `Both`.
291
291
  *
292
- * @deprecated (since 1.52.8) - use the decisionTableFormat property.
292
+ * @deprecated As of version 1.52.8. use the decisionTableFormat property.
293
293
  *
294
294
  * @returns Value of property `cellFormat`
295
295
  */
@@ -311,8 +311,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
311
311
  *
312
312
  * Default value is `true`.
313
313
  *
314
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
315
- * Authoring APIs.
314
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
315
+ * Rule Authoring APIs.
316
316
  *
317
317
  * @returns Value of property `enableSettingResult`
318
318
  */
@@ -325,8 +325,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
325
325
  *
326
326
  * Default value is `false`.
327
327
  *
328
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
329
- * Authoring APIs.
328
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
329
+ * Rule Authoring APIs.
330
330
  *
331
331
  * @returns Value of property `enableSettings`
332
332
  */
@@ -339,8 +339,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
339
339
  *
340
340
  * Default value is `[FirstMatch, AllMatch]`.
341
341
  *
342
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
343
- * Authoring APIs.
342
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
343
+ * Rule Authoring APIs.
344
344
  *
345
345
  * @returns Value of property `hitPolicies`
346
346
  */
@@ -379,7 +379,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
379
379
  *
380
380
  * Default value is `Both`.
381
381
  *
382
- * @deprecated (since 1.52.8) - use the decisionTableFormat property.
382
+ * @deprecated As of version 1.52.8. use the decisionTableFormat property.
383
383
  *
384
384
  * @returns Reference to `this` in order to allow method chaining
385
385
  */
@@ -415,8 +415,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
415
415
  *
416
416
  * Default value is `true`.
417
417
  *
418
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
419
- * Authoring APIs.
418
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
419
+ * Rule Authoring APIs.
420
420
  *
421
421
  * @returns Reference to `this` in order to allow method chaining
422
422
  */
@@ -436,8 +436,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
436
436
  *
437
437
  * Default value is `false`.
438
438
  *
439
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
440
- * Authoring APIs.
439
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
440
+ * Rule Authoring APIs.
441
441
  *
442
442
  * @returns Reference to `this` in order to allow method chaining
443
443
  */
@@ -457,8 +457,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
457
457
  *
458
458
  * Default value is `[FirstMatch, AllMatch]`.
459
459
  *
460
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
461
- * Authoring APIs.
460
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
461
+ * Rule Authoring APIs.
462
462
  *
463
463
  * @returns Reference to `this` in order to allow method chaining
464
464
  */
@@ -516,7 +516,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
516
516
  * The value determines the user input mode for the corresponding rule cells when creating or editing a
517
517
  * rule.
518
518
  *
519
- * @deprecated (since 1.52.8) - use the decisionTableFormat property.
519
+ * @deprecated As of version 1.52.8. use the decisionTableFormat property.
520
520
  */
521
521
  cellFormat?: DecisionTableCellFormat | PropertyBindingInfo | `{${string}}`;
522
522
 
@@ -524,8 +524,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
524
524
  * The value determines how the results of the decision table are evaluated when more than one rule is matched
525
525
  * for a given set of inputs.
526
526
  *
527
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
528
- * Authoring APIs.
527
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
528
+ * Rule Authoring APIs.
529
529
  */
530
530
  hitPolicies?: RuleHitPolicy[] | PropertyBindingInfo | `{${string}}`;
531
531
 
@@ -533,14 +533,14 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
533
533
  * The value determines whether the Settings button is displayed in a decision table when the control is
534
534
  * used with S/4 HANA 17.05 (Cloud) or 17.09 (On Premise) and higher (On Premise).
535
535
  *
536
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
537
- * Authoring APIs.
536
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
537
+ * Rule Authoring APIs.
538
538
  */
539
539
  enableSettings?: boolean | PropertyBindingInfo | `{${string}}`;
540
540
 
541
541
  /**
542
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
543
- * Authoring APIs.
542
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
543
+ * Rule Authoring APIs.
544
544
  */
545
545
  enableSettingResult?: boolean | PropertyBindingInfo | `{${string}}`;
546
546
 
@@ -721,7 +721,7 @@ declare module "sap/rules/ui/RuleBuilder" {
721
721
  * ID of the element which is the current target of the association {@link #getExpressionLanguage expressionLanguage},
722
722
  * or `null`.
723
723
  *
724
- * @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
724
+ * @deprecated As of version 1.120.2. use the attribute astExpressionLanguage instead.
725
725
  */
726
726
  getExpressionLanguage(): ID | null;
727
727
  /**
@@ -805,7 +805,7 @@ declare module "sap/rules/ui/RuleBuilder" {
805
805
  /**
806
806
  * Sets the associated {@link #getExpressionLanguage expressionLanguage}.
807
807
  *
808
- * @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
808
+ * @deprecated As of version 1.120.2. use the attribute astExpressionLanguage instead.
809
809
  *
810
810
  * @returns Reference to `this` in order to allow method chaining
811
811
  */
@@ -883,7 +883,7 @@ declare module "sap/rules/ui/RuleBuilder" {
883
883
  * Expression language to model English like expressions. Should not be used when sap.rules.ui.services.AstExpressionLanguage
884
884
  * is used.
885
885
  *
886
- * @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
886
+ * @deprecated As of version 1.120.2. use the attribute astExpressionLanguage instead.
887
887
  */
888
888
  expressionLanguage?: ExpressionLanguage | string;
889
889
 
@@ -1097,7 +1097,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1097
1097
  * auto-complete suggestions, retrieving expression metadata and tokens, and performing runtime services
1098
1098
  * (fetching data objects, outputs, etc).
1099
1099
  *
1100
- * @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
1100
+ * @deprecated As of version 1.120.2. use the attribute astExpressionLanguage instead.
1101
1101
  */
1102
1102
  export default class ExpressionLanguage extends UI5Element {
1103
1103
  /**
@@ -1351,7 +1351,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
1351
1351
  /**
1352
1352
  * Describes the settings that can be provided to the ExpressionLanguage constructor.
1353
1353
  *
1354
- * @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
1354
+ * @deprecated As of version 1.120.2. use the attribute astExpressionLanguage instead.
1355
1355
  */
1356
1356
  export interface $ExpressionLanguageSettings extends $ElementSettings {
1357
1357
  /**
@@ -1567,8 +1567,8 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
1567
1567
  *
1568
1568
  * Default value is `true`.
1569
1569
  *
1570
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
1571
- * Authoring APIs.
1570
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
1571
+ * Rule Authoring APIs.
1572
1572
  *
1573
1573
  * @returns Value of property `enableSettingResult`
1574
1574
  */
@@ -1581,8 +1581,8 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
1581
1581
  *
1582
1582
  * Default value is `false`.
1583
1583
  *
1584
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
1585
- * Authoring APIs.
1584
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
1585
+ * Rule Authoring APIs.
1586
1586
  *
1587
1587
  * @returns Value of property `enableSettings`
1588
1588
  */
@@ -1632,8 +1632,8 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
1632
1632
  *
1633
1633
  * Default value is `true`.
1634
1634
  *
1635
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
1636
- * Authoring APIs.
1635
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
1636
+ * Rule Authoring APIs.
1637
1637
  *
1638
1638
  * @returns Reference to `this` in order to allow method chaining
1639
1639
  */
@@ -1653,8 +1653,8 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
1653
1653
  *
1654
1654
  * Default value is `false`.
1655
1655
  *
1656
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
1657
- * Authoring APIs.
1656
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
1657
+ * Rule Authoring APIs.
1658
1658
  *
1659
1659
  * @returns Reference to `this` in order to allow method chaining
1660
1660
  */
@@ -1673,14 +1673,14 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
1673
1673
  * The value determines whether the Settings button is displayed in a Text Rule when the control is used
1674
1674
  * with S/4 HANA 17.05 (Cloud) or 17.09 (On Premise) and higher (On Premise).
1675
1675
  *
1676
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
1677
- * Authoring APIs.
1676
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
1677
+ * Rule Authoring APIs.
1678
1678
  */
1679
1679
  enableSettings?: boolean | PropertyBindingInfo | `{${string}}`;
1680
1680
 
1681
1681
  /**
1682
- * @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
1683
- * Authoring APIs.
1682
+ * @deprecated As of version 1.120.2. to configure the settings, use the Manage Rules Project app or the
1683
+ * Rule Authoring APIs.
1684
1684
  */
1685
1685
  enableSettingResult?: boolean | PropertyBindingInfo | `{${string}}`;
1686
1686