@sapui5/ts-types 1.92.1 → 1.93.2

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 (64) hide show
  1. package/README.md +3 -1
  2. package/package.json +1 -1
  3. package/types/index.d.ts +2 -1
  4. package/types/sap.apf.d.ts +2 -29
  5. package/types/sap.ca.ui.d.ts +649 -651
  6. package/types/sap.chart.d.ts +49 -49
  7. package/types/sap.collaboration.d.ts +756 -762
  8. package/types/sap.esh.search.ui.d.ts +7 -0
  9. package/types/sap.f.d.ts +623 -468
  10. package/types/sap.fe.common.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +101 -75
  12. package/types/sap.fe.macros.d.ts +55 -8
  13. package/types/sap.fe.navigation.d.ts +5 -14
  14. package/types/sap.fe.placeholder-1.93.0-d.ts +3 -0
  15. package/types/sap.fe.plugins.d.ts +2 -4
  16. package/types/sap.fe.templates.d.ts +1 -16
  17. package/types/sap.fe.test.d.ts +44 -115
  18. package/types/sap.fe.tools.d.ts +2 -4
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +1321 -1191
  21. package/types/sap.landvisz.d.ts +345 -345
  22. package/types/sap.m.d.ts +5498 -4814
  23. package/types/sap.makit.d.ts +123 -123
  24. package/types/sap.me.d.ts +137 -153
  25. package/types/sap.ndc.d.ts +29 -29
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +170 -124
  28. package/types/sap.suite.ui.commons.d.ts +1593 -1612
  29. package/types/sap.suite.ui.generic.template.d.ts +285 -165
  30. package/types/sap.suite.ui.microchart.d.ts +742 -508
  31. package/types/sap.tnt.d.ts +149 -117
  32. package/types/sap.ui.codeeditor.d.ts +28 -28
  33. package/types/sap.ui.commons.d.ts +1387 -1387
  34. package/types/sap.ui.comp.d.ts +1011 -1011
  35. package/types/sap.ui.core.d.ts +3852 -3973
  36. package/types/sap.ui.dt.d.ts +2 -4
  37. package/types/sap.ui.export.d.ts +3 -3
  38. package/types/sap.ui.fl.d.ts +1 -1
  39. package/types/sap.ui.generic.app.d.ts +138 -147
  40. package/types/sap.ui.generic.template.d.ts +2 -4
  41. package/types/sap.ui.integration.d.ts +118 -112
  42. package/types/sap.ui.layout.d.ts +593 -586
  43. package/types/sap.ui.mdc.d.ts +7 -1
  44. package/types/sap.ui.richtexteditor.d.ts +30 -30
  45. package/types/sap.ui.rta.d.ts +1 -1
  46. package/types/sap.ui.suite.d.ts +53 -53
  47. package/types/sap.ui.support.d.ts +6 -12
  48. package/types/sap.ui.table.d.ts +248 -248
  49. package/types/sap.ui.testrecorder.d.ts +1 -1
  50. package/types/sap.ui.unified.d.ts +853 -713
  51. package/types/sap.ui.ux3.d.ts +785 -793
  52. package/types/sap.ui.vbm.d.ts +784 -784
  53. package/types/sap.ui.vk.d.ts +3130 -2251
  54. package/types/sap.ui.vtm.d.ts +240 -240
  55. package/types/sap.uiext.inbox.d.ts +222 -222
  56. package/types/sap.ushell.d.ts +334 -380
  57. package/types/sap.ushell_abap.d.ts +127 -129
  58. package/types/sap.uxap.d.ts +384 -220
  59. package/types/sap.viz.d.ts +1527 -1527
  60. package/types/sap.webanalytics.core.d.ts +1 -1
  61. package/types/sap.zen.commons.d.ts +188 -222
  62. package/types/sap.zen.crosstab.d.ts +15 -17
  63. package/types/sap.zen.dsh.d.ts +176 -211
  64. package/types/sap.fe.placeholder.d.ts +0 -5
@@ -1,5 +1,3 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
- declare namespace sap {
4
- interface IUI5DefineDependencyNames {}
5
- }
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -67,7 +67,7 @@ declare namespace sap {
67
67
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
68
68
  * following fields:
69
69
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
70
- * - `version` (string) - Application version that creates the XLSX document (default: "1.92.0")
70
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.93.1")
71
71
  * - `title` (string) - Title of the XLSX document (NOT the filename)
72
72
  * - `modifiedBy` (string) - User context for the XLSX document
73
73
  * - `sheetName` (string) - The label of the data sheet
@@ -153,7 +153,7 @@ declare namespace sap {
153
153
  * columns: aColumns,
154
154
  * context: {
155
155
  * application: 'Debug Test Application',
156
- * version: '1.92.0',
156
+ * version: '1.93.1',
157
157
  * title: 'Some random title',
158
158
  * modifiedBy: 'John Doe',
159
159
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -60,16 +60,16 @@ declare namespace sap {
60
60
  */
61
61
  FNMetaImpl?: Function
62
62
  ): Function;
63
+ /**
64
+ * Returns a metadata object for class sap.ui.generic.app.navigation.service.NavError.
65
+ */
66
+ static getMetadata(): sap.ui.base.Metadata;
63
67
  /**
64
68
  * @deprecated (since 1.83.0)
65
69
  *
66
70
  * Returns the error code with which the instance has been created.
67
71
  */
68
72
  getErrorCode(): string;
69
- /**
70
- * Returns a metadata object for class sap.ui.generic.app.navigation.service.NavError.
71
- */
72
- static getMetadata(): sap.ui.base.Metadata;
73
73
  }
74
74
  /**
75
75
  * @deprecated (since 1.83.0) - Please use {@link sap.fe.navigation.NavigationHandler} instead.
@@ -92,9 +92,6 @@ declare namespace sap {
92
92
  */
93
93
  class NavigationHandler extends sap.fe.navigation
94
94
  .NavigationHandler {
95
- /**
96
- *
97
- */
98
95
  constructor(
99
96
  /**
100
97
  * UI5 controller that contains a router and a component; typically the main controller of your application,
@@ -973,9 +970,6 @@ declare namespace sap {
973
970
  */
974
971
  class PresentationVariant extends sap.fe.navigation
975
972
  .PresentationVariant {
976
- /**
977
- *
978
- */
979
973
  constructor(
980
974
  /**
981
975
  * If of type `string`, the selection variant is JSON-formatted; if of type `object`, the object represents
@@ -1141,9 +1135,6 @@ declare namespace sap {
1141
1135
  * Variant Specification will parse it, and the newly created instance will contain the same information.
1142
1136
  */
1143
1137
  class SelectionVariant extends sap.fe.navigation.SelectionVariant {
1144
- /**
1145
- *
1146
- */
1147
1138
  constructor(
1148
1139
  /**
1149
1140
  * If of type `string`, the selection variant is JSON-formatted; if of type `object`, the object represents
@@ -1545,6 +1536,34 @@ declare namespace sap {
1545
1536
  oQueue: /* was: sap.ui.generic.app.util.Queue */ any
1546
1537
  );
1547
1538
 
1539
+ /**
1540
+ * Creates a new subclass of class sap.ui.generic.app.transaction.BaseController with name `sClassName`
1541
+ * and enriches it with the information contained in `oClassInfo`.
1542
+ *
1543
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.EventProvider.extend}.
1544
+ */
1545
+ static extend<T extends Record<string, unknown>>(
1546
+ /**
1547
+ * Name of the class being created
1548
+ */
1549
+ sClassName: string,
1550
+ /**
1551
+ * Object literal with information about the class
1552
+ */
1553
+ oClassInfo?: sap.ClassInfo<
1554
+ T,
1555
+ sap.ui.generic.app.transaction.BaseController
1556
+ >,
1557
+ /**
1558
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1559
+ * used by this class
1560
+ */
1561
+ FNMetaImpl?: Function
1562
+ ): Function;
1563
+ /**
1564
+ * Returns a metadata object for class sap.ui.generic.app.transaction.BaseController.
1565
+ */
1566
+ static getMetadata(): sap.ui.base.Metadata;
1548
1567
  /**
1549
1568
  * Attaches event handler `fnFunction` to the `fatalError` event.
1550
1569
  */
@@ -1575,34 +1594,6 @@ declare namespace sap {
1575
1594
  */
1576
1595
  oListener?: object
1577
1596
  ): void;
1578
- /**
1579
- * Creates a new subclass of class sap.ui.generic.app.transaction.BaseController with name `sClassName`
1580
- * and enriches it with the information contained in `oClassInfo`.
1581
- *
1582
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.EventProvider.extend}.
1583
- */
1584
- static extend<T extends Record<string, unknown>>(
1585
- /**
1586
- * Name of the class being created
1587
- */
1588
- sClassName: string,
1589
- /**
1590
- * Object literal with information about the class
1591
- */
1592
- oClassInfo?: sap.ClassInfo<
1593
- T,
1594
- sap.ui.generic.app.transaction.BaseController
1595
- >,
1596
- /**
1597
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1598
- * used by this class
1599
- */
1600
- FNMetaImpl?: Function
1601
- ): Function;
1602
- /**
1603
- * Returns a metadata object for class sap.ui.generic.app.transaction.BaseController.
1604
- */
1605
- static getMetadata(): sap.ui.base.Metadata;
1606
1597
  /**
1607
1598
  * Checks for client messages.
1608
1599
  */
@@ -1664,26 +1655,6 @@ declare namespace sap {
1664
1655
  oModel: sap.ui.model.odata.ODataModel
1665
1656
  );
1666
1657
 
1667
- /**
1668
- * @deprecated (since 1.32.0)
1669
- *
1670
- * Checks whether an OData property is annotated with UpdateOnChange. The method is used in context of a
1671
- * validation success event.
1672
- */
1673
- checkUpdateOnChange(
1674
- /**
1675
- * The name of the entity set
1676
- */
1677
- sEntitySet: string,
1678
- /**
1679
- * The name of the property
1680
- */
1681
- sProperty: string
1682
- ): boolean;
1683
- /**
1684
- * Frees all resources claimed during the life-time of this instance.
1685
- */
1686
- destroy(): void;
1687
1658
  /**
1688
1659
  * Creates a new subclass of class sap.ui.generic.app.transaction.DraftContext with name `sClassName` and
1689
1660
  * enriches it with the information contained in `oClassInfo`.
@@ -1712,6 +1683,26 @@ declare namespace sap {
1712
1683
  * Returns a metadata object for class sap.ui.generic.app.transaction.DraftContext.
1713
1684
  */
1714
1685
  static getMetadata(): sap.ui.base.Metadata;
1686
+ /**
1687
+ * @deprecated (since 1.32.0)
1688
+ *
1689
+ * Checks whether an OData property is annotated with UpdateOnChange. The method is used in context of a
1690
+ * validation success event.
1691
+ */
1692
+ checkUpdateOnChange(
1693
+ /**
1694
+ * The name of the entity set
1695
+ */
1696
+ sEntitySet: string,
1697
+ /**
1698
+ * The name of the property
1699
+ */
1700
+ sProperty: string
1701
+ ): boolean;
1702
+ /**
1703
+ * Frees all resources claimed during the life-time of this instance.
1704
+ */
1705
+ destroy(): void;
1715
1706
  /**
1716
1707
  * Returns the name of the function import to be used.
1717
1708
  */
@@ -1875,6 +1866,34 @@ declare namespace sap {
1875
1866
  oQueue: /* was: sap.ui.generic.app.util.Queue */ any
1876
1867
  );
1877
1868
 
1869
+ /**
1870
+ * Creates a new subclass of class sap.ui.generic.app.transaction.DraftController with name `sClassName`
1871
+ * and enriches it with the information contained in `oClassInfo`.
1872
+ *
1873
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.generic.app.transaction.BaseController.extend}.
1874
+ */
1875
+ static extend<T extends Record<string, unknown>>(
1876
+ /**
1877
+ * Name of the class being created
1878
+ */
1879
+ sClassName: string,
1880
+ /**
1881
+ * Object literal with information about the class
1882
+ */
1883
+ oClassInfo?: sap.ClassInfo<
1884
+ T,
1885
+ sap.ui.generic.app.transaction.DraftController
1886
+ >,
1887
+ /**
1888
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1889
+ * used by this class
1890
+ */
1891
+ FNMetaImpl?: Function
1892
+ ): Function;
1893
+ /**
1894
+ * Returns a metadata object for class sap.ui.generic.app.transaction.DraftController.
1895
+ */
1896
+ static getMetadata(): sap.ui.base.Metadata;
1878
1897
  /**
1879
1898
  * Submits changes to the back-end and activates a draft entity in the back-end.
1880
1899
  */
@@ -1976,30 +1995,6 @@ declare namespace sap {
1976
1995
  * Frees all resources claimed during the life-time of this instance.
1977
1996
  */
1978
1997
  destroy(): void;
1979
- /**
1980
- * Creates a new subclass of class sap.ui.generic.app.transaction.DraftController with name `sClassName`
1981
- * and enriches it with the information contained in `oClassInfo`.
1982
- *
1983
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.generic.app.transaction.BaseController.extend}.
1984
- */
1985
- static extend<T extends Record<string, unknown>>(
1986
- /**
1987
- * Name of the class being created
1988
- */
1989
- sClassName: string,
1990
- /**
1991
- * Object literal with information about the class
1992
- */
1993
- oClassInfo?: sap.ClassInfo<
1994
- T,
1995
- sap.ui.generic.app.transaction.DraftController
1996
- >,
1997
- /**
1998
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
1999
- * used by this class
2000
- */
2001
- FNMetaImpl?: Function
2002
- ): Function;
2003
1998
  /**
2004
1999
  * @deprecated - Since SAPUI5 version 1.88. Will be deleted in version 1.90.
2005
2000
  *
@@ -2033,10 +2028,6 @@ declare namespace sap {
2033
2028
  */
2034
2029
  oContext: sap.ui.model.Context
2035
2030
  ): Promise<any>;
2036
- /**
2037
- * Returns a metadata object for class sap.ui.generic.app.transaction.DraftController.
2038
- */
2039
- static getMetadata(): sap.ui.base.Metadata;
2040
2031
  /**
2041
2032
  * @SINCE 1.32.0
2042
2033
  *
@@ -2129,6 +2120,34 @@ declare namespace sap {
2129
2120
  }
2130
2121
  );
2131
2122
 
2123
+ /**
2124
+ * Creates a new subclass of class sap.ui.generic.app.transaction.TransactionController with name `sClassName`
2125
+ * and enriches it with the information contained in `oClassInfo`.
2126
+ *
2127
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.generic.app.transaction.BaseController.extend}.
2128
+ */
2129
+ static extend<T extends Record<string, unknown>>(
2130
+ /**
2131
+ * Name of the class being created
2132
+ */
2133
+ sClassName: string,
2134
+ /**
2135
+ * Object literal with information about the class
2136
+ */
2137
+ oClassInfo?: sap.ClassInfo<
2138
+ T,
2139
+ sap.ui.generic.app.transaction.TransactionController
2140
+ >,
2141
+ /**
2142
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2143
+ * used by this class
2144
+ */
2145
+ FNMetaImpl?: Function
2146
+ ): Function;
2147
+ /**
2148
+ * Returns a metadata object for class sap.ui.generic.app.transaction.TransactionController.
2149
+ */
2150
+ static getMetadata(): sap.ui.base.Metadata;
2132
2151
  /**
2133
2152
  * @SINCE 1.38
2134
2153
  * @EXPERIMENTAL
@@ -2182,38 +2201,10 @@ declare namespace sap {
2182
2201
  */
2183
2202
  sRootExpand?: string
2184
2203
  ): Promise<any>;
2185
- /**
2186
- * Creates a new subclass of class sap.ui.generic.app.transaction.TransactionController with name `sClassName`
2187
- * and enriches it with the information contained in `oClassInfo`.
2188
- *
2189
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.generic.app.transaction.BaseController.extend}.
2190
- */
2191
- static extend<T extends Record<string, unknown>>(
2192
- /**
2193
- * Name of the class being created
2194
- */
2195
- sClassName: string,
2196
- /**
2197
- * Object literal with information about the class
2198
- */
2199
- oClassInfo?: sap.ClassInfo<
2200
- T,
2201
- sap.ui.generic.app.transaction.TransactionController
2202
- >,
2203
- /**
2204
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2205
- * used by this class
2206
- */
2207
- FNMetaImpl?: Function
2208
- ): Function;
2209
2204
  /**
2210
2205
  * Returns the current draft controller instance.
2211
2206
  */
2212
2207
  getDraftController(): sap.ui.generic.app.transaction.DraftController;
2213
- /**
2214
- * Returns a metadata object for class sap.ui.generic.app.transaction.TransactionController.
2215
- */
2216
- static getMetadata(): sap.ui.base.Metadata;
2217
2208
  /**
2218
2209
  * Resets changes that have been tracked by the current instance of `sap.ui.model.odata.v2.ODatatModel`.
2219
2210
  * These changes have been created by invoking the `setProperty` method of `sap.ui.model.odata.v2.ODatatModel`.
@@ -2244,6 +2235,34 @@ declare namespace sap {
2244
2235
  oView: sap.ui.core.mvc.View
2245
2236
  );
2246
2237
 
2238
+ /**
2239
+ * Creates a new subclass of class sap.ui.generic.app.ApplicationController with name `sClassName` and enriches
2240
+ * it with the information contained in `oClassInfo`.
2241
+ *
2242
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.generic.app.transaction.BaseController.extend}.
2243
+ */
2244
+ static extend<T extends Record<string, unknown>>(
2245
+ /**
2246
+ * Name of the class being created
2247
+ */
2248
+ sClassName: string,
2249
+ /**
2250
+ * Object literal with information about the class
2251
+ */
2252
+ oClassInfo?: sap.ClassInfo<
2253
+ T,
2254
+ sap.ui.generic.app.ApplicationController
2255
+ >,
2256
+ /**
2257
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2258
+ * used by this class
2259
+ */
2260
+ FNMetaImpl?: Function
2261
+ ): Function;
2262
+ /**
2263
+ * Returns a metadata object for class sap.ui.generic.app.ApplicationController.
2264
+ */
2265
+ static getMetadata(): sap.ui.base.Metadata;
2247
2266
  /**
2248
2267
  * @EXPERIMENTAL (since 1.32.0)
2249
2268
  *
@@ -2275,34 +2294,6 @@ declare namespace sap {
2275
2294
  */
2276
2295
  bForceGlobalRefresh: boolean
2277
2296
  ): Promise<any>;
2278
- /**
2279
- * Creates a new subclass of class sap.ui.generic.app.ApplicationController with name `sClassName` and enriches
2280
- * it with the information contained in `oClassInfo`.
2281
- *
2282
- * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.generic.app.transaction.BaseController.extend}.
2283
- */
2284
- static extend<T extends Record<string, unknown>>(
2285
- /**
2286
- * Name of the class being created
2287
- */
2288
- sClassName: string,
2289
- /**
2290
- * Object literal with information about the class
2291
- */
2292
- oClassInfo?: sap.ClassInfo<
2293
- T,
2294
- sap.ui.generic.app.ApplicationController
2295
- >,
2296
- /**
2297
- * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
2298
- * used by this class
2299
- */
2300
- FNMetaImpl?: Function
2301
- ): Function;
2302
- /**
2303
- * Returns a metadata object for class sap.ui.generic.app.ApplicationController.
2304
- */
2305
- static getMetadata(): sap.ui.base.Metadata;
2306
2297
  /**
2307
2298
  * @SINCE 1.38
2308
2299
  * @EXPERIMENTAL
@@ -2348,7 +2339,7 @@ declare namespace sap {
2348
2339
  * if set to "com.sap.vocabularies.UI.v1.OperationGroupingType/ChangeSet" for every actition call a new
2349
2340
  * group is used.
2350
2341
  */
2351
- operationGrouping: String;
2342
+ operationGrouping: string;
2352
2343
  }
2353
2344
  ): Promise<any>;
2354
2345
  /**
@@ -1,5 +1,3 @@
1
- // For Library Version: 1.92.0
1
+ // For Library Version: 1.93.0
2
2
 
3
- declare namespace sap {
4
- interface IUI5DefineDependencyNames {}
5
- }
3
+ declare namespace sap {}