@sapui5/ts-types-esm 1.131.0 → 1.132.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.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +5 -0
- package/types/sap.esh.search.ui.d.ts +35 -1
- package/types/sap.f.d.ts +103 -197
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +123 -94
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +408 -56
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +7 -2
- package/types/sap.rules.ui.d.ts +86 -1
- package/types/sap.sac.df.d.ts +1245 -890
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +7 -7
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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.comp.d.ts +66 -5
- package/types/sap.ui.core.d.ts +363 -282
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +7 -1
- package/types/sap.ui.generic.app.d.ts +5 -11
- package/types/sap.ui.generic.template.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 +439 -342
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- package/types/sap.ui.rta.d.ts +3 -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 +13 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +25 -15
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +96 -1
- package/types/sap.ui.vtm.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +5 -1
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/suite/ui/generic/template/library" {
|
|
4
4
|
/**
|
|
@@ -636,8 +636,8 @@ declare module "sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/Ex
|
|
|
636
636
|
*/
|
|
637
637
|
message: string;
|
|
638
638
|
/**
|
|
639
|
-
* indicates type of message (sap.ui.core.MessageType) whether it's sap.ui.core.MessageType.Success,
|
|
640
|
-
* sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
|
|
639
|
+
* indicates type of message (sap.ui.core.message.MessageType) whether it's sap.ui.core.message.MessageType.Success,
|
|
640
|
+
* sap.ui.core.message.MessageType.Warning, sap.ui.core.message.MessageType.Error or sap.ui.core.message.MessageType.Information.
|
|
641
641
|
*/
|
|
642
642
|
type: string;
|
|
643
643
|
},
|
|
@@ -2463,8 +2463,8 @@ declare module "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionA
|
|
|
2463
2463
|
*/
|
|
2464
2464
|
message: string;
|
|
2465
2465
|
/**
|
|
2466
|
-
* indicates type of message (sap.ui.core.MessageType) whether it's sap.ui.core.MessageType.Success,
|
|
2467
|
-
* sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
|
|
2466
|
+
* indicates type of message (sap.ui.core.message.MessageType) whether it's sap.ui.core.message.MessageType.Success,
|
|
2467
|
+
* sap.ui.core.message.MessageType.Warning, sap.ui.core.message.MessageType.Error or sap.ui.core.message.MessageType.Information.
|
|
2468
2468
|
*/
|
|
2469
2469
|
type: string;
|
|
2470
2470
|
},
|
|
@@ -3395,8 +3395,8 @@ declare module "sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionA
|
|
|
3395
3395
|
*/
|
|
3396
3396
|
message: string;
|
|
3397
3397
|
/**
|
|
3398
|
-
* indicates type of message (sap.ui.core.MessageType) whether it's sap.ui.core.MessageType.Success,
|
|
3399
|
-
* sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
|
|
3398
|
+
* indicates type of message (sap.ui.core.message.MessageType) whether it's sap.ui.core.message.MessageType.Success,
|
|
3399
|
+
* sap.ui.core.message.MessageType.Warning, sap.ui.core.message.MessageType.Error or sap.ui.core.message.MessageType.Information.
|
|
3400
3400
|
*/
|
|
3401
3401
|
type: string;
|
|
3402
3402
|
},
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.132.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -418,6 +418,23 @@ declare module "sap/ui/comp/library" {
|
|
|
418
418
|
*/
|
|
419
419
|
ValueListWarning = "ValueListWarning",
|
|
420
420
|
}
|
|
421
|
+
/**
|
|
422
|
+
* Provides information about the ValueHelpTitleSource of the field
|
|
423
|
+
*
|
|
424
|
+
* This enum is part of the 'sap/ui/comp/library' module export and must be accessed by the property 'smartfield.ValueHelpTitleSource'.
|
|
425
|
+
*
|
|
426
|
+
* @since 1.132
|
|
427
|
+
*/
|
|
428
|
+
enum ValueHelpTitleSource {
|
|
429
|
+
/**
|
|
430
|
+
* `SmartField` with Property ValueHelpTitleSource
|
|
431
|
+
*/
|
|
432
|
+
Property = "Property",
|
|
433
|
+
/**
|
|
434
|
+
* `SmartField` with ValueList ValueHelpTitleSource
|
|
435
|
+
*/
|
|
436
|
+
ValueList = "ValueList",
|
|
437
|
+
}
|
|
421
438
|
}
|
|
422
439
|
|
|
423
440
|
export namespace smartfilterbar {
|
|
@@ -15638,6 +15655,20 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
15638
15655
|
* @returns Value of property `value`
|
|
15639
15656
|
*/
|
|
15640
15657
|
getValue(): any;
|
|
15658
|
+
/**
|
|
15659
|
+
* Gets current value of property {@link #getValueHelpTitleSource valueHelpTitleSource}.
|
|
15660
|
+
*
|
|
15661
|
+
* Controls if the title is taken from the label of the main property or from the label of the value list.
|
|
15662
|
+
*
|
|
15663
|
+
* Default value is `Property`.
|
|
15664
|
+
*
|
|
15665
|
+
* @since 1.132
|
|
15666
|
+
*
|
|
15667
|
+
* @returns Value of property `valueHelpTitleSource`
|
|
15668
|
+
*/
|
|
15669
|
+
getValueHelpTitleSource():
|
|
15670
|
+
| smartfield.ValueHelpTitleSource
|
|
15671
|
+
| keyof typeof smartfield.ValueHelpTitleSource;
|
|
15641
15672
|
/**
|
|
15642
15673
|
* Gets current value of property {@link #getValueState valueState}.
|
|
15643
15674
|
*
|
|
@@ -16592,6 +16623,27 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
16592
16623
|
*/
|
|
16593
16624
|
oValue?: any
|
|
16594
16625
|
): this;
|
|
16626
|
+
/**
|
|
16627
|
+
* Sets a new value for property {@link #getValueHelpTitleSource valueHelpTitleSource}.
|
|
16628
|
+
*
|
|
16629
|
+
* Controls if the title is taken from the label of the main property or from the label of the value list.
|
|
16630
|
+
*
|
|
16631
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
16632
|
+
*
|
|
16633
|
+
* Default value is `Property`.
|
|
16634
|
+
*
|
|
16635
|
+
* @since 1.132
|
|
16636
|
+
*
|
|
16637
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
16638
|
+
*/
|
|
16639
|
+
setValueHelpTitleSource(
|
|
16640
|
+
/**
|
|
16641
|
+
* New value for property `valueHelpTitleSource`
|
|
16642
|
+
*/
|
|
16643
|
+
sValueHelpTitleSource?:
|
|
16644
|
+
| smartfield.ValueHelpTitleSource
|
|
16645
|
+
| keyof typeof smartfield.ValueHelpTitleSource
|
|
16646
|
+
): this;
|
|
16595
16647
|
/**
|
|
16596
16648
|
* Setter for property `valueState`. Default value is `None`.
|
|
16597
16649
|
*
|
|
@@ -17129,6 +17181,19 @@ declare module "sap/ui/comp/smartfield/SmartField" {
|
|
|
17129
17181
|
*/
|
|
17130
17182
|
suppressEmptyStringRequest?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
17131
17183
|
|
|
17184
|
+
/**
|
|
17185
|
+
* Controls if the title is taken from the label of the main property or from the label of the value list.
|
|
17186
|
+
*
|
|
17187
|
+
* @since 1.132
|
|
17188
|
+
*/
|
|
17189
|
+
valueHelpTitleSource?:
|
|
17190
|
+
| (
|
|
17191
|
+
| smartfield.ValueHelpTitleSource
|
|
17192
|
+
| keyof typeof smartfield.ValueHelpTitleSource
|
|
17193
|
+
)
|
|
17194
|
+
| PropertyBindingInfo
|
|
17195
|
+
| `{${string}}`;
|
|
17196
|
+
|
|
17132
17197
|
/**
|
|
17133
17198
|
* Optional configuration for `SmartField`.
|
|
17134
17199
|
*
|
|
@@ -20262,7 +20327,6 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20262
20327
|
/**
|
|
20263
20328
|
* Returns the binding paths for the parameters.
|
|
20264
20329
|
*
|
|
20265
|
-
* @experimental (since 1.42.0) - The API is NOT stable yet. Use at your own risk.
|
|
20266
20330
|
*
|
|
20267
20331
|
* @returns Binding path of the parameters
|
|
20268
20332
|
*/
|
|
@@ -20291,7 +20355,6 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20291
20355
|
* Default value is `false`.
|
|
20292
20356
|
*
|
|
20293
20357
|
* @since 1.42.0
|
|
20294
|
-
* @experimental (since 1.42.0) - This property is NOT stable yet. Use at your own risk.
|
|
20295
20358
|
*
|
|
20296
20359
|
* @returns Value of property `considerAnalyticalParameters`
|
|
20297
20360
|
*/
|
|
@@ -20825,7 +20888,6 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20825
20888
|
* Default value is `false`.
|
|
20826
20889
|
*
|
|
20827
20890
|
* @since 1.42.0
|
|
20828
|
-
* @experimental (since 1.42.0) - This property is NOT stable yet. Use at your own risk.
|
|
20829
20891
|
*
|
|
20830
20892
|
* @returns Reference to `this` in order to allow method chaining
|
|
20831
20893
|
*/
|
|
@@ -21256,7 +21318,6 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21256
21318
|
* Indicates if the analytical parameters (SelectionVariant) must be taken into consideration.
|
|
21257
21319
|
*
|
|
21258
21320
|
* @since 1.42.0
|
|
21259
|
-
* @experimental (since 1.42.0) - This property is NOT stable yet. Use at your own risk.
|
|
21260
21321
|
*/
|
|
21261
21322
|
considerAnalyticalParameters?:
|
|
21262
21323
|
| boolean
|