@openui5/ts-types-esm 1.115.1 → 1.116.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.
package/README.md CHANGED
@@ -2,17 +2,12 @@
2
2
 
3
3
  # @openui5/ts-types-esm
4
4
 
5
- <span style="color: red; font-size: 150%; font-weight: bold;">The package `@openui5/ts-types-esm` is deprecated, please use the (identical) types in `@openui5/types` instead.</span>
5
+ <span style="color: red; font-size: 150%; font-weight: bold;">The package `@openui5/ts-types-esm` is deprecated and will soon no longer be updated, please use the (identical) types in `@openui5/types` instead.</span>
6
6
 
7
7
  This npm package contains the TypeScript type definitions based on ES modules for all the OpenUI5 libraries.
8
8
 
9
+ The central entry point for all information about using UI5 with TypeScript (incl. sample apps and templates) is at https://sap.github.io/ui5-typescript.
9
10
 
10
- ## Status
11
-
12
- The type definitions are in an experimental **_[Beta State](https://sap.github.io/ui5-typescript/beta-statement.html)_**. Changes are likely to occur,
13
- including potential **breaking changes**.
14
-
15
- For information on changes in the type definitions, in particular ones which require adaptation (but also new enhancements), please refer to the [Release Notes](https://sap.github.io/ui5-typescript/releasenotes.html).
16
11
 
17
12
  ## License
18
- OpenUI5 and the type definitions are copyright by SAP and contributors and licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
13
+ OpenUI5 and the type definitions in this package are copyright by SAP and contributors and licensed under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types-esm",
3
- "version": "1.115.1",
3
+ "version": "1.116.0",
4
4
  "description": "OpenUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -16,9 +16,15 @@
16
16
  */
17
17
 
18
18
  /**
19
- * This is a Beta version of the OpenUI5 TypeScript signatures.
20
- * Significant changes may occur in future versions,
21
- * including potential breaking changes.
19
+ * We encourage you to use SAPUI5 with TypeScript productively for an
20
+ * improved development efficiency and experience. TypeScript itself keeps
21
+ * evolving and we try to further improve the UI5 type definitions, so there
22
+ * could be potential incompatible changes between versions of the type
23
+ * definitions. However, such incompatibilities would only affect the
24
+ * compilation of your code but will not cause runtime issues in your
25
+ * application. Plus, there are various ways to easily deal with them:
26
+ * you can, for example, simply keep using the previous version of the
27
+ * UI5 type definitions together with an updated UI5 runtime.
22
28
  */
23
29
  /// <reference path="./sap.ui.codeeditor.d.ts"/>
24
30
  /// <reference path="./sap.ui.commons.d.ts"/>