@openui5/ts-types 1.108.3 → 1.108.5
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 +6 -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
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.108.
|
|
267
|
+
// For Library Version: 1.108.5
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -53354,6 +53354,11 @@ declare namespace sap {
|
|
|
53354
53354
|
* "/com.sap.gateway.default.iwbep.tea_busi.v0001.Container/TEAMS") of the service. All (navigation) properties
|
|
53355
53355
|
* in the complete model matching such an absolute path are updated. Since 1.85.0, "14.4.11 Expression edm:String"
|
|
53356
53356
|
* is accepted as well.
|
|
53357
|
+
*
|
|
53358
|
+
* Since 1.108.8, a property path matching the "com.sap.vocabularies.Common.v1.Messages" annotation of a
|
|
53359
|
+
* list binding's entity type is treated specially for a row context of a list binding: It is loaded even
|
|
53360
|
+
* if it has not yet been requested by that list binding. This way, exactly the messages for a single row
|
|
53361
|
+
* can be updated. Same for a "*" segment or an empty navigation property path.
|
|
53357
53362
|
*/
|
|
53358
53363
|
aPathExpressions: object[] | string[],
|
|
53359
53364
|
/**
|
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.5
|
|
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