@openui5/ts-types 1.132.1 → 1.133.1

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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.132.1
1
+ // For Library Version: 1.133.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1230,7 +1230,7 @@ declare namespace sap {
1230
1230
  /**
1231
1231
  * Describes the settings that can be provided to the TransportDialog constructor.
1232
1232
  *
1233
- * @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
1233
+ * @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
1234
1234
  * library.
1235
1235
  */
1236
1236
  interface $TransportDialogSettings extends sap.m.$DialogSettings {}
@@ -1240,7 +1240,7 @@ declare namespace sap {
1240
1240
  * transport request. It is not a generic utility, but part of the Variantmanament and therefore cannot
1241
1241
  * be used in any other application.
1242
1242
  *
1243
- * @deprecated (since 1.74) - The TransportDialog should be used only internally inside the `sap.ui.fl`
1243
+ * @deprecated As of version 1.74. The TransportDialog should be used only internally inside the `sap.ui.fl`
1244
1244
  * library.
1245
1245
  */
1246
1246
  class TransportDialog extends sap.m.Dialog {