@openui5/ts-types 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 namespace sap {
4
4
  namespace ui {
@@ -7894,6 +7894,8 @@ declare namespace sap {
7894
7894
  oListener?: object
7895
7895
  ): this;
7896
7896
  /**
7897
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7898
+ *
7897
7899
  * Fires event {@link #event:sectionClose sectionClose} to attached listeners.
7898
7900
  *
7899
7901
  * @returns Reference to `this` in order to allow method chaining
@@ -7910,6 +7912,8 @@ declare namespace sap {
7910
7912
  }
7911
7913
  ): this;
7912
7914
  /**
7915
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7916
+ *
7913
7917
  * Fires event {@link #event:sectionOpen sectionOpen} to attached listeners.
7914
7918
  *
7915
7919
  * @returns Reference to `this` in order to allow method chaining
@@ -7930,6 +7934,8 @@ declare namespace sap {
7930
7934
  }
7931
7935
  ): this;
7932
7936
  /**
7937
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7938
+ *
7933
7939
  * Fires event {@link #event:sectionsReorder sectionsReorder} to attached listeners.
7934
7940
  *
7935
7941
  * @returns Reference to `this` in order to allow method chaining
@@ -8205,6 +8211,8 @@ declare namespace sap {
8205
8211
  oListener?: object
8206
8212
  ): this;
8207
8213
  /**
8214
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8215
+ *
8208
8216
  * Fires event {@link #event:scroll scroll} to attached listeners.
8209
8217
  *
8210
8218
  * @returns Reference to `this` in order to allow method chaining
@@ -8502,6 +8510,8 @@ declare namespace sap {
8502
8510
  oListener?: object
8503
8511
  ): this;
8504
8512
  /**
8513
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8514
+ *
8505
8515
  * Fires event {@link #event:logoff logoff} to attached listeners.
8506
8516
  *
8507
8517
  * @returns Reference to `this` in order to allow method chaining
@@ -8929,6 +8939,8 @@ declare namespace sap {
8929
8939
  oListener?: object
8930
8940
  ): this;
8931
8941
  /**
8942
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8943
+ *
8932
8944
  * Fires event {@link #event:suggest suggest} to attached listeners.
8933
8945
  *
8934
8946
  * @returns Reference to `this` in order to allow method chaining
@@ -9167,6 +9179,8 @@ declare namespace sap {
9167
9179
  oListener?: object
9168
9180
  ): this;
9169
9181
  /**
9182
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9183
+ *
9170
9184
  * Fires event {@link #event:press press} to attached listeners.
9171
9185
  *
9172
9186
  * @returns Reference to `this` in order to allow method chaining
@@ -9182,6 +9196,8 @@ declare namespace sap {
9182
9196
  */
9183
9197
  focus(): void;
9184
9198
  /**
9199
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9200
+ *
9185
9201
  * See:
9186
9202
  * sap.ui.core.Control#getAccessibilityInfo
9187
9203
  *
@@ -10037,6 +10053,8 @@ declare namespace sap {
10037
10053
  oListener?: object
10038
10054
  ): this;
10039
10055
  /**
10056
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10057
+ *
10040
10058
  * Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
10041
10059
  *
10042
10060
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -10056,6 +10074,8 @@ declare namespace sap {
10056
10074
  }
10057
10075
  ): boolean;
10058
10076
  /**
10077
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10078
+ *
10059
10079
  * Fires event {@link #event:close close} to attached listeners.
10060
10080
  *
10061
10081
  * @returns Reference to `this` in order to allow method chaining
@@ -10067,6 +10087,8 @@ declare namespace sap {
10067
10087
  mParameters?: object
10068
10088
  ): this;
10069
10089
  /**
10090
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10091
+ *
10070
10092
  * Fires event {@link #event:open open} to attached listeners.
10071
10093
  *
10072
10094
  * @returns Reference to `this` in order to allow method chaining
@@ -10084,6 +10106,7 @@ declare namespace sap {
10084
10106
  ): this;
10085
10107
  /**
10086
10108
  * @SINCE 1.11.0
10109
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10087
10110
  *
10088
10111
  * Fires event {@link #event:opened opened} to attached listeners.
10089
10112
  *
@@ -10265,6 +10288,8 @@ declare namespace sap {
10265
10288
  */
10266
10289
  getFirstVisibleIndex(): int;
10267
10290
  /**
10291
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10292
+ *
10268
10293
  * Returns the DOM Element that should get the focus.
10269
10294
  *
10270
10295
  * To be overwritten by the specific control method.
@@ -10710,6 +10735,8 @@ declare namespace sap {
10710
10735
  oListener?: object
10711
10736
  ): this;
10712
10737
  /**
10738
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10739
+ *
10713
10740
  * Fires event {@link #event:change change} to attached listeners.
10714
10741
  *
10715
10742
  * @returns Reference to `this` in order to allow method chaining
@@ -10726,6 +10753,8 @@ declare namespace sap {
10726
10753
  }
10727
10754
  ): this;
10728
10755
  /**
10756
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10757
+ *
10729
10758
  * See:
10730
10759
  * sap.ui.core.Control#getAccessibilityInfo
10731
10760
  *
@@ -11143,6 +11172,8 @@ declare namespace sap {
11143
11172
  */
11144
11173
  static getMetadata(): sap.ui.core.ElementMetadata;
11145
11174
  /**
11175
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11176
+ *
11146
11177
  * Compares the previous value with the current value and fires the "Change" event if the ComboBox is editable
11147
11178
  * and the value has changed or whether the value has been changed e.g. via up/down or auto-complete feature
11148
11179
  */
@@ -11189,6 +11220,8 @@ declare namespace sap {
11189
11220
  */
11190
11221
  destroyItems(): this;
11191
11222
  /**
11223
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11224
+ *
11192
11225
  * Fire event change to attached listeners.
11193
11226
  *
11194
11227
  * Expects following event parameters:
@@ -11204,6 +11237,8 @@ declare namespace sap {
11204
11237
  mArguments?: object
11205
11238
  ): this;
11206
11239
  /**
11240
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11241
+ *
11207
11242
  * See:
11208
11243
  * sap.ui.core.Control#getAccessibilityInfo
11209
11244
  *
@@ -11222,6 +11257,8 @@ declare namespace sap {
11222
11257
  */
11223
11258
  getDisplaySecondaryValues(): boolean;
11224
11259
  /**
11260
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11261
+ *
11225
11262
  * Returns the DOM element which represents the icon for value help. Could be overwritten in child-classes.
11226
11263
  *
11227
11264
  * @returns The F4-element's DOM reference or `null`
@@ -11302,6 +11339,8 @@ declare namespace sap {
11302
11339
  iIndex: int
11303
11340
  ): this;
11304
11341
  /**
11342
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11343
+ *
11305
11344
  * Handle sapenter pseudo events on the control
11306
11345
  */
11307
11346
  onsapenter(
@@ -11311,6 +11350,8 @@ declare namespace sap {
11311
11350
  oEvent: jQuery.Event
11312
11351
  ): void;
11313
11352
  /**
11353
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11354
+ *
11314
11355
  * Handle sapescape pseudo events on the control
11315
11356
  */
11316
11357
  onsapescape(
@@ -11320,6 +11361,8 @@ declare namespace sap {
11320
11361
  oEvent: jQuery.Event
11321
11362
  ): void;
11322
11363
  /**
11364
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11365
+ *
11323
11366
  * Handle saphide pseudo events on the control
11324
11367
  */
11325
11368
  onsaphide(
@@ -11329,6 +11372,8 @@ declare namespace sap {
11329
11372
  oEvent: jQuery.Event
11330
11373
  ): void;
11331
11374
  /**
11375
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11376
+ *
11332
11377
  * Handle sapnextmodifiers pseudo events on the control if in toolbar prevent item navigation if popup is
11333
11378
  * opened.
11334
11379
  */
@@ -11339,6 +11384,8 @@ declare namespace sap {
11339
11384
  oEvent: jQuery.Event
11340
11385
  ): void;
11341
11386
  /**
11387
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11388
+ *
11342
11389
  * Handle sapshow pseudo events on the control
11343
11390
  */
11344
11391
  onsapshow(
@@ -11531,6 +11578,8 @@ declare namespace sap {
11531
11578
  */
11532
11579
  static getMetadata(): sap.ui.core.ElementMetadata;
11533
11580
  /**
11581
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11582
+ *
11534
11583
  * Fire event change to attached listeners.
11535
11584
  *
11536
11585
  * Provides the following event parameters:
@@ -11552,6 +11601,8 @@ declare namespace sap {
11552
11601
  bInvalidValue?: boolean
11553
11602
  ): this;
11554
11603
  /**
11604
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11605
+ *
11555
11606
  * See:
11556
11607
  * sap.ui.core.Control#getAccessibilityInfo
11557
11608
  *
@@ -11785,6 +11836,8 @@ declare namespace sap {
11785
11836
  oListener?: object
11786
11837
  ): this;
11787
11838
  /**
11839
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11840
+ *
11788
11841
  * Fires event {@link #event:closed closed} to attached listeners.
11789
11842
  *
11790
11843
  * @returns Reference to `this` in order to allow method chaining
@@ -12594,6 +12647,8 @@ declare namespace sap {
12594
12647
  oListener?: object
12595
12648
  ): this;
12596
12649
  /**
12650
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12651
+ *
12597
12652
  * Fires event {@link #event:searchHelp searchHelp} to attached listeners.
12598
12653
  *
12599
12654
  * @returns Reference to `this` in order to allow method chaining
@@ -12664,6 +12719,8 @@ declare namespace sap {
12664
12719
  */
12665
12720
  getTooltip_AsString(): string | undefined;
12666
12721
  /**
12722
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12723
+ *
12667
12724
  * Ensure that handed in ListBoxes are taken from the visible UI immediately.
12668
12725
  */
12669
12726
  onAfterRendering(
@@ -12673,6 +12730,8 @@ declare namespace sap {
12673
12730
  oEvent: jQuery.Event
12674
12731
  ): void;
12675
12732
  /**
12733
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12734
+ *
12676
12735
  * Handle the click event happening in the DropdownBox
12677
12736
  */
12678
12737
  onclick(
@@ -12682,6 +12741,8 @@ declare namespace sap {
12682
12741
  oEvent: jQuery.Event
12683
12742
  ): void;
12684
12743
  /**
12744
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12745
+ *
12685
12746
  * Handle focusin event Ensures the text gets selected when focus gets into the field
12686
12747
  */
12687
12748
  onfocusin(
@@ -12691,6 +12752,8 @@ declare namespace sap {
12691
12752
  oEvent: jQuery.Event
12692
12753
  ): void;
12693
12754
  /**
12755
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12756
+ *
12694
12757
  * Handle keydown event
12695
12758
  */
12696
12759
  onkeydown(
@@ -12700,6 +12763,8 @@ declare namespace sap {
12700
12763
  oEvent: jQuery.Event
12701
12764
  ): void;
12702
12765
  /**
12766
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12767
+ *
12703
12768
  * Handle keypress event
12704
12769
  */
12705
12770
  onkeypress(
@@ -12709,6 +12774,8 @@ declare namespace sap {
12709
12774
  oEvent: jQuery.Event
12710
12775
  ): void;
12711
12776
  /**
12777
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12778
+ *
12712
12779
  * Handle keyup event This must only be considered if it is from Backspace-key in IE or after paste. In
12713
12780
  * case there is a keyup with a tab this results from being entered via tabbing and can be ignored, too.
12714
12781
  */
@@ -12719,6 +12786,8 @@ declare namespace sap {
12719
12786
  oEvent: jQuery.Event
12720
12787
  ): void;
12721
12788
  /**
12789
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12790
+ *
12722
12791
  * Handle paste event
12723
12792
  */
12724
12793
  onpaste(
@@ -12728,6 +12797,8 @@ declare namespace sap {
12728
12797
  oEvent: jQuery.Event
12729
12798
  ): void;
12730
12799
  /**
12800
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12801
+ *
12731
12802
  * Handle pseudo event onsapdelete. If triggered with open dropdown and current item provided by history
12732
12803
  * feature, removes the selected item from this instance's history.
12733
12804
  */
@@ -12738,6 +12809,8 @@ declare namespace sap {
12738
12809
  oEvent: jQuery.Event
12739
12810
  ): void;
12740
12811
  /**
12812
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12813
+ *
12741
12814
  * Handle pseudo event onsaphome
12742
12815
  */
12743
12816
  onsaphome(
@@ -12747,6 +12820,8 @@ declare namespace sap {
12747
12820
  oEvent: jQuery.Event
12748
12821
  ): void;
12749
12822
  /**
12823
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12824
+ *
12750
12825
  * Move the cursor one step to the left (and adapt selection)
12751
12826
  */
12752
12827
  onsapleft(
@@ -12756,6 +12831,8 @@ declare namespace sap {
12756
12831
  oEvent: jQuery.Event
12757
12832
  ): void;
12758
12833
  /**
12834
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12835
+ *
12759
12836
  * Move the cursor one step to the right (and adapt selection)
12760
12837
  */
12761
12838
  onsapright(
@@ -12765,6 +12842,8 @@ declare namespace sap {
12765
12842
  oEvent: jQuery.Event
12766
12843
  ): void;
12767
12844
  /**
12845
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12846
+ *
12768
12847
  * Handle sapshow pseudo events on the control
12769
12848
  */
12770
12849
  onsapshow(
@@ -12774,6 +12853,8 @@ declare namespace sap {
12774
12853
  oEvent: jQuery.Event
12775
12854
  ): void;
12776
12855
  /**
12856
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12857
+ *
12777
12858
  * Handle the select event happening in the DropdownBox
12778
12859
  */
12779
12860
  onselect(
@@ -13507,6 +13588,8 @@ declare namespace sap {
13507
13588
  oListener?: object
13508
13589
  ): this;
13509
13590
  /**
13591
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13592
+ *
13510
13593
  * Fires event {@link #event:press press} to attached listeners.
13511
13594
  *
13512
13595
  * @returns Reference to `this` in order to allow method chaining
@@ -13831,6 +13914,8 @@ declare namespace sap {
13831
13914
  oListener?: object
13832
13915
  ): this;
13833
13916
  /**
13917
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13918
+ *
13834
13919
  * Fires event {@link #event:press press} to attached listeners.
13835
13920
  *
13836
13921
  * @returns Reference to `this` in order to allow method chaining
@@ -14139,6 +14224,8 @@ declare namespace sap {
14139
14224
  oListener?: object
14140
14225
  ): this;
14141
14226
  /**
14227
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14228
+ *
14142
14229
  * Fires event {@link #event:change change} to attached listeners.
14143
14230
  *
14144
14231
  * @returns Reference to `this` in order to allow method chaining
@@ -14156,6 +14243,7 @@ declare namespace sap {
14156
14243
  ): this;
14157
14244
  /**
14158
14245
  * @SINCE 1.16.5
14246
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14159
14247
  *
14160
14248
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
14161
14249
  *
@@ -14173,6 +14261,8 @@ declare namespace sap {
14173
14261
  }
14174
14262
  ): this;
14175
14263
  /**
14264
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14265
+ *
14176
14266
  * See:
14177
14267
  * sap.ui.core.Control#getAccessibilityInfo
14178
14268
  *
@@ -14389,6 +14479,8 @@ declare namespace sap {
14389
14479
  */
14390
14480
  static getMetadata(): sap.ui.core.ElementMetadata;
14391
14481
  /**
14482
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14483
+ *
14392
14484
  * See:
14393
14485
  * sap.ui.core.Control#getAccessibilityInfo
14394
14486
  *
@@ -14826,6 +14918,8 @@ declare namespace sap {
14826
14918
  oListener?: object
14827
14919
  ): this;
14828
14920
  /**
14921
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14922
+ *
14829
14923
  * Fires event {@link #event:press press} to attached listeners.
14830
14924
  *
14831
14925
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -14844,6 +14938,8 @@ declare namespace sap {
14844
14938
  */
14845
14939
  focus(): void;
14846
14940
  /**
14941
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14942
+ *
14847
14943
  * See:
14848
14944
  * sap.ui.core.Control#getAccessibilityInfo
14849
14945
  *
@@ -15252,6 +15348,8 @@ declare namespace sap {
15252
15348
  oListener?: object
15253
15349
  ): this;
15254
15350
  /**
15351
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15352
+ *
15255
15353
  * Fires event {@link #event:select select} to attached listeners.
15256
15354
  *
15257
15355
  * @returns Reference to `this` in order to allow method chaining
@@ -16337,6 +16435,8 @@ declare namespace sap {
16337
16435
  oListener?: object
16338
16436
  ): this;
16339
16437
  /**
16438
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16439
+ *
16340
16440
  * Fires event {@link #event:itemSelected itemSelected} to attached listeners.
16341
16441
  *
16342
16442
  * @returns Reference to `this` in order to allow method chaining
@@ -16357,6 +16457,8 @@ declare namespace sap {
16357
16457
  }
16358
16458
  ): this;
16359
16459
  /**
16460
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16461
+ *
16360
16462
  * Fires event {@link #event:press press} to attached listeners.
16361
16463
  * See:
16362
16464
  * sap.ui.commons.MenuButton#fireItemSelected
@@ -17309,6 +17411,8 @@ declare namespace sap {
17309
17411
  oListener?: object
17310
17412
  ): this;
17311
17413
  /**
17414
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17415
+ *
17312
17416
  * Fires event {@link #event:next next} to attached listeners.
17313
17417
  *
17314
17418
  * @returns Reference to `this` in order to allow method chaining
@@ -17492,6 +17596,8 @@ declare namespace sap {
17492
17596
  oListener?: object
17493
17597
  ): this;
17494
17598
  /**
17599
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17600
+ *
17495
17601
  * Fires event {@link #event:page page} to attached listeners.
17496
17602
  *
17497
17603
  * @returns Reference to `this` in order to allow method chaining
@@ -17743,6 +17849,8 @@ declare namespace sap {
17743
17849
  */
17744
17850
  getEnabled(): boolean;
17745
17851
  /**
17852
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17853
+ *
17746
17854
  * Returns an object representing the serialized focus information.
17747
17855
  *
17748
17856
  * @returns an object representing the serialized focus information
@@ -18209,6 +18317,8 @@ declare namespace sap {
18209
18317
  */
18210
18318
  static getMetadata(): sap.ui.core.ElementMetadata;
18211
18319
  /**
18320
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18321
+ *
18212
18322
  * See:
18213
18323
  * sap.ui.core.Control#getAccessibilityInfo
18214
18324
  *
@@ -18538,6 +18648,8 @@ declare namespace sap {
18538
18648
  oListener?: object
18539
18649
  ): this;
18540
18650
  /**
18651
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18652
+ *
18541
18653
  * Fires event {@link #event:select select} to attached listeners.
18542
18654
  *
18543
18655
  * @returns Reference to `this` in order to allow method chaining
@@ -19027,6 +19139,8 @@ declare namespace sap {
19027
19139
  oListener?: object
19028
19140
  ): this;
19029
19141
  /**
19142
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19143
+ *
19030
19144
  * Fires event {@link #event:select select} to attached listeners.
19031
19145
  *
19032
19146
  * @returns Reference to `this` in order to allow method chaining
@@ -19607,6 +19721,8 @@ declare namespace sap {
19607
19721
  oListener?: object
19608
19722
  ): this;
19609
19723
  /**
19724
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19725
+ *
19610
19726
  * Fires event {@link #event:change change} to attached listeners.
19611
19727
  *
19612
19728
  * @returns Reference to `this` in order to allow method chaining
@@ -19623,6 +19739,8 @@ declare namespace sap {
19623
19739
  }
19624
19740
  ): this;
19625
19741
  /**
19742
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19743
+ *
19626
19744
  * See:
19627
19745
  * sap.ui.core.Control#getAccessibilityInfo
19628
19746
  *
@@ -20044,6 +20162,8 @@ declare namespace sap {
20044
20162
  oListener?: object
20045
20163
  ): this;
20046
20164
  /**
20165
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
20166
+ *
20047
20167
  * Fires event {@link #event:rangeSwitch rangeSwitch} to attached listeners.
20048
20168
  *
20049
20169
  * @returns Reference to `this` in order to allow method chaining
@@ -20454,6 +20574,8 @@ declare namespace sap {
20454
20574
  */
20455
20575
  getValueStateText(): string;
20456
20576
  /**
20577
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
20578
+ *
20457
20579
  * Calculates the height of the RichTooltip to set a proper min-height. Additionally the ARIA attributes
20458
20580
  * are set to the corresponding elements.
20459
20581
  */
@@ -20725,6 +20847,8 @@ declare namespace sap {
20725
20847
  oListener?: object
20726
20848
  ): this;
20727
20849
  /**
20850
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
20851
+ *
20728
20852
  * Fires event {@link #event:stepExpanded stepExpanded} to attached listeners.
20729
20853
  *
20730
20854
  * @returns Reference to `this` in order to allow method chaining
@@ -20741,6 +20865,8 @@ declare namespace sap {
20741
20865
  }
20742
20866
  ): this;
20743
20867
  /**
20868
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
20869
+ *
20744
20870
  * Fires event {@link #event:stepSelected stepSelected} to attached listeners.
20745
20871
  *
20746
20872
  * @returns Reference to `this` in order to allow method chaining
@@ -21579,6 +21705,8 @@ declare namespace sap {
21579
21705
  oListener?: object
21580
21706
  ): this;
21581
21707
  /**
21708
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21709
+ *
21582
21710
  * Fires event {@link #event:filter filter} to attached listeners.
21583
21711
  *
21584
21712
  * @returns Reference to `this` in order to allow method chaining
@@ -21595,6 +21723,8 @@ declare namespace sap {
21595
21723
  }
21596
21724
  ): this;
21597
21725
  /**
21726
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21727
+ *
21598
21728
  * Fires event {@link #event:page page} to attached listeners.
21599
21729
  *
21600
21730
  * @returns Reference to `this` in order to allow method chaining
@@ -21615,6 +21745,8 @@ declare namespace sap {
21615
21745
  }
21616
21746
  ): this;
21617
21747
  /**
21748
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21749
+ *
21618
21750
  * Fires event {@link #event:resize resize} to attached listeners.
21619
21751
  *
21620
21752
  * @returns Reference to `this` in order to allow method chaining
@@ -21635,6 +21767,8 @@ declare namespace sap {
21635
21767
  }
21636
21768
  ): this;
21637
21769
  /**
21770
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21771
+ *
21638
21772
  * Fires event {@link #event:sort sort} to attached listeners.
21639
21773
  *
21640
21774
  * @returns Reference to `this` in order to allow method chaining
@@ -22551,6 +22685,8 @@ declare namespace sap {
22551
22685
  oListener?: object
22552
22686
  ): this;
22553
22687
  /**
22688
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
22689
+ *
22554
22690
  * Fires event {@link #event:search search} to attached listeners.
22555
22691
  *
22556
22692
  * @returns Reference to `this` in order to allow method chaining
@@ -22567,6 +22703,8 @@ declare namespace sap {
22567
22703
  }
22568
22704
  ): this;
22569
22705
  /**
22706
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
22707
+ *
22570
22708
  * Fires event {@link #event:suggest suggest} to attached listeners.
22571
22709
  *
22572
22710
  * @returns Reference to `this` in order to allow method chaining
@@ -23307,6 +23445,8 @@ declare namespace sap {
23307
23445
  */
23308
23446
  static getMetadata(): sap.ui.core.ElementMetadata;
23309
23447
  /**
23448
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23449
+ *
23310
23450
  * Rerendering of the Buttons
23311
23451
  */
23312
23452
  _rerenderButtons(): void;
@@ -23390,6 +23530,8 @@ declare namespace sap {
23390
23530
  oListener?: object
23391
23531
  ): this;
23392
23532
  /**
23533
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23534
+ *
23393
23535
  * Fires event {@link #event:select select} to attached listeners.
23394
23536
  *
23395
23537
  * @returns Reference to `this` in order to allow method chaining
@@ -23723,6 +23865,8 @@ declare namespace sap {
23723
23865
  oListener?: object
23724
23866
  ): this;
23725
23867
  /**
23868
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23869
+ *
23726
23870
  * Fires event {@link #event:change change} to attached listeners.
23727
23871
  *
23728
23872
  * @returns Reference to `this` in order to allow method chaining
@@ -23739,6 +23883,8 @@ declare namespace sap {
23739
23883
  }
23740
23884
  ): this;
23741
23885
  /**
23886
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23887
+ *
23742
23888
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
23743
23889
  *
23744
23890
  * @returns Reference to `this` in order to allow method chaining
@@ -24990,6 +25136,8 @@ declare namespace sap {
24990
25136
  oListener?: object
24991
25137
  ): this;
24992
25138
  /**
25139
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25140
+ *
24993
25141
  * Fires event {@link #event:close close} to attached listeners.
24994
25142
  *
24995
25143
  * @returns Reference to `this` in order to allow method chaining
@@ -25006,6 +25154,8 @@ declare namespace sap {
25006
25154
  }
25007
25155
  ): this;
25008
25156
  /**
25157
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25158
+ *
25009
25159
  * Fires event {@link #event:select select} to attached listeners.
25010
25160
  *
25011
25161
  * @returns Reference to `this` in order to allow method chaining
@@ -25486,6 +25636,8 @@ declare namespace sap {
25486
25636
  */
25487
25637
  static getMetadata(): sap.ui.core.ElementMetadata;
25488
25638
  /**
25639
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25640
+ *
25489
25641
  * Compares the previous value with the current value and fires the change event if the TextField is editable
25490
25642
  * and the value has changed.
25491
25643
  */
@@ -25662,6 +25814,8 @@ declare namespace sap {
25662
25814
  oListener?: object
25663
25815
  ): this;
25664
25816
  /**
25817
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25818
+ *
25665
25819
  * Fires event {@link #event:change change} to attached listeners.
25666
25820
  *
25667
25821
  * @returns Reference to `this` in order to allow method chaining
@@ -25678,6 +25832,8 @@ declare namespace sap {
25678
25832
  }
25679
25833
  ): this;
25680
25834
  /**
25835
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25836
+ *
25681
25837
  * Fires event {@link #event:liveChange liveChange} to attached listeners.
25682
25838
  *
25683
25839
  * @returns Reference to `this` in order to allow method chaining
@@ -25694,6 +25850,8 @@ declare namespace sap {
25694
25850
  }
25695
25851
  ): this;
25696
25852
  /**
25853
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25854
+ *
25697
25855
  * See:
25698
25856
  * sap.ui.core.Control#getAccessibilityInfo
25699
25857
  *
@@ -25751,6 +25909,8 @@ declare namespace sap {
25751
25909
  */
25752
25910
  getEnabled(): boolean;
25753
25911
  /**
25912
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25913
+ *
25754
25914
  * Returns an object representing the serialized focus information
25755
25915
  *
25756
25916
  * @returns an object representing the serialized focus information
@@ -25777,6 +25937,8 @@ declare namespace sap {
25777
25937
  */
25778
25938
  getImeMode(): sap.ui.core.ImeMode;
25779
25939
  /**
25940
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25941
+ *
25780
25942
  * Method for accessing the DOM Ref of the input element.
25781
25943
  *
25782
25944
  * @returns DOM reference or `null`
@@ -25879,6 +26041,8 @@ declare namespace sap {
25879
26041
  */
25880
26042
  getWidth(): sap.ui.core.CSSSize;
25881
26043
  /**
26044
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26045
+ *
25882
26046
  * Event handler called when control is receiving the focus
25883
26047
  */
25884
26048
  onfocusin(
@@ -25888,6 +26052,8 @@ declare namespace sap {
25888
26052
  oEvent: jQuery.Event
25889
26053
  ): void;
25890
26054
  /**
26055
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26056
+ *
25891
26057
  * Event handler for keyup. fire the liveChange event
25892
26058
  */
25893
26059
  onkeyup(
@@ -25897,6 +26063,8 @@ declare namespace sap {
25897
26063
  oEvent: jQuery.Event
25898
26064
  ): void;
25899
26065
  /**
26066
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26067
+ *
25900
26068
  * Event handler called when enter key is pressed.
25901
26069
  * See:
25902
26070
  * sap.ui.commons.TextField#onfocusout
@@ -25908,6 +26076,8 @@ declare namespace sap {
25908
26076
  oEvent: jQuery.Event
25909
26077
  ): void;
25910
26078
  /**
26079
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26080
+ *
25911
26081
  * Event handler called when control is losing the focus
25912
26082
  */
25913
26083
  onsapfocusleave(
@@ -25917,6 +26087,8 @@ declare namespace sap {
25917
26087
  oEvent: jQuery.Event
25918
26088
  ): void;
25919
26089
  /**
26090
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26091
+ *
25920
26092
  * Event handler called when text selection starts. When the text field is disabled, the text should not
25921
26093
  * be selectable, so cancel the event.
25922
26094
  */
@@ -26328,6 +26500,8 @@ declare namespace sap {
26328
26500
  oBindingInfo: sap.ui.base.ManagedObject.PropertyBindingInfo
26329
26501
  ): this;
26330
26502
  /**
26503
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26504
+ *
26331
26505
  * See:
26332
26506
  * sap.ui.core.Control#getAccessibilityInfo
26333
26507
  *
@@ -26819,6 +26993,8 @@ declare namespace sap {
26819
26993
  */
26820
26994
  static getMetadata(): sap.ui.core.ElementMetadata;
26821
26995
  /**
26996
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26997
+ *
26822
26998
  * See:
26823
26999
  * sap.ui.core.Control#getAccessibilityInfo
26824
27000
  *
@@ -27504,6 +27680,8 @@ declare namespace sap {
27504
27680
  */
27505
27681
  expandAll(): void;
27506
27682
  /**
27683
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
27684
+ *
27507
27685
  * Fires event {@link #event:select select} to attached listeners.
27508
27686
  *
27509
27687
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -27527,6 +27705,8 @@ declare namespace sap {
27527
27705
  }
27528
27706
  ): boolean;
27529
27707
  /**
27708
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
27709
+ *
27530
27710
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
27531
27711
  *
27532
27712
  * @returns Reference to `this` in order to allow method chaining
@@ -28089,6 +28269,8 @@ declare namespace sap {
28089
28269
  bDisableExpandFinishedHandler: boolean
28090
28270
  ): void;
28091
28271
  /**
28272
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28273
+ *
28092
28274
  * Fires event {@link #event:selected selected} to attached listeners.
28093
28275
  *
28094
28276
  * @returns Reference to `this` in order to allow method chaining
@@ -28100,6 +28282,8 @@ declare namespace sap {
28100
28282
  mParameters?: object
28101
28283
  ): this;
28102
28284
  /**
28285
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28286
+ *
28103
28287
  * Fires event {@link #event:toggleOpenState toggleOpenState} to attached listeners.
28104
28288
  *
28105
28289
  * @returns Reference to `this` in order to allow method chaining
@@ -28497,6 +28681,8 @@ declare namespace sap {
28497
28681
  oListener?: object
28498
28682
  ): this;
28499
28683
  /**
28684
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28685
+ *
28500
28686
  * Fires event {@link #event:change change} to attached listeners.
28501
28687
  *
28502
28688
  * @returns Reference to `this` in order to allow method chaining
@@ -28839,6 +29025,8 @@ declare namespace sap {
28839
29025
  oListener?: object
28840
29026
  ): this;
28841
29027
  /**
29028
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29029
+ *
28842
29030
  * Fires event {@link #event:valueHelpRequest valueHelpRequest} to attached listeners.
28843
29031
  *
28844
29032
  * @returns Reference to `this` in order to allow method chaining
@@ -28877,6 +29065,8 @@ declare namespace sap {
28877
29065
  */
28878
29066
  getIconURL(): sap.ui.core.URI;
28879
29067
  /**
29068
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29069
+ *
28880
29070
  * Handle F4 event
28881
29071
  */
28882
29072
  onsapshow(
@@ -29305,14 +29495,20 @@ declare namespace sap {
29305
29495
  type ColorPickerMode = sap.ui.unified.ColorPickerMode;
29306
29496
 
29307
29497
  /**
29498
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29499
+ *
29308
29500
  * The object representing the serialized focus information.
29309
29501
  */
29310
29502
  type FocusInfo = {
29311
29503
  /**
29504
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29505
+ *
29312
29506
  * ID of the component
29313
29507
  */
29314
29508
  id?: string;
29315
29509
  /**
29510
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29511
+ *
29316
29512
  * User input
29317
29513
  */
29318
29514
  userinput?: /* was: sap.ui.commons.UserInputInfo */ any | null;