@openui5/ts-types 1.106.0 → 1.107.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 +5 -1
- package/package.json +1 -1
- package/types/sap.f.d.ts +810 -163
- package/types/sap.m.d.ts +149 -99
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +443 -147
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -1
- package/types/sap.ui.integration.d.ts +195 -19
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +5 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +7 -7
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +36 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# @openui5/ts-types
|
|
4
4
|
|
|
5
|
-
This npm package contains the types signatures (based on globals) for all the OpenUI5 libraries.
|
|
5
|
+
This npm package contains the types signatures (based on deprecated globals, see below) for all the OpenUI5 libraries.
|
|
6
6
|
|
|
7
7
|
These signatures can be used to:
|
|
8
8
|
|
|
@@ -18,5 +18,9 @@ These two capabilities are available both for OpenUI5 apps written in TypeScript
|
|
|
18
18
|
This project is in an experimental **_Beta State_**. Significant changes are likely to occur,
|
|
19
19
|
including potential **breaking changes**.
|
|
20
20
|
|
|
21
|
+
For information on changes in the type definitions, in particular ones which require adaptation, please refer to the [Release Notes](https://sap.github.io/ui5-typescript/releasenotes.html).
|
|
22
|
+
|
|
23
|
+
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.
|
|
24
|
+
|
|
21
25
|
## License
|
|
22
26
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0).
|