@openui5/ts-types 1.108.3 → 1.108.4

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.108.3",
3
+ "version": "1.108.4",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.3
267
+ // For Library Version: 1.108.4
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -9282,6 +9282,22 @@ declare namespace sap {
9282
9282
  *
9283
9283
  * A legend for the Calendar Control. Displays special dates colors with their corresponding description.
9284
9284
  * The aggregation specialDates can be set herefor.
9285
+ *
9286
+ * Calendar Legend Navigation:
9287
+ *
9288
+ * If the Calendar Legend is associated with a `sap.ui.unified.Calendar` control, the users can navigate
9289
+ * through the Calendar Legend items. Only special dates related to the navigated legend's item type are
9290
+ * displayed in the calendar grid. **Note: ** Standard calendar legend items (Today, Selected, Working Day
9291
+ * and Non-Working Day) are also navigatable, but focusing them does not affect the special dates display
9292
+ * (all calendar special dates are displayed).
9293
+ *
9294
+ * Keyboard shortcuts (when the legend is navigatable):
9295
+ *
9296
+ *
9297
+ * - [Arrow Up], [Arrow Left] - Move to the previous calendar legend item
9298
+ * - [Arrow Down], [Arrow Right] - Move to the next calendar legend item
9299
+ * - [Home], [Page Up] - Move to the first calendar legend item
9300
+ * - [End], [Page Down] - Move to the last calendar legend item
9285
9301
  */
9286
9302
  class CalendarLegend extends sap.ui.core.Control {
9287
9303
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.3
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**