@sapui5/ts-types 1.133.0 → 1.134.0

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 (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +0 -14
  7. package/types/sap.esh.search.ui.d.ts +7 -1
  8. package/types/sap.f.d.ts +49 -8
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +25 -3
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +55 -62
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +187 -128
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +641 -74
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +360 -89
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +53 -30
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +105 -7
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +11 -30
  37. package/types/sap.ui.core.d.ts +351 -55
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +1 -1
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -3
  44. package/types/sap.ui.layout.d.ts +2 -2
  45. package/types/sap.ui.mdc.d.ts +227 -11
  46. package/types/sap.ui.richtexteditor.d.ts +1 -1
  47. package/types/sap.ui.rta.d.ts +79 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +1 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +41 -47
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +325 -4
  55. package/types/sap.ui.vk.d.ts +4 -4
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +36 -4
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +7 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -933,7 +933,7 @@ declare namespace sap {
933
933
  /**
934
934
  * Legend for the Map
935
935
  */
936
- legend?: /* was: sap.ui.vbm.Legend */ any;
936
+ legend?: sap.ui.vbm.Legend;
937
937
 
938
938
  /**
939
939
  * Aggregation of clusters.
@@ -1075,6 +1075,30 @@ declare namespace sap {
1075
1075
  radius?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1076
1076
  }
1077
1077
 
1078
+ /**
1079
+ * Describes the settings that can be provided to the Legend constructor.
1080
+ */
1081
+ interface $LegendSettings extends sap.ui.core.$ElementSettings {
1082
+ /**
1083
+ * The caption of the legend.
1084
+ */
1085
+ caption?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1086
+
1087
+ /**
1088
+ * LegendItem object aggregation
1089
+ */
1090
+ items?:
1091
+ | sap.ui.vbm.LegendItem[]
1092
+ | sap.ui.vbm.LegendItem
1093
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
1094
+ | `{${string}}`;
1095
+
1096
+ /**
1097
+ * The event is raised when there is a click action on a legend.
1098
+ */
1099
+ click?: (oEvent: Legend$ClickEvent) => void;
1100
+ }
1101
+
1078
1102
  /**
1079
1103
  * Describes the settings that can be provided to the LegendItem constructor.
1080
1104
  */
@@ -2530,6 +2554,41 @@ declare namespace sap {
2530
2554
  zoomLevel?: int;
2531
2555
  }
2532
2556
 
2557
+ /**
2558
+ * Parameters of the Legend#click event.
2559
+ */
2560
+ interface Legend$ClickEventParameters {
2561
+ /**
2562
+ * Event data object
2563
+ */
2564
+ data?: object;
2565
+
2566
+ /**
2567
+ * The row number where the click occurred
2568
+ */
2569
+ row?: int;
2570
+
2571
+ /**
2572
+ * key modifier Ctrl pressed
2573
+ */
2574
+ ctrlKey?: boolean;
2575
+
2576
+ /**
2577
+ * key modifier Shift pressed
2578
+ */
2579
+ shiftKey?: boolean;
2580
+
2581
+ /**
2582
+ * key modifier Meta pressed
2583
+ */
2584
+ metaKey?: boolean;
2585
+
2586
+ /**
2587
+ * key modifier Alt pressed
2588
+ */
2589
+ altKey?: boolean;
2590
+ }
2591
+
2533
2592
  /**
2534
2593
  * Parameters of the LegendItem#click event.
2535
2594
  */
@@ -10340,7 +10399,7 @@ declare namespace sap {
10340
10399
  *
10341
10400
  * Legend for the Map
10342
10401
  */
10343
- getLegend(): /* was: sap.ui.vbm.Legend */ any;
10402
+ getLegend(): sap.ui.vbm.Legend;
10344
10403
  /**
10345
10404
  * Gets current value of property {@link #getLegendVisible legendVisible}.
10346
10405
  *
@@ -10896,7 +10955,7 @@ declare namespace sap {
10896
10955
  /**
10897
10956
  * The legend to set
10898
10957
  */
10899
- oLegend: /* was: sap.ui.vbm.Legend */ any
10958
+ oLegend: sap.ui.vbm.Legend
10900
10959
  ): this;
10901
10960
  /**
10902
10961
  * Sets a new value for property {@link #getLegendVisible legendVisible}.
@@ -11612,6 +11671,258 @@ declare namespace sap {
11612
11671
  sValue?: string
11613
11672
  ): this;
11614
11673
  }
11674
+ /**
11675
+ * The Legend is a window in the GeoMap or AnalyticMap control wich can be used to display color/icon-text
11676
+ * pairs on a map.
11677
+ */
11678
+ class Legend extends sap.ui.core.Element {
11679
+ /**
11680
+ * Constructor for a new Legend.
11681
+ *
11682
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11683
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11684
+ * of the syntax of the settings object.
11685
+ */
11686
+ constructor(
11687
+ /**
11688
+ * initial settings for the new control
11689
+ */
11690
+ mSettings?: sap.ui.vbm.$LegendSettings
11691
+ );
11692
+ /**
11693
+ * Constructor for a new Legend.
11694
+ *
11695
+ * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
11696
+ * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
11697
+ * of the syntax of the settings object.
11698
+ */
11699
+ constructor(
11700
+ /**
11701
+ * id for the new control, generated automatically if no id is given
11702
+ */
11703
+ sId?: string,
11704
+ /**
11705
+ * initial settings for the new control
11706
+ */
11707
+ mSettings?: sap.ui.vbm.$LegendSettings
11708
+ );
11709
+
11710
+ /**
11711
+ * Creates a new subclass of class sap.ui.vbm.Legend with name `sClassName` and enriches it with the information
11712
+ * contained in `oClassInfo`.
11713
+ *
11714
+ * `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
11715
+ *
11716
+ *
11717
+ * @returns Created class / constructor function
11718
+ */
11719
+ static extend<T extends Record<string, unknown>>(
11720
+ /**
11721
+ * Name of the class being created
11722
+ */
11723
+ sClassName: string,
11724
+ /**
11725
+ * Object literal with information about the class
11726
+ */
11727
+ oClassInfo?: sap.ClassInfo<T, sap.ui.vbm.Legend>,
11728
+ /**
11729
+ * Constructor function for the metadata object; if not given, it defaults to the metadata implementation
11730
+ * used by this class
11731
+ */
11732
+ FNMetaImpl?: Function
11733
+ ): Function;
11734
+ /**
11735
+ * Returns a metadata object for class sap.ui.vbm.Legend.
11736
+ *
11737
+ *
11738
+ * @returns Metadata object describing this class
11739
+ */
11740
+ static getMetadata(): sap.ui.core.ElementMetadata;
11741
+ /**
11742
+ * Adds some item to the aggregation {@link #getItems items}.
11743
+ *
11744
+ *
11745
+ * @returns Reference to `this` in order to allow method chaining
11746
+ */
11747
+ addItem(
11748
+ /**
11749
+ * The item to add; if empty, nothing is inserted
11750
+ */
11751
+ oItem: sap.ui.vbm.LegendItem
11752
+ ): this;
11753
+ /**
11754
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.Legend`.
11755
+ *
11756
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11757
+ * otherwise it will be bound to this `sap.ui.vbm.Legend` itself.
11758
+ *
11759
+ * The event is raised when there is a click action on a legend.
11760
+ *
11761
+ *
11762
+ * @returns Reference to `this` in order to allow method chaining
11763
+ */
11764
+ attachClick(
11765
+ /**
11766
+ * An application-specific payload object that will be passed to the event handler along with the event
11767
+ * object when firing the event
11768
+ */
11769
+ oData: object,
11770
+ /**
11771
+ * The function to be called when the event occurs
11772
+ */
11773
+ fnFunction: (p1: Legend$ClickEvent) => void,
11774
+ /**
11775
+ * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
11776
+ */
11777
+ oListener?: object
11778
+ ): this;
11779
+ /**
11780
+ * Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.Legend`.
11781
+ *
11782
+ * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11783
+ * otherwise it will be bound to this `sap.ui.vbm.Legend` itself.
11784
+ *
11785
+ * The event is raised when there is a click action on a legend.
11786
+ *
11787
+ *
11788
+ * @returns Reference to `this` in order to allow method chaining
11789
+ */
11790
+ attachClick(
11791
+ /**
11792
+ * The function to be called when the event occurs
11793
+ */
11794
+ fnFunction: (p1: Legend$ClickEvent) => void,
11795
+ /**
11796
+ * Context object to call the event handler with. Defaults to this `sap.ui.vbm.Legend` itself
11797
+ */
11798
+ oListener?: object
11799
+ ): this;
11800
+ /**
11801
+ * Destroys all the items in the aggregation {@link #getItems items}.
11802
+ *
11803
+ *
11804
+ * @returns Reference to `this` in order to allow method chaining
11805
+ */
11806
+ destroyItems(): this;
11807
+ /**
11808
+ * Detaches event handler `fnFunction` from the {@link #event:click click} event of this `sap.ui.vbm.Legend`.
11809
+ *
11810
+ * The passed function and listener object must match the ones used for event registration.
11811
+ *
11812
+ *
11813
+ * @returns Reference to `this` in order to allow method chaining
11814
+ */
11815
+ detachClick(
11816
+ /**
11817
+ * The function to be called, when the event occurs
11818
+ */
11819
+ fnFunction: (p1: Legend$ClickEvent) => void,
11820
+ /**
11821
+ * Context object on which the given function had to be called
11822
+ */
11823
+ oListener?: object
11824
+ ): this;
11825
+ /**
11826
+ * Fires event {@link #event:click click} to attached listeners.
11827
+ *
11828
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
11829
+ *
11830
+ * @returns Reference to `this` in order to allow method chaining
11831
+ */
11832
+ fireClick(
11833
+ /**
11834
+ * Parameters to pass along with the event
11835
+ */
11836
+ mParameters?: sap.ui.vbm.Legend$ClickEventParameters
11837
+ ): this;
11838
+ /**
11839
+ * Gets current value of property {@link #getCaption caption}.
11840
+ *
11841
+ * The caption of the legend.
11842
+ *
11843
+ * Default value is `...see text or source`.
11844
+ *
11845
+ *
11846
+ * @returns Value of property `caption`
11847
+ */
11848
+ getCaption(): string;
11849
+ /**
11850
+ * Gets content of aggregation {@link #getItems items}.
11851
+ *
11852
+ * LegendItem object aggregation
11853
+ */
11854
+ getItems(): sap.ui.vbm.LegendItem[];
11855
+ /**
11856
+ * Checks for the provided `sap.ui.vbm.LegendItem` in the aggregation {@link #getItems items}. and returns
11857
+ * its index if found or -1 otherwise.
11858
+ *
11859
+ *
11860
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
11861
+ */
11862
+ indexOfItem(
11863
+ /**
11864
+ * The item whose index is looked for
11865
+ */
11866
+ oItem: sap.ui.vbm.LegendItem
11867
+ ): int;
11868
+ /**
11869
+ * Inserts a item into the aggregation {@link #getItems items}.
11870
+ *
11871
+ *
11872
+ * @returns Reference to `this` in order to allow method chaining
11873
+ */
11874
+ insertItem(
11875
+ /**
11876
+ * The item to insert; if empty, nothing is inserted
11877
+ */
11878
+ oItem: sap.ui.vbm.LegendItem,
11879
+ /**
11880
+ * The `0`-based index the item should be inserted at; for a negative value of `iIndex`, the item is inserted
11881
+ * at position 0; for a value greater than the current size of the aggregation, the item is inserted at
11882
+ * the last position
11883
+ */
11884
+ iIndex: int
11885
+ ): this;
11886
+ /**
11887
+ * Removes all the controls from the aggregation {@link #getItems items}.
11888
+ *
11889
+ * Additionally, it unregisters them from the hosting UIArea.
11890
+ *
11891
+ *
11892
+ * @returns An array of the removed elements (might be empty)
11893
+ */
11894
+ removeAllItems(): sap.ui.vbm.LegendItem[];
11895
+ /**
11896
+ * Removes a item from the aggregation {@link #getItems items}.
11897
+ *
11898
+ *
11899
+ * @returns The removed item or `null`
11900
+ */
11901
+ removeItem(
11902
+ /**
11903
+ * The item to remove or its index or id
11904
+ */
11905
+ vItem: int | string | sap.ui.vbm.LegendItem
11906
+ ): sap.ui.vbm.LegendItem | null;
11907
+ /**
11908
+ * Sets a new value for property {@link #getCaption caption}.
11909
+ *
11910
+ * The caption of the legend.
11911
+ *
11912
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11913
+ *
11914
+ * Default value is `...see text or source`.
11915
+ *
11916
+ *
11917
+ * @returns Reference to `this` in order to allow method chaining
11918
+ */
11919
+ setCaption(
11920
+ /**
11921
+ * New value for property `caption`
11922
+ */
11923
+ sCaption?: string
11924
+ ): this;
11925
+ }
11615
11926
  /**
11616
11927
  * Aggregation element for the Legend. A LegendItem consists of marker and an associated text. The marker
11617
11928
  * is either a rectangle in the given color or the given image or a semantic spot type. If no marker but
@@ -20281,6 +20592,14 @@ declare namespace sap {
20281
20592
  GeoMap
20282
20593
  >;
20283
20594
 
20595
+ /**
20596
+ * Event object of the Legend#click event.
20597
+ */
20598
+ type Legend$ClickEvent = sap.ui.base.Event<
20599
+ Legend$ClickEventParameters,
20600
+ Legend
20601
+ >;
20602
+
20284
20603
  /**
20285
20604
  * Event object of the LegendItem#click event.
20286
20605
  */
@@ -20623,6 +20942,8 @@ declare namespace sap {
20623
20942
 
20624
20943
  "sap/ui/vbm/HeatPoint": undefined;
20625
20944
 
20945
+ "sap/ui/vbm/Legend": undefined;
20946
+
20626
20947
  "sap/ui/vbm/LegendItem": undefined;
20627
20948
 
20628
20949
  "sap/ui/vbm/library": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -24664,7 +24664,7 @@ declare namespace sap {
24664
24664
  /**
24665
24665
  * The consumption scenario.
24666
24666
  */
24667
- consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
24667
+ consumptionScenario: string
24668
24668
  ): this;
24669
24669
  /**
24670
24670
  * Sets an object that decrypts content of encrypted models.
@@ -25210,7 +25210,7 @@ declare namespace sap {
25210
25210
  /**
25211
25211
  * The consumption scenario.
25212
25212
  */
25213
- consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
25213
+ consumptionScenario: string
25214
25214
  ): this;
25215
25215
  /**
25216
25216
  * Sets the maximum number of retry attempts for a download operation if the initial request to retrieve
@@ -39422,7 +39422,7 @@ declare namespace sap {
39422
39422
  /**
39423
39423
  * The consumption scenario.
39424
39424
  */
39425
- consumptionScenario: /* was: sap.ui.vk.ConsumptionScenario */ any
39425
+ consumptionScenario: string
39426
39426
  ): this;
39427
39427
  /**
39428
39428
  * Sets an object that decrypts content of encrypted models.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -230,6 +230,10 @@ declare namespace sap {
230
230
  * Version of the framework
231
231
  */
232
232
  appFrameworkVersion: string;
233
+ /**
234
+ * The FLP URL with the current hash included.
235
+ */
236
+ url: string;
233
237
  };
234
238
 
235
239
  /**
@@ -789,6 +793,30 @@ declare namespace sap {
789
793
  */
790
794
  showOnHome(): this;
791
795
  }
796
+ /**
797
+ * The UserSettingsEntry defines an entry in the user settings dialog. To be instantiated by {@link sap.ushell.services.FrameBoundExtension}.
798
+ *
799
+ * **Restriction:** Does not work when called from within an iframe. The calling function has to be in
800
+ * the 'same frame' as the launchpad itself.
801
+ *
802
+ * @since 1.134.0
803
+ */
804
+ class UserSettingsEntry {
805
+ /**
806
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
807
+ */
808
+ protected constructor();
809
+
810
+ /**
811
+ * Opens the user settings entry.
812
+ *
813
+ * The dialog is opened and then navigated to the new entry. If a group is available, the function navigates
814
+ * to the group and entry (tab).
815
+ *
816
+ * @since 1.134.0
817
+ */
818
+ open(): void;
819
+ }
792
820
  }
793
821
 
794
822
  namespace Navigation {
@@ -4687,7 +4715,7 @@ declare namespace sap {
4687
4715
  *
4688
4716
  * @since 1.124.0
4689
4717
  *
4690
- * @returns Resolves once the settings entry was added.
4718
+ * @returns Resolves with the new entry once the settings entry was added.
4691
4719
  */
4692
4720
  addUserSettingsEntry(
4693
4721
  /**
@@ -4704,7 +4732,7 @@ declare namespace sap {
4704
4732
  */
4705
4733
  title: string;
4706
4734
  /**
4707
- * A string to be presented as the sub title of the entry OR a function which resolves the sub title.
4735
+ * A string to be presented as the subtitle of the entry OR a function which resolves the sub title.
4708
4736
  */
4709
4737
  value: string | (() => Promise<string>);
4710
4738
  /**
@@ -4727,7 +4755,7 @@ declare namespace sap {
4727
4755
  */
4728
4756
  provideEmptyWrapper?: boolean;
4729
4757
  }
4730
- ): Promise<any>;
4758
+ ): Promise<sap.ushell.services.FrameBoundExtension.UserSettingsEntry>;
4731
4759
  /**
4732
4760
  * Creates a new footer which is positioned below the launchpad content.
4733
4761
  *
@@ -13791,6 +13819,8 @@ declare namespace sap {
13791
13819
 
13792
13820
  "sap/ushell/api/S4MyHome": undefined;
13793
13821
 
13822
+ "sap/ushell/api/SAPBusinessClient": undefined;
13823
+
13794
13824
  "sap/ushell/api/workpage/Designtime": undefined;
13795
13825
 
13796
13826
  "sap/ushell/api/workpage/Runtime": undefined;
@@ -13855,6 +13885,8 @@ declare namespace sap {
13855
13885
 
13856
13886
  "sap/ushell/services/FrameBoundExtension/ToolArea": undefined;
13857
13887
 
13888
+ "sap/ushell/services/FrameBoundExtension/UserSettingsEntry": undefined;
13889
+
13858
13890
  "sap/ushell/services/LaunchPage": undefined;
13859
13891
 
13860
13892
  "sap/ushell/services/Message": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1139,6 +1139,9 @@ declare namespace sap {
1139
1139
 
1140
1140
  /**
1141
1141
  * The list of Subsections.
1142
+ *
1143
+ * Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
1144
+ * reasons.
1142
1145
  */
1143
1146
  subSections?:
1144
1147
  | sap.uxap.ObjectPageSubSection[]
@@ -7095,6 +7098,9 @@ declare namespace sap {
7095
7098
  * Gets content of aggregation {@link #getSubSections subSections}.
7096
7099
  *
7097
7100
  * The list of Subsections.
7101
+ *
7102
+ * Note: If multiple subsections are used, it is highly recommended to set a title for the section for accessibility
7103
+ * reasons.
7098
7104
  */
7099
7105
  getSubSections(): sap.uxap.ObjectPageSubSection[];
7100
7106
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {