@sapui5/ts-types-esm 1.130.1 → 1.131.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/index.d.ts +3 -3
- 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.esh.search.ui.d.ts +47 -9
- package/types/sap.f.d.ts +238 -12
- package/types/sap.fe.base.d.ts +24 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -7
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +203 -145
- package/types/sap.fe.navigation.d.ts +3 -3
- 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 +96 -9
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.130.0-esm-d.ts → sap.m.d.ts} +355 -25
- 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 +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- 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 +143 -55
- package/types/{core-1.130.0-esm-d.ts → sap.ui.core.d.ts} +295 -300
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +6 -6
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +142 -2
- package/types/sap.ui.layout.d.ts +18 -21
- package/types/{mdc-1.130.0-esm-d.ts → sap.ui.mdc.d.ts} +220 -103
- package/types/sap.ui.richtexteditor.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 +1 -1
- package/types/sap.ui.table.d.ts +7 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +263 -9
- 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 +28 -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 +7 -4
- 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
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.131.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -114,10 +114,11 @@ declare module "sap/fe/macros/Chart" {
|
|
|
114
114
|
*/
|
|
115
115
|
getSelectionMode(): string;
|
|
116
116
|
/**
|
|
117
|
-
* Get the selection variant from the chart.
|
|
117
|
+
* Get the selection variant from the chart. This function considers only the selection variant applied
|
|
118
|
+
* at the control level.
|
|
118
119
|
*
|
|
119
120
|
*
|
|
120
|
-
* @returns A promise that resolves with
|
|
121
|
+
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant }.
|
|
121
122
|
*/
|
|
122
123
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
123
124
|
/**
|
|
@@ -381,9 +382,9 @@ declare module "sap/fe/macros/CollectionBindingInfo" {
|
|
|
381
382
|
|
|
382
383
|
declare module "sap/fe/macros/KPITag" {
|
|
383
384
|
import {
|
|
384
|
-
default as
|
|
385
|
-
$
|
|
386
|
-
} from "sap/fe/core/buildingBlocks/
|
|
385
|
+
default as BuildingBlock,
|
|
386
|
+
$BuildingBlockSettings,
|
|
387
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
387
388
|
|
|
388
389
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
389
390
|
|
|
@@ -392,11 +393,11 @@ declare module "sap/fe/macros/KPITag" {
|
|
|
392
393
|
/**
|
|
393
394
|
* Building block used to create a KPI tag.
|
|
394
395
|
*/
|
|
395
|
-
export default class KPITag extends
|
|
396
|
+
export default class KPITag extends BuildingBlock {}
|
|
396
397
|
/**
|
|
397
398
|
* Describes the settings that can be provided to the KPITag constructor.
|
|
398
399
|
*/
|
|
399
|
-
export interface $KPITagSettings extends $
|
|
400
|
+
export interface $KPITagSettings extends $BuildingBlockSettings {
|
|
400
401
|
/**
|
|
401
402
|
* The Number to be displayed.
|
|
402
403
|
*/
|
|
@@ -443,9 +444,9 @@ declare module "sap/fe/macros/library" {}
|
|
|
443
444
|
|
|
444
445
|
declare module "sap/fe/macros/MacroAPI" {
|
|
445
446
|
import {
|
|
446
|
-
default as
|
|
447
|
-
$
|
|
448
|
-
} from "sap/fe/core/buildingBlocks/
|
|
447
|
+
default as BuildingBlock,
|
|
448
|
+
$BuildingBlockSettings,
|
|
449
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
449
450
|
|
|
450
451
|
import { IFormContent } from "sap/ui/core/library";
|
|
451
452
|
|
|
@@ -454,16 +455,13 @@ declare module "sap/fe/macros/MacroAPI" {
|
|
|
454
455
|
/**
|
|
455
456
|
* Base API control for building blocks.
|
|
456
457
|
*/
|
|
457
|
-
export default class MacroAPI
|
|
458
|
-
extends BuildingBlockBase
|
|
459
|
-
implements IFormContent
|
|
460
|
-
{
|
|
458
|
+
export default class MacroAPI extends BuildingBlock implements IFormContent {
|
|
461
459
|
__implements__sap_ui_core_IFormContent: boolean;
|
|
462
460
|
}
|
|
463
461
|
/**
|
|
464
462
|
* Describes the settings that can be provided to the MacroAPI constructor.
|
|
465
463
|
*/
|
|
466
|
-
export interface $MacroAPISettings extends $
|
|
464
|
+
export interface $MacroAPISettings extends $BuildingBlockSettings {
|
|
467
465
|
/**
|
|
468
466
|
* Defines the path of the context used in the current page or block.
|
|
469
467
|
* This setting is defined by the framework.
|
|
@@ -479,9 +477,9 @@ declare module "sap/fe/macros/MacroAPI" {
|
|
|
479
477
|
|
|
480
478
|
declare module "sap/fe/macros/MultiValueField" {
|
|
481
479
|
import {
|
|
482
|
-
default as
|
|
483
|
-
$
|
|
484
|
-
} from "sap/fe/core/buildingBlocks/
|
|
480
|
+
default as BuildingBlock,
|
|
481
|
+
$BuildingBlockSettings,
|
|
482
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
485
483
|
|
|
486
484
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
487
485
|
|
|
@@ -508,13 +506,13 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
508
506
|
* @since 1.118.0
|
|
509
507
|
* @experimental (since 1.118.0)
|
|
510
508
|
*/
|
|
511
|
-
export default class MultiValueField extends
|
|
509
|
+
export default class MultiValueField extends BuildingBlock {}
|
|
512
510
|
/**
|
|
513
511
|
* Describes the settings that can be provided to the MultiValueField constructor.
|
|
514
512
|
*
|
|
515
513
|
* @experimental (since 1.118.0)
|
|
516
514
|
*/
|
|
517
|
-
export interface $MultiValueFieldSettings extends $
|
|
515
|
+
export interface $MultiValueFieldSettings extends $BuildingBlockSettings {
|
|
518
516
|
/**
|
|
519
517
|
* The context path provided for the MultiValueField
|
|
520
518
|
*/
|
|
@@ -540,9 +538,9 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
540
538
|
|
|
541
539
|
declare module "sap/fe/macros/RichTextEditor" {
|
|
542
540
|
import {
|
|
543
|
-
default as
|
|
544
|
-
$
|
|
545
|
-
} from "sap/fe/core/buildingBlocks/
|
|
541
|
+
default as BuildingBlock,
|
|
542
|
+
$BuildingBlockSettings,
|
|
543
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
546
544
|
|
|
547
545
|
import {
|
|
548
546
|
PropertyBindingInfo,
|
|
@@ -560,11 +558,11 @@ declare module "sap/fe/macros/RichTextEditor" {
|
|
|
560
558
|
*
|
|
561
559
|
* @since 1.117.0
|
|
562
560
|
*/
|
|
563
|
-
export default class RichTextEditor extends
|
|
561
|
+
export default class RichTextEditor extends BuildingBlock {}
|
|
564
562
|
/**
|
|
565
563
|
* Describes the settings that can be provided to the RichTextEditor constructor.
|
|
566
564
|
*/
|
|
567
|
-
export interface $RichTextEditorSettings extends $
|
|
565
|
+
export interface $RichTextEditorSettings extends $BuildingBlockSettings {
|
|
568
566
|
/**
|
|
569
567
|
* With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default
|
|
570
568
|
* The default plugins are "emoticons" "directionality" "image" "table" "link" "powerpaste".
|
|
@@ -661,26 +659,23 @@ declare module "sap/fe/macros/chart/Action" {
|
|
|
661
659
|
|
|
662
660
|
declare module "sap/fe/macros/chart/ActionGroup" {
|
|
663
661
|
import {
|
|
664
|
-
default as
|
|
665
|
-
$
|
|
666
|
-
} from "sap/fe/macros/
|
|
662
|
+
default as Action,
|
|
663
|
+
$ActionSettings,
|
|
664
|
+
} from "sap/fe/macros/chart/Action";
|
|
667
665
|
|
|
668
666
|
import {
|
|
669
667
|
PropertyBindingInfo,
|
|
670
668
|
AggregationBindingInfo,
|
|
671
669
|
} from "sap/ui/base/ManagedObject";
|
|
672
670
|
|
|
673
|
-
import Action from "sap/fe/macros/chart/Action";
|
|
674
|
-
|
|
675
671
|
/**
|
|
676
672
|
* Definition of a custom action group to be used inside the chart toolbar
|
|
677
673
|
*/
|
|
678
|
-
export default class ActionGroup extends
|
|
674
|
+
export default class ActionGroup extends Action {}
|
|
679
675
|
/**
|
|
680
676
|
* Describes the settings that can be provided to the ActionGroup constructor.
|
|
681
677
|
*/
|
|
682
|
-
export interface $ActionGroupSettings
|
|
683
|
-
extends $BuildingBlockObjectPropertySettings {
|
|
678
|
+
export interface $ActionGroupSettings extends $ActionSettings {
|
|
684
679
|
/**
|
|
685
680
|
* Reference to the key of another action or action group already displayed in the toolbar to properly place
|
|
686
681
|
* this one
|
|
@@ -826,10 +821,11 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
826
821
|
*/
|
|
827
822
|
getSelectionMode(): string;
|
|
828
823
|
/**
|
|
829
|
-
* Get the selection variant from the chart.
|
|
824
|
+
* Get the selection variant from the chart. This function considers only the selection variant applied
|
|
825
|
+
* at the control level.
|
|
830
826
|
*
|
|
831
827
|
*
|
|
832
|
-
* @returns A promise that resolves with
|
|
828
|
+
* @returns A promise that resolves with {@link sap.fe.navigation.SelectionVariant }.
|
|
833
829
|
*/
|
|
834
830
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
835
831
|
/**
|
|
@@ -1050,9 +1046,9 @@ declare module "sap/fe/macros/controls/BuildingBlockObjectProperty" {
|
|
|
1050
1046
|
|
|
1051
1047
|
declare module "sap/fe/macros/controls/BuildingBlockWithTemplating" {
|
|
1052
1048
|
import {
|
|
1053
|
-
default as
|
|
1054
|
-
$
|
|
1055
|
-
} from "sap/fe/core/buildingBlocks/
|
|
1049
|
+
default as BuildingBlock,
|
|
1050
|
+
$BuildingBlockSettings,
|
|
1051
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
1056
1052
|
|
|
1057
1053
|
/**
|
|
1058
1054
|
* Using this class you can define a building block that will manage and render a templating based building
|
|
@@ -1061,14 +1057,14 @@ declare module "sap/fe/macros/controls/BuildingBlockWithTemplating" {
|
|
|
1061
1057
|
*
|
|
1062
1058
|
* @experimental
|
|
1063
1059
|
*/
|
|
1064
|
-
export default class BuildingBlockWithTemplating extends
|
|
1060
|
+
export default class BuildingBlockWithTemplating extends BuildingBlock {}
|
|
1065
1061
|
/**
|
|
1066
1062
|
* Describes the settings that can be provided to the BuildingBlockWithTemplating constructor.
|
|
1067
1063
|
*
|
|
1068
1064
|
* @experimental
|
|
1069
1065
|
*/
|
|
1070
1066
|
export interface $BuildingBlockWithTemplatingSettings
|
|
1071
|
-
extends $
|
|
1067
|
+
extends $BuildingBlockSettings {}
|
|
1072
1068
|
}
|
|
1073
1069
|
|
|
1074
1070
|
declare module "sap/fe/macros/fcl/FlexibleColumnLayoutActions.block" {
|
|
@@ -1108,7 +1104,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1108
1104
|
|
|
1109
1105
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1110
1106
|
|
|
1111
|
-
import
|
|
1107
|
+
import FieldFormatOptions from "sap/fe/macros/field/FieldFormatOptions";
|
|
1112
1108
|
|
|
1113
1109
|
import Event from "sap/ui/base/Event";
|
|
1114
1110
|
|
|
@@ -1229,11 +1225,6 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1229
1225
|
*/
|
|
1230
1226
|
description?: string | PropertyBindingInfo;
|
|
1231
1227
|
|
|
1232
|
-
/**
|
|
1233
|
-
* A set of options that can be configured.
|
|
1234
|
-
*/
|
|
1235
|
-
formatOptions?: FieldFormatOptions | PropertyBindingInfo | `{${string}}`;
|
|
1236
|
-
|
|
1237
1228
|
/**
|
|
1238
1229
|
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
1239
1230
|
*/
|
|
@@ -1262,6 +1253,11 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1262
1253
|
* / unit).
|
|
1263
1254
|
*/
|
|
1264
1255
|
value?: string | PropertyBindingInfo;
|
|
1256
|
+
|
|
1257
|
+
/**
|
|
1258
|
+
* A set of options that can be configured.
|
|
1259
|
+
*/
|
|
1260
|
+
formatOptions?: FieldFormatOptions;
|
|
1265
1261
|
}
|
|
1266
1262
|
|
|
1267
1263
|
/**
|
|
@@ -1298,6 +1294,8 @@ declare module "sap/fe/macros/field/FieldAPI" {
|
|
|
1298
1294
|
|
|
1299
1295
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1300
1296
|
|
|
1297
|
+
import FieldFormatOptions from "sap/fe/macros/field/FieldFormatOptions";
|
|
1298
|
+
|
|
1301
1299
|
import Event from "sap/ui/base/Event";
|
|
1302
1300
|
|
|
1303
1301
|
/**
|
|
@@ -1383,166 +1381,196 @@ declare module "sap/fe/macros/field/FieldAPI" {
|
|
|
1383
1381
|
*/
|
|
1384
1382
|
setValue(): Control;
|
|
1385
1383
|
}
|
|
1384
|
+
/**
|
|
1385
|
+
* Describes the settings that can be provided to the Field constructor.
|
|
1386
|
+
*/
|
|
1387
|
+
export interface $FieldSettings extends $MacroAPISettings {
|
|
1388
|
+
/**
|
|
1389
|
+
* Defines the path of the context used in the current page or block.
|
|
1390
|
+
* This setting is defined by the framework.
|
|
1391
|
+
*/
|
|
1392
|
+
contextPath?: string | PropertyBindingInfo;
|
|
1393
|
+
|
|
1394
|
+
/**
|
|
1395
|
+
* This is used to optionally provide an external description that comes from a different model than the
|
|
1396
|
+
* oData model.
|
|
1397
|
+
* This should be used in conjunction with the value property.
|
|
1398
|
+
*/
|
|
1399
|
+
description?: string | PropertyBindingInfo;
|
|
1400
|
+
|
|
1401
|
+
/**
|
|
1402
|
+
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
1403
|
+
*/
|
|
1404
|
+
metaPath?: string | PropertyBindingInfo;
|
|
1405
|
+
|
|
1406
|
+
/**
|
|
1407
|
+
* An expression that allows you to control the read-only state of the field.
|
|
1408
|
+
* If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
|
|
1409
|
+
* current state.
|
|
1410
|
+
*/
|
|
1411
|
+
readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1412
|
+
|
|
1413
|
+
/**
|
|
1414
|
+
* Option to add semantic objects for a field.
|
|
1415
|
+
* This parameter overwrites the semantic objects defined through annotations.
|
|
1416
|
+
* Valid options are either a single semantic object, a stringified array of semantic objects,
|
|
1417
|
+
* a formatter or a single binding expression returning either a single semantic object or an array of semantic
|
|
1418
|
+
* objects.
|
|
1419
|
+
*/
|
|
1420
|
+
semanticObject?: string | PropertyBindingInfo;
|
|
1421
|
+
|
|
1422
|
+
/**
|
|
1423
|
+
* This is used to optionally provide an external value that comes from a different model than the oData
|
|
1424
|
+
* model.
|
|
1425
|
+
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
1426
|
+
* / unit).
|
|
1427
|
+
*/
|
|
1428
|
+
value?: string | PropertyBindingInfo;
|
|
1429
|
+
|
|
1430
|
+
/**
|
|
1431
|
+
* A set of options that can be configured.
|
|
1432
|
+
*/
|
|
1433
|
+
formatOptions?: FieldFormatOptions;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
/**
|
|
1437
|
+
* Parameters of the Field#change event.
|
|
1438
|
+
*/
|
|
1439
|
+
export interface Field$ChangeEventParameters {}
|
|
1440
|
+
|
|
1441
|
+
/**
|
|
1442
|
+
* Event object of the Field#change event.
|
|
1443
|
+
*/
|
|
1444
|
+
export type Field$ChangeEvent = Event<Field$ChangeEventParameters, Field>;
|
|
1445
|
+
|
|
1446
|
+
/**
|
|
1447
|
+
* Parameters of the Field#liveChange event.
|
|
1448
|
+
*/
|
|
1449
|
+
export interface Field$LiveChangeEventParameters {}
|
|
1450
|
+
|
|
1451
|
+
/**
|
|
1452
|
+
* Event object of the Field#liveChange event.
|
|
1453
|
+
*/
|
|
1454
|
+
export type Field$LiveChangeEvent = Event<
|
|
1455
|
+
Field$LiveChangeEventParameters,
|
|
1456
|
+
Field
|
|
1457
|
+
>;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
1461
|
+
import {
|
|
1462
|
+
default as BuildingBlockObjectProperty,
|
|
1463
|
+
$BuildingBlockObjectPropertySettings,
|
|
1464
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
1465
|
+
|
|
1466
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1467
|
+
|
|
1386
1468
|
/**
|
|
1387
1469
|
* Additional format options for the field.
|
|
1388
1470
|
*/
|
|
1389
|
-
export
|
|
1471
|
+
export default class FieldFormatOptions extends BuildingBlockObjectProperty {}
|
|
1472
|
+
/**
|
|
1473
|
+
* Describes the settings that can be provided to the FieldFormatOptions constructor.
|
|
1474
|
+
*/
|
|
1475
|
+
export interface $FieldFormatOptionsSettings
|
|
1476
|
+
extends $BuildingBlockObjectPropertySettings {
|
|
1390
1477
|
/**
|
|
1391
1478
|
* Property for defining a custom pattern for the date, time, or dateTime format.
|
|
1392
1479
|
*
|
|
1393
1480
|
* If there is a dateTimePattern defined dateTimeStyle is ignored.
|
|
1394
1481
|
*/
|
|
1395
|
-
dateTimePattern
|
|
1482
|
+
dateTimePattern?: string | PropertyBindingInfo;
|
|
1483
|
+
|
|
1396
1484
|
/**
|
|
1397
1485
|
* Property for defining the display style for the date, time, or dateTime format.
|
|
1398
1486
|
*
|
|
1399
1487
|
* If there is a dateTimePattern defined dateTimeStyle is ignored.
|
|
1400
1488
|
*/
|
|
1401
|
-
dateTimeStyle
|
|
1489
|
+
dateTimeStyle?: string | PropertyBindingInfo;
|
|
1490
|
+
|
|
1402
1491
|
/**
|
|
1403
1492
|
* Defines how the field value and associated text will be displayed together.
|
|
1404
1493
|
*
|
|
1405
1494
|
* Allowed values are "Value", "Description", "DescriptionValue" and "ValueDescription"
|
|
1406
1495
|
*/
|
|
1407
|
-
displayMode
|
|
1496
|
+
displayMode?: string | PropertyBindingInfo;
|
|
1497
|
+
|
|
1408
1498
|
/**
|
|
1409
1499
|
* Determines how the field should be rendered, e.g. as radio buttons.
|
|
1410
1500
|
*
|
|
1411
1501
|
* If not all prerequisites are met, the field will default back to the standard rendering.
|
|
1412
1502
|
*/
|
|
1413
|
-
fieldEditStyle
|
|
1503
|
+
fieldEditStyle?: string | PropertyBindingInfo;
|
|
1504
|
+
|
|
1414
1505
|
/**
|
|
1415
1506
|
* Defines if and how the field measure will be displayed.
|
|
1416
1507
|
*
|
|
1417
1508
|
* Allowed values are "Hidden" and "ReadOnly"
|
|
1418
1509
|
*/
|
|
1419
|
-
measureDisplayMode
|
|
1510
|
+
measureDisplayMode?: string | PropertyBindingInfo;
|
|
1511
|
+
|
|
1420
1512
|
/**
|
|
1421
1513
|
* Specifies if radio buttons should be rendered in a horizontal layout.
|
|
1422
1514
|
*/
|
|
1423
|
-
radioButtonsHorizontalLayout
|
|
1515
|
+
radioButtonsHorizontalLayout?:
|
|
1516
|
+
| boolean
|
|
1517
|
+
| PropertyBindingInfo
|
|
1518
|
+
| `{${string}}`;
|
|
1519
|
+
|
|
1424
1520
|
/**
|
|
1425
1521
|
* Defines if the date part of a date time with timezone field should be shown.
|
|
1426
1522
|
*
|
|
1427
1523
|
* The dateTimeOffset field must have a timezone annotation.
|
|
1428
1524
|
* The default value is true.
|
|
1429
1525
|
*/
|
|
1430
|
-
showDate
|
|
1526
|
+
showDate?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1527
|
+
|
|
1431
1528
|
/**
|
|
1432
1529
|
* Defines if the time part of a date time with timezone field should be shown.
|
|
1433
1530
|
*
|
|
1434
1531
|
* The dateTimeOffset field must have a timezone annotation.
|
|
1435
1532
|
* The default value is true.
|
|
1436
1533
|
*/
|
|
1437
|
-
showTime
|
|
1534
|
+
showTime?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1535
|
+
|
|
1438
1536
|
/**
|
|
1439
1537
|
* Defines if the timezone part of a date time with timezone field should be shown.
|
|
1440
1538
|
*
|
|
1441
1539
|
* The dateTimeOffset field must have a timezone annotation.
|
|
1442
1540
|
* The default value is true.
|
|
1443
1541
|
*/
|
|
1444
|
-
showTimezone
|
|
1542
|
+
showTimezone?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1543
|
+
|
|
1445
1544
|
/**
|
|
1446
1545
|
* Defines how the full text will be displayed.
|
|
1447
1546
|
*
|
|
1448
1547
|
* Allowed values are "InPlace" and "Popover"
|
|
1449
1548
|
*/
|
|
1450
|
-
textExpandBehaviorDisplay
|
|
1549
|
+
textExpandBehaviorDisplay?: string | PropertyBindingInfo;
|
|
1550
|
+
|
|
1451
1551
|
/**
|
|
1452
1552
|
* Maximum number of lines for multiline texts in edit mode.
|
|
1453
1553
|
*/
|
|
1454
|
-
textLinesEdit
|
|
1554
|
+
textLinesEdit?: number | PropertyBindingInfo | `{${string}}`;
|
|
1555
|
+
|
|
1455
1556
|
/**
|
|
1456
1557
|
* Maximum number of characters from the beginning of the text field that are shown initially.
|
|
1457
1558
|
*/
|
|
1458
|
-
textMaxCharactersDisplay
|
|
1559
|
+
textMaxCharactersDisplay?: number | PropertyBindingInfo | `{${string}}`;
|
|
1560
|
+
|
|
1459
1561
|
/**
|
|
1460
1562
|
* Defines the maximum number of characters for the multiline text value.
|
|
1461
1563
|
*
|
|
1462
1564
|
* If a multiline text exceeds the maximum number of allowed characters, the counter below the input field
|
|
1463
1565
|
* displays the exact number.
|
|
1464
1566
|
*/
|
|
1465
|
-
textMaxLength
|
|
1466
|
-
/**
|
|
1467
|
-
* Maximum number of lines that multiline texts in edit mode can grow to.
|
|
1468
|
-
*/
|
|
1469
|
-
textMaxLines: number;
|
|
1470
|
-
};
|
|
1471
|
-
|
|
1472
|
-
/**
|
|
1473
|
-
* Describes the settings that can be provided to the Field constructor.
|
|
1474
|
-
*/
|
|
1475
|
-
export interface $FieldSettings extends $MacroAPISettings {
|
|
1476
|
-
/**
|
|
1477
|
-
* Defines the path of the context used in the current page or block.
|
|
1478
|
-
* This setting is defined by the framework.
|
|
1479
|
-
*/
|
|
1480
|
-
contextPath?: string | PropertyBindingInfo;
|
|
1567
|
+
textMaxLength?: number | PropertyBindingInfo | `{${string}}`;
|
|
1481
1568
|
|
|
1482
1569
|
/**
|
|
1483
|
-
*
|
|
1484
|
-
* oData model.
|
|
1485
|
-
* This should be used in conjunction with the value property.
|
|
1486
|
-
*/
|
|
1487
|
-
description?: string | PropertyBindingInfo;
|
|
1488
|
-
|
|
1489
|
-
/**
|
|
1490
|
-
* A set of options that can be configured.
|
|
1491
|
-
*/
|
|
1492
|
-
formatOptions?: FieldFormatOptions | PropertyBindingInfo | `{${string}}`;
|
|
1493
|
-
|
|
1494
|
-
/**
|
|
1495
|
-
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
1496
|
-
*/
|
|
1497
|
-
metaPath?: string | PropertyBindingInfo;
|
|
1498
|
-
|
|
1499
|
-
/**
|
|
1500
|
-
* An expression that allows you to control the read-only state of the field.
|
|
1501
|
-
* If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
|
|
1502
|
-
* current state.
|
|
1503
|
-
*/
|
|
1504
|
-
readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1505
|
-
|
|
1506
|
-
/**
|
|
1507
|
-
* Option to add semantic objects for a field.
|
|
1508
|
-
* This parameter overwrites the semantic objects defined through annotations.
|
|
1509
|
-
* Valid options are either a single semantic object, a stringified array of semantic objects,
|
|
1510
|
-
* a formatter or a single binding expression returning either a single semantic object or an array of semantic
|
|
1511
|
-
* objects.
|
|
1512
|
-
*/
|
|
1513
|
-
semanticObject?: string | PropertyBindingInfo;
|
|
1514
|
-
|
|
1515
|
-
/**
|
|
1516
|
-
* This is used to optionally provide an external value that comes from a different model than the oData
|
|
1517
|
-
* model.
|
|
1518
|
-
* It is designed to work with a field with value help, and without support for complex value help (currency
|
|
1519
|
-
* / unit).
|
|
1570
|
+
* Maximum number of lines that multiline texts in edit mode can grow to.
|
|
1520
1571
|
*/
|
|
1521
|
-
|
|
1572
|
+
textMaxLines?: number | PropertyBindingInfo | `{${string}}`;
|
|
1522
1573
|
}
|
|
1523
|
-
|
|
1524
|
-
/**
|
|
1525
|
-
* Parameters of the Field#change event.
|
|
1526
|
-
*/
|
|
1527
|
-
export interface Field$ChangeEventParameters {}
|
|
1528
|
-
|
|
1529
|
-
/**
|
|
1530
|
-
* Event object of the Field#change event.
|
|
1531
|
-
*/
|
|
1532
|
-
export type Field$ChangeEvent = Event<Field$ChangeEventParameters, Field>;
|
|
1533
|
-
|
|
1534
|
-
/**
|
|
1535
|
-
* Parameters of the Field#liveChange event.
|
|
1536
|
-
*/
|
|
1537
|
-
export interface Field$LiveChangeEventParameters {}
|
|
1538
|
-
|
|
1539
|
-
/**
|
|
1540
|
-
* Event object of the Field#liveChange event.
|
|
1541
|
-
*/
|
|
1542
|
-
export type Field$LiveChangeEvent = Event<
|
|
1543
|
-
Field$LiveChangeEventParameters,
|
|
1544
|
-
Field
|
|
1545
|
-
>;
|
|
1546
1574
|
}
|
|
1547
1575
|
|
|
1548
1576
|
declare module "sap/fe/macros/filterBar/FilterBar" {
|
|
@@ -2820,10 +2848,11 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2820
2848
|
*/
|
|
2821
2849
|
getSelectedContexts(): Context[];
|
|
2822
2850
|
/**
|
|
2823
|
-
* Get the selection variant from the
|
|
2851
|
+
* Get the selection variant from the table. This function considers only the selection variant applied
|
|
2852
|
+
* at the control level.
|
|
2824
2853
|
*
|
|
2825
2854
|
*
|
|
2826
|
-
* @returns A promise which resolves with
|
|
2855
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant }
|
|
2827
2856
|
*/
|
|
2828
2857
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
2829
2858
|
/**
|
|
@@ -3063,6 +3092,12 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3063
3092
|
*/
|
|
3064
3093
|
rowCountMode?: string | PropertyBindingInfo;
|
|
3065
3094
|
|
|
3095
|
+
/**
|
|
3096
|
+
* Defines how many additional data records are requested from the back-end system when the user scrolls
|
|
3097
|
+
* vertically in the table.
|
|
3098
|
+
*/
|
|
3099
|
+
scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
|
|
3100
|
+
|
|
3066
3101
|
/**
|
|
3067
3102
|
* Defines the selection mode to be used by the table.
|
|
3068
3103
|
* Allowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.
|
|
@@ -3316,10 +3351,11 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3316
3351
|
*/
|
|
3317
3352
|
getSelectedContexts(): Context[];
|
|
3318
3353
|
/**
|
|
3319
|
-
* Get the selection variant from the
|
|
3354
|
+
* Get the selection variant from the table. This function considers only the selection variant applied
|
|
3355
|
+
* at the control level.
|
|
3320
3356
|
*
|
|
3321
3357
|
*
|
|
3322
|
-
* @returns A promise which resolves with
|
|
3358
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant }
|
|
3323
3359
|
*/
|
|
3324
3360
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
3325
3361
|
/**
|
|
@@ -3603,6 +3639,12 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3603
3639
|
*/
|
|
3604
3640
|
rowCountMode?: string | PropertyBindingInfo;
|
|
3605
3641
|
|
|
3642
|
+
/**
|
|
3643
|
+
* Defines how many additional data records are requested from the back-end system when the user scrolls
|
|
3644
|
+
* vertically in the table.
|
|
3645
|
+
*/
|
|
3646
|
+
scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
|
|
3647
|
+
|
|
3606
3648
|
/**
|
|
3607
3649
|
* Defines the selection mode to be used by the table.
|
|
3608
3650
|
* Allowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.
|
|
@@ -3864,10 +3906,11 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3864
3906
|
*/
|
|
3865
3907
|
getSelectedContexts(): Context[];
|
|
3866
3908
|
/**
|
|
3867
|
-
* Get the selection variant from the
|
|
3909
|
+
* Get the selection variant from the table. This function considers only the selection variant applied
|
|
3910
|
+
* at the control level.
|
|
3868
3911
|
*
|
|
3869
3912
|
*
|
|
3870
|
-
* @returns A promise which resolves with
|
|
3913
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant }
|
|
3871
3914
|
*/
|
|
3872
3915
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
3873
3916
|
/**
|
|
@@ -4125,6 +4168,12 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4125
4168
|
*/
|
|
4126
4169
|
rowCountMode?: string | PropertyBindingInfo;
|
|
4127
4170
|
|
|
4171
|
+
/**
|
|
4172
|
+
* Defines how many additional data records are requested from the back-end system when the user scrolls
|
|
4173
|
+
* vertically in the table.
|
|
4174
|
+
*/
|
|
4175
|
+
scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
|
|
4176
|
+
|
|
4128
4177
|
/**
|
|
4129
4178
|
* Defines the selection mode to be used by the table.
|
|
4130
4179
|
* Allowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.
|
|
@@ -4382,10 +4431,11 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4382
4431
|
*/
|
|
4383
4432
|
getSelectedContexts(): Context[];
|
|
4384
4433
|
/**
|
|
4385
|
-
* Get the selection variant from the
|
|
4434
|
+
* Get the selection variant from the table. This function considers only the selection variant applied
|
|
4435
|
+
* at the control level.
|
|
4386
4436
|
*
|
|
4387
4437
|
*
|
|
4388
|
-
* @returns A promise which resolves with
|
|
4438
|
+
* @returns A promise which resolves with {@link sap.fe.navigation.SelectionVariant }
|
|
4389
4439
|
*/
|
|
4390
4440
|
getSelectionVariant(): Promise<SelectionVariant>;
|
|
4391
4441
|
/**
|
|
@@ -4688,6 +4738,12 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4688
4738
|
*/
|
|
4689
4739
|
rowCountMode?: string | PropertyBindingInfo;
|
|
4690
4740
|
|
|
4741
|
+
/**
|
|
4742
|
+
* Defines how many additional data records are requested from the back-end system when the user scrolls
|
|
4743
|
+
* vertically in the table.
|
|
4744
|
+
*/
|
|
4745
|
+
scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
|
|
4746
|
+
|
|
4691
4747
|
/**
|
|
4692
4748
|
* Defines the selection mode to be used by the table.
|
|
4693
4749
|
* Allowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.
|
|
@@ -4978,6 +5034,8 @@ declare namespace sap {
|
|
|
4978
5034
|
|
|
4979
5035
|
"sap/fe/macros/field/FieldAPI": undefined;
|
|
4980
5036
|
|
|
5037
|
+
"sap/fe/macros/field/FieldFormatOptions": undefined;
|
|
5038
|
+
|
|
4981
5039
|
"sap/fe/macros/filterBar/FilterBar": undefined;
|
|
4982
5040
|
|
|
4983
5041
|
"sap/fe/macros/filterBar/FilterBarAPI": undefined;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.131.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/navigation/library" {
|
|
4
4
|
/**
|
|
@@ -385,7 +385,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
385
385
|
* If an error occurs, an error object of type {@link sap.fe.navigation.NavError }, URL parameters (if available)
|
|
386
386
|
* and the type of navigation are returned.
|
|
387
387
|
*/
|
|
388
|
-
parseNavigation():
|
|
388
|
+
parseNavigation(): JQuery.Promise<any>;
|
|
389
389
|
/**
|
|
390
390
|
* Processes navigation-related tasks related to beforePopoverOpens event handling for the SmartLink control
|
|
391
391
|
* and returns a Promise object. In
|
|
@@ -453,7 +453,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
453
453
|
*/
|
|
454
454
|
valueTexts?: object;
|
|
455
455
|
}
|
|
456
|
-
): JQuery.Promise<
|
|
456
|
+
): JQuery.Promise<string[], any, any>;
|
|
457
457
|
/**
|
|
458
458
|
* Changes the URL according to the current sAppStateKey. As an reaction route change event will be triggered.
|
|
459
459
|
*/
|