@sapui5/ts-types-esm 1.108.44 → 1.108.46

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 (54) hide show
  1. package/package.json +1 -1
  2. package/types/sap.ca.ui.d.ts +1 -1
  3. package/types/sap.chart.d.ts +1 -1
  4. package/types/sap.esh.search.ui.d.ts +1 -1
  5. package/types/sap.f.d.ts +1 -1
  6. package/types/sap.fe.common.d.ts +1 -1
  7. package/types/sap.fe.core.d.ts +4 -12
  8. package/types/sap.fe.macros.d.ts +1 -1
  9. package/types/sap.fe.navigation.d.ts +1 -1
  10. package/types/sap.fe.templates.d.ts +1 -1
  11. package/types/sap.fe.test.d.ts +1 -1
  12. package/types/sap.gantt.d.ts +1 -1
  13. package/types/sap.insights.d.ts +1 -1
  14. package/types/sap.m.d.ts +23 -1
  15. package/types/sap.makit.d.ts +1 -1
  16. package/types/sap.me.d.ts +1 -1
  17. package/types/sap.ndc.d.ts +1 -1
  18. package/types/sap.ovp.d.ts +1 -1
  19. package/types/sap.sac.df.d.ts +1 -1
  20. package/types/sap.sac.grid.d.ts +1 -1
  21. package/types/sap.suite.ui.commons.d.ts +1 -1
  22. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  23. package/types/sap.suite.ui.microchart.d.ts +1 -1
  24. package/types/sap.tnt.d.ts +1 -1
  25. package/types/sap.ui.codeeditor.d.ts +1 -1
  26. package/types/sap.ui.commons.d.ts +1 -1
  27. package/types/sap.ui.comp.d.ts +1 -1
  28. package/types/sap.ui.core.d.ts +53 -11
  29. package/types/sap.ui.dt.d.ts +1 -1
  30. package/types/sap.ui.export.d.ts +1 -1
  31. package/types/sap.ui.fl.d.ts +1 -1
  32. package/types/sap.ui.integration.d.ts +1 -1
  33. package/types/sap.ui.layout.d.ts +1 -1
  34. package/types/sap.ui.mdc.d.ts +1 -1
  35. package/types/sap.ui.richtexteditor.d.ts +13 -9
  36. package/types/sap.ui.rta.d.ts +1 -1
  37. package/types/sap.ui.suite.d.ts +1 -1
  38. package/types/sap.ui.support.d.ts +1 -1
  39. package/types/sap.ui.table.d.ts +1 -1
  40. package/types/sap.ui.testrecorder.d.ts +1 -1
  41. package/types/sap.ui.unified.d.ts +1 -1
  42. package/types/sap.ui.ux3.d.ts +1 -1
  43. package/types/sap.ui.vk.d.ts +1 -1
  44. package/types/sap.ui.webc.common.d.ts +1 -1
  45. package/types/sap.ui.webc.fiori.d.ts +1 -1
  46. package/types/sap.ui.webc.main.d.ts +1 -1
  47. package/types/sap.uiext.inbox.d.ts +1 -1
  48. package/types/sap.ushell.d.ts +1 -1
  49. package/types/sap.ushell_abap.d.ts +1 -1
  50. package/types/sap.uxap.d.ts +1 -1
  51. package/types/sap.viz.d.ts +1 -1
  52. package/types/sap.zen.commons.d.ts +1 -1
  53. package/types/sap.zen.crosstab.d.ts +1 -1
  54. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types-esm",
3
- "version": "1.108.44",
3
+ "version": "1.108.46",
4
4
  "description": "SAPUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare module "sap/ca/ui/library" {
4
4
  export namespace charts {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/chart/library" {
4
4
  import Dimension from "sap/chart/data/Dimension";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.6
1
+ // For Library Version: 1.108.7
2
2
 
3
3
  declare module "sap/esh/search/ui/library" {}
4
4
 
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.32
1
+ // For Library Version: 1.108.34
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.32
1
+ // For Library Version: 1.108.34
2
2
 
3
3
  declare module "sap/fe/core/library" {
4
4
  /**
@@ -478,18 +478,10 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
478
478
  */
479
479
  model?: ODataModel;
480
480
  /**
481
- * A map of action parameter names and provided values
481
+ * An optional array of objects representing the action parameters, where each object has a name of string
482
+ * type and a value that can be of any data type.
482
483
  */
483
- parameterValues?: {
484
- /**
485
- * Name of the parameter
486
- */
487
- name: string;
488
- /**
489
- * Value of the parameter
490
- */
491
- value: any;
492
- };
484
+ parameterValues?: object[];
493
485
  /**
494
486
  * Boolean value indicating whether navigation is required after the action has been executed. Navigation
495
487
  * takes place to the context returned by the action
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.32
1
+ // For Library Version: 1.108.34
2
2
 
3
3
  declare module "sap/fe/macros/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.32
1
+ // For Library Version: 1.108.34
2
2
 
3
3
  declare module "sap/fe/navigation/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.32
1
+ // For Library Version: 1.108.34
2
2
 
3
3
  declare module "sap/fe/templates/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.32
1
+ // For Library Version: 1.108.34
2
2
 
3
3
  declare module "sap/fe/test/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.17
1
+ // For Library Version: 1.108.19
2
2
 
3
3
  declare module "sap/gantt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.16
1
+ // For Library Version: 1.108.18
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -76075,6 +76075,8 @@ declare module "sap/m/PDFViewer" {
76075
76075
  oListener?: object
76076
76076
  ): this;
76077
76077
  /**
76078
+ * @deprecated (since 1.108.46) - with no replacement.
76079
+ *
76078
76080
  * Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
76079
76081
  * event of this `sap.m.PDFViewer`.
76080
76082
  *
@@ -76086,6 +76088,10 @@ declare module "sap/m/PDFViewer" {
76086
76088
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
76087
76089
  * when this event is fired, call the preventDefault() method inside the event handler.
76088
76090
  *
76091
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
76092
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
76093
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
76094
+ *
76089
76095
  * @returns Reference to `this` in order to allow method chaining
76090
76096
  */
76091
76097
  attachSourceValidationFailed(
@@ -76104,6 +76110,8 @@ declare module "sap/m/PDFViewer" {
76104
76110
  oListener?: object
76105
76111
  ): this;
76106
76112
  /**
76113
+ * @deprecated (since 1.108.46) - with no replacement.
76114
+ *
76107
76115
  * Attaches event handler `fnFunction` to the {@link #event:sourceValidationFailed sourceValidationFailed}
76108
76116
  * event of this `sap.m.PDFViewer`.
76109
76117
  *
@@ -76115,6 +76123,10 @@ declare module "sap/m/PDFViewer" {
76115
76123
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
76116
76124
  * when this event is fired, call the preventDefault() method inside the event handler.
76117
76125
  *
76126
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
76127
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
76128
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
76129
+ *
76118
76130
  * @returns Reference to `this` in order to allow method chaining
76119
76131
  */
76120
76132
  attachSourceValidationFailed(
@@ -76174,6 +76186,8 @@ declare module "sap/m/PDFViewer" {
76174
76186
  oListener?: object
76175
76187
  ): this;
76176
76188
  /**
76189
+ * @deprecated (since 1.108.46) - with no replacement.
76190
+ *
76177
76191
  * Detaches event handler `fnFunction` from the {@link #event:sourceValidationFailed sourceValidationFailed}
76178
76192
  * event of this `sap.m.PDFViewer`.
76179
76193
  *
@@ -76223,6 +76237,8 @@ declare module "sap/m/PDFViewer" {
76223
76237
  mParameters?: object
76224
76238
  ): this;
76225
76239
  /**
76240
+ * @deprecated (since 1.108.46) - with no replacement.
76241
+ *
76226
76242
  * Fires event {@link #event:sourceValidationFailed sourceValidationFailed} to attached listeners.
76227
76243
  *
76228
76244
  * @returns Reference to `this` in order to allow method chaining
@@ -76730,10 +76746,16 @@ declare module "sap/m/PDFViewer" {
76730
76746
  error?: (oEvent: Event) => void;
76731
76747
 
76732
76748
  /**
76749
+ * @deprecated (since 1.108.46) - with no replacement.
76750
+ *
76733
76751
  * This event is fired when the PDF viewer control cannot check the loaded content. For example, the default
76734
76752
  * configuration of the Mozilla Firefox browser may not allow checking the loaded content. This may also
76735
76753
  * happen when the source PDF file is stored in a different domain. If you want no error message to be displayed
76736
76754
  * when this event is fired, call the preventDefault() method inside the event handler.
76755
+ *
76756
+ * Modern browsers implement strict policies for validating external resources loaded within an iframe.
76757
+ * PDFViewer cannot determine whether the resource inside the iframe is a valid PDF by itself. As the validation
76758
+ * cannot be performed the sourceValidationFailed event cannot be triggered.
76737
76759
  */
76738
76760
  sourceValidationFailed?: (oEvent: Event) => void;
76739
76761
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/makit/library" {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/me/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ndc/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.16
1
+ // For Library Version: 1.108.17
2
2
 
3
3
  declare module "sap/ovp/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.25
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/sac/df/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.25
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/sac/grid/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.16
1
+ // For Library Version: 1.108.18
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.41
1
+ // For Library Version: 1.108.43
2
2
 
3
3
  declare module "sap/suite/ui/generic/template/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/suite/ui/microchart/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.42
267
+ // For Library Version: 1.108.44
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -20325,7 +20325,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20325
20325
  */
20326
20326
  groupingBaseSize?: int;
20327
20327
  /**
20328
- * defines whether grouping is enabled (grouping separators are shown)
20328
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20329
+ * the `groupingSize` format option is set to a non-positive value.
20329
20330
  */
20330
20331
  groupingEnabled?: boolean;
20331
20332
  /**
@@ -20334,7 +20335,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20334
20335
  */
20335
20336
  groupingSeparator?: string;
20336
20337
  /**
20337
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20338
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20339
+ * non-positive value, grouping will be disabled entirely.
20338
20340
  */
20339
20341
  groupingSize?: int;
20340
20342
  /**
@@ -20495,7 +20497,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20495
20497
  */
20496
20498
  groupingBaseSize?: int;
20497
20499
  /**
20498
- * defines whether grouping is enabled (grouping separators are shown)
20500
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20501
+ * the `groupingSize` format option is set to a non-positive value.
20499
20502
  */
20500
20503
  groupingEnabled?: boolean;
20501
20504
  /**
@@ -20504,7 +20507,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20504
20507
  */
20505
20508
  groupingSeparator?: string;
20506
20509
  /**
20507
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20510
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20511
+ * non-positive value, grouping will be disabled entirely.
20508
20512
  */
20509
20513
  groupingSize?: int;
20510
20514
  /**
@@ -20651,7 +20655,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20651
20655
  */
20652
20656
  groupingBaseSize?: int;
20653
20657
  /**
20654
- * defines whether grouping is enabled (grouping separators are shown)
20658
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20659
+ * the `groupingSize` format option is set to a non-positive value.
20655
20660
  */
20656
20661
  groupingEnabled?: boolean;
20657
20662
  /**
@@ -20660,7 +20665,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20660
20665
  */
20661
20666
  groupingSeparator?: string;
20662
20667
  /**
20663
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20668
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20669
+ * non-positive value, grouping will be disabled entirely.
20664
20670
  */
20665
20671
  groupingSize?: int;
20666
20672
  /**
@@ -20800,7 +20806,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20800
20806
  */
20801
20807
  groupingBaseSize?: int;
20802
20808
  /**
20803
- * defines whether grouping is enabled (grouping separators are shown)
20809
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20810
+ * the `groupingSize` format option is set to a non-positive value.
20804
20811
  */
20805
20812
  groupingEnabled?: boolean;
20806
20813
  /**
@@ -20809,7 +20816,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20809
20816
  */
20810
20817
  groupingSeparator?: string;
20811
20818
  /**
20812
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20819
+ * defines the grouping size in digits; the default is `3`. **Note:** If this format option is set to a
20820
+ * non-positive value, grouping will be disabled entirely.
20813
20821
  */
20814
20822
  groupingSize?: int;
20815
20823
  /**
@@ -20957,7 +20965,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20957
20965
  */
20958
20966
  groupingBaseSize?: int;
20959
20967
  /**
20960
- * defines whether grouping is enabled (grouping separators are shown)
20968
+ * defines whether grouping is enabled (grouping separators are shown). **Note:** Grouping is disabled if
20969
+ * the `groupingSize` format option is set to a non-positive value.
20961
20970
  */
20962
20971
  groupingEnabled?: boolean;
20963
20972
  /**
@@ -20966,7 +20975,8 @@ declare module "sap/ui/core/format/NumberFormat" {
20966
20975
  */
20967
20976
  groupingSeparator?: string;
20968
20977
  /**
20969
- * defines the grouping size in digits; the default is `3`. It must be a positive number.
20978
+ * defines the grouping size in digits; the default is `3`. It must be a positive number. **Note:** If this
20979
+ * format option is set to a non-positive value, grouping will be disabled entirely.
20970
20980
  */
20971
20981
  groupingSize?: int;
20972
20982
  /**
@@ -46587,6 +46597,8 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
46587
46597
 
46588
46598
  import Context from "sap/ui/model/Context";
46589
46599
 
46600
+ import Metadata from "sap/ui/base/Metadata";
46601
+
46590
46602
  /**
46591
46603
  * Property binding implementation for JSON format.
46592
46604
  */
@@ -46616,6 +46628,36 @@ declare module "sap/ui/model/json/JSONPropertyBinding" {
46616
46628
  */
46617
46629
  mParameters?: object
46618
46630
  );
46631
+
46632
+ /**
46633
+ * Creates a new subclass of class sap.ui.model.json.JSONPropertyBinding with name `sClassName` and enriches
46634
+ * it with the information contained in `oClassInfo`.
46635
+ *
46636
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.model.ClientPropertyBinding.extend}.
46637
+ *
46638
+ * @returns Created class / constructor function
46639
+ */
46640
+ static extend<T extends Record<string, unknown>>(
46641
+ /**
46642
+ * Name of the class being created
46643
+ */
46644
+ sClassName: string,
46645
+ /**
46646
+ * Object literal with information about the class
46647
+ */
46648
+ oClassInfo?: sap.ClassInfo<T, JSONPropertyBinding>,
46649
+ /**
46650
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
46651
+ * used by this class
46652
+ */
46653
+ FNMetaImpl?: Function
46654
+ ): Function;
46655
+ /**
46656
+ * Returns a metadata object for class sap.ui.model.json.JSONPropertyBinding.
46657
+ *
46658
+ * @returns Metadata object describing this class
46659
+ */
46660
+ static getMetadata(): Metadata;
46619
46661
  }
46620
46662
  }
46621
46663
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/export/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/mdc/filterbar/vh/FilterContainer" {
4
4
  import Metadata from "sap/ui/base/Metadata";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/richtexteditor/library" {
4
4
  /**
@@ -6,7 +6,7 @@ declare module "sap/ui/richtexteditor/library" {
6
6
  */
7
7
  export enum EditorType {
8
8
  /**
9
- * Uses latest recommended TinyMCE version Current one is TinyMCE 6
9
+ * Uses latest recommended TinyMCE version Current one is TinyMCE 7
10
10
  */
11
11
  TinyMCE = "TinyMCE",
12
12
  /**
@@ -18,6 +18,10 @@ declare module "sap/ui/richtexteditor/library" {
18
18
  * Uses TinyMCE version 6 as editor
19
19
  */
20
20
  TinyMCE6 = "TinyMCE6",
21
+ /**
22
+ * Uses TinyMCE version 7 as editor
23
+ */
24
+ TinyMCE7 = "TinyMCE7",
21
25
  }
22
26
  /**
23
27
  * @SINCE 1.50
@@ -642,7 +646,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
642
646
  * Gets current value of property {@link #getCustomToolbar customToolbar}.
643
647
  *
644
648
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
645
- * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
649
+ * only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
646
650
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
647
651
  * loaded toolbar.
648
652
  *
@@ -685,7 +689,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
685
689
  *
686
690
  * **Notes:**
687
691
  * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
688
- * it will load TinyMCE version 6.
692
+ * it will load TinyMCE version 7.
689
693
  * - Any attempts to set this property after the first rendering will not have any effect.
690
694
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
691
695
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -696,7 +700,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
696
700
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
697
701
  * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
698
702
  * from that fact. In addition TinyMCE 4 will be removed in future releases.
699
- * - TinyMCE 5 will be removed in future releases.
703
+ * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
700
704
  *
701
705
  * Default value is `'TinyMCE'`.
702
706
  *
@@ -1031,7 +1035,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1031
1035
  * Sets a new value for property {@link #getCustomToolbar customToolbar}.
1032
1036
  *
1033
1037
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
1034
- * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
1038
+ * only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
1035
1039
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
1036
1040
  * loaded toolbar.
1037
1041
  *
@@ -1452,7 +1456,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1452
1456
  *
1453
1457
  * **Notes:**
1454
1458
  * - TinyMCE version 3 and 4 are no longer supported and cannot be used. If you set the property to TinyMCE,
1455
- * it will load TinyMCE version 6.
1459
+ * it will load TinyMCE version 7.
1456
1460
  * - Any attempts to set this property after the first rendering will not have any effect.
1457
1461
  * - The default value of the property will always resolve to the recommended version by UI5. Due to the
1458
1462
  * different support cycles, we will be constantly getting newer TinyMCE versions and update the default
@@ -1463,7 +1467,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1463
1467
  * rules compared to UI5, therefore we might be forced to remove any TinyMCE version.
1464
1468
  * - TinyMCE 4 is out of support and by using it, application developers are accepting all the risks comming
1465
1469
  * from that fact. In addition TinyMCE 4 will be removed in future releases.
1466
- * - TinyMCE 5 will be removed in future releases.
1470
+ * - TinyMCE 5 and TinyMCE 6 will be removed in future releases.
1467
1471
  */
1468
1472
  editorType?: string | PropertyBindingInfo;
1469
1473
 
@@ -1595,7 +1599,7 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
1595
1599
  * @SINCE 1.48
1596
1600
  *
1597
1601
  * Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
1598
- * only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
1602
+ * only when the EditorType is TinyMCE6 or TinyMCE7 and sap.m library is loaded. **Note:** The `customToolbar`
1599
1603
  * property will have effect only on initial loading. Changing it during runtime will not affect the initially
1600
1604
  * loaded toolbar.
1601
1605
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.5
1
+ // For Library Version: 1.108.6
2
2
 
3
3
  declare module "sap/ui/vk/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/uiext/inbox/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.44
1
+ // For Library Version: 1.108.46
2
2
 
3
3
  declare module "sap/ushell/components/factsheet/controls/PictureTile" {
4
4
  import { default as CustomTile, $CustomTileSettings } from "sap/m/CustomTile";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.44
1
+ // For Library Version: 1.108.46
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.42
1
+ // For Library Version: 1.108.44
2
2
 
3
3
  declare module "sap/viz/library" {
4
4
  export namespace ui5 {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.25
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/zen/commons/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.25
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/zen/crosstab/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.25
1
+ // For Library Version: 1.108.27
2
2
 
3
3
  declare module "sap/zen/dsh/library" {}
4
4