@sapui5/ts-types 1.84.28 → 1.84.31

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.
Files changed (40) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.f.d.ts +1 -1
  4. package/types/sap.gantt.d.ts +1 -1
  5. package/types/sap.m.d.ts +34 -1
  6. package/types/sap.makit.d.ts +1 -1
  7. package/types/sap.me.d.ts +1 -1
  8. package/types/sap.ndc.d.ts +4 -1
  9. package/types/sap.ovp.d.ts +1 -1
  10. package/types/sap.suite.ui.commons.d.ts +1 -1
  11. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  12. package/types/sap.suite.ui.microchart.d.ts +1 -1
  13. package/types/sap.tnt.d.ts +1 -1
  14. package/types/sap.ui.codeeditor.d.ts +1 -1
  15. package/types/sap.ui.commons.d.ts +1 -1
  16. package/types/sap.ui.comp.d.ts +7 -1
  17. package/types/sap.ui.core.d.ts +54 -3
  18. package/types/sap.ui.dt.d.ts +1 -1
  19. package/types/sap.ui.export.d.ts +3 -3
  20. package/types/sap.ui.fl.d.ts +1 -1
  21. package/types/sap.ui.integration.d.ts +1 -1
  22. package/types/sap.ui.layout.d.ts +1 -1
  23. package/types/sap.ui.mdc.d.ts +1 -1
  24. package/types/sap.ui.richtexteditor.d.ts +1 -1
  25. package/types/sap.ui.rta.d.ts +1 -1
  26. package/types/sap.ui.suite.d.ts +1 -1
  27. package/types/sap.ui.support.d.ts +6 -6
  28. package/types/sap.ui.table.d.ts +1 -1
  29. package/types/sap.ui.testrecorder.d.ts +1 -1
  30. package/types/sap.ui.unified.d.ts +85 -13
  31. package/types/sap.ui.ux3.d.ts +1 -1
  32. package/types/sap.ui.vbm.d.ts +15 -1
  33. package/types/sap.ui.vk.d.ts +1 -1
  34. package/types/sap.uiext.inbox.d.ts +1 -1
  35. package/types/sap.ushell.d.ts +1 -1
  36. package/types/sap.uxap.d.ts +1 -1
  37. package/types/sap.viz.d.ts +1 -1
  38. package/types/sap.zen.commons.d.ts +1 -1
  39. package/types/sap.zen.crosstab.d.ts +1 -1
  40. package/types/sap.zen.dsh.d.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.84.28",
3
+ "version": "1.84.31",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.16
1
+ // For Library Version: 1.84.20
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.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -10961,6 +10961,14 @@ declare namespace sap {
10961
10961
  */
10962
10962
  showFooter?: boolean;
10963
10963
 
10964
+ /**
10965
+ * @SINCE 1.108.0
10966
+ *
10967
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
10968
+ * global configuration is used.
10969
+ */
10970
+ calendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering;
10971
+
10964
10972
  /**
10965
10973
  * @SINCE 1.46.0
10966
10974
  *
@@ -30406,6 +30414,15 @@ declare namespace sap {
30406
30414
  */
30407
30415
  // @ts-ignore
30408
30416
  getAccessibilityInfo(): Object;
30417
+ /**
30418
+ * @SINCE 1.108.0
30419
+ *
30420
+ * Gets current value of property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
30421
+ *
30422
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
30423
+ * global configuration is used.
30424
+ */
30425
+ getCalendarWeekNumbering(): sap.ui.core.date.CalendarWeekNumbering;
30409
30426
  /**
30410
30427
  * The date as JavaScript Date object. This is independent from any formatter.
30411
30428
  *
@@ -30586,6 +30603,22 @@ declare namespace sap {
30586
30603
  */
30587
30604
  oSpecialDate: sap.ui.unified.DateTypeRange
30588
30605
  ): sap.ui.unified.DateTypeRange;
30606
+ /**
30607
+ * @SINCE 1.108.0
30608
+ *
30609
+ * Sets a new value for property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
30610
+ *
30611
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
30612
+ * global configuration is used.
30613
+ *
30614
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
30615
+ */
30616
+ setCalendarWeekNumbering(
30617
+ /**
30618
+ * New value for property `calendarWeekNumbering`
30619
+ */
30620
+ sCalendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering
30621
+ ): sap.m.DatePicker;
30589
30622
  /**
30590
30623
  * @SINCE 1.28.6
30591
30624
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -8,6 +8,9 @@ declare namespace sap {
8
8
  /**
9
9
  * @SINCE 1.28.0
10
10
  *
11
+ * Please refer to SAP
12
+ * Note 2402585 for information on barcode scanner support in native iOS and Android browsers.
13
+ *
11
14
  * Here is an example of how to trigger the scan function of BarcodeScanner:
12
15
  * ```javascript
13
16
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.11
1
+ // For Library Version: 1.84.12
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.12
1
+ // For Library Version: 1.84.16
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.22
1
+ // For Library Version: 1.84.25
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -25192,6 +25192,7 @@ declare namespace sap {
25192
25192
 
25193
25193
  /**
25194
25194
  * @SINCE 1.24
25195
+ * @deprecated (since 1.84.1)
25195
25196
  *
25196
25197
  * Defines the maximum number of include ranges.
25197
25198
  */
@@ -25199,6 +25200,7 @@ declare namespace sap {
25199
25200
 
25200
25201
  /**
25201
25202
  * @SINCE 1.24
25203
+ * @deprecated (since 1.84.1)
25202
25204
  *
25203
25205
  * Defines the maximum number of exclude ranges.
25204
25206
  */
@@ -25715,6 +25717,7 @@ declare namespace sap {
25715
25717
  getKeys(): string[];
25716
25718
  /**
25717
25719
  * @SINCE 1.24
25720
+ * @deprecated (since 1.84.1)
25718
25721
  *
25719
25722
  * Gets current value of property {@link #getMaxExcludeRanges maxExcludeRanges}.
25720
25723
  *
@@ -25725,6 +25728,7 @@ declare namespace sap {
25725
25728
  getMaxExcludeRanges(): string;
25726
25729
  /**
25727
25730
  * @SINCE 1.24
25731
+ * @deprecated (since 1.84.1)
25728
25732
  *
25729
25733
  * Gets current value of property {@link #getMaxIncludeRanges maxIncludeRanges}.
25730
25734
  *
@@ -25937,6 +25941,7 @@ declare namespace sap {
25937
25941
  ): sap.ui.comp.valuehelpdialog.ValueHelpDialog;
25938
25942
  /**
25939
25943
  * @SINCE 1.24
25944
+ * @deprecated (since 1.84.1)
25940
25945
  *
25941
25946
  * Sets a new value for property {@link #getMaxExcludeRanges maxExcludeRanges}.
25942
25947
  *
@@ -25954,6 +25959,7 @@ declare namespace sap {
25954
25959
  ): sap.ui.comp.valuehelpdialog.ValueHelpDialog;
25955
25960
  /**
25956
25961
  * @SINCE 1.24
25962
+ * @deprecated (since 1.84.1)
25957
25963
  *
25958
25964
  * Sets a new value for property {@link #getMaxIncludeRanges maxIncludeRanges}.
25959
25965
  *
@@ -18,7 +18,7 @@ declare module "sap/base/util/Version";
18
18
  declare module "sap/ui/performance/Measurement.Entry";
19
19
 
20
20
  declare module "sap/ui/util/Storage.Type";
21
- // For Library Version: 1.84.27
21
+ // For Library Version: 1.84.31
22
22
  /**
23
23
  * Root namespace for JavaScript functionality provided by SAP SE.
24
24
  *
@@ -8285,6 +8285,11 @@ declare namespace sap {
8285
8285
  * Object which defines the format options
8286
8286
  */
8287
8287
  oFormatOptions?: {
8288
+ /**
8289
+ * @since 1.84.31 specifies the calendar week numbering. Note: This API has been introduced with version
8290
+ * 1.108 and downported to this release with patch level 31.
8291
+ */
8292
+ calendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering;
8288
8293
  /**
8289
8294
  * @since 1.34.0 contains pattern symbols (e.g. "yMMMd" or "Hms") which will be converted into the pattern
8290
8295
  * in the used locale, which matches the wanted symbols best. The symbols must be in canonical order, that
@@ -8361,6 +8366,11 @@ declare namespace sap {
8361
8366
  * Object which defines the format options
8362
8367
  */
8363
8368
  oFormatOptions?: {
8369
+ /**
8370
+ * @since 1.84.31 specifies the calendar week numbering. Note: This API has been introduced with version
8371
+ * 1.108 and downported to this release with patch level 31.
8372
+ */
8373
+ calendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering;
8364
8374
  /**
8365
8375
  * @since 1.34.0 contains pattern symbols (e.g. "yMMMd" or "Hms") which will be converted into the pattern
8366
8376
  * in the used locale, which matches the wanted symbols best. The symbols must be in canonical order, that
@@ -8440,6 +8450,11 @@ declare namespace sap {
8440
8450
  * Object which defines the format options
8441
8451
  */
8442
8452
  oFormatOptions?: {
8453
+ /**
8454
+ * @since 1.84.31 specifies the calendar week numbering. Note: This API has been introduced with version
8455
+ * 1.108 and downported to this release with patch level 31.
8456
+ */
8457
+ calendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering;
8443
8458
  /**
8444
8459
  * @since 1.34.0 contains pattern symbols (e.g. "yMMMd" or "Hms") which will be converted into the pattern
8445
8460
  * in the used locale, which matches the wanted symbols best. The symbols must be in canonical order, that
@@ -12331,6 +12346,44 @@ declare namespace sap {
12331
12346
  }
12332
12347
  }
12333
12348
 
12349
+ namespace date {
12350
+ /**
12351
+ * @SINCE 1.84.31
12352
+ *
12353
+ * The `CalendarWeekNumbering` enum defines how to calculate calendar weeks. Each value defines:
12354
+ * - The first day of the week,
12355
+ * - the first week of the year.
12356
+ *
12357
+ * Note: This API has been introduced with version 1.108 and downported to this release with patch level
12358
+ * 31.
12359
+ */
12360
+ enum CalendarWeekNumbering {
12361
+ /**
12362
+ * The default calendar week numbering:
12363
+ *
12364
+ * The framework determines the week numbering scheme; currently it is derived from the active format locale.
12365
+ * Future versions of UI5 might select a different week numbering scheme.
12366
+ */
12367
+ Default,
12368
+ /**
12369
+ * Official calendar week numbering in most of Europe (ISO 8601 standard):
12370
+ * Monday is first day of the week, the week containing January 4th is first week of the year.
12371
+ */
12372
+ ISO_8601,
12373
+ /**
12374
+ * Official calendar week numbering in much of the Middle East (Middle Eastern calendar):
12375
+ * Saturday is first day of the week, the week containing January 1st is first week of the year.
12376
+ */
12377
+ MiddleEastern,
12378
+ /**
12379
+ * Official calendar week numbering in the United States, Canada, Brazil, Israel, Japan, and other countries
12380
+ * (Western traditional calendar):
12381
+ * Sunday is first day of the week, the week containing January 1st is first week of the year.
12382
+ */
12383
+ WesternTraditional,
12384
+ }
12385
+ }
12386
+
12334
12387
  namespace hyphenation {
12335
12388
  /**
12336
12389
  * @SINCE 1.60
@@ -18943,8 +18996,6 @@ declare namespace sap {
18943
18996
 
18944
18997
  interface URI {}
18945
18998
 
18946
- interface date {}
18947
-
18948
18999
  interface postmessage {}
18949
19000
 
18950
19001
  interface service {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
 
@@ -75,7 +75,7 @@ class Spreadsheet{
75
75
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
76
76
  * following fields:
77
77
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
78
- * - `version` (string) - Application version that creates the XLSX document (default: "1.84.27")
78
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.84.31")
79
79
  * - `title` (string) - Title of the XLSX document (NOT the filename)
80
80
  * - `modifiedBy` (string) - User context for the XLSX document
81
81
  * - `sheetName` (string) - The label of the data sheet
@@ -161,7 +161,7 @@ class Spreadsheet{
161
161
  * columns: aColumns,
162
162
  * context: {
163
163
  * application: 'Debug Test Application',
164
- * version: '1.84.27',
164
+ * version: '1.84.31',
165
165
  * title: 'Some random title',
166
166
  * modifiedBy: 'John Doe',
167
167
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -237,7 +237,7 @@ declare namespace sap {
237
237
  static getType(): string;
238
238
  }
239
239
  /**
240
- * @SINCE 1.84.27
240
+ * @SINCE 1.84.31
241
241
  *
242
242
  * Defines the Audiences.
243
243
  */
@@ -256,7 +256,7 @@ declare namespace sap {
256
256
  Internal,
257
257
  }
258
258
  /**
259
- * @SINCE 1.84.27
259
+ * @SINCE 1.84.31
260
260
  *
261
261
  * Issue Categories.
262
262
  */
@@ -311,7 +311,7 @@ declare namespace sap {
311
311
  Usage,
312
312
  }
313
313
  /**
314
- * @SINCE 1.84.27
314
+ * @SINCE 1.84.31
315
315
  *
316
316
  * Analysis history formats.
317
317
  */
@@ -326,7 +326,7 @@ declare namespace sap {
326
326
  String,
327
327
  }
328
328
  /**
329
- * @SINCE 1.84.27
329
+ * @SINCE 1.84.31
330
330
  *
331
331
  * Defines severity types.
332
332
  */
@@ -345,7 +345,7 @@ declare namespace sap {
345
345
  Medium,
346
346
  }
347
347
  /**
348
- * @SINCE 1.84.27
348
+ * @SINCE 1.84.31
349
349
  *
350
350
  * Contains the available system presets.
351
351
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -175,8 +175,9 @@ declare namespace sap {
175
175
  /**
176
176
  * @SINCE 1.28.9
177
177
  *
178
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
179
- * is set, the default of the used locale is used.
178
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
179
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
180
+ * with the calendarWeekNumbering property.
180
181
  */
181
182
  firstDayOfWeek?: number;
182
183
 
@@ -221,6 +222,14 @@ declare namespace sap {
221
222
  */
222
223
  showWeekNumbers?: boolean;
223
224
 
225
+ /**
226
+ * @SINCE 1.108.0
227
+ *
228
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
229
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
230
+ */
231
+ calendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering;
232
+
224
233
  /**
225
234
  * Date selection changed
226
235
  */
@@ -1753,6 +1762,15 @@ declare namespace sap {
1753
1762
  * ariaLabelledBy}.
1754
1763
  */
1755
1764
  getAriaLabelledBy(): sap.ui.core.ID[];
1765
+ /**
1766
+ * @SINCE 1.108.0
1767
+ *
1768
+ * Gets current value of property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
1769
+ *
1770
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
1771
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
1772
+ */
1773
+ getCalendarWeekNumbering(): sap.ui.core.date.CalendarWeekNumbering;
1756
1774
  /**
1757
1775
  * Gets current value of property {@link #getDate date}.
1758
1776
  *
@@ -1773,8 +1791,9 @@ declare namespace sap {
1773
1791
  *
1774
1792
  * Gets current value of property {@link #getFirstDayOfWeek firstDayOfWeek}.
1775
1793
  *
1776
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
1777
- * is set, the default of the used locale is used.
1794
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
1795
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
1796
+ * with the calendarWeekNumbering property.
1778
1797
  *
1779
1798
  * Default value is `-1`.
1780
1799
  */
@@ -2019,6 +2038,22 @@ declare namespace sap {
2019
2038
  */
2020
2039
  vSpecialDate: number | string | sap.ui.unified.DateTypeRange
2021
2040
  ): sap.ui.unified.DateTypeRange;
2041
+ /**
2042
+ * @SINCE 1.108.0
2043
+ *
2044
+ * Sets a new value for property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
2045
+ *
2046
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
2047
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
2048
+ *
2049
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2050
+ */
2051
+ setCalendarWeekNumbering(
2052
+ /**
2053
+ * New value for property `calendarWeekNumbering`
2054
+ */
2055
+ sCalendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering
2056
+ ): sap.ui.unified.calendar.Month;
2022
2057
  /**
2023
2058
  * Sets a new value for property {@link #getDate date}.
2024
2059
  *
@@ -2038,8 +2073,9 @@ declare namespace sap {
2038
2073
  *
2039
2074
  * Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
2040
2075
  *
2041
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
2042
- * is set, the default of the used locale is used.
2076
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
2077
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
2078
+ * with the calendarWeekNumbering property.
2043
2079
  *
2044
2080
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
2045
2081
  *
@@ -4250,8 +4286,9 @@ declare namespace sap {
4250
4286
  /**
4251
4287
  * @SINCE 1.28.9
4252
4288
  *
4253
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
4254
- * is set, the default of the used locale is used.
4289
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
4290
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
4291
+ * with the calendarWeekNumbering property.
4255
4292
  */
4256
4293
  firstDayOfWeek?: number;
4257
4294
 
@@ -4328,6 +4365,14 @@ declare namespace sap {
4328
4365
  */
4329
4366
  showWeekNumbers?: boolean;
4330
4367
 
4368
+ /**
4369
+ * @SINCE 1.108.0
4370
+ *
4371
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
4372
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
4373
+ */
4374
+ calendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering;
4375
+
4331
4376
  /**
4332
4377
  * Date selection changed
4333
4378
  */
@@ -6233,6 +6278,15 @@ declare namespace sap {
6233
6278
  * ariaLabelledBy}.
6234
6279
  */
6235
6280
  getAriaLabelledBy(): sap.ui.core.ID[];
6281
+ /**
6282
+ * @SINCE 1.108.0
6283
+ *
6284
+ * Gets current value of property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
6285
+ *
6286
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
6287
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
6288
+ */
6289
+ getCalendarWeekNumbering(): sap.ui.core.date.CalendarWeekNumbering;
6236
6290
  /**
6237
6291
  * @SINCE 1.38.0
6238
6292
  *
@@ -6249,8 +6303,9 @@ declare namespace sap {
6249
6303
  *
6250
6304
  * Gets current value of property {@link #getFirstDayOfWeek firstDayOfWeek}.
6251
6305
  *
6252
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
6253
- * is set, the default of the used locale is used.
6306
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
6307
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
6308
+ * with the calendarWeekNumbering property.
6254
6309
  *
6255
6310
  * Default value is `-1`.
6256
6311
  */
@@ -6564,13 +6619,30 @@ declare namespace sap {
6564
6619
  */
6565
6620
  vSpecialDate: number | string | sap.ui.unified.DateTypeRange
6566
6621
  ): sap.ui.unified.DateTypeRange;
6622
+ /**
6623
+ * @SINCE 1.108.0
6624
+ *
6625
+ * Sets a new value for property {@link #getCalendarWeekNumbering calendarWeekNumbering}.
6626
+ *
6627
+ * If set, the calendar week numbering is used for display. If not set, the calendar week numbering of the
6628
+ * global configuration is used. Note: This property should not be used with firstDayOfWeek property.
6629
+ *
6630
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6631
+ */
6632
+ setCalendarWeekNumbering(
6633
+ /**
6634
+ * New value for property `calendarWeekNumbering`
6635
+ */
6636
+ sCalendarWeekNumbering?: sap.ui.core.date.CalendarWeekNumbering
6637
+ ): sap.ui.unified.Calendar;
6567
6638
  /**
6568
6639
  * @SINCE 1.28.9
6569
6640
  *
6570
6641
  * Sets a new value for property {@link #getFirstDayOfWeek firstDayOfWeek}.
6571
6642
  *
6572
- * If set, the first day of the displayed week is this day. Valid values are 0 to 6. If not a valid value
6573
- * is set, the default of the used locale is used.
6643
+ * If the property is set, this day marks the start of the displayed week. Valid values are 0 to 6. If no
6644
+ * valid property is set, the current locale's default is applied. Note: This property should not be used
6645
+ * with the calendarWeekNumbering property.
6574
6646
  *
6575
6647
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
6576
6648
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.9
1
+ // For Library Version: 1.84.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -7230,6 +7230,20 @@ declare namespace sap {
7230
7230
  * Copyright Information to be shown with the map.
7231
7231
  */
7232
7232
  copyright: string;
7233
+ /**
7234
+ * Array of HTTP headers definitions. Optional.
7235
+ */
7236
+ Header: {
7237
+ /**
7238
+ * Name of the header.
7239
+ */
7240
+ name: string;
7241
+ /**
7242
+ * Value of the header.
7243
+ */
7244
+ value: string;
7245
+ };
7246
+
7233
7247
  /**
7234
7248
  * Array of source definitions. At least on Source has to be given. Multiple sources can be used for load
7235
7249
  * distribution.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.11
1
+ // For Library Version: 1.84.12
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.30
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.27
1
+ // For Library Version: 1.84.31
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.20
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.20
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.84.20
1
+ // For Library Version: 1.84.23
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {