@openui5/ts-types 1.143.0 → 1.144.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.143.0",
3
+ "version": "1.144.0",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * Copyright 2025 SAP SE or an SAP affiliate company.
3
+ * Copyright 2026 SAP SE or an SAP affiliate company.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.143.0
1
+ // For Library Version: 1.144.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -4584,7 +4584,7 @@ declare namespace sap {
4584
4584
  | `{${string}}`;
4585
4585
 
4586
4586
  /**
4587
- * Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
4587
+ * Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
4588
4588
  *
4589
4589
  * If not set, no landmarks will be written.
4590
4590
  *
@@ -6800,7 +6800,7 @@ declare namespace sap {
6800
6800
  /**
6801
6801
  * Gets content of aggregation {@link #getLandmarkInfo landmarkInfo}.
6802
6802
  *
6803
- * Accessible landmark settings to be applied to the containers of the `sap.f.SemanticPage` control.
6803
+ * Accessible landmark settings to be applied to the containers of the `sap.f.semantic.SemanticPage` control.
6804
6804
  *
6805
6805
  * If not set, no landmarks will be written.
6806
6806
  *
@@ -16602,7 +16602,7 @@ declare namespace sap {
16602
16602
  }
16603
16603
  /**
16604
16604
  * Holds layout data for `sap.f.FlexibleColumnLayout`. Allows LayoutData of type `sap.f.FlexibleColumnLayoutDataForDesktop`
16605
- * or `sap.f.FlexibleColumnLayoutFlexibleColumnLayoutDataForTablet`
16605
+ * or `sap.f.FlexibleColumnLayoutDataForTablet`
16606
16606
  *
16607
16607
  * @since 1.128
16608
16608
  */