@sapui5/ts-types 1.102.5 → 1.102.6

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": "@sapui5/ts-types",
3
- "version": "1.102.5",
3
+ "version": "1.102.6",
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.102.5
1
+ // For Library Version: 1.102.6
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.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.3
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare module "sap/insights/CardHelper" {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -15496,9 +15496,8 @@ declare namespace sap {
15496
15496
  * @SINCE 1.99
15497
15497
  *
15498
15498
  * The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
15499
- * property string is treated as if it is formatted in this timezone. However, the `dateValue` property
15500
- * is a JS Date object, which is the same point in time as the `value`, but in the local timezone. Thus,
15501
- * it is adjusted when the `timezone` changes.
15499
+ * property string is treated as if it is formatted in this timezone. The `dateValue` property should not
15500
+ * be used as this could lead to an unpredictable results. Use `getValue()` instead.
15502
15501
  */
15503
15502
  timezone?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
15504
15503
  }
@@ -44713,6 +44712,12 @@ declare namespace sap {
44713
44712
  * @returns Current accessibility state of the control
44714
44713
  */
44715
44714
  getAccessibilityInfo(): object;
44715
+ /**
44716
+ * @SINCE 1.102
44717
+ *
44718
+ * This method should not be used because it could produce unpredictable results. Use `getValue()` instead.
44719
+ */
44720
+ getDateValue(): object;
44716
44721
  /**
44717
44722
  * Apply the correct icon to the used Date control
44718
44723
  */
@@ -44771,9 +44776,8 @@ declare namespace sap {
44771
44776
  * Gets current value of property {@link #getTimezone timezone}.
44772
44777
  *
44773
44778
  * The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
44774
- * property string is treated as if it is formatted in this timezone. However, the `dateValue` property
44775
- * is a JS Date object, which is the same point in time as the `value`, but in the local timezone. Thus,
44776
- * it is adjusted when the `timezone` changes.
44779
+ * property string is treated as if it is formatted in this timezone. The `dateValue` property should not
44780
+ * be used as this could lead to an unpredictable results. Use `getValue()` instead.
44777
44781
  *
44778
44782
  * @returns Value of property `timezone`
44779
44783
  */
@@ -44860,9 +44864,8 @@ declare namespace sap {
44860
44864
  * Sets a new value for property {@link #getTimezone timezone}.
44861
44865
  *
44862
44866
  * The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
44863
- * property string is treated as if it is formatted in this timezone. However, the `dateValue` property
44864
- * is a JS Date object, which is the same point in time as the `value`, but in the local timezone. Thus,
44865
- * it is adjusted when the `timezone` changes.
44867
+ * property string is treated as if it is formatted in this timezone. The `dateValue` property should not
44868
+ * be used as this could lead to an unpredictable results. Use `getValue()` instead.
44866
44869
  *
44867
44870
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
44868
44871
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
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.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.3
1
+ // For Library Version: 1.102.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
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.102.5
267
+ // For Library Version: 1.102.6
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -30723,7 +30723,10 @@ declare namespace sap {
30723
30723
  /**
30724
30724
  * @SINCE 1.99.0
30725
30725
  *
30726
- * Retrieves the configured IANA timezone ID
30726
+ * **Note: Due to compatibility considerations, this function will always return the timezone of the browser/host
30727
+ * system in this release**
30728
+ *
30729
+ * Retrieves the configured IANA timezone ID.
30727
30730
  *
30728
30731
  * @returns The configured IANA timezone ID, e.g. "America/New_York"
30729
30732
  */
@@ -30905,6 +30908,9 @@ declare namespace sap {
30905
30908
  /**
30906
30909
  * @SINCE 1.99.0
30907
30910
  *
30911
+ * **Note: Due to compatibility considerations, this function has no effect in this release. The timezone
30912
+ * configuration will always reflect the timezone of the browser/host system.**
30913
+ *
30908
30914
  * Sets the timezone such that all date and time based calculations use this timezone.
30909
30915
  *
30910
30916
  * When the timezone has changed, the Core will fire its {@link sap.ui.core.Core#event:localizationChanged
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -225,7 +225,7 @@ declare namespace sap {
225
225
  * - `workbook.context` - Context object that will be applied to the generated file. It may contain the
226
226
  * following fields:
227
227
  * - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
228
- * - `version` (string) - Application version that creates the XLSX document (default: "1.102.5")
228
+ * - `version` (string) - Application version that creates the XLSX document (default: "1.102.6")
229
229
  * - `title` (string) - Title of the XLSX document (NOT the filename)
230
230
  * - `modifiedBy` (string) - User context for the XLSX document
231
231
  * - `sheetName` (string) - The label of the data sheet
@@ -311,7 +311,7 @@ declare namespace sap {
311
311
  * columns: aColumns,
312
312
  * context: {
313
313
  * application: 'Debug Test Application',
314
- * version: '1.102.5',
314
+ * version: '1.102.6',
315
315
  * title: 'Some random title',
316
316
  * modifiedBy: 'John Doe',
317
317
  * metaSheetName: 'Custom metadata',
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.102.5
1
+ // For Library Version: 1.102.6
2
2
 
3
3
  declare namespace sap {
4
4
  /**