@sapui5/ts-types-esm 1.132.1 → 1.133.1
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.ui.commons.d.ts → commons-1.133.0-esm-d.ts} +326 -335
- package/types/{sap.ui.core.d.ts → core-1.133.0-esm-d.ts} +693 -718
- package/types/{sap.ui.dt.d.ts → dt-1.133.0-esm-d.ts} +1 -1
- package/types/index.d.ts +7 -7
- package/types/{sap.ui.mdc.d.ts → mdc-1.133.0-esm-d.ts} +167 -142
- package/types/{sap.m.d.ts → mobile-1.133.0-esm-d.ts} +1946 -1117
- package/types/sap.apf.d.ts +12 -11
- package/types/sap.ca.ui.d.ts +413 -415
- package/types/sap.chart.d.ts +6 -6
- package/types/sap.collaboration.d.ts +31 -31
- package/types/sap.cux.home.d.ts +937 -106
- package/types/sap.esh.search.ui.d.ts +39 -1
- package/types/sap.f.d.ts +159 -175
- 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 +16 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +81 -45
- 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 +3 -8
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +385 -329
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.makit.d.ts +182 -182
- package/types/sap.me.d.ts +25 -27
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +41 -41
- package/types/sap.sac.df.d.ts +108 -98
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +28 -8
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +427 -421
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +83 -66
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +324 -236
- package/types/sap.ui.layout.d.ts +87 -103
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +14 -14
- package/types/sap.ui.support.d.ts +2 -2
- package/types/sap.ui.table.d.ts +219 -197
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +130 -112
- package/types/sap.ui.vbm.d.ts +57 -57
- package/types/sap.ui.vk.d.ts +135 -132
- package/types/sap.ui.vtm.d.ts +112 -103
- package/types/sap.ui.webc.common.d.ts +7 -7
- package/types/sap.ui.webc.fiori.d.ts +164 -176
- package/types/sap.ui.webc.main.d.ts +527 -531
- package/types/sap.uiext.inbox.d.ts +43 -43
- package/types/sap.ushell.d.ts +206 -123
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +33 -51
- package/types/sap.viz.d.ts +2782 -2858
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +17 -17
- package/types/sap.zen.crosstab.d.ts +10 -10
- package/types/sap.zen.dsh.d.ts +11 -11
- package/types/{sap.tnt.d.ts → tnt-1.133.0-esm-d.ts} +229 -14
- package/types/{sap.ui.ux3.d.ts → ux3-1.133.0-esm-d.ts} +113 -117
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -144,6 +144,7 @@ declare module "sap/fe/core/ExtensionAPI" {
|
|
|
144
144
|
* To correctly integrate your app extension coding with SAP Fiori elements, use only the extensionAPI of
|
|
145
145
|
* SAP Fiori elements. Don't access or manipulate controls, properties, models, or other internal objects
|
|
146
146
|
* created by the SAP Fiori elements framework.
|
|
147
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/controllerExtensions/controllerExtensionsOverview Overview of Building Block}
|
|
147
148
|
*
|
|
148
149
|
*
|
|
149
150
|
* @since 1.79.0
|
|
@@ -356,13 +357,13 @@ declare module "sap/fe/core/buildingBlocks/BuildingBlock" {
|
|
|
356
357
|
* Instead, only its child will be there and this control will forward all DOM related instruction to it.
|
|
357
358
|
*
|
|
358
359
|
* @since 1.121.0
|
|
359
|
-
* @experimental
|
|
360
|
+
* @experimental As of version 1.121.0.
|
|
360
361
|
*/
|
|
361
362
|
export default class BuildingBlock extends BuildingBlockBase {}
|
|
362
363
|
/**
|
|
363
364
|
* Describes the settings that can be provided to the BuildingBlock constructor.
|
|
364
365
|
*
|
|
365
|
-
* @experimental
|
|
366
|
+
* @experimental As of version 1.121.0.
|
|
366
367
|
*/
|
|
367
368
|
export interface $BuildingBlockSettings extends $BuildingBlockBaseSettings {}
|
|
368
369
|
}
|
|
@@ -469,7 +470,7 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
469
470
|
* NewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async',
|
|
470
471
|
* or 'Deferred' is used
|
|
471
472
|
*
|
|
472
|
-
* Inline - The creation is done
|
|
473
|
+
* Inline - The creation is done within the table. Not supported on a List Report
|
|
473
474
|
*
|
|
474
475
|
* External - The creation is done in a different application specified by the parameter 'outbound'
|
|
475
476
|
*
|
|
@@ -573,7 +574,12 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
573
574
|
*
|
|
574
575
|
* @since 1.90.0
|
|
575
576
|
*
|
|
576
|
-
* @returns A promise which resolves once the action has been executed,
|
|
577
|
+
* @returns A promise which resolves once the action has been executed. If resolved, the promise returns:
|
|
578
|
+
* - If the parameter contexts is an array: an array of objects, each object containing a key "status",
|
|
579
|
+
* as well as "value" referencing the action status and the context
|
|
580
|
+
* - If the parameter contexts is not an array: a single context
|
|
581
|
+
* The context(s) provided in the promise is (are) either the return value context of the action or the
|
|
582
|
+
* bound context if the return value is undefined.
|
|
577
583
|
*/
|
|
578
584
|
invokeAction(
|
|
579
585
|
/**
|
|
@@ -618,7 +624,7 @@ declare module "sap/fe/core/controllerextensions/EditFlow" {
|
|
|
618
624
|
*/
|
|
619
625
|
skipParameterDialog?: boolean;
|
|
620
626
|
}
|
|
621
|
-
): Promise<
|
|
627
|
+
): Promise<object[] | Context>;
|
|
622
628
|
/**
|
|
623
629
|
* This function can be used to execute code after the 'Create' action.
|
|
624
630
|
* You can execute custom coding in this function.
|
|
@@ -934,6 +940,7 @@ declare module "sap/fe/core/controllerextensions/IntentBasedNavigation" {
|
|
|
934
940
|
|
|
935
941
|
/**
|
|
936
942
|
* Controller extension providing hooks for intent-based navigation
|
|
943
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/controllerExtensions/intentBasedNavigation Overview of Building Blocks}
|
|
937
944
|
*
|
|
938
945
|
* @since 1.86.0
|
|
939
946
|
*/
|
|
@@ -994,7 +1001,7 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
994
1001
|
* A controller extension offering message handling.
|
|
995
1002
|
*
|
|
996
1003
|
* @since 1.90.0
|
|
997
|
-
* @experimental
|
|
1004
|
+
* @experimental As of version 1.90.0.
|
|
998
1005
|
*/
|
|
999
1006
|
export default class MessageHandler extends ControllerExtension {
|
|
1000
1007
|
/**
|
|
@@ -1007,7 +1014,7 @@ declare module "sap/fe/core/controllerextensions/MessageHandler" {
|
|
|
1007
1014
|
* toast is shown instead.
|
|
1008
1015
|
*
|
|
1009
1016
|
* @since 1.90.0
|
|
1010
|
-
* @experimental
|
|
1017
|
+
* @experimental As of version 1.90.0.
|
|
1011
1018
|
*
|
|
1012
1019
|
* @returns A promise that is resolved once the user closes the dialog. If there are no messages
|
|
1013
1020
|
* to be shown, the promise is resolved immediately
|
|
@@ -1476,8 +1483,6 @@ declare module "sap/fe/core/controllerextensions/ViewState" {
|
|
|
1476
1483
|
): void;
|
|
1477
1484
|
/**
|
|
1478
1485
|
* Retrieve the view state of this extensions view.
|
|
1479
|
-
* When this function is called more than once before finishing, all but the final response will resolve
|
|
1480
|
-
* to `undefined`.
|
|
1481
1486
|
*
|
|
1482
1487
|
*
|
|
1483
1488
|
* @returns A promise resolving the view state
|
|
@@ -1536,7 +1541,7 @@ declare module "sap/fe/core/fpm/Component" {
|
|
|
1536
1541
|
*
|
|
1537
1542
|
*
|
|
1538
1543
|
* @since 1.92.0
|
|
1539
|
-
* @experimental
|
|
1544
|
+
* @experimental As of version 1.92.0.
|
|
1540
1545
|
*/
|
|
1541
1546
|
export default class Component
|
|
1542
1547
|
extends /* was: sap.fe.core.TemplateComponent */ Object
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -505,13 +505,13 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
505
505
|
*
|
|
506
506
|
*
|
|
507
507
|
* @since 1.118.0
|
|
508
|
-
* @experimental
|
|
508
|
+
* @experimental As of version 1.118.0.
|
|
509
509
|
*/
|
|
510
510
|
export default class MultiValueField extends BuildingBlock {}
|
|
511
511
|
/**
|
|
512
512
|
* Describes the settings that can be provided to the MultiValueField constructor.
|
|
513
513
|
*
|
|
514
|
-
* @experimental
|
|
514
|
+
* @experimental As of version 1.118.0.
|
|
515
515
|
*/
|
|
516
516
|
export interface $MultiValueFieldSettings extends $BuildingBlockSettings {
|
|
517
517
|
/**
|
|
@@ -689,6 +689,8 @@ declare module "sap/fe/macros/VariantManagement" {
|
|
|
689
689
|
* for="{listOfControlIds>}"
|
|
690
690
|
* />
|
|
691
691
|
* ```
|
|
692
|
+
*
|
|
693
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarVMWithTable Overview of Building Blocks}
|
|
692
694
|
*/
|
|
693
695
|
export default class VariantManagement extends BuildingBlock {}
|
|
694
696
|
/**
|
|
@@ -861,7 +863,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
861
863
|
* usage.
|
|
862
864
|
*
|
|
863
865
|
*
|
|
864
|
-
* @deprecated
|
|
866
|
+
* @deprecated As of version now. As of version 1.130, use {@link sap.fe.macros.Chart } instead
|
|
865
867
|
* @experimental
|
|
866
868
|
*/
|
|
867
869
|
export default class Chart extends Control {
|
|
@@ -1051,7 +1053,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1051
1053
|
/**
|
|
1052
1054
|
* Describes the settings that can be provided to the Chart constructor.
|
|
1053
1055
|
*
|
|
1054
|
-
* @deprecated
|
|
1056
|
+
* @deprecated As of version now. As of version 1.130, use {@link sap.fe.macros.Chart } instead
|
|
1055
1057
|
* @experimental
|
|
1056
1058
|
*/
|
|
1057
1059
|
export interface $ChartSettings extends $ControlSettings {
|
|
@@ -1668,12 +1670,12 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
1668
1670
|
/**
|
|
1669
1671
|
* Maximum number of lines for multiline texts in edit mode.
|
|
1670
1672
|
*/
|
|
1671
|
-
textLinesEdit?:
|
|
1673
|
+
textLinesEdit?: int | PropertyBindingInfo | `{${string}}`;
|
|
1672
1674
|
|
|
1673
1675
|
/**
|
|
1674
1676
|
* Maximum number of characters from the beginning of the text field that are shown initially.
|
|
1675
1677
|
*/
|
|
1676
|
-
textMaxCharactersDisplay?:
|
|
1678
|
+
textMaxCharactersDisplay?: int | PropertyBindingInfo | `{${string}}`;
|
|
1677
1679
|
|
|
1678
1680
|
/**
|
|
1679
1681
|
* Defines the maximum number of characters for the multiline text value.
|
|
@@ -1681,12 +1683,12 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
1681
1683
|
* If a multiline text exceeds the maximum number of allowed characters, the counter below the input field
|
|
1682
1684
|
* displays the exact number.
|
|
1683
1685
|
*/
|
|
1684
|
-
textMaxLength?:
|
|
1686
|
+
textMaxLength?: int | PropertyBindingInfo | `{${string}}`;
|
|
1685
1687
|
|
|
1686
1688
|
/**
|
|
1687
1689
|
* Maximum number of lines that multiline texts in edit mode can grow to.
|
|
1688
1690
|
*/
|
|
1689
|
-
textMaxLines?:
|
|
1691
|
+
textMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
1690
1692
|
}
|
|
1691
1693
|
}
|
|
1692
1694
|
|
|
@@ -1982,6 +1984,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
1982
1984
|
|
|
1983
1985
|
/**
|
|
1984
1986
|
* Building block for creating a FilterBar based on the metadata provided by OData V4.
|
|
1987
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarDefault Overview of Building Blocks}
|
|
1985
1988
|
*
|
|
1986
1989
|
*
|
|
1987
1990
|
* Usually, a SelectionFields annotation is expected.
|
|
@@ -2244,6 +2247,8 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
2244
2247
|
/**
|
|
2245
2248
|
* Definition of a custom filter to be used inside the FilterBar.
|
|
2246
2249
|
* The template for the FilterField has to be provided as the default aggregation
|
|
2250
|
+
*
|
|
2251
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarCustoms Overview of Building Blocks}
|
|
2247
2252
|
*/
|
|
2248
2253
|
export default class FilterField extends BuildingBlockObjectProperty {}
|
|
2249
2254
|
/**
|
|
@@ -2341,6 +2346,8 @@ declare module "sap/fe/macros/form/FormElement.block" {
|
|
|
2341
2346
|
|
|
2342
2347
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2343
2348
|
|
|
2349
|
+
import Event from "sap/ui/base/Event";
|
|
2350
|
+
|
|
2344
2351
|
/**
|
|
2345
2352
|
* Building block used to create a form element based on the metadata provided by OData V4.
|
|
2346
2353
|
*
|
|
@@ -2378,6 +2385,19 @@ declare module "sap/fe/macros/form/FormElement.block" {
|
|
|
2378
2385
|
*/
|
|
2379
2386
|
fields?: Control;
|
|
2380
2387
|
}
|
|
2388
|
+
|
|
2389
|
+
/**
|
|
2390
|
+
* Parameters of the FormElement#change event.
|
|
2391
|
+
*/
|
|
2392
|
+
export interface FormElement$ChangeEventParameters {}
|
|
2393
|
+
|
|
2394
|
+
/**
|
|
2395
|
+
* Event object of the FormElement#change event.
|
|
2396
|
+
*/
|
|
2397
|
+
export type FormElement$ChangeEvent = Event<
|
|
2398
|
+
FormElement$ChangeEventParameters,
|
|
2399
|
+
FormElement
|
|
2400
|
+
>;
|
|
2381
2401
|
}
|
|
2382
2402
|
|
|
2383
2403
|
declare module "sap/fe/macros/microchart/MicroChart.block" {
|
|
@@ -2560,6 +2580,7 @@ declare module "sap/fe/macros/share/Share.block" {
|
|
|
2560
2580
|
* />
|
|
2561
2581
|
* ```
|
|
2562
2582
|
*
|
|
2583
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/features/shareDefault Overview of Building Blocks}
|
|
2563
2584
|
*
|
|
2564
2585
|
*
|
|
2565
2586
|
* @since 1.93.0
|
|
@@ -2811,6 +2832,8 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2811
2832
|
*
|
|
2812
2833
|
* <macros:Table id="MyTable" metaPath="@com.sap.vocabularies.UI.v1.LineItem" />
|
|
2813
2834
|
* ```
|
|
2835
|
+
*
|
|
2836
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/table Overview of Table Building Blocks}
|
|
2814
2837
|
*/
|
|
2815
2838
|
export default class Table extends MacroAPI {
|
|
2816
2839
|
/**
|
|
@@ -2855,7 +2878,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2855
2878
|
* Get the fields that should be ignored when generating the table.
|
|
2856
2879
|
*
|
|
2857
2880
|
* @since 1.124.0
|
|
2858
|
-
* @experimental
|
|
2881
|
+
* @experimental As of version 1.124.0.
|
|
2859
2882
|
*
|
|
2860
2883
|
* @returns The value of the ignoredFields property
|
|
2861
2884
|
*/
|
|
@@ -2886,7 +2909,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2886
2909
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
2887
2910
|
*
|
|
2888
2911
|
* @since 1.124.0
|
|
2889
|
-
* @experimental
|
|
2912
|
+
* @experimental As of version 1.124.0.
|
|
2890
2913
|
*
|
|
2891
2914
|
* @returns Promise
|
|
2892
2915
|
*/
|
|
@@ -2923,7 +2946,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2923
2946
|
* Sets the fields that should be ignored when generating the table.
|
|
2924
2947
|
*
|
|
2925
2948
|
* @since 1.124.0
|
|
2926
|
-
* @experimental
|
|
2949
|
+
* @experimental As of version 1.124.0.
|
|
2927
2950
|
*
|
|
2928
2951
|
* @returns Reference to this in order to allow method chaining
|
|
2929
2952
|
*/
|
|
@@ -2964,7 +2987,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2964
2987
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
2965
2988
|
*
|
|
2966
2989
|
* @since 1.124.0
|
|
2967
|
-
* @experimental
|
|
2990
|
+
* @experimental As of version 1.124.0.
|
|
2968
2991
|
*
|
|
2969
2992
|
* @returns Promise
|
|
2970
2993
|
*/
|
|
@@ -3109,13 +3132,16 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3109
3132
|
|
|
3110
3133
|
/**
|
|
3111
3134
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
3112
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
3135
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
3113
3136
|
*
|
|
3114
3137
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
3115
3138
|
*
|
|
3116
3139
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
3117
3140
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
3118
3141
|
* less than defined in the `rowCount` property.
|
|
3142
|
+
*
|
|
3143
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
3144
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
3119
3145
|
*/
|
|
3120
3146
|
rowCountMode?: string | PropertyBindingInfo;
|
|
3121
3147
|
|
|
@@ -3276,14 +3302,14 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3276
3302
|
*
|
|
3277
3303
|
*
|
|
3278
3304
|
* @since 1.124.0
|
|
3279
|
-
* @experimental
|
|
3305
|
+
* @experimental As of version 1.124.0.
|
|
3280
3306
|
*/
|
|
3281
3307
|
export default class Table extends BuildingBlockWithTemplating {
|
|
3282
3308
|
/**
|
|
3283
3309
|
* Adds an action to the table.
|
|
3284
3310
|
*
|
|
3285
3311
|
* @since 1.124.0
|
|
3286
|
-
* @experimental
|
|
3312
|
+
* @experimental As of version 1.124.0.
|
|
3287
3313
|
*
|
|
3288
3314
|
* @returns Reference to this in order to allow method chaining
|
|
3289
3315
|
*/
|
|
@@ -3297,7 +3323,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3297
3323
|
* Adds a column to the table.
|
|
3298
3324
|
*
|
|
3299
3325
|
* @since 1.124.0
|
|
3300
|
-
* @experimental
|
|
3326
|
+
* @experimental As of version 1.124.0.
|
|
3301
3327
|
*
|
|
3302
3328
|
* @returns Reference to this in order to allow method chaining
|
|
3303
3329
|
*/
|
|
@@ -3349,7 +3375,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3349
3375
|
* Get the fields that should be ignored when generating the table.
|
|
3350
3376
|
*
|
|
3351
3377
|
* @since 1.124.0
|
|
3352
|
-
* @experimental
|
|
3378
|
+
* @experimental As of version 1.124.0.
|
|
3353
3379
|
*
|
|
3354
3380
|
* @returns The value of the ignoredFields property
|
|
3355
3381
|
*/
|
|
@@ -3358,7 +3384,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3358
3384
|
* Gets the path to the metadata that should be used to generate the table.
|
|
3359
3385
|
*
|
|
3360
3386
|
* @since 1.124.0
|
|
3361
|
-
* @experimental
|
|
3387
|
+
* @experimental As of version 1.124.0.
|
|
3362
3388
|
*
|
|
3363
3389
|
* @returns The path to the metadata
|
|
3364
3390
|
*/
|
|
@@ -3389,7 +3415,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3389
3415
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
3390
3416
|
*
|
|
3391
3417
|
* @since 1.124.0
|
|
3392
|
-
* @experimental
|
|
3418
|
+
* @experimental As of version 1.124.0.
|
|
3393
3419
|
*
|
|
3394
3420
|
* @returns Promise
|
|
3395
3421
|
*/
|
|
@@ -3407,7 +3433,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3407
3433
|
* Removes an action from the table.
|
|
3408
3434
|
*
|
|
3409
3435
|
* @since 1.124.0
|
|
3410
|
-
* @experimental
|
|
3436
|
+
* @experimental As of version 1.124.0.
|
|
3411
3437
|
*
|
|
3412
3438
|
* @returns The removed action or null
|
|
3413
3439
|
*/
|
|
@@ -3421,7 +3447,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3421
3447
|
* Removes a column from the table.
|
|
3422
3448
|
*
|
|
3423
3449
|
* @since 1.124.0
|
|
3424
|
-
* @experimental
|
|
3450
|
+
* @experimental As of version 1.124.0.
|
|
3425
3451
|
*
|
|
3426
3452
|
* @returns The removed column or null
|
|
3427
3453
|
*/
|
|
@@ -3454,7 +3480,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3454
3480
|
* Sets the fields that should be ignored when generating the table.
|
|
3455
3481
|
*
|
|
3456
3482
|
* @since 1.124.0
|
|
3457
|
-
* @experimental
|
|
3483
|
+
* @experimental As of version 1.124.0.
|
|
3458
3484
|
*
|
|
3459
3485
|
* @returns Reference to this in order to allow method chaining
|
|
3460
3486
|
*/
|
|
@@ -3468,7 +3494,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3468
3494
|
* Sets the path to the metadata that should be used to generate the table.
|
|
3469
3495
|
*
|
|
3470
3496
|
* @since 1.124.0
|
|
3471
|
-
* @experimental
|
|
3497
|
+
* @experimental As of version 1.124.0.
|
|
3472
3498
|
*
|
|
3473
3499
|
* @returns Reference to this in order to allow method chaining
|
|
3474
3500
|
*/
|
|
@@ -3509,7 +3535,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3509
3535
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
3510
3536
|
*
|
|
3511
3537
|
* @since 1.124.0
|
|
3512
|
-
* @experimental
|
|
3538
|
+
* @experimental As of version 1.124.0.
|
|
3513
3539
|
*
|
|
3514
3540
|
* @returns Promise
|
|
3515
3541
|
*/
|
|
@@ -3523,7 +3549,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3523
3549
|
/**
|
|
3524
3550
|
* Describes the settings that can be provided to the Table constructor.
|
|
3525
3551
|
*
|
|
3526
|
-
* @experimental
|
|
3552
|
+
* @experimental As of version 1.124.0.
|
|
3527
3553
|
*/
|
|
3528
3554
|
export interface $TableSettings extends $BuildingBlockWithTemplatingSettings {
|
|
3529
3555
|
/**
|
|
@@ -3656,13 +3682,16 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3656
3682
|
|
|
3657
3683
|
/**
|
|
3658
3684
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
3659
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
3685
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
3660
3686
|
*
|
|
3661
3687
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
3662
3688
|
*
|
|
3663
3689
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
3664
3690
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
3665
3691
|
* less than defined in the `rowCount` property.
|
|
3692
|
+
*
|
|
3693
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
3694
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
3666
3695
|
*/
|
|
3667
3696
|
rowCountMode?: string | PropertyBindingInfo;
|
|
3668
3697
|
|
|
@@ -3869,6 +3898,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3869
3898
|
|
|
3870
3899
|
/**
|
|
3871
3900
|
* Building block used to create a tree table based on the metadata provided by OData V4.
|
|
3901
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/table/treeTable Overview of Tree Table Building Block}
|
|
3872
3902
|
*/
|
|
3873
3903
|
export default class TreeTable extends MacroAPI {
|
|
3874
3904
|
/**
|
|
@@ -3913,7 +3943,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3913
3943
|
* Get the fields that should be ignored when generating the table.
|
|
3914
3944
|
*
|
|
3915
3945
|
* @since 1.124.0
|
|
3916
|
-
* @experimental
|
|
3946
|
+
* @experimental As of version 1.124.0.
|
|
3917
3947
|
*
|
|
3918
3948
|
* @returns The value of the ignoredFields property
|
|
3919
3949
|
*/
|
|
@@ -3944,7 +3974,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3944
3974
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
3945
3975
|
*
|
|
3946
3976
|
* @since 1.124.0
|
|
3947
|
-
* @experimental
|
|
3977
|
+
* @experimental As of version 1.124.0.
|
|
3948
3978
|
*
|
|
3949
3979
|
* @returns Promise
|
|
3950
3980
|
*/
|
|
@@ -3981,7 +4011,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3981
4011
|
* Sets the fields that should be ignored when generating the table.
|
|
3982
4012
|
*
|
|
3983
4013
|
* @since 1.124.0
|
|
3984
|
-
* @experimental
|
|
4014
|
+
* @experimental As of version 1.124.0.
|
|
3985
4015
|
*
|
|
3986
4016
|
* @returns Reference to this in order to allow method chaining
|
|
3987
4017
|
*/
|
|
@@ -4022,7 +4052,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4022
4052
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
4023
4053
|
*
|
|
4024
4054
|
* @since 1.124.0
|
|
4025
|
-
* @experimental
|
|
4055
|
+
* @experimental As of version 1.124.0.
|
|
4026
4056
|
*
|
|
4027
4057
|
* @returns Promise
|
|
4028
4058
|
*/
|
|
@@ -4185,13 +4215,16 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4185
4215
|
|
|
4186
4216
|
/**
|
|
4187
4217
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
4188
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
4218
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
4189
4219
|
*
|
|
4190
4220
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
4191
4221
|
*
|
|
4192
4222
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
4193
4223
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
4194
4224
|
* less than defined in the `rowCount` property.
|
|
4225
|
+
*
|
|
4226
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
4227
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
4195
4228
|
*/
|
|
4196
4229
|
rowCountMode?: string | PropertyBindingInfo;
|
|
4197
4230
|
|
|
@@ -4356,14 +4389,14 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4356
4389
|
*
|
|
4357
4390
|
*
|
|
4358
4391
|
* @since 1.125.0
|
|
4359
|
-
* @experimental
|
|
4392
|
+
* @experimental As of version 1.125.0.
|
|
4360
4393
|
*/
|
|
4361
4394
|
export default class TreeTable extends BuildingBlockWithTemplating {
|
|
4362
4395
|
/**
|
|
4363
4396
|
* Adds an action to the table.
|
|
4364
4397
|
*
|
|
4365
4398
|
* @since 1.125.0
|
|
4366
|
-
* @experimental
|
|
4399
|
+
* @experimental As of version 1.125.0.
|
|
4367
4400
|
*
|
|
4368
4401
|
* @returns Reference to this in order to allow method chaining
|
|
4369
4402
|
*/
|
|
@@ -4377,7 +4410,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4377
4410
|
* Adds a column to the table.
|
|
4378
4411
|
*
|
|
4379
4412
|
* @since 1.124.0
|
|
4380
|
-
* @experimental
|
|
4413
|
+
* @experimental As of version 1.124.0.
|
|
4381
4414
|
*
|
|
4382
4415
|
* @returns Reference to this in order to allow method chaining
|
|
4383
4416
|
*/
|
|
@@ -4429,7 +4462,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4429
4462
|
* Get the fields that should be ignored when generating the table.
|
|
4430
4463
|
*
|
|
4431
4464
|
* @since 1.125.0
|
|
4432
|
-
* @experimental
|
|
4465
|
+
* @experimental As of version 1.125.0.
|
|
4433
4466
|
*
|
|
4434
4467
|
* @returns The value of the ignoredFields property
|
|
4435
4468
|
*/
|
|
@@ -4438,7 +4471,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4438
4471
|
* Gets the path to the metadata that should be used to generate the table.
|
|
4439
4472
|
*
|
|
4440
4473
|
* @since 1.125.0
|
|
4441
|
-
* @experimental
|
|
4474
|
+
* @experimental As of version 1.125.0.
|
|
4442
4475
|
*
|
|
4443
4476
|
* @returns The path to the metadata
|
|
4444
4477
|
*/
|
|
@@ -4469,7 +4502,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4469
4502
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
4470
4503
|
*
|
|
4471
4504
|
* @since 1.124.0
|
|
4472
|
-
* @experimental
|
|
4505
|
+
* @experimental As of version 1.124.0.
|
|
4473
4506
|
*
|
|
4474
4507
|
* @returns Promise
|
|
4475
4508
|
*/
|
|
@@ -4487,7 +4520,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4487
4520
|
* Removes an action from the table.
|
|
4488
4521
|
*
|
|
4489
4522
|
* @since 1.125.0
|
|
4490
|
-
* @experimental
|
|
4523
|
+
* @experimental As of version 1.125.0.
|
|
4491
4524
|
*
|
|
4492
4525
|
* @returns The removed action or null
|
|
4493
4526
|
*/
|
|
@@ -4501,7 +4534,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4501
4534
|
* Removes a column from the table.
|
|
4502
4535
|
*
|
|
4503
4536
|
* @since 1.125.0
|
|
4504
|
-
* @experimental
|
|
4537
|
+
* @experimental As of version 1.125.0.
|
|
4505
4538
|
*
|
|
4506
4539
|
* @returns The removed column or null
|
|
4507
4540
|
*/
|
|
@@ -4534,7 +4567,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4534
4567
|
* Sets the fields that should be ignored when generating the table.
|
|
4535
4568
|
*
|
|
4536
4569
|
* @since 1.125.0
|
|
4537
|
-
* @experimental
|
|
4570
|
+
* @experimental As of version 1.125.0.
|
|
4538
4571
|
*
|
|
4539
4572
|
* @returns Reference to this in order to allow method chaining
|
|
4540
4573
|
*/
|
|
@@ -4548,7 +4581,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4548
4581
|
* Sets the path to the metadata that should be used to generate the table.
|
|
4549
4582
|
*
|
|
4550
4583
|
* @since 1.125.0
|
|
4551
|
-
* @experimental
|
|
4584
|
+
* @experimental As of version 1.125.0.
|
|
4552
4585
|
*
|
|
4553
4586
|
* @returns Reference to this in order to allow method chaining
|
|
4554
4587
|
*/
|
|
@@ -4589,7 +4622,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4589
4622
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
4590
4623
|
*
|
|
4591
4624
|
* @since 1.124.0
|
|
4592
|
-
* @experimental
|
|
4625
|
+
* @experimental As of version 1.124.0.
|
|
4593
4626
|
*
|
|
4594
4627
|
* @returns Promise
|
|
4595
4628
|
*/
|
|
@@ -4603,7 +4636,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4603
4636
|
/**
|
|
4604
4637
|
* Describes the settings that can be provided to the TreeTable constructor.
|
|
4605
4638
|
*
|
|
4606
|
-
* @experimental
|
|
4639
|
+
* @experimental As of version 1.125.0.
|
|
4607
4640
|
*/
|
|
4608
4641
|
export interface $TreeTableSettings
|
|
4609
4642
|
extends $BuildingBlockWithTemplatingSettings {
|
|
@@ -4755,13 +4788,16 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4755
4788
|
|
|
4756
4789
|
/**
|
|
4757
4790
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
4758
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
4791
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
4759
4792
|
*
|
|
4760
4793
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
4761
4794
|
*
|
|
4762
4795
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
4763
4796
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
4764
4797
|
* less than defined in the `rowCount` property.
|
|
4798
|
+
*
|
|
4799
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
4800
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
4765
4801
|
*/
|
|
4766
4802
|
rowCountMode?: string | PropertyBindingInfo;
|
|
4767
4803
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.133.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/navigation/library" {
|
|
4
4
|
/**
|
|
@@ -497,7 +497,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
497
497
|
/**
|
|
498
498
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
499
499
|
*
|
|
500
|
-
* @deprecated
|
|
500
|
+
* @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
|
|
501
501
|
* instead.
|
|
502
502
|
*
|
|
503
503
|
* @returns A Promise object to monitor when all the actions of the function have been executed; if the
|
|
@@ -548,7 +548,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
548
548
|
/**
|
|
549
549
|
* Changes the URL according to the current app state and stores the app state for later retrieval.
|
|
550
550
|
*
|
|
551
|
-
* @deprecated
|
|
551
|
+
* @deprecated As of version 1.104. Use the {@link sap.fe.navigation.NavigationHandler.storeInnerAppStateAsync }
|
|
552
552
|
* instead.
|
|
553
553
|
*
|
|
554
554
|
* @returns An object containing the appStateId and a promise object to monitor when all the actions of
|