@sapui5/ts-types 1.136.3 → 1.136.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.
Files changed (60) hide show
  1. package/package.json +1 -1
  2. package/types/index.d.ts +4 -4
  3. package/types/{mdc-1.136.0-d.ts → mdc-1.136.2-d.ts} +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +1 -28
  7. package/types/sap.f.d.ts +1 -1
  8. package/types/sap.fe.base.d.ts +1 -1
  9. package/types/sap.fe.controls-1.136.3-d.ts +3 -0
  10. package/types/sap.fe.core.d.ts +1 -1
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +1 -1
  13. package/types/sap.fe.navigation.d.ts +1 -1
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.gantt.d.ts +1 -1
  20. package/types/sap.insights.d.ts +1 -1
  21. package/types/sap.makit.d.ts +1 -1
  22. package/types/sap.me.d.ts +1 -1
  23. package/types/sap.ndc.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +1 -1
  25. package/types/sap.suite.ui.commons.d.ts +1 -1
  26. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  27. package/types/sap.suite.ui.microchart.d.ts +1 -1
  28. package/types/sap.tnt.d.ts +1 -1
  29. package/types/sap.ui.codeeditor.d.ts +1 -1
  30. package/types/sap.ui.commons.d.ts +1 -1
  31. package/types/sap.ui.comp.d.ts +1 -1
  32. package/types/sap.ui.dt.d.ts +1 -1
  33. package/types/sap.ui.export.d.ts +1 -1
  34. package/types/sap.ui.fl.d.ts +1 -1
  35. package/types/sap.ui.integration.d.ts +1 -1
  36. package/types/sap.ui.layout.d.ts +1 -1
  37. package/types/sap.ui.richtexteditor.d.ts +1 -1
  38. package/types/sap.ui.rta.d.ts +1 -1
  39. package/types/sap.ui.suite.d.ts +1 -1
  40. package/types/sap.ui.support.d.ts +1 -1
  41. package/types/sap.ui.table.d.ts +1 -1
  42. package/types/sap.ui.testrecorder.d.ts +1 -1
  43. package/types/sap.ui.unified.d.ts +1 -1
  44. package/types/sap.ui.ux3.d.ts +1 -1
  45. package/types/sap.ui.vbm.d.ts +62 -26
  46. package/types/sap.ui.vk.d.ts +53 -34
  47. package/types/sap.ui.webc.common.d.ts +1 -1
  48. package/types/sap.ui.webc.fiori.d.ts +1 -1
  49. package/types/sap.ui.webc.main.d.ts +1 -1
  50. package/types/sap.uiext.inbox.d.ts +1 -1
  51. package/types/sap.ushell.d.ts +1 -1
  52. package/types/sap.ushell_abap.d.ts +1 -1
  53. package/types/sap.uxap.d.ts +1 -1
  54. package/types/sap.viz.d.ts +1 -1
  55. package/types/sap.zen.commons.d.ts +1 -1
  56. package/types/sap.zen.crosstab.d.ts +1 -1
  57. package/types/sap.zen.dsh.d.ts +1 -1
  58. package/types/sap.fe.controls.d.ts +0 -3
  59. /package/types/{sap.ui.core.d.ts → core-1.136.2-d.ts} +0 -0
  60. /package/types/{sap.m.d.ts → mobile-1.136.2-d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.136.3",
3
+ "version": "1.136.5",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -19,7 +19,7 @@
19
19
  /// <reference path="./sap.sac.df.d.ts"/>
20
20
  /// <reference path="./sap.ui.commons.d.ts"/>
21
21
  /// <reference path="./sap.ui.comp.d.ts"/>
22
- /// <reference path="./sap.ui.core.d.ts"/>
22
+ /// <reference path="./core-1.136.2-d.ts"/>
23
23
  /// <reference path="./sap.ui.dt.d.ts"/>
24
24
  /// <reference path="./sap.ui.export.d.ts"/>
25
25
  /// <reference path="./sap.f.d.ts"/>
@@ -32,8 +32,8 @@
32
32
  /// <reference path="./sap.ui.integration.d.ts"/>
33
33
  /// <reference path="./sap.ui.layout.d.ts"/>
34
34
  /// <reference path="./sap.makit.d.ts"/>
35
- /// <reference path="./mdc-1.136.0-d.ts"/>
36
- /// <reference path="./sap.m.d.ts"/>
35
+ /// <reference path="./mdc-1.136.2-d.ts"/>
36
+ /// <reference path="./mobile-1.136.2-d.ts"/>
37
37
  /// <reference path="./sap.me.d.ts"/>
38
38
  /// <reference path="./sap.ndc.d.ts"/>
39
39
  /// <reference path="./sap.ovp.d.ts"/>
@@ -45,7 +45,7 @@
45
45
  /// <reference path="./sap.cux.home.d.ts"/>
46
46
  /// <reference path="./sap.esh.search.ui.d.ts"/>
47
47
  /// <reference path="./sap.fe.base.d.ts"/>
48
- /// <reference path="./sap.fe.controls.d.ts"/>
48
+ /// <reference path="./sap.fe.controls-1.136.3-d.ts"/>
49
49
  /// <reference path="./sap.fe.core.d.ts"/>
50
50
  /// <reference path="./sap.fe.ina.d.ts"/>
51
51
  /// <reference path="./sap.fe.macros.d.ts"/>
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.1
1
+ // For Library Version: 1.136.2
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -893,13 +893,6 @@ declare namespace sap {
893
893
  settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
894
894
  );
895
895
 
896
- /**
897
- * Gets current value of property type.
898
- *
899
- *
900
- * @returns Value of property `type`
901
- */
902
- getType(): sap.cux.home.NewsType;
903
896
  /**
904
897
  * Gets current value of property url.
905
898
  *
@@ -907,13 +900,6 @@ declare namespace sap {
907
900
  * @returns Value of property `url`
908
901
  */
909
902
  getUrl(): string;
910
- /**
911
- * Gets current value of property type.
912
- *
913
- *
914
- * @returns Value of property `type`
915
- */
916
- setType(): sap.cux.home.NewsType;
917
903
  /**
918
904
  * Gets current value of property url.
919
905
  *
@@ -1286,20 +1272,7 @@ declare namespace sap {
1286
1272
  * @since 1.121
1287
1273
  * @experimental As of version 1.121.
1288
1274
  */
1289
- enum NewsType {
1290
- /**
1291
- * Url is of type ATOM
1292
- */
1293
- ATOM = "undefined",
1294
- /**
1295
- * News is of type custom news feed
1296
- */
1297
- Custom = "undefined",
1298
- /**
1299
- * Url is of type RSS
1300
- */
1301
- RSS = "undefined",
1302
- }
1275
+ enum NewsType {}
1303
1276
  /**
1304
1277
  * Event object of the MenuItem#press event.
1305
1278
  */
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -0,0 +1,3 @@
1
+ // For Library Version: 1.136.3
2
+
3
+ declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.5
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
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.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -562,6 +562,31 @@ declare namespace sap {
562
562
  content?: sap.ui.core.Control;
563
563
  }
564
564
 
565
+ /**
566
+ * Describes the settings that can be provided to the ContainerLegendItem constructor.
567
+ *
568
+ * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
569
+ * versions.
570
+ */
571
+ interface $ContainerLegendItemSettings
572
+ extends sap.m.$StandardListItemSettings {
573
+ /**
574
+ * show color square
575
+ */
576
+ color?:
577
+ | sap.ui.core.CSSColor
578
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
579
+ | `{${string}}`;
580
+
581
+ /**
582
+ * The semantic spot type for the legend marker.
583
+ */
584
+ semanticSpotType?:
585
+ | sap.ui.vbm.SemanticType
586
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
587
+ | `{${string}}`;
588
+ }
589
+
565
590
  /**
566
591
  * Describes the settings that can be provided to the Containers constructor.
567
592
  */
@@ -1171,17 +1196,17 @@ declare namespace sap {
1171
1196
  /**
1172
1197
  * Selection Mode
1173
1198
  */
1174
- selectionMode?: /* was: sap.m.ListMode */
1175
- | any
1199
+ selectionMode?:
1200
+ | sap.m.ListMode
1176
1201
  | sap.ui.base.ManagedObject.PropertyBindingInfo
1177
1202
  | `{${string}}`;
1178
1203
 
1179
1204
  /**
1180
1205
  * Item aggregation
1181
1206
  */
1182
- items?: /* was: sap.m.ListItemBase */
1183
- | any[]
1184
- | /* was: sap.m.ListItemBase */ any
1207
+ items?:
1208
+ | sap.m.ListItemBase[]
1209
+ | sap.m.ListItemBase
1185
1210
  | sap.ui.base.ManagedObject.AggregationBindingInfo
1186
1211
  | `{${string}}`;
1187
1212
 
@@ -2636,7 +2661,7 @@ declare namespace sap {
2636
2661
  /**
2637
2662
  * The item which fired the pressed event.
2638
2663
  */
2639
- listItem?: /* was: sap.m.ListItemBase */ any;
2664
+ listItem?: sap.m.ListItemBase;
2640
2665
 
2641
2666
  /**
2642
2667
  * The control which caused the press event within the container.
@@ -2652,12 +2677,12 @@ declare namespace sap {
2652
2677
  * The item whose selection has changed. In `MultiSelect` mode, only the up-most selected item is returned.
2653
2678
  * This parameter can be used for single-selection modes.
2654
2679
  */
2655
- listItem?: /* was: sap.m.ListItemBase */ any;
2680
+ listItem?: sap.m.ListItemBase;
2656
2681
 
2657
2682
  /**
2658
2683
  * Array of items whose selection has changed. This parameter can be used for `MultiSelect` mode.
2659
2684
  */
2660
- listItems?: /* was: sap.m.ListItemBase */ any[];
2685
+ listItems?: sap.m.ListItemBase[];
2661
2686
 
2662
2687
  /**
2663
2688
  * Indicates whether the `listItem` parameter is selected or not.
@@ -7408,9 +7433,20 @@ declare namespace sap {
7408
7433
  * @experimental As of version 1.38.0. This class is experimental and might be modified or removed in future
7409
7434
  * versions.
7410
7435
  */
7411
- class ContainerLegendItem
7412
- extends /* was: sap.m.StandardListItem */ Object
7413
- {
7436
+ class ContainerLegendItem extends sap.m.StandardListItem {
7437
+ /**
7438
+ * Constructor for a new ContainerLegendItem.
7439
+ *
7440
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
7441
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
7442
+ * of the syntax of the settings object.
7443
+ */
7444
+ constructor(
7445
+ /**
7446
+ * initial settings for the new control
7447
+ */
7448
+ mSettings?: sap.ui.vbm.$ContainerLegendItemSettings
7449
+ );
7414
7450
  /**
7415
7451
  * Constructor for a new ContainerLegendItem.
7416
7452
  *
@@ -7426,7 +7462,7 @@ declare namespace sap {
7426
7462
  /**
7427
7463
  * initial settings for the new control
7428
7464
  */
7429
- mSettings?: object
7465
+ mSettings?: sap.ui.vbm.$ContainerLegendItemSettings
7430
7466
  );
7431
7467
 
7432
7468
  /**
@@ -7459,7 +7495,7 @@ declare namespace sap {
7459
7495
  *
7460
7496
  * @returns Metadata object describing this class
7461
7497
  */
7462
- static getMetadata(): sap.ui.base.Metadata;
7498
+ static getMetadata(): sap.ui.core.ElementMetadata;
7463
7499
  /**
7464
7500
  * Gets current value of property {@link #getColor color}.
7465
7501
  *
@@ -12253,7 +12289,7 @@ declare namespace sap {
12253
12289
  /**
12254
12290
  * The item to add; if empty, nothing is inserted
12255
12291
  */
12256
- oItem: /* was: sap.m.ListItemBase */ any
12292
+ oItem: sap.m.ListItemBase
12257
12293
  ): this;
12258
12294
  /**
12259
12295
  * Attaches event handler `fnFunction` to the {@link #event:expand expand} event of this `sap.ui.vbm.ListPanel`.
@@ -12625,7 +12661,7 @@ declare namespace sap {
12625
12661
  *
12626
12662
  * Item aggregation
12627
12663
  */
12628
- getItems(): /* was: sap.m.ListItemBase */ any[];
12664
+ getItems(): sap.m.ListItemBase[];
12629
12665
  /**
12630
12666
  * Returns selected list item. When no item is selected, "null" is returned. When "multi-selection" is enabled
12631
12667
  * and multiple items are selected, only the up-most selected item is returned.
@@ -12633,14 +12669,14 @@ declare namespace sap {
12633
12669
  *
12634
12670
  * @returns Selected item.
12635
12671
  */
12636
- getSelectedItem(): /* was: sap.m.ListItemBase */ any;
12672
+ getSelectedItem(): sap.m.ListItemBase;
12637
12673
  /**
12638
12674
  * Returns an array containing the selected list items. If no items are selected, an empty array is returned.
12639
12675
  *
12640
12676
  *
12641
12677
  * @returns Selected items
12642
12678
  */
12643
- getSelectedItems(): /* was: sap.m.ListItemBase */ any[];
12679
+ getSelectedItems(): sap.m.ListItemBase[];
12644
12680
  /**
12645
12681
  * Gets current value of property {@link #getSelectionMode selectionMode}.
12646
12682
  *
@@ -12651,7 +12687,7 @@ declare namespace sap {
12651
12687
  *
12652
12688
  * @returns Value of property `selectionMode`
12653
12689
  */
12654
- getSelectionMode(): /* was: sap.m.ListMode */ any;
12690
+ getSelectionMode(): sap.m.ListMode;
12655
12691
  /**
12656
12692
  * Checks for the provided `sap.m.ListItemBase` in the aggregation {@link #getItems items}. and returns
12657
12693
  * its index if found or -1 otherwise.
@@ -12663,7 +12699,7 @@ declare namespace sap {
12663
12699
  /**
12664
12700
  * The item whose index is looked for
12665
12701
  */
12666
- oItem: /* was: sap.m.ListItemBase */ any
12702
+ oItem: sap.m.ListItemBase
12667
12703
  ): int;
12668
12704
  /**
12669
12705
  * Inserts a item into the aggregation {@link #getItems items}.
@@ -12675,7 +12711,7 @@ declare namespace sap {
12675
12711
  /**
12676
12712
  * The item to insert; if empty, nothing is inserted
12677
12713
  */
12678
- oItem: /* was: sap.m.ListItemBase */ any,
12714
+ oItem: sap.m.ListItemBase,
12679
12715
  /**
12680
12716
  * The `0`-based index the item should be inserted at; for a negative value of `iIndex`, the item is inserted
12681
12717
  * at position 0; for a value greater than the current size of the aggregation, the item is inserted at
@@ -12691,7 +12727,7 @@ declare namespace sap {
12691
12727
  *
12692
12728
  * @returns An array of the removed elements (might be empty)
12693
12729
  */
12694
- removeAllItems(): /* was: sap.m.ListItemBase */ any[];
12730
+ removeAllItems(): sap.m.ListItemBase[];
12695
12731
  /**
12696
12732
  * Removes a item from the aggregation {@link #getItems items}.
12697
12733
  *
@@ -12702,8 +12738,8 @@ declare namespace sap {
12702
12738
  /**
12703
12739
  * The item to remove or its index or id
12704
12740
  */
12705
- vItem: int | string | /* was: sap.m.ListItemBase */ any
12706
- ): /* was: sap.m.ListItemBase */ any | null;
12741
+ vItem: int | string | sap.m.ListItemBase
12742
+ ): sap.m.ListItemBase | null;
12707
12743
  /**
12708
12744
  * Sets a new value for property {@link #getExpandAnimation expandAnimation}.
12709
12745
  *
@@ -12779,7 +12815,7 @@ declare namespace sap {
12779
12815
  /**
12780
12816
  * The list item whose selection to be changed. This parameter is mandatory.
12781
12817
  */
12782
- oListItem: /* was: sap.m.ListItemBase */ any,
12818
+ oListItem: sap.m.ListItemBase,
12783
12819
  /**
12784
12820
  * Sets selected status of the list item. Default value is true.
12785
12821
  */
@@ -12805,7 +12841,7 @@ declare namespace sap {
12805
12841
  /**
12806
12842
  * New value for property `selectionMode`
12807
12843
  */
12808
- sSelectionMode?: /* was: sap.m.ListMode */ any
12844
+ sSelectionMode?: sap.m.ListMode
12809
12845
  ): this;
12810
12846
  }
12811
12847
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.0
1
+ // For Library Version: 1.136.1
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -18475,23 +18475,31 @@ declare namespace sap {
18475
18475
  | `{${string}}`;
18476
18476
 
18477
18477
  /**
18478
- * The source type of the content resource. Valid types:
18478
+ *
18479
18479
  * - vds
18480
18480
  * - vds4
18481
+ * - vds4-2d
18481
18482
  * - svg
18482
18483
  * - png
18483
18484
  * - jpg
18484
18485
  * - jpeg
18485
18486
  * - gif
18486
18487
  * - bmp
18487
- * - tif*
18488
- * - tiff*
18489
- * - stream The source type may be omitted if this is a grouping content node.
18490
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
18491
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
18492
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
18493
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
18494
- * source type "vds" will also use Threejs model.
18488
+ * - tif
18489
+ * - tiff
18490
+ * - stream
18491
+ * - stream2d
18492
+ * - ecad
18493
+ * - pdf
18494
+ * - auto
18495
+ *
18496
+ * The source type may be omitted if this is a grouping content node. If the `source` property points
18497
+ * to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
18498
+ * property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
18499
+ * are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
18500
+ * library to load and display VDS file content. If source type of "vds4" is used then new namespace based
18501
+ * on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
18502
+ * deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
18495
18503
  */
18496
18504
  sourceType?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
18497
18505
 
@@ -25815,23 +25823,31 @@ declare namespace sap {
25815
25823
  /**
25816
25824
  * Gets current value of property {@link #getSourceType sourceType}.
25817
25825
  *
25818
- * The source type of the content resource. Valid types:
25826
+ *
25819
25827
  * - vds
25820
25828
  * - vds4
25829
+ * - vds4-2d
25821
25830
  * - svg
25822
25831
  * - png
25823
25832
  * - jpg
25824
25833
  * - jpeg
25825
25834
  * - gif
25826
25835
  * - bmp
25827
- * - tif*
25828
- * - tiff*
25829
- * - stream The source type may be omitted if this is a grouping content node.
25830
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
25831
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
25832
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
25833
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
25834
- * source type "vds" will also use Threejs model.
25836
+ * - tif
25837
+ * - tiff
25838
+ * - stream
25839
+ * - stream2d
25840
+ * - ecad
25841
+ * - pdf
25842
+ * - auto
25843
+ *
25844
+ * The source type may be omitted if this is a grouping content node. If the `source` property points
25845
+ * to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
25846
+ * property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
25847
+ * are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
25848
+ * library to load and display VDS file content. If source type of "vds4" is used then new namespace based
25849
+ * on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
25850
+ * deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
25835
25851
  *
25836
25852
  *
25837
25853
  * @returns Value of property `sourceType`
@@ -26223,23 +26239,31 @@ declare namespace sap {
26223
26239
  /**
26224
26240
  * Sets a new value for property {@link #getSourceType sourceType}.
26225
26241
  *
26226
- * The source type of the content resource. Valid types:
26242
+ *
26227
26243
  * - vds
26228
26244
  * - vds4
26245
+ * - vds4-2d
26229
26246
  * - svg
26230
26247
  * - png
26231
26248
  * - jpg
26232
26249
  * - jpeg
26233
26250
  * - gif
26234
26251
  * - bmp
26235
- * - tif*
26236
- * - tiff*
26237
- * - stream The source type may be omitted if this is a grouping content node.
26238
- * NOTE: The tif and tiff image formats are not supported on all browsers. Source type "vds" initializes
26239
- * deprecated DVL namespace and uses legacy library to load and display VDS file content. If source type
26240
- * of "vds4" is used then new namespace based on Threejs rendering model will be used to load and display
26241
- * VDS file content. Since DVL namespace is deprecated in one of future releases it will be removed and
26242
- * source type "vds" will also use Threejs model.
26252
+ * - tif
26253
+ * - tiff
26254
+ * - stream
26255
+ * - stream2d
26256
+ * - ecad
26257
+ * - pdf
26258
+ * - auto
26259
+ *
26260
+ * The source type may be omitted if this is a grouping content node. If the `source` property points
26261
+ * to an IPD Visualization service the `sourceType` property can be assigned value `auto`. The actual `sourceType`
26262
+ * property will be detected by making a request to the backend. NOTE: The tif and tiff image formats
26263
+ * are not supported on all browsers. Source type "vds" initializes deprecated DVL namespace and uses legacy
26264
+ * library to load and display VDS file content. If source type of "vds4" is used then new namespace based
26265
+ * on Threejs rendering model will be used to load and display VDS file content. Since DVL namespace is
26266
+ * deprecated in one of future releases it will be removed and source type "vds" will also use Threejs model.
26243
26267
  *
26244
26268
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
26245
26269
  *
@@ -38596,12 +38620,7 @@ declare namespace sap {
38596
38620
  *
38597
38621
  * @returns `this` to allow method chaining.
38598
38622
  */
38599
- activateFullScreenMode(
38600
- /**
38601
- * Parameter which specifies whether to activate or deactivate full screen mode.
38602
- */
38603
- value: boolean
38604
- ): this;
38623
+ activateFullScreenMode(): this;
38605
38624
  /**
38606
38625
  * Activates the redline design control.
38607
38626
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.3
1
+ // For Library Version: 1.136.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.2
1
+ // For Library Version: 1.136.3
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.136.8
1
+ // For Library Version: 1.136.9
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,3 +0,0 @@
1
- // For Library Version: 1.136.2
2
-
3
- declare namespace sap {}
File without changes
File without changes