@openui5/ts-types 1.96.14 → 1.96.16
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 +1 -1
- package/types/index.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.d.ts +111 -19
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +1 -1
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* Copyright 2009-
|
|
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
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.16
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -17966,6 +17966,15 @@ declare namespace sap {
|
|
|
17966
17966
|
| sap.m.EmptyIndicatorMode
|
|
17967
17967
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
17968
17968
|
|
|
17969
|
+
/**
|
|
17970
|
+
* @SINCE 1.110
|
|
17971
|
+
*
|
|
17972
|
+
* Еnables overriding of the default state announcement.
|
|
17973
|
+
*/
|
|
17974
|
+
stateAnnouncementText?:
|
|
17975
|
+
| string
|
|
17976
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
17977
|
+
|
|
17969
17978
|
/**
|
|
17970
17979
|
* Association to controls / IDs, which describe this control (see WAI-ARIA attribute aria-describedby).
|
|
17971
17980
|
*/
|
|
@@ -29007,8 +29016,11 @@ declare namespace sap {
|
|
|
29007
29016
|
*/
|
|
29008
29017
|
class Breadcrumbs
|
|
29009
29018
|
extends sap.ui.core.Control
|
|
29010
|
-
implements
|
|
29019
|
+
implements
|
|
29020
|
+
sap.m.IBreadcrumbs,
|
|
29021
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
29011
29022
|
__implements__sap_m_IBreadcrumbs: boolean;
|
|
29023
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
29012
29024
|
/**
|
|
29013
29025
|
* Constructor for a new `Breadcrumbs`.
|
|
29014
29026
|
*
|
|
@@ -29983,8 +29995,11 @@ declare namespace sap {
|
|
|
29983
29995
|
*/
|
|
29984
29996
|
class Button
|
|
29985
29997
|
extends sap.ui.core.Control
|
|
29986
|
-
implements
|
|
29998
|
+
implements
|
|
29999
|
+
sap.ui.core.IFormContent,
|
|
30000
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
29987
30001
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
30002
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
29988
30003
|
/**
|
|
29989
30004
|
* Constructor for a new `Button`.
|
|
29990
30005
|
*
|
|
@@ -31353,9 +31368,13 @@ declare namespace sap {
|
|
|
31353
31368
|
*/
|
|
31354
31369
|
class CheckBox
|
|
31355
31370
|
extends sap.ui.core.Control
|
|
31356
|
-
implements
|
|
31371
|
+
implements
|
|
31372
|
+
sap.ui.core.IFormContent,
|
|
31373
|
+
sap.ui.core.ISemanticFormContent,
|
|
31374
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
31357
31375
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
31358
31376
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
31377
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
31359
31378
|
/**
|
|
31360
31379
|
* Constructor for a new `CheckBox`.
|
|
31361
31380
|
*
|
|
@@ -33562,7 +33581,10 @@ declare namespace sap {
|
|
|
33562
33581
|
* truncated.
|
|
33563
33582
|
* - On phone devices the combo box option list opens a dialog.
|
|
33564
33583
|
*/
|
|
33565
|
-
class ComboBox
|
|
33584
|
+
class ComboBox
|
|
33585
|
+
extends sap.m.ComboBoxBase
|
|
33586
|
+
implements /* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
33587
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
33566
33588
|
/**
|
|
33567
33589
|
* Constructor for a new ComboBox.
|
|
33568
33590
|
*
|
|
@@ -36439,7 +36461,10 @@ declare namespace sap {
|
|
|
36439
36461
|
* **Note:** This control should not be used any longer, instead please use the dedicated `sap.m.DatePicker`,
|
|
36440
36462
|
* `sap.m.TimePicker` or `sap.m.DateTimePicker` control.
|
|
36441
36463
|
*/
|
|
36442
|
-
class DateTimeInput
|
|
36464
|
+
class DateTimeInput
|
|
36465
|
+
extends sap.ui.core.Control
|
|
36466
|
+
implements /* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
36467
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
36443
36468
|
/**
|
|
36444
36469
|
* Constructor for a new DateTimeInput.
|
|
36445
36470
|
*
|
|
@@ -44105,8 +44130,11 @@ declare namespace sap {
|
|
|
44105
44130
|
*/
|
|
44106
44131
|
class GenericTag
|
|
44107
44132
|
extends sap.ui.core.Control
|
|
44108
|
-
implements
|
|
44133
|
+
implements
|
|
44134
|
+
sap.m.IOverflowToolbarContent,
|
|
44135
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
44109
44136
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
44137
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
44110
44138
|
/**
|
|
44111
44139
|
* Constructor for a new `sap.m.GenericTag`.
|
|
44112
44140
|
*
|
|
@@ -49391,7 +49419,10 @@ declare namespace sap {
|
|
|
49391
49419
|
* - If a `selectedKey` is bound and the user types before the data is loaded, the user's input will
|
|
49392
49420
|
* be overwritten by the binding update.
|
|
49393
49421
|
*/
|
|
49394
|
-
class Input
|
|
49422
|
+
class Input
|
|
49423
|
+
extends sap.m.InputBase
|
|
49424
|
+
implements /* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
49425
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
49395
49426
|
/**
|
|
49396
49427
|
* Constructor for a new `Input`.
|
|
49397
49428
|
*
|
|
@@ -52046,10 +52077,12 @@ declare namespace sap {
|
|
|
52046
52077
|
implements
|
|
52047
52078
|
sap.ui.core.Label,
|
|
52048
52079
|
sap.ui.core.IShrinkable,
|
|
52049
|
-
sap.m.IOverflowToolbarContent
|
|
52080
|
+
sap.m.IOverflowToolbarContent,
|
|
52081
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
52050
52082
|
__implements__sap_ui_core_Label: boolean;
|
|
52051
52083
|
__implements__sap_ui_core_IShrinkable: boolean;
|
|
52052
52084
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
52085
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
52053
52086
|
/**
|
|
52054
52087
|
* Constructor for a new Label.
|
|
52055
52088
|
*
|
|
@@ -52764,10 +52797,12 @@ declare namespace sap {
|
|
|
52764
52797
|
implements
|
|
52765
52798
|
sap.ui.core.IShrinkable,
|
|
52766
52799
|
sap.ui.core.IFormContent,
|
|
52767
|
-
sap.ui.core.ITitleContent
|
|
52800
|
+
sap.ui.core.ITitleContent,
|
|
52801
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
52768
52802
|
__implements__sap_ui_core_IShrinkable: boolean;
|
|
52769
52803
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
52770
52804
|
__implements__sap_ui_core_ITitleContent: boolean;
|
|
52805
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
52771
52806
|
/**
|
|
52772
52807
|
* Constructor for a new `Link`.
|
|
52773
52808
|
*
|
|
@@ -56665,7 +56700,10 @@ declare namespace sap {
|
|
|
56665
56700
|
/**
|
|
56666
56701
|
* The `sap.m.MenuButton` control enables the user to show a hierarchical menu.
|
|
56667
56702
|
*/
|
|
56668
|
-
class MenuButton
|
|
56703
|
+
class MenuButton
|
|
56704
|
+
extends sap.ui.core.Control
|
|
56705
|
+
implements /* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
56706
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
56669
56707
|
/**
|
|
56670
56708
|
* Constructor for a new MenuButton.
|
|
56671
56709
|
*
|
|
@@ -67931,6 +67969,14 @@ declare namespace sap {
|
|
|
67931
67969
|
* Default value is `ValueState.None`.
|
|
67932
67970
|
*/
|
|
67933
67971
|
getState(): string;
|
|
67972
|
+
/**
|
|
67973
|
+
* @SINCE 1.110
|
|
67974
|
+
*
|
|
67975
|
+
* Gets current value of property {@link #getStateAnnouncementText stateAnnouncementText}.
|
|
67976
|
+
*
|
|
67977
|
+
* Еnables overriding of the default state announcement.
|
|
67978
|
+
*/
|
|
67979
|
+
getStateAnnouncementText(): string;
|
|
67934
67980
|
/**
|
|
67935
67981
|
* Gets current value of property {@link #getText text}.
|
|
67936
67982
|
*
|
|
@@ -68059,6 +68105,21 @@ declare namespace sap {
|
|
|
68059
68105
|
*/
|
|
68060
68106
|
sValue: string
|
|
68061
68107
|
): this;
|
|
68108
|
+
/**
|
|
68109
|
+
* @SINCE 1.110
|
|
68110
|
+
*
|
|
68111
|
+
* Sets a new value for property {@link #getStateAnnouncementText stateAnnouncementText}.
|
|
68112
|
+
*
|
|
68113
|
+
* Еnables overriding of the default state announcement.
|
|
68114
|
+
*
|
|
68115
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
68116
|
+
*/
|
|
68117
|
+
setStateAnnouncementText(
|
|
68118
|
+
/**
|
|
68119
|
+
* New value for property `stateAnnouncementText`
|
|
68120
|
+
*/
|
|
68121
|
+
sStateAnnouncementText: string
|
|
68122
|
+
): this;
|
|
68062
68123
|
/**
|
|
68063
68124
|
* Sets a new value for property {@link #getText text}.
|
|
68064
68125
|
*
|
|
@@ -68280,9 +68341,13 @@ declare namespace sap {
|
|
|
68280
68341
|
*/
|
|
68281
68342
|
class OverflowToolbarButton
|
|
68282
68343
|
extends sap.m.Button
|
|
68283
|
-
implements
|
|
68344
|
+
implements
|
|
68345
|
+
sap.f.IShellBar,
|
|
68346
|
+
sap.m.IOverflowToolbarContent,
|
|
68347
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
68284
68348
|
__implements__sap_f_IShellBar: boolean;
|
|
68285
68349
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
68350
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
68286
68351
|
/**
|
|
68287
68352
|
* Constructor for a new `OverflowToolbarButton`.
|
|
68288
68353
|
*/
|
|
@@ -82754,8 +82819,11 @@ declare namespace sap {
|
|
|
82754
82819
|
*/
|
|
82755
82820
|
class RadioButton
|
|
82756
82821
|
extends sap.ui.core.Control
|
|
82757
|
-
implements
|
|
82822
|
+
implements
|
|
82823
|
+
sap.ui.core.IFormContent,
|
|
82824
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
82758
82825
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
82826
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
82759
82827
|
/**
|
|
82760
82828
|
* Constructor for a new RadioButton.
|
|
82761
82829
|
*
|
|
@@ -85753,9 +85821,13 @@ declare namespace sap {
|
|
|
85753
85821
|
*/
|
|
85754
85822
|
class SearchField
|
|
85755
85823
|
extends sap.ui.core.Control
|
|
85756
|
-
implements
|
|
85824
|
+
implements
|
|
85825
|
+
sap.ui.core.IFormContent,
|
|
85826
|
+
sap.f.IShellBar,
|
|
85827
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
85757
85828
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
85758
85829
|
__implements__sap_f_IShellBar: boolean;
|
|
85830
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
85759
85831
|
/**
|
|
85760
85832
|
* Constructor for a new SearchField.
|
|
85761
85833
|
*
|
|
@@ -86626,9 +86698,13 @@ declare namespace sap {
|
|
|
86626
86698
|
*/
|
|
86627
86699
|
class SegmentedButton
|
|
86628
86700
|
extends sap.ui.core.Control
|
|
86629
|
-
implements
|
|
86701
|
+
implements
|
|
86702
|
+
sap.ui.core.IFormContent,
|
|
86703
|
+
sap.m.IOverflowToolbarContent,
|
|
86704
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
86630
86705
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
86631
86706
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
86707
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
86632
86708
|
/**
|
|
86633
86709
|
* Constructor for a new `SegmentedButton`.
|
|
86634
86710
|
*
|
|
@@ -87436,10 +87512,12 @@ declare namespace sap {
|
|
|
87436
87512
|
sap.ui.core.IFormContent,
|
|
87437
87513
|
sap.ui.core.ISemanticFormContent,
|
|
87438
87514
|
sap.m.IOverflowToolbarContent,
|
|
87515
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object,
|
|
87439
87516
|
sap.f.IShellBar {
|
|
87440
87517
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
87441
87518
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
87442
87519
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
87520
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
87443
87521
|
__implements__sap_f_IShellBar: boolean;
|
|
87444
87522
|
/**
|
|
87445
87523
|
* Constructor for a new `sap.m.Select`.
|
|
@@ -98785,9 +98863,13 @@ declare namespace sap {
|
|
|
98785
98863
|
*/
|
|
98786
98864
|
class Switch
|
|
98787
98865
|
extends sap.ui.core.Control
|
|
98788
|
-
implements
|
|
98866
|
+
implements
|
|
98867
|
+
sap.ui.core.IFormContent,
|
|
98868
|
+
sap.m.IOverflowToolbarContent,
|
|
98869
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
98789
98870
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
98790
98871
|
__implements__sap_m_IOverflowToolbarContent: boolean;
|
|
98872
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
98791
98873
|
/**
|
|
98792
98874
|
* Constructor for a new Switch.
|
|
98793
98875
|
*
|
|
@@ -102489,10 +102571,12 @@ declare namespace sap {
|
|
|
102489
102571
|
implements
|
|
102490
102572
|
sap.ui.core.IShrinkable,
|
|
102491
102573
|
sap.ui.core.IFormContent,
|
|
102492
|
-
sap.ui.core.ISemanticFormContent
|
|
102574
|
+
sap.ui.core.ISemanticFormContent,
|
|
102575
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
102493
102576
|
__implements__sap_ui_core_IShrinkable: boolean;
|
|
102494
102577
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
102495
102578
|
__implements__sap_ui_core_ISemanticFormContent: boolean;
|
|
102579
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
102496
102580
|
/**
|
|
102497
102581
|
* Constructor for a new Text.
|
|
102498
102582
|
*
|
|
@@ -105225,8 +105309,13 @@ declare namespace sap {
|
|
|
105225
105309
|
* - If the text is inside a text block.
|
|
105226
105310
|
* - If The text is inside a form element.
|
|
105227
105311
|
*/
|
|
105228
|
-
class Title
|
|
105312
|
+
class Title
|
|
105313
|
+
extends sap.ui.core.Control
|
|
105314
|
+
implements
|
|
105315
|
+
sap.ui.core.IShrinkable,
|
|
105316
|
+
/* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
105229
105317
|
__implements__sap_ui_core_IShrinkable: boolean;
|
|
105318
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
105230
105319
|
/**
|
|
105231
105320
|
* Constructor for a new Title control.
|
|
105232
105321
|
*
|
|
@@ -105577,7 +105666,10 @@ declare namespace sap {
|
|
|
105577
105666
|
* Clicking or tapping a `ToggleButton` changes its state to `pressed`. The button returns to its initial
|
|
105578
105667
|
* state when the user clicks or taps it again.
|
|
105579
105668
|
*/
|
|
105580
|
-
class ToggleButton
|
|
105669
|
+
class ToggleButton
|
|
105670
|
+
extends sap.m.Button
|
|
105671
|
+
implements /* was: sap.m.IToolbarInteractiveControl */ Object {
|
|
105672
|
+
__implements__sap_m_IToolbarInteractiveControl: boolean;
|
|
105581
105673
|
/**
|
|
105582
105674
|
* Constructor for a new `ToggleButton`.
|
|
105583
105675
|
*
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.16
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.16
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.16
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.16
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.16
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.16
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED