@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/ui/webc/main/library" {
4
4
  /**
@@ -1166,6 +1166,8 @@ declare module "sap/ui/webc/main/Avatar" {
1166
1166
  oListener?: object
1167
1167
  ): this;
1168
1168
  /**
1169
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1170
+ *
1169
1171
  * Fires event {@link #event:click click} to attached listeners.
1170
1172
  *
1171
1173
  * @returns Reference to `this` in order to allow method chaining
@@ -1838,6 +1840,8 @@ declare module "sap/ui/webc/main/AvatarGroup" {
1838
1840
  oListener?: object
1839
1841
  ): this;
1840
1842
  /**
1843
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1844
+ *
1841
1845
  * Fires event {@link #event:click click} to attached listeners.
1842
1846
  *
1843
1847
  * @returns Reference to `this` in order to allow method chaining
@@ -1858,6 +1862,8 @@ declare module "sap/ui/webc/main/AvatarGroup" {
1858
1862
  }
1859
1863
  ): this;
1860
1864
  /**
1865
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
1866
+ *
1861
1867
  * Fires event {@link #event:overflow overflow} to attached listeners.
1862
1868
  *
1863
1869
  * @returns Reference to `this` in order to allow method chaining
@@ -2425,6 +2431,8 @@ declare module "sap/ui/webc/main/Breadcrumbs" {
2425
2431
  oListener?: object
2426
2432
  ): this;
2427
2433
  /**
2434
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
2435
+ *
2428
2436
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
2429
2437
  *
2430
2438
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -3510,6 +3518,8 @@ declare module "sap/ui/webc/main/Button" {
3510
3518
  oListener?: object
3511
3519
  ): this;
3512
3520
  /**
3521
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
3522
+ *
3513
3523
  * Fires event {@link #event:click click} to attached listeners.
3514
3524
  *
3515
3525
  * @returns Reference to `this` in order to allow method chaining
@@ -4236,6 +4246,8 @@ declare module "sap/ui/webc/main/Calendar" {
4236
4246
  oListener?: object
4237
4247
  ): this;
4238
4248
  /**
4249
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
4250
+ *
4239
4251
  * Fires event {@link #event:selectedDatesChange selectedDatesChange} to attached listeners.
4240
4252
  *
4241
4253
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -5309,6 +5321,8 @@ declare module "sap/ui/webc/main/CardHeader" {
5309
5321
  oListener?: object
5310
5322
  ): this;
5311
5323
  /**
5324
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5325
+ *
5312
5326
  * Fires event {@link #event:click click} to attached listeners.
5313
5327
  *
5314
5328
  * @returns Reference to `this` in order to allow method chaining
@@ -5776,6 +5790,8 @@ declare module "sap/ui/webc/main/Carousel" {
5776
5790
  oListener?: object
5777
5791
  ): this;
5778
5792
  /**
5793
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
5794
+ *
5779
5795
  * Fires event {@link #event:navigate navigate} to attached listeners.
5780
5796
  *
5781
5797
  * @returns Reference to `this` in order to allow method chaining
@@ -6323,6 +6339,8 @@ declare module "sap/ui/webc/main/CheckBox" {
6323
6339
  oListener?: object
6324
6340
  ): this;
6325
6341
  /**
6342
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
6343
+ *
6326
6344
  * Fires event {@link #event:change change} to attached listeners.
6327
6345
  *
6328
6346
  * @returns Reference to `this` in order to allow method chaining
@@ -6991,6 +7009,8 @@ declare module "sap/ui/webc/main/ColorPalette" {
6991
7009
  oListener?: object
6992
7010
  ): this;
6993
7011
  /**
7012
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7013
+ *
6994
7014
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
6995
7015
  *
6996
7016
  * @returns Reference to `this` in order to allow method chaining
@@ -7384,6 +7404,8 @@ declare module "sap/ui/webc/main/ColorPalettePopover" {
7384
7404
  oListener?: object
7385
7405
  ): this;
7386
7406
  /**
7407
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7408
+ *
7387
7409
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
7388
7410
  *
7389
7411
  * @returns Reference to `this` in order to allow method chaining
@@ -7774,6 +7796,8 @@ declare module "sap/ui/webc/main/ColorPicker" {
7774
7796
  oListener?: object
7775
7797
  ): this;
7776
7798
  /**
7799
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
7800
+ *
7777
7801
  * Fires event {@link #event:change change} to attached listeners.
7778
7802
  *
7779
7803
  * @returns Reference to `this` in order to allow method chaining
@@ -8173,6 +8197,8 @@ declare module "sap/ui/webc/main/ComboBox" {
8173
8197
  oListener?: object
8174
8198
  ): this;
8175
8199
  /**
8200
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8201
+ *
8176
8202
  * Fires event {@link #event:change change} to attached listeners.
8177
8203
  *
8178
8204
  * @returns Reference to `this` in order to allow method chaining
@@ -8184,6 +8210,8 @@ declare module "sap/ui/webc/main/ComboBox" {
8184
8210
  mParameters?: object
8185
8211
  ): this;
8186
8212
  /**
8213
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8214
+ *
8187
8215
  * Fires event {@link #event:input input} to attached listeners.
8188
8216
  *
8189
8217
  * @returns Reference to `this` in order to allow method chaining
@@ -8195,6 +8223,8 @@ declare module "sap/ui/webc/main/ComboBox" {
8195
8223
  mParameters?: object
8196
8224
  ): this;
8197
8225
  /**
8226
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
8227
+ *
8198
8228
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
8199
8229
  *
8200
8230
  * @returns Reference to `this` in order to allow method chaining
@@ -9179,6 +9209,8 @@ declare module "sap/ui/webc/main/CustomListItem" {
9179
9209
  oListener?: object
9180
9210
  ): this;
9181
9211
  /**
9212
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9213
+ *
9182
9214
  * Fires event {@link #event:detailClick detailClick} to attached listeners.
9183
9215
  *
9184
9216
  * @returns Reference to `this` in order to allow method chaining
@@ -9658,6 +9690,8 @@ declare module "sap/ui/webc/main/DatePicker" {
9658
9690
  oListener?: object
9659
9691
  ): this;
9660
9692
  /**
9693
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9694
+ *
9661
9695
  * Fires event {@link #event:change change} to attached listeners.
9662
9696
  *
9663
9697
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -9681,6 +9715,8 @@ declare module "sap/ui/webc/main/DatePicker" {
9681
9715
  }
9682
9716
  ): boolean;
9683
9717
  /**
9718
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
9719
+ *
9684
9720
  * Fires event {@link #event:input input} to attached listeners.
9685
9721
  *
9686
9722
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -9711,7 +9747,7 @@ declare module "sap/ui/webc/main/DatePicker" {
9711
9747
  /**
9712
9748
  * A Java Script date object to be formatted as string
9713
9749
  */
9714
- date: object
9750
+ date: Date
9715
9751
  ): void;
9716
9752
  /**
9717
9753
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -10623,6 +10659,8 @@ declare module "sap/ui/webc/main/DateRangePicker" {
10623
10659
  oListener?: object
10624
10660
  ): this;
10625
10661
  /**
10662
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10663
+ *
10626
10664
  * Fires event {@link #event:change change} to attached listeners.
10627
10665
  *
10628
10666
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -10646,6 +10684,8 @@ declare module "sap/ui/webc/main/DateRangePicker" {
10646
10684
  }
10647
10685
  ): boolean;
10648
10686
  /**
10687
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
10688
+ *
10649
10689
  * Fires event {@link #event:input input} to attached listeners.
10650
10690
  *
10651
10691
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -10676,7 +10716,7 @@ declare module "sap/ui/webc/main/DateRangePicker" {
10676
10716
  /**
10677
10717
  * A Java Script date object to be formatted as string
10678
10718
  */
10679
- date: object
10719
+ date: Date
10680
10720
  ): void;
10681
10721
  /**
10682
10722
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -11668,6 +11708,8 @@ declare module "sap/ui/webc/main/DateTimePicker" {
11668
11708
  oListener?: object
11669
11709
  ): this;
11670
11710
  /**
11711
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11712
+ *
11671
11713
  * Fires event {@link #event:change change} to attached listeners.
11672
11714
  *
11673
11715
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -11691,6 +11733,8 @@ declare module "sap/ui/webc/main/DateTimePicker" {
11691
11733
  }
11692
11734
  ): boolean;
11693
11735
  /**
11736
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
11737
+ *
11694
11738
  * Fires event {@link #event:input input} to attached listeners.
11695
11739
  *
11696
11740
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -11721,7 +11765,7 @@ declare module "sap/ui/webc/main/DateTimePicker" {
11721
11765
  /**
11722
11766
  * A Java Script date object to be formatted as string
11723
11767
  */
11724
- date: object
11768
+ date: Date
11725
11769
  ): void;
11726
11770
  /**
11727
11771
  * Gets current value of property {@link #getAccessibleName accessibleName}.
@@ -12828,6 +12872,8 @@ declare module "sap/ui/webc/main/Dialog" {
12828
12872
  oListener?: object
12829
12873
  ): this;
12830
12874
  /**
12875
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12876
+ *
12831
12877
  * Fires event {@link #event:afterClose afterClose} to attached listeners.
12832
12878
  *
12833
12879
  * @returns Reference to `this` in order to allow method chaining
@@ -12839,6 +12885,8 @@ declare module "sap/ui/webc/main/Dialog" {
12839
12885
  mParameters?: object
12840
12886
  ): this;
12841
12887
  /**
12888
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12889
+ *
12842
12890
  * Fires event {@link #event:afterOpen afterOpen} to attached listeners.
12843
12891
  *
12844
12892
  * @returns Reference to `this` in order to allow method chaining
@@ -12850,6 +12898,8 @@ declare module "sap/ui/webc/main/Dialog" {
12850
12898
  mParameters?: object
12851
12899
  ): this;
12852
12900
  /**
12901
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12902
+ *
12853
12903
  * Fires event {@link #event:beforeClose beforeClose} to attached listeners.
12854
12904
  *
12855
12905
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -12869,6 +12919,8 @@ declare module "sap/ui/webc/main/Dialog" {
12869
12919
  }
12870
12920
  ): boolean;
12871
12921
  /**
12922
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
12923
+ *
12872
12924
  * Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
12873
12925
  *
12874
12926
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -13652,6 +13704,8 @@ declare module "sap/ui/webc/main/FileUploader" {
13652
13704
  oListener?: object
13653
13705
  ): this;
13654
13706
  /**
13707
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
13708
+ *
13655
13709
  * Fires event {@link #event:change change} to attached listeners.
13656
13710
  *
13657
13711
  * @returns Reference to `this` in order to allow method chaining
@@ -14512,6 +14566,8 @@ declare module "sap/ui/webc/main/Icon" {
14512
14566
  oListener?: object
14513
14567
  ): this;
14514
14568
  /**
14569
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
14570
+ *
14515
14571
  * Fires event {@link #event:click click} to attached listeners.
14516
14572
  *
14517
14573
  * @returns Reference to `this` in order to allow method chaining
@@ -15328,6 +15384,8 @@ declare module "sap/ui/webc/main/Input" {
15328
15384
  oListener?: object
15329
15385
  ): this;
15330
15386
  /**
15387
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15388
+ *
15331
15389
  * Fires event {@link #event:change change} to attached listeners.
15332
15390
  *
15333
15391
  * @returns Reference to `this` in order to allow method chaining
@@ -15339,6 +15397,8 @@ declare module "sap/ui/webc/main/Input" {
15339
15397
  mParameters?: object
15340
15398
  ): this;
15341
15399
  /**
15400
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15401
+ *
15342
15402
  * Fires event {@link #event:input input} to attached listeners.
15343
15403
  *
15344
15404
  * @returns Reference to `this` in order to allow method chaining
@@ -15350,6 +15410,8 @@ declare module "sap/ui/webc/main/Input" {
15350
15410
  mParameters?: object
15351
15411
  ): this;
15352
15412
  /**
15413
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15414
+ *
15353
15415
  * Fires event {@link #event:suggestionItemPreview suggestionItemPreview} to attached listeners.
15354
15416
  *
15355
15417
  * @returns Reference to `this` in order to allow method chaining
@@ -15370,6 +15432,8 @@ declare module "sap/ui/webc/main/Input" {
15370
15432
  }
15371
15433
  ): this;
15372
15434
  /**
15435
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
15436
+ *
15373
15437
  * Fires event {@link #event:suggestionItemSelect suggestionItemSelect} to attached listeners.
15374
15438
  *
15375
15439
  * @returns Reference to `this` in order to allow method chaining
@@ -16621,6 +16685,8 @@ declare module "sap/ui/webc/main/Link" {
16621
16685
  oListener?: object
16622
16686
  ): this;
16623
16687
  /**
16688
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
16689
+ *
16624
16690
  * Fires event {@link #event:click click} to attached listeners.
16625
16691
  *
16626
16692
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -17623,6 +17689,8 @@ declare module "sap/ui/webc/main/List" {
17623
17689
  oListener?: object
17624
17690
  ): this;
17625
17691
  /**
17692
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17693
+ *
17626
17694
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
17627
17695
  *
17628
17696
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -17642,6 +17710,8 @@ declare module "sap/ui/webc/main/List" {
17642
17710
  }
17643
17711
  ): boolean;
17644
17712
  /**
17713
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17714
+ *
17645
17715
  * Fires event {@link #event:itemClose itemClose} to attached listeners.
17646
17716
  *
17647
17717
  * @returns Reference to `this` in order to allow method chaining
@@ -17658,6 +17728,8 @@ declare module "sap/ui/webc/main/List" {
17658
17728
  }
17659
17729
  ): this;
17660
17730
  /**
17731
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17732
+ *
17661
17733
  * Fires event {@link #event:itemDelete itemDelete} to attached listeners.
17662
17734
  *
17663
17735
  * @returns Reference to `this` in order to allow method chaining
@@ -17674,6 +17746,8 @@ declare module "sap/ui/webc/main/List" {
17674
17746
  }
17675
17747
  ): this;
17676
17748
  /**
17749
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17750
+ *
17677
17751
  * Fires event {@link #event:itemToggle itemToggle} to attached listeners.
17678
17752
  *
17679
17753
  * @returns Reference to `this` in order to allow method chaining
@@ -17690,6 +17764,8 @@ declare module "sap/ui/webc/main/List" {
17690
17764
  }
17691
17765
  ): this;
17692
17766
  /**
17767
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17768
+ *
17693
17769
  * Fires event {@link #event:loadMore loadMore} to attached listeners.
17694
17770
  *
17695
17771
  * @returns Reference to `this` in order to allow method chaining
@@ -17701,6 +17777,8 @@ declare module "sap/ui/webc/main/List" {
17701
17777
  mParameters?: object
17702
17778
  ): this;
17703
17779
  /**
17780
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
17781
+ *
17704
17782
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
17705
17783
  *
17706
17784
  * @returns Reference to `this` in order to allow method chaining
@@ -18605,6 +18683,8 @@ declare module "sap/ui/webc/main/Menu" {
18605
18683
  oListener?: object
18606
18684
  ): this;
18607
18685
  /**
18686
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
18687
+ *
18608
18688
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
18609
18689
  *
18610
18690
  * @returns Reference to `this` in order to allow method chaining
@@ -19215,6 +19295,8 @@ declare module "sap/ui/webc/main/MessageStrip" {
19215
19295
  oListener?: object
19216
19296
  ): this;
19217
19297
  /**
19298
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19299
+ *
19218
19300
  * Fires event {@link #event:close close} to attached listeners.
19219
19301
  *
19220
19302
  * @returns Reference to `this` in order to allow method chaining
@@ -19878,6 +19960,8 @@ declare module "sap/ui/webc/main/MultiComboBox" {
19878
19960
  oListener?: object
19879
19961
  ): this;
19880
19962
  /**
19963
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19964
+ *
19881
19965
  * Fires event {@link #event:change change} to attached listeners.
19882
19966
  *
19883
19967
  * @returns Reference to `this` in order to allow method chaining
@@ -19889,6 +19973,8 @@ declare module "sap/ui/webc/main/MultiComboBox" {
19889
19973
  mParameters?: object
19890
19974
  ): this;
19891
19975
  /**
19976
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19977
+ *
19892
19978
  * Fires event {@link #event:input input} to attached listeners.
19893
19979
  *
19894
19980
  * @returns Reference to `this` in order to allow method chaining
@@ -19900,6 +19986,8 @@ declare module "sap/ui/webc/main/MultiComboBox" {
19900
19986
  mParameters?: object
19901
19987
  ): this;
19902
19988
  /**
19989
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
19990
+ *
19903
19991
  * Fires event {@link #event:openChange openChange} to attached listeners.
19904
19992
  *
19905
19993
  * @returns Reference to `this` in order to allow method chaining
@@ -19911,6 +19999,8 @@ declare module "sap/ui/webc/main/MultiComboBox" {
19911
19999
  mParameters?: object
19912
20000
  ): this;
19913
20001
  /**
20002
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
20003
+ *
19914
20004
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
19915
20005
  *
19916
20006
  * @returns Reference to `this` in order to allow method chaining
@@ -21360,6 +21450,8 @@ declare module "sap/ui/webc/main/MultiInput" {
21360
21450
  oListener?: object
21361
21451
  ): this;
21362
21452
  /**
21453
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21454
+ *
21363
21455
  * Fires event {@link #event:change change} to attached listeners.
21364
21456
  *
21365
21457
  * @returns Reference to `this` in order to allow method chaining
@@ -21371,6 +21463,8 @@ declare module "sap/ui/webc/main/MultiInput" {
21371
21463
  mParameters?: object
21372
21464
  ): this;
21373
21465
  /**
21466
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21467
+ *
21374
21468
  * Fires event {@link #event:input input} to attached listeners.
21375
21469
  *
21376
21470
  * @returns Reference to `this` in order to allow method chaining
@@ -21382,6 +21476,8 @@ declare module "sap/ui/webc/main/MultiInput" {
21382
21476
  mParameters?: object
21383
21477
  ): this;
21384
21478
  /**
21479
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21480
+ *
21385
21481
  * Fires event {@link #event:suggestionItemPreview suggestionItemPreview} to attached listeners.
21386
21482
  *
21387
21483
  * @returns Reference to `this` in order to allow method chaining
@@ -21402,6 +21498,8 @@ declare module "sap/ui/webc/main/MultiInput" {
21402
21498
  }
21403
21499
  ): this;
21404
21500
  /**
21501
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21502
+ *
21405
21503
  * Fires event {@link #event:suggestionItemSelect suggestionItemSelect} to attached listeners.
21406
21504
  *
21407
21505
  * @returns Reference to `this` in order to allow method chaining
@@ -21418,6 +21516,8 @@ declare module "sap/ui/webc/main/MultiInput" {
21418
21516
  }
21419
21517
  ): this;
21420
21518
  /**
21519
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21520
+ *
21421
21521
  * Fires event {@link #event:tokenDelete tokenDelete} to attached listeners.
21422
21522
  *
21423
21523
  * @returns Reference to `this` in order to allow method chaining
@@ -21434,6 +21534,8 @@ declare module "sap/ui/webc/main/MultiInput" {
21434
21534
  }
21435
21535
  ): this;
21436
21536
  /**
21537
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
21538
+ *
21437
21539
  * Fires event {@link #event:valueHelpTrigger valueHelpTrigger} to attached listeners.
21438
21540
  *
21439
21541
  * @returns Reference to `this` in order to allow method chaining
@@ -22809,6 +22911,8 @@ declare module "sap/ui/webc/main/Panel" {
22809
22911
  oListener?: object
22810
22912
  ): this;
22811
22913
  /**
22914
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
22915
+ *
22812
22916
  * Fires event {@link #event:toggle toggle} to attached listeners.
22813
22917
  *
22814
22918
  * @returns Reference to `this` in order to allow method chaining
@@ -23696,6 +23800,8 @@ declare module "sap/ui/webc/main/Popover" {
23696
23800
  oListener?: object
23697
23801
  ): this;
23698
23802
  /**
23803
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23804
+ *
23699
23805
  * Fires event {@link #event:afterClose afterClose} to attached listeners.
23700
23806
  *
23701
23807
  * @returns Reference to `this` in order to allow method chaining
@@ -23707,6 +23813,8 @@ declare module "sap/ui/webc/main/Popover" {
23707
23813
  mParameters?: object
23708
23814
  ): this;
23709
23815
  /**
23816
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23817
+ *
23710
23818
  * Fires event {@link #event:afterOpen afterOpen} to attached listeners.
23711
23819
  *
23712
23820
  * @returns Reference to `this` in order to allow method chaining
@@ -23718,6 +23826,8 @@ declare module "sap/ui/webc/main/Popover" {
23718
23826
  mParameters?: object
23719
23827
  ): this;
23720
23828
  /**
23829
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23830
+ *
23721
23831
  * Fires event {@link #event:beforeClose beforeClose} to attached listeners.
23722
23832
  *
23723
23833
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -23737,6 +23847,8 @@ declare module "sap/ui/webc/main/Popover" {
23737
23847
  }
23738
23848
  ): boolean;
23739
23849
  /**
23850
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
23851
+ *
23740
23852
  * Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
23741
23853
  *
23742
23854
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -25032,6 +25144,8 @@ declare module "sap/ui/webc/main/RadioButton" {
25032
25144
  oListener?: object
25033
25145
  ): this;
25034
25146
  /**
25147
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25148
+ *
25035
25149
  * Fires event {@link #event:change change} to attached listeners.
25036
25150
  *
25037
25151
  * @returns Reference to `this` in order to allow method chaining
@@ -25695,6 +25809,8 @@ declare module "sap/ui/webc/main/RangeSlider" {
25695
25809
  oListener?: object
25696
25810
  ): this;
25697
25811
  /**
25812
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25813
+ *
25698
25814
  * Fires event {@link #event:change change} to attached listeners.
25699
25815
  *
25700
25816
  * @returns Reference to `this` in order to allow method chaining
@@ -25706,6 +25822,8 @@ declare module "sap/ui/webc/main/RangeSlider" {
25706
25822
  mParameters?: object
25707
25823
  ): this;
25708
25824
  /**
25825
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
25826
+ *
25709
25827
  * Fires event {@link #event:input input} to attached listeners.
25710
25828
  *
25711
25829
  * @returns Reference to `this` in order to allow method chaining
@@ -26286,6 +26404,8 @@ declare module "sap/ui/webc/main/RatingIndicator" {
26286
26404
  oListener?: object
26287
26405
  ): this;
26288
26406
  /**
26407
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
26408
+ *
26289
26409
  * Fires event {@link #event:change change} to attached listeners.
26290
26410
  *
26291
26411
  * @returns Reference to `this` in order to allow method chaining
@@ -26949,6 +27069,8 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
26949
27069
  oListener?: object
26950
27070
  ): this;
26951
27071
  /**
27072
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
27073
+ *
26952
27074
  * Fires event {@link #event:afterClose afterClose} to attached listeners.
26953
27075
  *
26954
27076
  * @returns Reference to `this` in order to allow method chaining
@@ -26960,6 +27082,8 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
26960
27082
  mParameters?: object
26961
27083
  ): this;
26962
27084
  /**
27085
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
27086
+ *
26963
27087
  * Fires event {@link #event:afterOpen afterOpen} to attached listeners.
26964
27088
  *
26965
27089
  * @returns Reference to `this` in order to allow method chaining
@@ -26971,6 +27095,8 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
26971
27095
  mParameters?: object
26972
27096
  ): this;
26973
27097
  /**
27098
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
27099
+ *
26974
27100
  * Fires event {@link #event:beforeClose beforeClose} to attached listeners.
26975
27101
  *
26976
27102
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -26990,6 +27116,8 @@ declare module "sap/ui/webc/main/ResponsivePopover" {
26990
27116
  }
26991
27117
  ): boolean;
26992
27118
  /**
27119
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
27120
+ *
26993
27121
  * Fires event {@link #event:beforeOpen beforeOpen} to attached listeners.
26994
27122
  *
26995
27123
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -27904,6 +28032,8 @@ declare module "sap/ui/webc/main/SegmentedButton" {
27904
28032
  oListener?: object
27905
28033
  ): this;
27906
28034
  /**
28035
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28036
+ *
27907
28037
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
27908
28038
  *
27909
28039
  * @returns Reference to `this` in order to allow method chaining
@@ -27928,6 +28058,8 @@ declare module "sap/ui/webc/main/SegmentedButton" {
27928
28058
  */
27929
28059
  getAccessibleName(): string;
27930
28060
  /**
28061
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28062
+ *
27931
28063
  * `SegmentedButton` must not be stretched in Form because ResizeHandler is used internally in order to
27932
28064
  * manage the width of the SegmentedButton depending on the container size
27933
28065
  *
@@ -28242,6 +28374,8 @@ declare module "sap/ui/webc/main/SegmentedButtonItem" {
28242
28374
  oListener?: object
28243
28375
  ): this;
28244
28376
  /**
28377
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28378
+ *
28245
28379
  * Fires event {@link #event:click click} to attached listeners.
28246
28380
  *
28247
28381
  * @returns Reference to `this` in order to allow method chaining
@@ -28846,6 +28980,8 @@ declare module "sap/ui/webc/main/Select" {
28846
28980
  oListener?: object
28847
28981
  ): this;
28848
28982
  /**
28983
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
28984
+ *
28849
28985
  * Fires event {@link #event:change change} to attached listeners.
28850
28986
  *
28851
28987
  * @returns Reference to `this` in order to allow method chaining
@@ -29515,6 +29651,8 @@ declare module "sap/ui/webc/main/Slider" {
29515
29651
  oListener?: object
29516
29652
  ): this;
29517
29653
  /**
29654
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29655
+ *
29518
29656
  * Fires event {@link #event:change change} to attached listeners.
29519
29657
  *
29520
29658
  * @returns Reference to `this` in order to allow method chaining
@@ -29526,6 +29664,8 @@ declare module "sap/ui/webc/main/Slider" {
29526
29664
  mParameters?: object
29527
29665
  ): this;
29528
29666
  /**
29667
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
29668
+ *
29529
29669
  * Fires event {@link #event:input input} to attached listeners.
29530
29670
  *
29531
29671
  * @returns Reference to `this` in order to allow method chaining
@@ -30129,6 +30269,8 @@ declare module "sap/ui/webc/main/SplitButton" {
30129
30269
  oListener?: object
30130
30270
  ): this;
30131
30271
  /**
30272
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
30273
+ *
30132
30274
  * Fires event {@link #event:arrowClick arrowClick} to attached listeners.
30133
30275
  *
30134
30276
  * @returns Reference to `this` in order to allow method chaining
@@ -30140,6 +30282,8 @@ declare module "sap/ui/webc/main/SplitButton" {
30140
30282
  mParameters?: object
30141
30283
  ): this;
30142
30284
  /**
30285
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
30286
+ *
30143
30287
  * Fires event {@link #event:click click} to attached listeners.
30144
30288
  *
30145
30289
  * @returns Reference to `this` in order to allow method chaining
@@ -30571,6 +30715,8 @@ declare module "sap/ui/webc/main/StandardListItem" {
30571
30715
  oListener?: object
30572
30716
  ): this;
30573
30717
  /**
30718
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
30719
+ *
30574
30720
  * Fires event {@link #event:detailClick detailClick} to attached listeners.
30575
30721
  *
30576
30722
  * @returns Reference to `this` in order to allow method chaining
@@ -31124,6 +31270,8 @@ declare module "sap/ui/webc/main/StepInput" {
31124
31270
  oListener?: object
31125
31271
  ): this;
31126
31272
  /**
31273
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
31274
+ *
31127
31275
  * Fires event {@link #event:change change} to attached listeners.
31128
31276
  *
31129
31277
  * @returns Reference to `this` in order to allow method chaining
@@ -32346,6 +32494,8 @@ declare module "sap/ui/webc/main/Switch" {
32346
32494
  oListener?: object
32347
32495
  ): this;
32348
32496
  /**
32497
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
32498
+ *
32349
32499
  * Fires event {@link #event:change change} to attached listeners.
32350
32500
  *
32351
32501
  * @returns Reference to `this` in order to allow method chaining
@@ -33369,6 +33519,8 @@ declare module "sap/ui/webc/main/TabContainer" {
33369
33519
  oListener?: object
33370
33520
  ): this;
33371
33521
  /**
33522
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
33523
+ *
33372
33524
  * Fires event {@link #event:tabSelect tabSelect} to attached listeners.
33373
33525
  *
33374
33526
  * @returns Reference to `this` in order to allow method chaining
@@ -34249,6 +34401,8 @@ declare module "sap/ui/webc/main/Table" {
34249
34401
  oListener?: object
34250
34402
  ): this;
34251
34403
  /**
34404
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
34405
+ *
34252
34406
  * Fires event {@link #event:loadMore loadMore} to attached listeners.
34253
34407
  *
34254
34408
  * @returns Reference to `this` in order to allow method chaining
@@ -34260,6 +34414,8 @@ declare module "sap/ui/webc/main/Table" {
34260
34414
  mParameters?: object
34261
34415
  ): this;
34262
34416
  /**
34417
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
34418
+ *
34263
34419
  * Fires event {@link #event:popinChange popinChange} to attached listeners.
34264
34420
  *
34265
34421
  * @returns Reference to `this` in order to allow method chaining
@@ -34276,6 +34432,8 @@ declare module "sap/ui/webc/main/Table" {
34276
34432
  }
34277
34433
  ): this;
34278
34434
  /**
34435
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
34436
+ *
34279
34437
  * Fires event {@link #event:rowClick rowClick} to attached listeners.
34280
34438
  *
34281
34439
  * @returns Reference to `this` in order to allow method chaining
@@ -34292,6 +34450,8 @@ declare module "sap/ui/webc/main/Table" {
34292
34450
  }
34293
34451
  ): this;
34294
34452
  /**
34453
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
34454
+ *
34295
34455
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
34296
34456
  *
34297
34457
  * @returns Reference to `this` in order to allow method chaining
@@ -36192,6 +36352,8 @@ declare module "sap/ui/webc/main/TextArea" {
36192
36352
  oListener?: object
36193
36353
  ): this;
36194
36354
  /**
36355
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
36356
+ *
36195
36357
  * Fires event {@link #event:change change} to attached listeners.
36196
36358
  *
36197
36359
  * @returns Reference to `this` in order to allow method chaining
@@ -36203,6 +36365,8 @@ declare module "sap/ui/webc/main/TextArea" {
36203
36365
  mParameters?: object
36204
36366
  ): this;
36205
36367
  /**
36368
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
36369
+ *
36206
36370
  * Fires event {@link #event:input input} to attached listeners.
36207
36371
  *
36208
36372
  * @returns Reference to `this` in order to allow method chaining
@@ -37113,6 +37277,8 @@ declare module "sap/ui/webc/main/TimePicker" {
37113
37277
  oListener?: object
37114
37278
  ): this;
37115
37279
  /**
37280
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
37281
+ *
37116
37282
  * Fires event {@link #event:change change} to attached listeners.
37117
37283
  *
37118
37284
  * @returns Reference to `this` in order to allow method chaining
@@ -37124,6 +37290,8 @@ declare module "sap/ui/webc/main/TimePicker" {
37124
37290
  mParameters?: object
37125
37291
  ): this;
37126
37292
  /**
37293
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
37294
+ *
37127
37295
  * Fires event {@link #event:input input} to attached listeners.
37128
37296
  *
37129
37297
  * @returns Reference to `this` in order to allow method chaining
@@ -37142,7 +37310,7 @@ declare module "sap/ui/webc/main/TimePicker" {
37142
37310
  /**
37143
37311
  * A Java Script date object to be formatted as string
37144
37312
  */
37145
- date: object
37313
+ date: Date
37146
37314
  ): void;
37147
37315
  /**
37148
37316
  * Returns the currently selected time represented as JavaScript Date instance
@@ -38203,6 +38371,8 @@ declare module "sap/ui/webc/main/ToggleButton" {
38203
38371
  oListener?: object
38204
38372
  ): this;
38205
38373
  /**
38374
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
38375
+ *
38206
38376
  * Fires event {@link #event:click click} to attached listeners.
38207
38377
  *
38208
38378
  * @returns Reference to `this` in order to allow method chaining
@@ -38825,6 +38995,8 @@ declare module "sap/ui/webc/main/Token" {
38825
38995
  oListener?: object
38826
38996
  ): this;
38827
38997
  /**
38998
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
38999
+ *
38828
39000
  * Fires event {@link #event:select select} to attached listeners.
38829
39001
  *
38830
39002
  * @returns Reference to `this` in order to allow method chaining
@@ -39503,6 +39675,8 @@ declare module "sap/ui/webc/main/Tree" {
39503
39675
  oListener?: object
39504
39676
  ): this;
39505
39677
  /**
39678
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
39679
+ *
39506
39680
  * Fires event {@link #event:itemClick itemClick} to attached listeners.
39507
39681
  *
39508
39682
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -39522,6 +39696,8 @@ declare module "sap/ui/webc/main/Tree" {
39522
39696
  }
39523
39697
  ): boolean;
39524
39698
  /**
39699
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
39700
+ *
39525
39701
  * Fires event {@link #event:itemDelete itemDelete} to attached listeners.
39526
39702
  *
39527
39703
  * @returns Reference to `this` in order to allow method chaining
@@ -39538,6 +39714,8 @@ declare module "sap/ui/webc/main/Tree" {
39538
39714
  }
39539
39715
  ): this;
39540
39716
  /**
39717
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
39718
+ *
39541
39719
  * Fires event {@link #event:itemMouseout itemMouseout} to attached listeners.
39542
39720
  *
39543
39721
  * @returns Reference to `this` in order to allow method chaining
@@ -39554,6 +39732,8 @@ declare module "sap/ui/webc/main/Tree" {
39554
39732
  }
39555
39733
  ): this;
39556
39734
  /**
39735
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
39736
+ *
39557
39737
  * Fires event {@link #event:itemMouseover itemMouseover} to attached listeners.
39558
39738
  *
39559
39739
  * @returns Reference to `this` in order to allow method chaining
@@ -39570,6 +39750,8 @@ declare module "sap/ui/webc/main/Tree" {
39570
39750
  }
39571
39751
  ): this;
39572
39752
  /**
39753
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
39754
+ *
39573
39755
  * Fires event {@link #event:itemToggle itemToggle} to attached listeners.
39574
39756
  *
39575
39757
  * Listeners may prevent the default action of this event by calling the `preventDefault` method on the
@@ -39589,6 +39771,8 @@ declare module "sap/ui/webc/main/Tree" {
39589
39771
  }
39590
39772
  ): boolean;
39591
39773
  /**
39774
+ * @PROTECTED - DO NOT USE IN APPLICATIONS (only for related classes in the framework)
39775
+ *
39592
39776
  * Fires event {@link #event:selectionChange selectionChange} to attached listeners.
39593
39777
  *
39594
39778
  * @returns Reference to `this` in order to allow method chaining