@openui5/ts-types 1.123.1 → 1.124.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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +55 -15
- package/types/sap.m.d.ts +3922 -237
- package/types/sap.tnt.d.ts +5 -3
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +33 -17
- package/types/sap.ui.core.d.ts +496 -558
- package/types/sap.ui.dt.d.ts +6 -2
- package/types/sap.ui.fl.d.ts +3 -2
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +7 -4
- package/types/sap.ui.mdc.d.ts +623 -908
- 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 +1 -1
- 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 +6 -4
- package/types/sap.ui.ux3.d.ts +7 -4
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -16
- package/types/sap.ui.webc.main.d.ts +109 -57
- package/types/sap.uxap.d.ts +16 -10
package/types/sap.tnt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -449,7 +449,8 @@ declare namespace sap {
|
|
|
449
449
|
*/
|
|
450
450
|
class InfoLabel
|
|
451
451
|
extends sap.ui.core.Control
|
|
452
|
-
implements sap.ui.core.IFormContent
|
|
452
|
+
implements sap.ui.core.IFormContent
|
|
453
|
+
{
|
|
453
454
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
454
455
|
/**
|
|
455
456
|
* Constructor for a new `InfoLabel`.
|
|
@@ -2266,7 +2267,8 @@ declare namespace sap {
|
|
|
2266
2267
|
*/
|
|
2267
2268
|
class ToolHeader
|
|
2268
2269
|
extends sap.m.OverflowToolbar
|
|
2269
|
-
implements sap.tnt.IToolHeader
|
|
2270
|
+
implements sap.tnt.IToolHeader
|
|
2271
|
+
{
|
|
2270
2272
|
__implements__sap_tnt_IToolHeader: boolean;
|
|
2271
2273
|
/**
|
|
2272
2274
|
* Constructor for a new ToolHeader.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.124.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -10068,7 +10068,8 @@ declare namespace sap {
|
|
|
10068
10068
|
*/
|
|
10069
10069
|
class AutoComplete
|
|
10070
10070
|
extends sap.ui.commons.ComboBox
|
|
10071
|
-
implements sap.ui.commons.ToolbarItem
|
|
10071
|
+
implements sap.ui.commons.ToolbarItem
|
|
10072
|
+
{
|
|
10072
10073
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
10073
10074
|
/**
|
|
10074
10075
|
* Constructor for a new AutoComplete.
|
|
@@ -10287,7 +10288,8 @@ declare namespace sap {
|
|
|
10287
10288
|
*/
|
|
10288
10289
|
class Button
|
|
10289
10290
|
extends sap.ui.core.Control
|
|
10290
|
-
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
10291
|
+
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
10292
|
+
{
|
|
10291
10293
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
10292
10294
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
10293
10295
|
/**
|
|
@@ -11900,7 +11902,8 @@ declare namespace sap {
|
|
|
11900
11902
|
*/
|
|
11901
11903
|
class CheckBox
|
|
11902
11904
|
extends sap.ui.core.Control
|
|
11903
|
-
implements sap.ui.core.IFormContent
|
|
11905
|
+
implements sap.ui.core.IFormContent
|
|
11906
|
+
{
|
|
11904
11907
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
11905
11908
|
/**
|
|
11906
11909
|
* Constructor for a new CheckBox.
|
|
@@ -12459,7 +12462,8 @@ declare namespace sap {
|
|
|
12459
12462
|
*/
|
|
12460
12463
|
class ComboBox
|
|
12461
12464
|
extends sap.ui.commons.TextField
|
|
12462
|
-
implements sap.ui.commons.ToolbarItem
|
|
12465
|
+
implements sap.ui.commons.ToolbarItem
|
|
12466
|
+
{
|
|
12463
12467
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
12464
12468
|
/**
|
|
12465
12469
|
* Constructor for a new ComboBox.
|
|
@@ -13046,7 +13050,8 @@ declare namespace sap {
|
|
|
13046
13050
|
*/
|
|
13047
13051
|
class Dialog
|
|
13048
13052
|
extends sap.ui.core.Control
|
|
13049
|
-
implements sap.ui.core.PopupInterface
|
|
13053
|
+
implements sap.ui.core.PopupInterface
|
|
13054
|
+
{
|
|
13050
13055
|
__implements__sap_ui_core_PopupInterface: boolean;
|
|
13051
13056
|
/**
|
|
13052
13057
|
* Constructor for a new Dialog.
|
|
@@ -14903,7 +14908,8 @@ declare namespace sap {
|
|
|
14903
14908
|
implements
|
|
14904
14909
|
sap.ui.commons.ToolbarItem,
|
|
14905
14910
|
sap.ui.commons.FormattedTextViewControl,
|
|
14906
|
-
sap.ui.core.IFormContent
|
|
14911
|
+
sap.ui.core.IFormContent
|
|
14912
|
+
{
|
|
14907
14913
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
14908
14914
|
__implements__sap_ui_commons_FormattedTextViewControl: boolean;
|
|
14909
14915
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
@@ -15886,7 +15892,8 @@ declare namespace sap {
|
|
|
15886
15892
|
*/
|
|
15887
15893
|
class Label
|
|
15888
15894
|
extends sap.ui.core.Control
|
|
15889
|
-
implements sap.ui.commons.ToolbarItem, sap.ui.core.Label
|
|
15895
|
+
implements sap.ui.commons.ToolbarItem, sap.ui.core.Label
|
|
15896
|
+
{
|
|
15890
15897
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
15891
15898
|
__implements__sap_ui_core_Label: boolean;
|
|
15892
15899
|
/**
|
|
@@ -16257,7 +16264,8 @@ declare namespace sap {
|
|
|
16257
16264
|
implements
|
|
16258
16265
|
sap.ui.commons.ToolbarItem,
|
|
16259
16266
|
sap.ui.commons.FormattedTextViewControl,
|
|
16260
|
-
sap.ui.core.IFormContent
|
|
16267
|
+
sap.ui.core.IFormContent
|
|
16268
|
+
{
|
|
16261
16269
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
16262
16270
|
__implements__sap_ui_commons_FormattedTextViewControl: boolean;
|
|
16263
16271
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
@@ -20154,7 +20162,8 @@ declare namespace sap {
|
|
|
20154
20162
|
*/
|
|
20155
20163
|
class RadioButton
|
|
20156
20164
|
extends sap.ui.core.Control
|
|
20157
|
-
implements sap.ui.core.IFormContent
|
|
20165
|
+
implements sap.ui.core.IFormContent
|
|
20166
|
+
{
|
|
20158
20167
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
20159
20168
|
/**
|
|
20160
20169
|
* Constructor for a new RadioButton.
|
|
@@ -20634,7 +20643,8 @@ declare namespace sap {
|
|
|
20634
20643
|
*/
|
|
20635
20644
|
class RadioButtonGroup
|
|
20636
20645
|
extends sap.ui.core.Control
|
|
20637
|
-
implements sap.ui.core.IFormContent
|
|
20646
|
+
implements sap.ui.core.IFormContent
|
|
20647
|
+
{
|
|
20638
20648
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
20639
20649
|
/**
|
|
20640
20650
|
* Constructor for a new RadioButtonGroup.
|
|
@@ -24284,7 +24294,8 @@ declare namespace sap {
|
|
|
24284
24294
|
*/
|
|
24285
24295
|
class SearchField
|
|
24286
24296
|
extends sap.ui.core.Control
|
|
24287
|
-
implements sap.ui.commons.ToolbarItem
|
|
24297
|
+
implements sap.ui.commons.ToolbarItem
|
|
24298
|
+
{
|
|
24288
24299
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
24289
24300
|
/**
|
|
24290
24301
|
* Constructor for a new SearchField.
|
|
@@ -25235,7 +25246,8 @@ declare namespace sap {
|
|
|
25235
25246
|
*/
|
|
25236
25247
|
class SegmentedButton
|
|
25237
25248
|
extends sap.ui.core.Control
|
|
25238
|
-
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
25249
|
+
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
25250
|
+
{
|
|
25239
25251
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
25240
25252
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
25241
25253
|
/**
|
|
@@ -25517,7 +25529,8 @@ declare namespace sap {
|
|
|
25517
25529
|
*/
|
|
25518
25530
|
class Slider
|
|
25519
25531
|
extends sap.ui.core.Control
|
|
25520
|
-
implements sap.ui.core.IFormContent
|
|
25532
|
+
implements sap.ui.core.IFormContent
|
|
25533
|
+
{
|
|
25521
25534
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
25522
25535
|
/**
|
|
25523
25536
|
* Constructor for a new `Slider`.
|
|
@@ -27523,7 +27536,8 @@ declare namespace sap {
|
|
|
27523
27536
|
*/
|
|
27524
27537
|
class TextField
|
|
27525
27538
|
extends sap.ui.core.Control
|
|
27526
|
-
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
27539
|
+
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
27540
|
+
{
|
|
27527
27541
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
27528
27542
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
27529
27543
|
/**
|
|
@@ -28384,7 +28398,8 @@ declare namespace sap {
|
|
|
28384
28398
|
*/
|
|
28385
28399
|
class TextView
|
|
28386
28400
|
extends sap.ui.core.Control
|
|
28387
|
-
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
28401
|
+
implements sap.ui.commons.ToolbarItem, sap.ui.core.IFormContent
|
|
28402
|
+
{
|
|
28388
28403
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
28389
28404
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
28390
28405
|
/**
|
|
@@ -29372,7 +29387,8 @@ declare namespace sap {
|
|
|
29372
29387
|
*/
|
|
29373
29388
|
class ToolbarSeparator
|
|
29374
29389
|
extends sap.ui.core.Element
|
|
29375
|
-
implements sap.ui.commons.ToolbarItem
|
|
29390
|
+
implements sap.ui.commons.ToolbarItem
|
|
29391
|
+
{
|
|
29376
29392
|
__implements__sap_ui_commons_ToolbarItem: boolean;
|
|
29377
29393
|
/**
|
|
29378
29394
|
* Constructor for a new ToolbarSeparator.
|