@openui5/ts-types-esm 1.112.2 → 1.114.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.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.112.2
1
+ // For Library Version: 1.114.0
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**
@@ -251,6 +251,8 @@ declare module "sap/uxap/AnchorBar" {
251
251
  */
252
252
  static getMetadata(): ElementMetadata;
253
253
  /**
254
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
255
+ *
254
256
  * This method is a hook for the RenderManager that gets called during the rendering of child Controls.
255
257
  * It allows to add, remove and update existing accessibility attributes (ARIA) of those controls.
256
258
  */
@@ -598,6 +600,8 @@ declare module "sap/uxap/BlockBase" {
598
600
  oListener?: object
599
601
  ): this;
600
602
  /**
603
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
604
+ *
601
605
  * Creates a view.
602
606
  *
603
607
  * @returns A promise on the created view.
@@ -639,6 +643,7 @@ declare module "sap/uxap/BlockBase" {
639
643
  ): this;
640
644
  /**
641
645
  * @SINCE 1.72
646
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
642
647
  *
643
648
  * Fires event {@link #event:viewInit viewInit} to attached listeners.
644
649
  *
@@ -2539,6 +2544,8 @@ declare module "sap/uxap/ObjectPageHeader" {
2539
2544
  oListener?: object
2540
2545
  ): this;
2541
2546
  /**
2547
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2548
+ *
2542
2549
  * Fires event {@link #event:markChangesPress markChangesPress} to attached listeners.
2543
2550
  *
2544
2551
  * @returns Reference to `this` in order to allow method chaining
@@ -2555,6 +2562,8 @@ declare module "sap/uxap/ObjectPageHeader" {
2555
2562
  }
2556
2563
  ): this;
2557
2564
  /**
2565
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2566
+ *
2558
2567
  * Fires event {@link #event:markLockedPress markLockedPress} to attached listeners.
2559
2568
  *
2560
2569
  * @returns Reference to `this` in order to allow method chaining
@@ -2571,6 +2580,8 @@ declare module "sap/uxap/ObjectPageHeader" {
2571
2580
  }
2572
2581
  ): this;
2573
2582
  /**
2583
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2584
+ *
2574
2585
  * Fires event {@link #event:titleSelectorPress titleSelectorPress} to attached listeners.
2575
2586
  *
2576
2587
  * @returns Reference to `this` in order to allow method chaining
@@ -4820,6 +4831,8 @@ declare module "sap/uxap/ObjectPageLayout" {
4820
4831
  oListener?: object
4821
4832
  ): this;
4822
4833
  /**
4834
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4835
+ *
4823
4836
  * Fires event {@link #event:editHeaderButtonPress editHeaderButtonPress} to attached listeners.
4824
4837
  *
4825
4838
  * @returns Reference to `this` in order to allow method chaining
@@ -4832,6 +4845,7 @@ declare module "sap/uxap/ObjectPageLayout" {
4832
4845
  ): this;
4833
4846
  /**
4834
4847
  * @SINCE 1.93
4848
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4835
4849
  *
4836
4850
  * Fires event {@link #event:headerContentPinnedStateChange headerContentPinnedStateChange} to attached
4837
4851
  * listeners.
@@ -4851,6 +4865,7 @@ declare module "sap/uxap/ObjectPageLayout" {
4851
4865
  ): this;
4852
4866
  /**
4853
4867
  * @SINCE 1.40
4868
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4854
4869
  *
4855
4870
  * Fires event {@link #event:navigate navigate} to attached listeners.
4856
4871
  *
@@ -4873,6 +4888,7 @@ declare module "sap/uxap/ObjectPageLayout" {
4873
4888
  ): this;
4874
4889
  /**
4875
4890
  * @SINCE 1.73
4891
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4876
4892
  *
4877
4893
  * Fires event {@link #event:sectionChange sectionChange} to attached listeners.
4878
4894
  *
@@ -4895,6 +4911,7 @@ declare module "sap/uxap/ObjectPageLayout" {
4895
4911
  ): this;
4896
4912
  /**
4897
4913
  * @SINCE 1.77
4914
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4898
4915
  *
4899
4916
  * Fires event {@link #event:subSectionVisibilityChange subSectionVisibilityChange} to attached listeners.
4900
4917
  *
@@ -4912,6 +4929,8 @@ declare module "sap/uxap/ObjectPageLayout" {
4912
4929
  }
4913
4930
  ): this;
4914
4931
  /**
4932
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4933
+ *
4915
4934
  * Fires event {@link #event:toggleAnchorBar toggleAnchorBar} to attached listeners.
4916
4935
  *
4917
4936
  * @returns Reference to `this` in order to allow method chaining
@@ -5358,6 +5377,8 @@ declare module "sap/uxap/ObjectPageLayout" {
5358
5377
  iIndex: int
5359
5378
  ): this;
5360
5379
  /**
5380
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5381
+ *
5361
5382
  * This triggers rerendering of itself and its children.
5362
5383
  */
5363
5384
  invalidate(
@@ -6862,6 +6883,8 @@ declare module "sap/uxap/ObjectPageSectionBase" {
6862
6883
  */
6863
6884
  getImportance(): Importance | keyof typeof Importance;
6864
6885
  /**
6886
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6887
+ *
6865
6888
  * Returns the control name text.
6866
6889
  *
6867
6890
  * To be overwritten by the specific control method.
@@ -7001,6 +7024,8 @@ declare module "sap/uxap/ObjectPageSectionBase" {
7001
7024
  bVisible?: boolean
7002
7025
  ): this;
7003
7026
  /**
7027
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7028
+ *
7004
7029
  * Performs the update of the invisible text label. This method is called for example when the section title
7005
7030
  * is changed.
7006
7031
  *