@sapui5/ts-types 1.114.0 → 1.114.1

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 (47) hide show
  1. package/package.json +1 -1
  2. package/types/sap.chart.d.ts +1 -1
  3. package/types/sap.esh.search.ui.d.ts +1 -1
  4. package/types/sap.f.d.ts +1 -1
  5. package/types/sap.fe.core.d.ts +3 -3
  6. package/types/sap.fe.templates.d.ts +6 -6
  7. package/types/sap.fe.test.d.ts +1 -1
  8. package/types/sap.gantt.d.ts +56 -3
  9. package/types/sap.insights.d.ts +1 -1
  10. package/types/sap.m.d.ts +7 -9
  11. package/types/sap.makit.d.ts +1 -1
  12. package/types/sap.me.d.ts +1 -1
  13. package/types/sap.ndc.d.ts +1 -1
  14. package/types/sap.sac.df.d.ts +1 -1
  15. package/types/sap.suite.ui.commons.d.ts +70 -5
  16. package/types/sap.suite.ui.generic.template.d.ts +2 -2
  17. package/types/sap.suite.ui.microchart.d.ts +1 -1
  18. package/types/sap.tnt.d.ts +1 -1
  19. package/types/sap.ui.codeeditor.d.ts +1 -1
  20. package/types/sap.ui.commons.d.ts +1 -1
  21. package/types/sap.ui.comp.d.ts +1 -1
  22. package/types/sap.ui.core.d.ts +1 -1
  23. package/types/sap.ui.dt.d.ts +1 -1
  24. package/types/sap.ui.export.d.ts +1 -1
  25. package/types/sap.ui.fl.d.ts +3 -1
  26. package/types/sap.ui.integration.d.ts +1 -1
  27. package/types/sap.ui.layout.d.ts +1 -1
  28. package/types/sap.ui.mdc.d.ts +1 -1
  29. package/types/sap.ui.richtexteditor.d.ts +1 -1
  30. package/types/sap.ui.rta.d.ts +1 -1
  31. package/types/sap.ui.suite.d.ts +1 -1
  32. package/types/sap.ui.support.d.ts +1 -1
  33. package/types/sap.ui.table.d.ts +1 -1
  34. package/types/sap.ui.testrecorder.d.ts +1 -1
  35. package/types/sap.ui.unified.d.ts +1 -1
  36. package/types/sap.ui.ux3.d.ts +1 -1
  37. package/types/sap.ui.webc.common.d.ts +1 -1
  38. package/types/sap.ui.webc.fiori.d.ts +1 -1
  39. package/types/sap.ui.webc.main.d.ts +1 -1
  40. package/types/sap.uiext.inbox.d.ts +1 -1
  41. package/types/sap.ushell.d.ts +4 -1
  42. package/types/sap.ushell_abap.d.ts +1 -1
  43. package/types/sap.uxap.d.ts +1 -1
  44. package/types/sap.viz.d.ts +1 -1
  45. package/types/sap.zen.commons.d.ts +1 -1
  46. package/types/sap.zen.crosstab.d.ts +1 -1
  47. 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.114.0",
3
+ "version": "1.114.1",
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.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1269,11 +1269,11 @@ declare namespace sap {
1269
1269
  /**
1270
1270
  * The contextPath to be used for the templating process
1271
1271
  */
1272
- contextPath: string;
1272
+ contextPath?: string;
1273
1273
  /**
1274
1274
  * The controller to be attached to the fragment
1275
1275
  */
1276
- controller: object;
1276
+ controller?: object;
1277
1277
  /**
1278
1278
  * The ID of the fragment itself
1279
1279
  */
@@ -1281,7 +1281,7 @@ declare namespace sap {
1281
1281
  /**
1282
1282
  * The initial binding context
1283
1283
  */
1284
- initialBindingContext: sap.ui.model.Context;
1284
+ initialBindingContext?: sap.ui.model.Context;
1285
1285
  /**
1286
1286
  * The name of the fragment to be loaded
1287
1287
  */
@@ -110,11 +110,11 @@ declare namespace sap {
110
110
  /**
111
111
  * The contextPath to be used for the templating process
112
112
  */
113
- contextPath: string;
113
+ contextPath?: string;
114
114
  /**
115
115
  * The controller to be attached to the fragment
116
116
  */
117
- controller: object;
117
+ controller?: object;
118
118
  /**
119
119
  * The ID of the fragment itself
120
120
  */
@@ -122,7 +122,7 @@ declare namespace sap {
122
122
  /**
123
123
  * The initial binding context
124
124
  */
125
- initialBindingContext: sap.ui.model.Context;
125
+ initialBindingContext?: sap.ui.model.Context;
126
126
  /**
127
127
  * The name of the fragment to be loaded
128
128
  */
@@ -412,11 +412,11 @@ declare namespace sap {
412
412
  /**
413
413
  * The contextPath to be used for the templating process
414
414
  */
415
- contextPath: string;
415
+ contextPath?: string;
416
416
  /**
417
417
  * The controller to be attached to the fragment
418
418
  */
419
- controller: object;
419
+ controller?: object;
420
420
  /**
421
421
  * The ID of the fragment itself
422
422
  */
@@ -424,7 +424,7 @@ declare namespace sap {
424
424
  /**
425
425
  * The initial binding context
426
426
  */
427
- initialBindingContext: sap.ui.model.Context;
427
+ initialBindingContext?: sap.ui.model.Context;
428
428
  /**
429
429
  * The name of the fragment to be loaded
430
430
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -24813,6 +24813,20 @@ declare namespace sap {
24813
24813
  | sap.ui.base.ManagedObject.PropertyBindingInfo
24814
24814
  | `{${string}}`;
24815
24815
 
24816
+ /**
24817
+ * @SINCE 1.114
24818
+ * @EXPERIMENTAL
24819
+ *
24820
+ * Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
24821
+ * experimental, and it might be removed in a future release. When the flag is enabled, the start and end
24822
+ * time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
24823
+ * the Fiori launchpad timezone, unless those property values are binded again.
24824
+ */
24825
+ enableDateTimezoneFormatter?:
24826
+ | boolean
24827
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
24828
+ | `{${string}}`;
24829
+
24816
24830
  /**
24817
24831
  * Table of the Gantt Chart
24818
24832
  *
@@ -28794,7 +28808,7 @@ declare namespace sap {
28794
28808
  *
28795
28809
  * If property height set to "auto", then the height is automatically calculated based on the row height.
28796
28810
  *
28797
- * @returns Value of property `height`.
28811
+ * @returns Value of property `width`.
28798
28812
  */
28799
28813
  getHeight(): number;
28800
28814
  /**
@@ -37350,6 +37364,22 @@ declare namespace sap {
37350
37364
  * @returns Value of property `enableCursorLine`
37351
37365
  */
37352
37366
  getEnableCursorLine(): boolean;
37367
+ /**
37368
+ * @SINCE 1.114
37369
+ * @EXPERIMENTAL
37370
+ *
37371
+ * Gets current value of property {@link #getEnableDateTimezoneFormatter enableDateTimezoneFormatter}.
37372
+ *
37373
+ * Flag to check whether the DateFormat should be used for Fiori launchpad timezone support. This flag is
37374
+ * experimental, and it might be removed in a future release. When the flag is enabled, the start and end
37375
+ * time for the shapes that are created outside of the `GanttChartWithTable` scope are not formatted to
37376
+ * the Fiori launchpad timezone, unless those property values are binded again.
37377
+ *
37378
+ * Default value is `false`.
37379
+ *
37380
+ * @returns Value of property `enableDateTimezoneFormatter`
37381
+ */
37382
+ getEnableDateTimezoneFormatter(): boolean;
37353
37383
  /**
37354
37384
  * @SINCE 1.84
37355
37385
  *
@@ -38675,6 +38705,23 @@ declare namespace sap {
38675
38705
  */
38676
38706
  bEnableCursorLine?: boolean
38677
38707
  ): this;
38708
+ /**
38709
+ * @SINCE 1.114
38710
+ * @EXPERIMENTAL
38711
+ *
38712
+ * Sets EnableDateTimezoneFormatter property of the Gantt. This method is experimental, and it might be
38713
+ * removed in a future release.
38714
+ */
38715
+ setEnableDateTimezoneFormatter(
38716
+ /**
38717
+ * A value to be set for EnableDateTimezoneFormatter property of Gantt.
38718
+ */
38719
+ bValue: boolean,
38720
+ /**
38721
+ * Flag to suppress re-rendering of the control.
38722
+ */
38723
+ bSuppressInvalidate: boolean
38724
+ ): void;
38678
38725
  /**
38679
38726
  * @SINCE 1.84
38680
38727
  *
@@ -39672,7 +39719,13 @@ declare namespace sap {
39672
39719
  *
39673
39720
  * @returns A promise for chaining actions after the print dialog is ready.
39674
39721
  */
39675
- open(): Promise<any>;
39722
+ open(
39723
+ /**
39724
+ * Optional function which takes cloned gantt chart's table for modification. Applications can loop through
39725
+ * the table columns and update certain properties like maxLines to overcome html2canvas limitations.
39726
+ */
39727
+ fnUpdateTable: Function
39728
+ ): Promise<any>;
39676
39729
  /**
39677
39730
  * Sets the Gantt chart to be exported as PDF.
39678
39731
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
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.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -21418,10 +21418,9 @@ declare namespace sap {
21418
21418
  * - `dd`
21419
21419
  * - `ul`
21420
21420
  * - `ol`
21421
- * - `li` `style, dir` and `target` attributes are allowed. The `class` attribute is allowed,
21422
- * but its value is sanitized to contain only supported CSS classes, see {@link topic:91a4946b0dcf4356aaaedc4e502864f4
21423
- * List of Supported CSS Classes}. If `target` is not set, links open in a new window by default. Only
21424
- * safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
21421
+ * - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
21422
+ * open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
21423
+ * URLListValidator}.
21425
21424
  *
21426
21425
  * **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
21427
21426
  * by the control.
@@ -58057,10 +58056,9 @@ declare namespace sap {
58057
58056
  * - `dd`
58058
58057
  * - `ul`
58059
58058
  * - `ol`
58060
- * - `li` `style, dir` and `target` attributes are allowed. The `class` attribute is allowed,
58061
- * but its value is sanitized to contain only supported CSS classes, see {@link topic:91a4946b0dcf4356aaaedc4e502864f4
58062
- * List of Supported CSS Classes}. If `target` is not set, links open in a new window by default. Only
58063
- * safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator URLListValidator}.
58059
+ * - `li` `style, dir` and `target` attributes are allowed. If `target` is not set, links
58060
+ * open in a new window by default. Only safe `href` attributes can be used. See {@link module:sap/base/security/URLListValidator
58061
+ * URLListValidator}.
58064
58062
  *
58065
58063
  * **Note:** Keep in mind that not supported HTML tags and the content nested inside them are both not rendered
58066
58064
  * by the control.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
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.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -17615,8 +17615,8 @@ declare namespace sap {
17615
17615
  /**
17616
17616
  * Allow the type of resources that can be selected.
17617
17617
  */
17618
- filePickerMode?: /* was: sap.suite.ui.commons.FilePickerModes */
17619
- | any
17618
+ filePickerMode?:
17619
+ | sap.suite.ui.commons.FilePickerModes
17620
17620
  | sap.ui.base.ManagedObject.PropertyBindingInfo
17621
17621
  | `{${string}}`;
17622
17622
 
@@ -17657,6 +17657,14 @@ declare namespace sap {
17657
17657
  | sap.ui.base.ManagedObject.PropertyBindingInfo
17658
17658
  | `{${string}}`;
17659
17659
 
17660
+ /**
17661
+ * Specifies the mode in which the control is running
17662
+ */
17663
+ filePickerType?:
17664
+ | sap.suite.ui.commons.FilePickerType
17665
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
17666
+ | `{${string}}`;
17667
+
17660
17668
  /**
17661
17669
  * Event is fired when the selection is made
17662
17670
  */
@@ -24925,7 +24933,17 @@ declare namespace sap {
24925
24933
  *
24926
24934
  * @returns Value of property `filePickerMode`
24927
24935
  */
24928
- getFilePickerMode(): /* was: sap.suite.ui.commons.FilePickerModes */ any;
24936
+ getFilePickerMode(): sap.suite.ui.commons.FilePickerModes;
24937
+ /**
24938
+ * Gets current value of property {@link #getFilePickerType filePickerType}.
24939
+ *
24940
+ * Specifies the mode in which the control is running
24941
+ *
24942
+ * Default value is `"Export"`.
24943
+ *
24944
+ * @returns Value of property `filePickerType`
24945
+ */
24946
+ getFilePickerType(): sap.suite.ui.commons.FilePickerType;
24929
24947
  /**
24930
24948
  * Gets current value of property {@link #getServiceUrl serviceUrl}.
24931
24949
  *
@@ -25045,7 +25063,24 @@ declare namespace sap {
25045
25063
  /**
25046
25064
  * New value for property `filePickerMode`
25047
25065
  */
25048
- sFilePickerMode?: /* was: sap.suite.ui.commons.FilePickerModes */ any
25066
+ sFilePickerMode?: sap.suite.ui.commons.FilePickerModes
25067
+ ): this;
25068
+ /**
25069
+ * Sets a new value for property {@link #getFilePickerType filePickerType}.
25070
+ *
25071
+ * Specifies the mode in which the control is running
25072
+ *
25073
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
25074
+ *
25075
+ * Default value is `"Export"`.
25076
+ *
25077
+ * @returns Reference to `this` in order to allow method chaining
25078
+ */
25079
+ setFilePickerType(
25080
+ /**
25081
+ * New value for property `filePickerType`
25082
+ */
25083
+ sFilePickerType?: sap.suite.ui.commons.FilePickerType
25049
25084
  ): this;
25050
25085
  /**
25051
25086
  * Sets a new value for property {@link #getServiceUrl serviceUrl}.
@@ -45585,6 +45620,36 @@ declare namespace sap {
45585
45620
  */
45586
45621
  XXL = "XXL",
45587
45622
  }
45623
+ /**
45624
+ * Modes for the {@link sap.suite.ui.commons.CloudFilePicker}.
45625
+ */
45626
+ enum FilePickerModes {
45627
+ /**
45628
+ * Allow selection of a File or Folder resource
45629
+ */
45630
+ All = "All",
45631
+ /**
45632
+ * Allow selection of File type of resource
45633
+ */
45634
+ FileOnly = "FileOnly",
45635
+ /**
45636
+ * Allow selection of Folder type of resource
45637
+ */
45638
+ FolderOnly = "FolderOnly",
45639
+ }
45640
+ /**
45641
+ * Runtime mode for the {@link sap.suite.ui.commons.CloudFilePicker}.
45642
+ */
45643
+ enum FilePickerType {
45644
+ /**
45645
+ * Control runs in Export mode
45646
+ */
45647
+ Export = "Export",
45648
+ /**
45649
+ * Control runs in Upload mode
45650
+ */
45651
+ Upload = "Upload",
45652
+ }
45588
45653
  /**
45589
45654
  * @deprecated (since 1.34) - Deprecated. Moved to openUI5.
45590
45655
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1031,7 +1031,7 @@ declare namespace sap {
1031
1031
  */
1032
1032
  replaceInHistory?: boolean;
1033
1033
  /**
1034
- * This gives the provision to the application developer to chosse between "display"/"edit" mode for target
1034
+ * This gives the provision to the application developer to choose between "display"/"edit" mode for target
1035
1035
  * page
1036
1036
  */
1037
1037
  displayMode?: sap.suite.ui.generic.template.displayMode;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -280,7 +280,7 @@ declare namespace sap {
280
280
  }
281
281
  }
282
282
 
283
- // For Library Version: 1.114.0
283
+ // For Library Version: 1.114.2
284
284
 
285
285
  declare module "sap/base/assert" {
286
286
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1299,6 +1299,8 @@ declare namespace sap {
1299
1299
 
1300
1300
  "sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
1301
1301
 
1302
+ "sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
1303
+
1302
1304
  "sap/ui/fl/apply/_internal/preprocessors/ControllerExtension": undefined;
1303
1305
 
1304
1306
  "sap/ui/fl/apply/_internal/preprocessors/EventHistory": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ushell {
@@ -545,6 +545,9 @@ declare namespace sap {
545
545
  *
546
546
  * The function returns an object with following parameters:
547
547
  * - applicationType: “UI5|WDA|NWBC|URL|TR”
548
+ * - applicationFramework: when applicationType is "URL", this parameter indicates which application
549
+ * framework is running inside the iframe - “UI5|WDA|GUI|CRM”. This attribute is for SAP internal usage
550
+ * only.
548
551
  * - componentInstance: reference to component (only for applicationType "UI5").
549
552
  * - homePage: `true` when root intent (normally #Shell-home) or Appfinder (#Shell-appfinder) is currently
550
553
  * displayed.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.2
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.114.0
1
+ // For Library Version: 1.114.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {