@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 +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -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 +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +17 -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 +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.108.
|
|
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
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED