@openui5/ts-types-esm 1.96.13 → 1.96.15

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-esm",
3
- "version": "1.96.13",
3
+ "version": "1.96.15",
4
4
  "description": "OpenUI5 TypeScript Definitions - ES Modules",
5
5
  "homepage": "https://openui5.org",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -6039,8 +6039,13 @@ declare module "sap/m/Breadcrumbs" {
6039
6039
  * navigation path. The last three steps can be accessed as links directly, while the remaining links prior
6040
6040
  * to them are available in a drop-down menu.
6041
6041
  */
6042
- export default class Breadcrumbs extends Control implements IBreadcrumbs {
6042
+ export default class Breadcrumbs
6043
+ extends Control
6044
+ implements
6045
+ IBreadcrumbs,
6046
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
6043
6047
  __implements__sap_m_IBreadcrumbs: boolean;
6048
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
6044
6049
  /**
6045
6050
  * Constructor for a new `Breadcrumbs`.
6046
6051
  *
@@ -7244,8 +7249,13 @@ declare module "sap/m/Button" {
7244
7249
  * it and it changes its style to provide visual feedback to the user that it is pressed or hovered over
7245
7250
  * with the mouse cursor. A disabled `Button` appears inactive and cannot be pressed.
7246
7251
  */
7247
- export default class Button extends Control implements IFormContent {
7252
+ export default class Button
7253
+ extends Control
7254
+ implements
7255
+ IFormContent,
7256
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
7248
7257
  __implements__sap_ui_core_IFormContent: boolean;
7258
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
7249
7259
  /**
7250
7260
  * Constructor for a new `Button`.
7251
7261
  *
@@ -8882,9 +8892,13 @@ declare module "sap/m/CheckBox" {
8882
8892
  */
8883
8893
  export default class CheckBox
8884
8894
  extends Control
8885
- implements IFormContent, ISemanticFormContent {
8895
+ implements
8896
+ IFormContent,
8897
+ ISemanticFormContent,
8898
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
8886
8899
  __implements__sap_ui_core_IFormContent: boolean;
8887
8900
  __implements__sap_ui_core_ISemanticFormContent: boolean;
8901
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
8888
8902
  /**
8889
8903
  * Constructor for a new `CheckBox`.
8890
8904
  *
@@ -11542,7 +11556,10 @@ declare module "sap/m/ComboBox" {
11542
11556
  * truncated.
11543
11557
  * - On phone devices the combo box option list opens a dialog.
11544
11558
  */
11545
- export default class ComboBox extends ComboBoxBase {
11559
+ export default class ComboBox
11560
+ extends ComboBoxBase
11561
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
11562
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
11546
11563
  /**
11547
11564
  * Constructor for a new ComboBox.
11548
11565
  *
@@ -14957,7 +14974,10 @@ declare module "sap/m/DateTimeInput" {
14957
14974
  * **Note:** This control should not be used any longer, instead please use the dedicated `sap.m.DatePicker`,
14958
14975
  * `sap.m.TimePicker` or `sap.m.DateTimePicker` control.
14959
14976
  */
14960
- export default class DateTimeInput extends Control {
14977
+ export default class DateTimeInput
14978
+ extends Control
14979
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
14980
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
14961
14981
  /**
14962
14982
  * Constructor for a new DateTimeInput.
14963
14983
  *
@@ -24380,8 +24400,11 @@ declare module "sap/m/GenericTag" {
24380
24400
  */
24381
24401
  export default class GenericTag
24382
24402
  extends Control
24383
- implements IOverflowToolbarContent {
24403
+ implements
24404
+ IOverflowToolbarContent,
24405
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
24384
24406
  __implements__sap_m_IOverflowToolbarContent: boolean;
24407
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
24385
24408
  /**
24386
24409
  * Constructor for a new `sap.m.GenericTag`.
24387
24410
  *
@@ -30866,7 +30889,10 @@ declare module "sap/m/Input" {
30866
30889
  * - If a `selectedKey` is bound and the user types before the data is loaded, the user's input will
30867
30890
  * be overwritten by the binding update.
30868
30891
  */
30869
- export default class Input extends InputBase {
30892
+ export default class Input
30893
+ extends InputBase
30894
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
30895
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
30870
30896
  /**
30871
30897
  * Constructor for a new `Input`.
30872
30898
  *
@@ -34229,10 +34255,15 @@ declare module "sap/m/Label" {
34229
34255
  */
34230
34256
  export default class Label
34231
34257
  extends Control
34232
- implements Label1, IShrinkable, IOverflowToolbarContent {
34258
+ implements
34259
+ Label1,
34260
+ IShrinkable,
34261
+ IOverflowToolbarContent,
34262
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
34233
34263
  __implements__sap_ui_core_Label: boolean;
34234
34264
  __implements__sap_ui_core_IShrinkable: boolean;
34235
34265
  __implements__sap_m_IOverflowToolbarContent: boolean;
34266
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
34236
34267
  /**
34237
34268
  * Constructor for a new Label.
34238
34269
  *
@@ -35101,10 +35132,15 @@ declare module "sap/m/Link" {
35101
35132
  */
35102
35133
  export default class Link
35103
35134
  extends Control
35104
- implements IShrinkable, IFormContent, ITitleContent {
35135
+ implements
35136
+ IShrinkable,
35137
+ IFormContent,
35138
+ ITitleContent,
35139
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
35105
35140
  __implements__sap_ui_core_IShrinkable: boolean;
35106
35141
  __implements__sap_ui_core_IFormContent: boolean;
35107
35142
  __implements__sap_ui_core_ITitleContent: boolean;
35143
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
35108
35144
  /**
35109
35145
  * Constructor for a new `Link`.
35110
35146
  *
@@ -39757,7 +39793,10 @@ declare module "sap/m/MenuButton" {
39757
39793
  /**
39758
39794
  * The `sap.m.MenuButton` control enables the user to show a hierarchical menu.
39759
39795
  */
39760
- export default class MenuButton extends Control {
39796
+ export default class MenuButton
39797
+ extends Control
39798
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
39799
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
39761
39800
  /**
39762
39801
  * Constructor for a new MenuButton.
39763
39802
  *
@@ -54669,9 +54708,13 @@ declare module "sap/m/OverflowToolbarButton" {
54669
54708
  */
54670
54709
  export default class OverflowToolbarButton
54671
54710
  extends Button
54672
- implements IShellBar, IOverflowToolbarContent {
54711
+ implements
54712
+ IShellBar,
54713
+ IOverflowToolbarContent,
54714
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
54673
54715
  __implements__sap_f_IShellBar: boolean;
54674
54716
  __implements__sap_m_IOverflowToolbarContent: boolean;
54717
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
54675
54718
  /**
54676
54719
  * Constructor for a new `OverflowToolbarButton`.
54677
54720
  */
@@ -72884,8 +72927,13 @@ declare module "sap/m/RadioButton" {
72884
72927
  * to a new group and then `button2` is added to the same group, their TAB order and position in this group
72885
72928
  * will be `button1, button3, button2`.
72886
72929
  */
72887
- export default class RadioButton extends Control implements IFormContent {
72930
+ export default class RadioButton
72931
+ extends Control
72932
+ implements
72933
+ IFormContent,
72934
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
72888
72935
  __implements__sap_ui_core_IFormContent: boolean;
72936
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
72889
72937
  /**
72890
72938
  * Constructor for a new RadioButton.
72891
72939
  *
@@ -77304,9 +77352,13 @@ declare module "sap/m/SearchField" {
77304
77352
  */
77305
77353
  export default class SearchField
77306
77354
  extends Control
77307
- implements IFormContent, IShellBar {
77355
+ implements
77356
+ IFormContent,
77357
+ IShellBar,
77358
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
77308
77359
  __implements__sap_ui_core_IFormContent: boolean;
77309
77360
  __implements__sap_f_IShellBar: boolean;
77361
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
77310
77362
  /**
77311
77363
  * Constructor for a new SearchField.
77312
77364
  *
@@ -78344,9 +78396,13 @@ declare module "sap/m/SegmentedButton" {
78344
78396
  */
78345
78397
  export default class SegmentedButton
78346
78398
  extends Control
78347
- implements IFormContent, IOverflowToolbarContent {
78399
+ implements
78400
+ IFormContent,
78401
+ IOverflowToolbarContent,
78402
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
78348
78403
  __implements__sap_ui_core_IFormContent: boolean;
78349
78404
  __implements__sap_m_IOverflowToolbarContent: boolean;
78405
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
78350
78406
  /**
78351
78407
  * Constructor for a new `SegmentedButton`.
78352
78408
  *
@@ -79312,10 +79368,12 @@ declare module "sap/m/Select" {
79312
79368
  IFormContent,
79313
79369
  ISemanticFormContent,
79314
79370
  IOverflowToolbarContent,
79371
+ /* was: sap.m.IToolbarInteractiveControl */ Object,
79315
79372
  IShellBar {
79316
79373
  __implements__sap_ui_core_IFormContent: boolean;
79317
79374
  __implements__sap_ui_core_ISemanticFormContent: boolean;
79318
79375
  __implements__sap_m_IOverflowToolbarContent: boolean;
79376
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
79319
79377
  __implements__sap_f_IShellBar: boolean;
79320
79378
  /**
79321
79379
  * Constructor for a new `sap.m.Select`.
@@ -98167,9 +98225,13 @@ declare module "sap/m/Switch" {
98167
98225
  */
98168
98226
  export default class Switch
98169
98227
  extends Control
98170
- implements IFormContent, IOverflowToolbarContent {
98228
+ implements
98229
+ IFormContent,
98230
+ IOverflowToolbarContent,
98231
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
98171
98232
  __implements__sap_ui_core_IFormContent: boolean;
98172
98233
  __implements__sap_m_IOverflowToolbarContent: boolean;
98234
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
98173
98235
  /**
98174
98236
  * Constructor for a new Switch.
98175
98237
  *
@@ -102563,10 +102625,15 @@ declare module "sap/m/Text" {
102563
102625
  */
102564
102626
  export default class Text
102565
102627
  extends Control
102566
- implements IShrinkable, IFormContent, ISemanticFormContent {
102628
+ implements
102629
+ IShrinkable,
102630
+ IFormContent,
102631
+ ISemanticFormContent,
102632
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
102567
102633
  __implements__sap_ui_core_IShrinkable: boolean;
102568
102634
  __implements__sap_ui_core_IFormContent: boolean;
102569
102635
  __implements__sap_ui_core_ISemanticFormContent: boolean;
102636
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
102570
102637
  /**
102571
102638
  * Constructor for a new Text.
102572
102639
  *
@@ -105828,8 +105895,11 @@ declare module "sap/m/Title" {
105828
105895
  * - If the text is inside a text block.
105829
105896
  * - If The text is inside a form element.
105830
105897
  */
105831
- export default class Title extends Control implements IShrinkable {
105898
+ export default class Title
105899
+ extends Control
105900
+ implements IShrinkable, /* was: sap.m.IToolbarInteractiveControl */ Object {
105832
105901
  __implements__sap_ui_core_IShrinkable: boolean;
105902
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
105833
105903
  /**
105834
105904
  * Constructor for a new Title control.
105835
105905
  *
@@ -106287,7 +106357,10 @@ declare module "sap/m/ToggleButton" {
106287
106357
  * Clicking or tapping a `ToggleButton` changes its state to `pressed`. The button returns to its initial
106288
106358
  * state when the user clicks or taps it again.
106289
106359
  */
106290
- export default class ToggleButton extends Button {
106360
+ export default class ToggleButton
106361
+ extends Button
106362
+ implements /* was: sap.m.IToolbarInteractiveControl */ Object {
106363
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
106291
106364
  /**
106292
106365
  * Constructor for a new `ToggleButton`.
106293
106366
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
264
264
  ): jQuery;
265
265
  }
266
266
 
267
- // For Library Version: 1.96.13
267
+ // For Library Version: 1.96.15
268
268
 
269
269
  declare module "sap/base/assert" {
270
270
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/fl/library" {}
4
4
 
@@ -623,8 +623,11 @@ declare module "sap/ui/fl/variants/VariantManagement" {
623
623
  */
624
624
  export default class VariantManagement
625
625
  extends Control
626
- implements IOverflowToolbarContent {
626
+ implements
627
+ IOverflowToolbarContent,
628
+ /* was: sap.m.IToolbarInteractiveControl */ Object {
627
629
  __implements__sap_m_IOverflowToolbarContent: boolean;
630
+ __implements__sap_m_IToolbarInteractiveControl: boolean;
628
631
  /**
629
632
  * Constructor for a new `VariantManagement`.
630
633
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/integration/library" {
4
4
  import { URI } from "sap/ui/core/library";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/layout/library" {
4
4
  import Control from "sap/ui/core/Control";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  import UI5Element from "sap/ui/core/Element";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/suite/library" {
4
4
  /**
@@ -1,8 +1,8 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/support/library" {
4
4
  /**
5
- * @SINCE 1.96.13
5
+ * @SINCE 1.96.15
6
6
  *
7
7
  * Defines the Audiences.
8
8
  */
@@ -21,7 +21,7 @@ declare module "sap/ui/support/library" {
21
21
  Internal = "Internal",
22
22
  }
23
23
  /**
24
- * @SINCE 1.96.13
24
+ * @SINCE 1.96.15
25
25
  *
26
26
  * Issue Categories.
27
27
  */
@@ -76,7 +76,7 @@ declare module "sap/ui/support/library" {
76
76
  Usage = "Usage",
77
77
  }
78
78
  /**
79
- * @SINCE 1.96.13
79
+ * @SINCE 1.96.15
80
80
  *
81
81
  * Analysis history formats.
82
82
  */
@@ -91,7 +91,7 @@ declare module "sap/ui/support/library" {
91
91
  String = "String",
92
92
  }
93
93
  /**
94
- * @SINCE 1.96.13
94
+ * @SINCE 1.96.15
95
95
  *
96
96
  * Defines severity types.
97
97
  */
@@ -110,7 +110,7 @@ declare module "sap/ui/support/library" {
110
110
  Medium = "Medium",
111
111
  }
112
112
  /**
113
- * @SINCE 1.96.13
113
+ * @SINCE 1.96.15
114
114
  *
115
115
  * Contains the available system presets.
116
116
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/table/library" {
4
4
  import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/testrecorder/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/unified/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/ux3/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/webc/common/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/webc/fiori/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/ui/webc/main/library" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.96.13
1
+ // For Library Version: 1.96.15
2
2
 
3
3
  declare module "sap/uxap/library" {
4
4
  /**