@openui5/ts-types 1.108.2 → 1.108.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/ts-types",
3
- "version": "1.108.2",
3
+ "version": "1.108.4",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  *
5
5
  * Licensed under the Apache License, Version 2.0 (the "License");
6
6
  * you may not use this file except in compliance with the License.
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -23235,8 +23235,19 @@ declare namespace sap {
23235
23235
  | sap.ui.base.ManagedObject.PropertyBindingInfo
23236
23236
  | `{${string}}`;
23237
23237
 
23238
+ /**
23239
+ * @SINCE 1.110
23240
+ *
23241
+ * Еnables overriding of the default state announcement.
23242
+ */
23243
+ stateAnnouncementText?:
23244
+ | string
23245
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
23246
+
23238
23247
  /**
23239
23248
  * Association to controls / IDs, which describe this control (see WAI-ARIA attribute aria-describedby).
23249
+ *
23250
+ * **Note:** The additional description will take effect only if `active` property is set to `true`.
23240
23251
  */
23241
23252
  ariaDescribedBy?: Array<sap.ui.core.Control | string>;
23242
23253
 
@@ -36779,10 +36790,12 @@ declare namespace sap {
36779
36790
  implements
36780
36791
  sap.m.IBreadcrumbs,
36781
36792
  sap.m.IOverflowToolbarContent,
36782
- sap.ui.core.IShrinkable {
36793
+ sap.ui.core.IShrinkable,
36794
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
36783
36795
  __implements__sap_m_IBreadcrumbs: boolean;
36784
36796
  __implements__sap_m_IOverflowToolbarContent: boolean;
36785
36797
  __implements__sap_ui_core_IShrinkable: boolean;
36798
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
36786
36799
  /**
36787
36800
  * Constructor for a new `Breadcrumbs`.
36788
36801
  *
@@ -37901,9 +37914,13 @@ declare namespace sap {
37901
37914
  */
37902
37915
  class Button
37903
37916
  extends sap.ui.core.Control
37904
- implements sap.ui.core.IFormContent, sap.ui.core.IAccessKeySupport {
37917
+ implements
37918
+ sap.ui.core.IFormContent,
37919
+ sap.ui.core.IAccessKeySupport,
37920
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
37905
37921
  __implements__sap_ui_core_IFormContent: boolean;
37906
37922
  __implements__sap_ui_core_IAccessKeySupport: boolean;
37923
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
37907
37924
  /**
37908
37925
  * Constructor for a new `Button`.
37909
37926
  *
@@ -39444,10 +39461,12 @@ declare namespace sap {
39444
39461
  implements
39445
39462
  sap.ui.core.IFormContent,
39446
39463
  sap.ui.core.ISemanticFormContent,
39447
- sap.ui.core.IAccessKeySupport {
39464
+ sap.ui.core.IAccessKeySupport,
39465
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
39448
39466
  __implements__sap_ui_core_IFormContent: boolean;
39449
39467
  __implements__sap_ui_core_ISemanticFormContent: boolean;
39450
39468
  __implements__sap_ui_core_IAccessKeySupport: boolean;
39469
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
39451
39470
  /**
39452
39471
  * Constructor for a new `CheckBox`.
39453
39472
  *
@@ -41931,7 +41950,10 @@ declare namespace sap {
41931
41950
  * truncated.
41932
41951
  * - On phone devices the combo box option list opens a dialog.
41933
41952
  */
41934
- class ComboBox extends sap.m.ComboBoxBase {
41953
+ class ComboBox
41954
+ extends sap.m.ComboBoxBase
41955
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
41956
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
41935
41957
  /**
41936
41958
  * Constructor for a new ComboBox.
41937
41959
  *
@@ -45532,7 +45554,10 @@ declare namespace sap {
45532
45554
  * **Note:** This control should not be used any longer, instead please use the dedicated `sap.m.DatePicker`,
45533
45555
  * `sap.m.TimePicker` or `sap.m.DateTimePicker` control.
45534
45556
  */
45535
- class DateTimeInput extends sap.ui.core.Control {
45557
+ class DateTimeInput
45558
+ extends sap.ui.core.Control
45559
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
45560
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
45536
45561
  /**
45537
45562
  * Constructor for a new DateTimeInput.
45538
45563
  *
@@ -54450,8 +54475,11 @@ declare namespace sap {
54450
54475
  */
54451
54476
  class GenericTag
54452
54477
  extends sap.ui.core.Control
54453
- implements sap.m.IOverflowToolbarContent {
54478
+ implements
54479
+ sap.m.IOverflowToolbarContent,
54480
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
54454
54481
  __implements__sap_m_IOverflowToolbarContent: boolean;
54482
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
54455
54483
  /**
54456
54484
  * Constructor for a new `sap.m.GenericTag`.
54457
54485
  *
@@ -61147,8 +61175,11 @@ declare namespace sap {
61147
61175
  */
61148
61176
  class Input
61149
61177
  extends sap.m.InputBase
61150
- implements sap.ui.core.IAccessKeySupport {
61178
+ implements
61179
+ sap.ui.core.IAccessKeySupport,
61180
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
61151
61181
  __implements__sap_ui_core_IAccessKeySupport: boolean;
61182
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
61152
61183
  /**
61153
61184
  * Constructor for a new `Input`.
61154
61185
  *
@@ -64163,11 +64194,13 @@ declare namespace sap {
64163
64194
  sap.ui.core.Label,
64164
64195
  sap.ui.core.IShrinkable,
64165
64196
  sap.ui.core.IAccessKeySupport,
64166
- sap.m.IOverflowToolbarContent {
64197
+ sap.m.IOverflowToolbarContent,
64198
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
64167
64199
  __implements__sap_ui_core_Label: boolean;
64168
64200
  __implements__sap_ui_core_IShrinkable: boolean;
64169
64201
  __implements__sap_ui_core_IAccessKeySupport: boolean;
64170
64202
  __implements__sap_m_IOverflowToolbarContent: boolean;
64203
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
64171
64204
  /**
64172
64205
  * Constructor for a new Label.
64173
64206
  *
@@ -65020,11 +65053,13 @@ declare namespace sap {
65020
65053
  sap.ui.core.IShrinkable,
65021
65054
  sap.ui.core.IFormContent,
65022
65055
  sap.ui.core.ITitleContent,
65023
- sap.ui.core.IAccessKeySupport {
65056
+ sap.ui.core.IAccessKeySupport,
65057
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
65024
65058
  __implements__sap_ui_core_IShrinkable: boolean;
65025
65059
  __implements__sap_ui_core_IFormContent: boolean;
65026
65060
  __implements__sap_ui_core_ITitleContent: boolean;
65027
65061
  __implements__sap_ui_core_IAccessKeySupport: boolean;
65062
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
65028
65063
  /**
65029
65064
  * Constructor for a new `Link`.
65030
65065
  *
@@ -69583,7 +69618,10 @@ declare namespace sap {
69583
69618
  /**
69584
69619
  * The `sap.m.MenuButton` control enables the user to show a hierarchical menu.
69585
69620
  */
69586
- class MenuButton extends sap.ui.core.Control {
69621
+ class MenuButton
69622
+ extends sap.ui.core.Control
69623
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
69624
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
69587
69625
  /**
69588
69626
  * Constructor for a new MenuButton.
69589
69627
  *
@@ -82385,6 +82423,16 @@ declare namespace sap {
82385
82423
  * @returns Value of property `state`
82386
82424
  */
82387
82425
  getState(): string;
82426
+ /**
82427
+ * @SINCE 1.110
82428
+ *
82429
+ * Gets current value of property {@link #getStateAnnouncementText stateAnnouncementText}.
82430
+ *
82431
+ * Еnables overriding of the default state announcement.
82432
+ *
82433
+ * @returns Value of property `stateAnnouncementText`
82434
+ */
82435
+ getStateAnnouncementText(): string;
82388
82436
  /**
82389
82437
  * Gets current value of property {@link #getText text}.
82390
82438
  *
@@ -82535,6 +82583,23 @@ declare namespace sap {
82535
82583
  */
82536
82584
  sValue: string
82537
82585
  ): this;
82586
+ /**
82587
+ * @SINCE 1.110
82588
+ *
82589
+ * Sets a new value for property {@link #getStateAnnouncementText stateAnnouncementText}.
82590
+ *
82591
+ * Еnables overriding of the default state announcement.
82592
+ *
82593
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
82594
+ *
82595
+ * @returns Reference to `this` in order to allow method chaining
82596
+ */
82597
+ setStateAnnouncementText(
82598
+ /**
82599
+ * New value for property `stateAnnouncementText`
82600
+ */
82601
+ sStateAnnouncementText: string
82602
+ ): this;
82538
82603
  /**
82539
82604
  * Sets a new value for property {@link #getText text}.
82540
82605
  *
@@ -82772,9 +82837,13 @@ declare namespace sap {
82772
82837
  */
82773
82838
  class OverflowToolbarButton
82774
82839
  extends sap.m.Button
82775
- implements sap.f.IShellBar, sap.m.IOverflowToolbarContent {
82840
+ implements
82841
+ sap.f.IShellBar,
82842
+ sap.m.IOverflowToolbarContent,
82843
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
82776
82844
  __implements__sap_f_IShellBar: boolean;
82777
82845
  __implements__sap_m_IOverflowToolbarContent: boolean;
82846
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
82778
82847
  /**
82779
82848
  * Constructor for a new `OverflowToolbarButton`.
82780
82849
  */
@@ -99215,8 +99284,11 @@ declare namespace sap {
99215
99284
  */
99216
99285
  class RadioButton
99217
99286
  extends sap.ui.core.Control
99218
- implements sap.ui.core.IFormContent {
99287
+ implements
99288
+ sap.ui.core.IFormContent,
99289
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
99219
99290
  __implements__sap_ui_core_IFormContent: boolean;
99291
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
99220
99292
  /**
99221
99293
  * Constructor for a new RadioButton.
99222
99294
  *
@@ -102639,9 +102711,13 @@ declare namespace sap {
102639
102711
  */
102640
102712
  class SearchField
102641
102713
  extends sap.ui.core.Control
102642
- implements sap.ui.core.IFormContent, sap.f.IShellBar {
102714
+ implements
102715
+ sap.ui.core.IFormContent,
102716
+ sap.f.IShellBar,
102717
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
102643
102718
  __implements__sap_ui_core_IFormContent: boolean;
102644
102719
  __implements__sap_f_IShellBar: boolean;
102720
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
102645
102721
  /**
102646
102722
  * Constructor for a new SearchField.
102647
102723
  *
@@ -103628,9 +103704,13 @@ declare namespace sap {
103628
103704
  */
103629
103705
  class SegmentedButton
103630
103706
  extends sap.ui.core.Control
103631
- implements sap.ui.core.IFormContent, sap.m.IOverflowToolbarContent {
103707
+ implements
103708
+ sap.ui.core.IFormContent,
103709
+ sap.m.IOverflowToolbarContent,
103710
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
103632
103711
  __implements__sap_ui_core_IFormContent: boolean;
103633
103712
  __implements__sap_m_IOverflowToolbarContent: boolean;
103713
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
103634
103714
  /**
103635
103715
  * Constructor for a new `SegmentedButton`.
103636
103716
  *
@@ -104549,10 +104629,12 @@ declare namespace sap {
104549
104629
  sap.ui.core.IFormContent,
104550
104630
  sap.ui.core.ISemanticFormContent,
104551
104631
  sap.m.IOverflowToolbarContent,
104632
+ /* was: sap.m.IToolbarInteractiveControl */ Object,
104552
104633
  sap.f.IShellBar {
104553
104634
  __implements__sap_ui_core_IFormContent: boolean;
104554
104635
  __implements__sap_ui_core_ISemanticFormContent: boolean;
104555
104636
  __implements__sap_m_IOverflowToolbarContent: boolean;
104637
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
104556
104638
  __implements__sap_f_IShellBar: boolean;
104557
104639
  /**
104558
104640
  * Constructor for a new `sap.m.Select`.
@@ -117542,9 +117624,13 @@ declare namespace sap {
117542
117624
  */
117543
117625
  class Switch
117544
117626
  extends sap.ui.core.Control
117545
- implements sap.ui.core.IFormContent, sap.m.IOverflowToolbarContent {
117627
+ implements
117628
+ sap.ui.core.IFormContent,
117629
+ sap.m.IOverflowToolbarContent,
117630
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
117546
117631
  __implements__sap_ui_core_IFormContent: boolean;
117547
117632
  __implements__sap_m_IOverflowToolbarContent: boolean;
117633
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
117548
117634
  /**
117549
117635
  * Constructor for a new Switch.
117550
117636
  *
@@ -121759,10 +121845,12 @@ declare namespace sap {
121759
121845
  implements
121760
121846
  sap.ui.core.IShrinkable,
121761
121847
  sap.ui.core.IFormContent,
121762
- sap.ui.core.ISemanticFormContent {
121848
+ sap.ui.core.ISemanticFormContent,
121849
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
121763
121850
  __implements__sap_ui_core_IShrinkable: boolean;
121764
121851
  __implements__sap_ui_core_IFormContent: boolean;
121765
121852
  __implements__sap_ui_core_ISemanticFormContent: boolean;
121853
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
121766
121854
  /**
121767
121855
  * Constructor for a new Text.
121768
121856
  *
@@ -125271,8 +125359,13 @@ declare namespace sap {
125271
125359
  * - If the text is inside a text block.
125272
125360
  * - If The text is inside a form element.
125273
125361
  */
125274
- class Title extends sap.ui.core.Control implements sap.ui.core.IShrinkable {
125362
+ class Title
125363
+ extends sap.ui.core.Control
125364
+ implements
125365
+ sap.ui.core.IShrinkable,
125366
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
125275
125367
  __implements__sap_ui_core_IShrinkable: boolean;
125368
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
125276
125369
  /**
125277
125370
  * Constructor for a new Title control.
125278
125371
  *
@@ -125667,7 +125760,10 @@ declare namespace sap {
125667
125760
  * Clicking or tapping a `ToggleButton` changes its state to `pressed`. The button returns to its initial
125668
125761
  * state when the user clicks or taps it again.
125669
125762
  */
125670
- class ToggleButton extends sap.m.Button {
125763
+ class ToggleButton
125764
+ extends sap.m.Button
125765
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
125766
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
125671
125767
  /**
125672
125768
  * Constructor for a new `ToggleButton`.
125673
125769
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.108.2
267
+ // For Library Version: 1.108.4
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -143,8 +143,11 @@ declare namespace sap {
143
143
  */
144
144
  class VariantManagement
145
145
  extends sap.ui.core.Control
146
- implements sap.m.IOverflowToolbarContent {
146
+ implements
147
+ sap.m.IOverflowToolbarContent,
148
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
147
149
  __implements__sap_m_IOverflowToolbarContent: boolean;
150
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
148
151
  /**
149
152
  * Constructor for a new `VariantManagement`.
150
153
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -9282,6 +9282,22 @@ declare namespace sap {
9282
9282
  *
9283
9283
  * A legend for the Calendar Control. Displays special dates colors with their corresponding description.
9284
9284
  * The aggregation specialDates can be set herefor.
9285
+ *
9286
+ * Calendar Legend Navigation:
9287
+ *
9288
+ * If the Calendar Legend is associated with a `sap.ui.unified.Calendar` control, the users can navigate
9289
+ * through the Calendar Legend items. Only special dates related to the navigated legend's item type are
9290
+ * displayed in the calendar grid. **Note: ** Standard calendar legend items (Today, Selected, Working Day
9291
+ * and Non-Working Day) are also navigatable, but focusing them does not affect the special dates display
9292
+ * (all calendar special dates are displayed).
9293
+ *
9294
+ * Keyboard shortcuts (when the legend is navigatable):
9295
+ *
9296
+ *
9297
+ * - [Arrow Up], [Arrow Left] - Move to the previous calendar legend item
9298
+ * - [Arrow Down], [Arrow Right] - Move to the next calendar legend item
9299
+ * - [Home], [Page Up] - Move to the first calendar legend item
9300
+ * - [End], [Page Down] - Move to the last calendar legend item
9285
9301
  */
9286
9302
  class CalendarLegend extends sap.ui.core.Control {
9287
9303
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.108.2
1
+ // For Library Version: 1.108.4
2
2
 
3
3
  declare namespace sap {
4
4
  /**