@sapui5/ts-types-esm 1.132.1 → 1.134.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 +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 +927 -110
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +211 -183
- 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 +40 -11
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +141 -99
- 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 +576 -464
- package/types/sap.insights.d.ts +3 -3
- package/types/sap.m.d.ts +2574 -1193
- 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 +465 -193
- package/types/sap.suite.ui.commons.d.ts +432 -487
- package/types/sap.suite.ui.generic.template.d.ts +80 -37
- package/types/sap.suite.ui.microchart.d.ts +55 -79
- package/types/sap.tnt.d.ts +335 -20
- package/types/sap.ui.codeeditor.d.ts +9 -7
- package/types/sap.ui.commons.d.ts +326 -335
- package/types/sap.ui.comp.d.ts +432 -445
- package/types/sap.ui.core.d.ts +46978 -46714
- 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 +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 +322 -236
- package/types/sap.ui.layout.d.ts +90 -104
- package/types/sap.ui.mdc.d.ts +393 -153
- package/types/sap.ui.richtexteditor.d.ts +48 -8
- package/types/sap.ui.rta.d.ts +76 -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 +170 -158
- package/types/sap.ui.ux3.d.ts +113 -117
- package/types/sap.ui.vbm.d.ts +391 -60
- package/types/sap.ui.vk.d.ts +138 -135
- 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 +246 -126
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +39 -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.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
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
|
/**
|
|
@@ -670,6 +670,52 @@ declare module "sap/fe/macros/RichTextEditorWithMetadata" {
|
|
|
670
670
|
}
|
|
671
671
|
}
|
|
672
672
|
|
|
673
|
+
declare module "sap/fe/macros/Share" {
|
|
674
|
+
import {
|
|
675
|
+
default as BuildingBlock,
|
|
676
|
+
$BuildingBlockSettings,
|
|
677
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
678
|
+
|
|
679
|
+
import ShareOptions from "sap/fe/macros/share/ShareOptions";
|
|
680
|
+
|
|
681
|
+
/**
|
|
682
|
+
* Building block used to create the ‘Share’ functionality.
|
|
683
|
+
*
|
|
684
|
+
*
|
|
685
|
+
* Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
|
|
686
|
+
* SAP Jam.
|
|
687
|
+
*
|
|
688
|
+
*
|
|
689
|
+
* If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then
|
|
690
|
+
* the 'Save as Tile' option is not visible.
|
|
691
|
+
*
|
|
692
|
+
* Usage example:
|
|
693
|
+
*
|
|
694
|
+
* ```javascript
|
|
695
|
+
*
|
|
696
|
+
* <macros:Share
|
|
697
|
+
* id="someID"
|
|
698
|
+
* visible="true"
|
|
699
|
+
* />
|
|
700
|
+
* ```
|
|
701
|
+
*
|
|
702
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/features/shareDefault Overview of Building Blocks}
|
|
703
|
+
*
|
|
704
|
+
*
|
|
705
|
+
* @since 1.93.0
|
|
706
|
+
*/
|
|
707
|
+
export default class Share extends BuildingBlock {}
|
|
708
|
+
/**
|
|
709
|
+
* Describes the settings that can be provided to the Share constructor.
|
|
710
|
+
*/
|
|
711
|
+
export interface $ShareSettings extends $BuildingBlockSettings {
|
|
712
|
+
/**
|
|
713
|
+
* Supported Share options {@link sap.fe.macros.share.ShareOptions }.
|
|
714
|
+
*/
|
|
715
|
+
shareOptions?: ShareOptions;
|
|
716
|
+
}
|
|
717
|
+
}
|
|
718
|
+
|
|
673
719
|
declare module "sap/fe/macros/VariantManagement" {
|
|
674
720
|
import {
|
|
675
721
|
default as BuildingBlock,
|
|
@@ -689,6 +735,8 @@ declare module "sap/fe/macros/VariantManagement" {
|
|
|
689
735
|
* for="{listOfControlIds>}"
|
|
690
736
|
* />
|
|
691
737
|
* ```
|
|
738
|
+
*
|
|
739
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarVMWithTable Overview of Building Blocks}
|
|
692
740
|
*/
|
|
693
741
|
export default class VariantManagement extends BuildingBlock {}
|
|
694
742
|
/**
|
|
@@ -861,7 +909,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
861
909
|
* usage.
|
|
862
910
|
*
|
|
863
911
|
*
|
|
864
|
-
* @deprecated
|
|
912
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart } instead
|
|
865
913
|
* @experimental
|
|
866
914
|
*/
|
|
867
915
|
export default class Chart extends Control {
|
|
@@ -1051,7 +1099,7 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
1051
1099
|
/**
|
|
1052
1100
|
* Describes the settings that can be provided to the Chart constructor.
|
|
1053
1101
|
*
|
|
1054
|
-
* @deprecated
|
|
1102
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart } instead
|
|
1055
1103
|
* @experimental
|
|
1056
1104
|
*/
|
|
1057
1105
|
export interface $ChartSettings extends $ControlSettings {
|
|
@@ -1296,7 +1344,7 @@ declare module "sap/fe/macros/field/Field" {
|
|
|
1296
1344
|
*
|
|
1297
1345
|
* @returns The current value of the field
|
|
1298
1346
|
*/
|
|
1299
|
-
getValue(): boolean | string | undefined;
|
|
1347
|
+
getValue(): boolean | float | string | undefined;
|
|
1300
1348
|
/**
|
|
1301
1349
|
* Removes a message from the field.
|
|
1302
1350
|
*/
|
|
@@ -1473,7 +1521,7 @@ declare module "sap/fe/macros/field/FieldAPI" {
|
|
|
1473
1521
|
*
|
|
1474
1522
|
* @returns The current value of the field
|
|
1475
1523
|
*/
|
|
1476
|
-
getValue(): boolean | string | undefined;
|
|
1524
|
+
getValue(): boolean | float | string | undefined;
|
|
1477
1525
|
/**
|
|
1478
1526
|
* Removes a message from the field.
|
|
1479
1527
|
*/
|
|
@@ -1668,12 +1716,12 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
1668
1716
|
/**
|
|
1669
1717
|
* Maximum number of lines for multiline texts in edit mode.
|
|
1670
1718
|
*/
|
|
1671
|
-
textLinesEdit?:
|
|
1719
|
+
textLinesEdit?: int | PropertyBindingInfo | `{${string}}`;
|
|
1672
1720
|
|
|
1673
1721
|
/**
|
|
1674
1722
|
* Maximum number of characters from the beginning of the text field that are shown initially.
|
|
1675
1723
|
*/
|
|
1676
|
-
textMaxCharactersDisplay?:
|
|
1724
|
+
textMaxCharactersDisplay?: int | PropertyBindingInfo | `{${string}}`;
|
|
1677
1725
|
|
|
1678
1726
|
/**
|
|
1679
1727
|
* Defines the maximum number of characters for the multiline text value.
|
|
@@ -1681,12 +1729,12 @@ declare module "sap/fe/macros/field/FieldFormatOptions" {
|
|
|
1681
1729
|
* If a multiline text exceeds the maximum number of allowed characters, the counter below the input field
|
|
1682
1730
|
* displays the exact number.
|
|
1683
1731
|
*/
|
|
1684
|
-
textMaxLength?:
|
|
1732
|
+
textMaxLength?: int | PropertyBindingInfo | `{${string}}`;
|
|
1685
1733
|
|
|
1686
1734
|
/**
|
|
1687
1735
|
* Maximum number of lines that multiline texts in edit mode can grow to.
|
|
1688
1736
|
*/
|
|
1689
|
-
textMaxLines?:
|
|
1737
|
+
textMaxLines?: int | PropertyBindingInfo | `{${string}}`;
|
|
1690
1738
|
}
|
|
1691
1739
|
}
|
|
1692
1740
|
|
|
@@ -1982,6 +2030,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
1982
2030
|
|
|
1983
2031
|
/**
|
|
1984
2032
|
* Building block for creating a FilterBar based on the metadata provided by OData V4.
|
|
2033
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarDefault Overview of Building Blocks}
|
|
1985
2034
|
*
|
|
1986
2035
|
*
|
|
1987
2036
|
* Usually, a SelectionFields annotation is expected.
|
|
@@ -1993,13 +2042,7 @@ declare module "sap/fe/macros/filterBar/FilterBarAPI" {
|
|
|
1993
2042
|
* <macros:FilterBar id="MyFilterBar" metaPath="@com.sap.vocabularies.UI.v1.SelectionFields" />
|
|
1994
2043
|
* ```
|
|
1995
2044
|
*/
|
|
1996
|
-
export default class FilterBar
|
|
1997
|
-
extends MacroAPI
|
|
1998
|
-
implements
|
|
1999
|
-
/* was: sap.fe.core.controllerextensions.viewState.IViewStateContributor */ Object
|
|
2000
|
-
{
|
|
2001
|
-
__implements__sap_fe_core_controllerextensions_viewState_IViewStateContributor: boolean;
|
|
2002
|
-
|
|
2045
|
+
export default class FilterBar extends MacroAPI {
|
|
2003
2046
|
/**
|
|
2004
2047
|
* Get the Active Filters Text Summary for the filter bar.
|
|
2005
2048
|
*
|
|
@@ -2244,6 +2287,8 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
2244
2287
|
/**
|
|
2245
2288
|
* Definition of a custom filter to be used inside the FilterBar.
|
|
2246
2289
|
* The template for the FilterField has to be provided as the default aggregation
|
|
2290
|
+
*
|
|
2291
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/filterBar/filterBarCustoms Overview of Building Blocks}
|
|
2247
2292
|
*/
|
|
2248
2293
|
export default class FilterField extends BuildingBlockObjectProperty {}
|
|
2249
2294
|
/**
|
|
@@ -2341,6 +2386,8 @@ declare module "sap/fe/macros/form/FormElement.block" {
|
|
|
2341
2386
|
|
|
2342
2387
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2343
2388
|
|
|
2389
|
+
import Event from "sap/ui/base/Event";
|
|
2390
|
+
|
|
2344
2391
|
/**
|
|
2345
2392
|
* Building block used to create a form element based on the metadata provided by OData V4.
|
|
2346
2393
|
*
|
|
@@ -2378,6 +2425,19 @@ declare module "sap/fe/macros/form/FormElement.block" {
|
|
|
2378
2425
|
*/
|
|
2379
2426
|
fields?: Control;
|
|
2380
2427
|
}
|
|
2428
|
+
|
|
2429
|
+
/**
|
|
2430
|
+
* Parameters of the FormElement#change event.
|
|
2431
|
+
*/
|
|
2432
|
+
export interface FormElement$ChangeEventParameters {}
|
|
2433
|
+
|
|
2434
|
+
/**
|
|
2435
|
+
* Event object of the FormElement#change event.
|
|
2436
|
+
*/
|
|
2437
|
+
export type FormElement$ChangeEvent = Event<
|
|
2438
|
+
FormElement$ChangeEventParameters,
|
|
2439
|
+
FormElement
|
|
2440
|
+
>;
|
|
2381
2441
|
}
|
|
2382
2442
|
|
|
2383
2443
|
declare module "sap/fe/macros/microchart/MicroChart.block" {
|
|
@@ -2534,56 +2594,21 @@ declare module "sap/fe/macros/richtexteditor/Plugin" {
|
|
|
2534
2594
|
}
|
|
2535
2595
|
}
|
|
2536
2596
|
|
|
2537
|
-
declare module "sap/fe/macros/share/
|
|
2538
|
-
import {
|
|
2539
|
-
|
|
2540
|
-
|
|
2597
|
+
declare module "sap/fe/macros/share/ShareOptions" {
|
|
2598
|
+
import {
|
|
2599
|
+
default as BuildingBlockObjectProperty,
|
|
2600
|
+
$BuildingBlockObjectPropertySettings,
|
|
2601
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
2541
2602
|
|
|
2542
|
-
/**
|
|
2543
|
-
* Building block used to create the ‘Share’ functionality.
|
|
2544
|
-
*
|
|
2545
|
-
*
|
|
2546
|
-
* Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
|
|
2547
|
-
* SAP Jam.
|
|
2548
|
-
*
|
|
2549
|
-
*
|
|
2550
|
-
* If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then
|
|
2551
|
-
* the 'Save as Tile' option is not visible.
|
|
2552
|
-
*
|
|
2553
|
-
* Usage example:
|
|
2554
|
-
*
|
|
2555
|
-
* ```javascript
|
|
2556
|
-
*
|
|
2557
|
-
* <macros:Share
|
|
2558
|
-
* id="someID"
|
|
2559
|
-
* visible="true"
|
|
2560
|
-
* />
|
|
2561
|
-
* ```
|
|
2562
|
-
*
|
|
2563
|
-
*
|
|
2564
|
-
*
|
|
2565
|
-
* @since 1.93.0
|
|
2566
|
-
*/
|
|
2567
|
-
export default class Share extends Control {}
|
|
2568
2603
|
/**
|
|
2569
2604
|
* Share Options.
|
|
2570
2605
|
*/
|
|
2571
|
-
export
|
|
2572
|
-
|
|
2606
|
+
export default class ShareOptions extends BuildingBlockObjectProperty {}
|
|
2573
2607
|
/**
|
|
2574
|
-
* Describes the settings that can be provided to the
|
|
2608
|
+
* Describes the settings that can be provided to the ShareOptions constructor.
|
|
2575
2609
|
*/
|
|
2576
|
-
export interface $
|
|
2577
|
-
|
|
2578
|
-
* Supported Share options {@link sap.fe.macros.share.ShareOptions }.
|
|
2579
|
-
*/
|
|
2580
|
-
shareOptions?: object | PropertyBindingInfo | `{${string}}`;
|
|
2581
|
-
|
|
2582
|
-
/**
|
|
2583
|
-
* Whether the share control should be visible on the screen.
|
|
2584
|
-
*/
|
|
2585
|
-
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2586
|
-
}
|
|
2610
|
+
export interface $ShareOptionsSettings
|
|
2611
|
+
extends $BuildingBlockObjectPropertySettings {}
|
|
2587
2612
|
}
|
|
2588
2613
|
|
|
2589
2614
|
declare module "sap/fe/macros/table/Action" {
|
|
@@ -2811,6 +2836,8 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2811
2836
|
*
|
|
2812
2837
|
* <macros:Table id="MyTable" metaPath="@com.sap.vocabularies.UI.v1.LineItem" />
|
|
2813
2838
|
* ```
|
|
2839
|
+
*
|
|
2840
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/table Overview of Table Building Blocks}
|
|
2814
2841
|
*/
|
|
2815
2842
|
export default class Table extends MacroAPI {
|
|
2816
2843
|
/**
|
|
@@ -2855,7 +2882,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2855
2882
|
* Get the fields that should be ignored when generating the table.
|
|
2856
2883
|
*
|
|
2857
2884
|
* @since 1.124.0
|
|
2858
|
-
* @experimental
|
|
2885
|
+
* @experimental As of version 1.124.0.
|
|
2859
2886
|
*
|
|
2860
2887
|
* @returns The value of the ignoredFields property
|
|
2861
2888
|
*/
|
|
@@ -2886,7 +2913,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2886
2913
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
2887
2914
|
*
|
|
2888
2915
|
* @since 1.124.0
|
|
2889
|
-
* @experimental
|
|
2916
|
+
* @experimental As of version 1.124.0.
|
|
2890
2917
|
*
|
|
2891
2918
|
* @returns Promise
|
|
2892
2919
|
*/
|
|
@@ -2923,7 +2950,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2923
2950
|
* Sets the fields that should be ignored when generating the table.
|
|
2924
2951
|
*
|
|
2925
2952
|
* @since 1.124.0
|
|
2926
|
-
* @experimental
|
|
2953
|
+
* @experimental As of version 1.124.0.
|
|
2927
2954
|
*
|
|
2928
2955
|
* @returns Reference to this in order to allow method chaining
|
|
2929
2956
|
*/
|
|
@@ -2964,7 +2991,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2964
2991
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
2965
2992
|
*
|
|
2966
2993
|
* @since 1.124.0
|
|
2967
|
-
* @experimental
|
|
2994
|
+
* @experimental As of version 1.124.0.
|
|
2968
2995
|
*
|
|
2969
2996
|
* @returns Promise
|
|
2970
2997
|
*/
|
|
@@ -3109,13 +3136,16 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3109
3136
|
|
|
3110
3137
|
/**
|
|
3111
3138
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
3112
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
3139
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
3113
3140
|
*
|
|
3114
3141
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
3115
3142
|
*
|
|
3116
3143
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
3117
3144
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
3118
3145
|
* less than defined in the `rowCount` property.
|
|
3146
|
+
*
|
|
3147
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
3148
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
3119
3149
|
*/
|
|
3120
3150
|
rowCountMode?: string | PropertyBindingInfo;
|
|
3121
3151
|
|
|
@@ -3276,14 +3306,14 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3276
3306
|
*
|
|
3277
3307
|
*
|
|
3278
3308
|
* @since 1.124.0
|
|
3279
|
-
* @experimental
|
|
3309
|
+
* @experimental As of version 1.124.0.
|
|
3280
3310
|
*/
|
|
3281
3311
|
export default class Table extends BuildingBlockWithTemplating {
|
|
3282
3312
|
/**
|
|
3283
3313
|
* Adds an action to the table.
|
|
3284
3314
|
*
|
|
3285
3315
|
* @since 1.124.0
|
|
3286
|
-
* @experimental
|
|
3316
|
+
* @experimental As of version 1.124.0.
|
|
3287
3317
|
*
|
|
3288
3318
|
* @returns Reference to this in order to allow method chaining
|
|
3289
3319
|
*/
|
|
@@ -3297,7 +3327,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3297
3327
|
* Adds a column to the table.
|
|
3298
3328
|
*
|
|
3299
3329
|
* @since 1.124.0
|
|
3300
|
-
* @experimental
|
|
3330
|
+
* @experimental As of version 1.124.0.
|
|
3301
3331
|
*
|
|
3302
3332
|
* @returns Reference to this in order to allow method chaining
|
|
3303
3333
|
*/
|
|
@@ -3349,7 +3379,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3349
3379
|
* Get the fields that should be ignored when generating the table.
|
|
3350
3380
|
*
|
|
3351
3381
|
* @since 1.124.0
|
|
3352
|
-
* @experimental
|
|
3382
|
+
* @experimental As of version 1.124.0.
|
|
3353
3383
|
*
|
|
3354
3384
|
* @returns The value of the ignoredFields property
|
|
3355
3385
|
*/
|
|
@@ -3358,7 +3388,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3358
3388
|
* Gets the path to the metadata that should be used to generate the table.
|
|
3359
3389
|
*
|
|
3360
3390
|
* @since 1.124.0
|
|
3361
|
-
* @experimental
|
|
3391
|
+
* @experimental As of version 1.124.0.
|
|
3362
3392
|
*
|
|
3363
3393
|
* @returns The path to the metadata
|
|
3364
3394
|
*/
|
|
@@ -3389,7 +3419,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3389
3419
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
3390
3420
|
*
|
|
3391
3421
|
* @since 1.124.0
|
|
3392
|
-
* @experimental
|
|
3422
|
+
* @experimental As of version 1.124.0.
|
|
3393
3423
|
*
|
|
3394
3424
|
* @returns Promise
|
|
3395
3425
|
*/
|
|
@@ -3407,7 +3437,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3407
3437
|
* Removes an action from the table.
|
|
3408
3438
|
*
|
|
3409
3439
|
* @since 1.124.0
|
|
3410
|
-
* @experimental
|
|
3440
|
+
* @experimental As of version 1.124.0.
|
|
3411
3441
|
*
|
|
3412
3442
|
* @returns The removed action or null
|
|
3413
3443
|
*/
|
|
@@ -3421,7 +3451,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3421
3451
|
* Removes a column from the table.
|
|
3422
3452
|
*
|
|
3423
3453
|
* @since 1.124.0
|
|
3424
|
-
* @experimental
|
|
3454
|
+
* @experimental As of version 1.124.0.
|
|
3425
3455
|
*
|
|
3426
3456
|
* @returns The removed column or null
|
|
3427
3457
|
*/
|
|
@@ -3454,7 +3484,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3454
3484
|
* Sets the fields that should be ignored when generating the table.
|
|
3455
3485
|
*
|
|
3456
3486
|
* @since 1.124.0
|
|
3457
|
-
* @experimental
|
|
3487
|
+
* @experimental As of version 1.124.0.
|
|
3458
3488
|
*
|
|
3459
3489
|
* @returns Reference to this in order to allow method chaining
|
|
3460
3490
|
*/
|
|
@@ -3468,7 +3498,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3468
3498
|
* Sets the path to the metadata that should be used to generate the table.
|
|
3469
3499
|
*
|
|
3470
3500
|
* @since 1.124.0
|
|
3471
|
-
* @experimental
|
|
3501
|
+
* @experimental As of version 1.124.0.
|
|
3472
3502
|
*
|
|
3473
3503
|
* @returns Reference to this in order to allow method chaining
|
|
3474
3504
|
*/
|
|
@@ -3509,7 +3539,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3509
3539
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
3510
3540
|
*
|
|
3511
3541
|
* @since 1.124.0
|
|
3512
|
-
* @experimental
|
|
3542
|
+
* @experimental As of version 1.124.0.
|
|
3513
3543
|
*
|
|
3514
3544
|
* @returns Promise
|
|
3515
3545
|
*/
|
|
@@ -3523,7 +3553,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3523
3553
|
/**
|
|
3524
3554
|
* Describes the settings that can be provided to the Table constructor.
|
|
3525
3555
|
*
|
|
3526
|
-
* @experimental
|
|
3556
|
+
* @experimental As of version 1.124.0.
|
|
3527
3557
|
*/
|
|
3528
3558
|
export interface $TableSettings extends $BuildingBlockWithTemplatingSettings {
|
|
3529
3559
|
/**
|
|
@@ -3656,13 +3686,16 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3656
3686
|
|
|
3657
3687
|
/**
|
|
3658
3688
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
3659
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
3689
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
3660
3690
|
*
|
|
3661
3691
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
3662
3692
|
*
|
|
3663
3693
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
3664
3694
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
3665
3695
|
* less than defined in the `rowCount` property.
|
|
3696
|
+
*
|
|
3697
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
3698
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
3666
3699
|
*/
|
|
3667
3700
|
rowCountMode?: string | PropertyBindingInfo;
|
|
3668
3701
|
|
|
@@ -3869,6 +3902,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3869
3902
|
|
|
3870
3903
|
/**
|
|
3871
3904
|
* Building block used to create a tree table based on the metadata provided by OData V4.
|
|
3905
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/table/treeTable Overview of Tree Table Building Block}
|
|
3872
3906
|
*/
|
|
3873
3907
|
export default class TreeTable extends MacroAPI {
|
|
3874
3908
|
/**
|
|
@@ -3913,7 +3947,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3913
3947
|
* Get the fields that should be ignored when generating the table.
|
|
3914
3948
|
*
|
|
3915
3949
|
* @since 1.124.0
|
|
3916
|
-
* @experimental
|
|
3950
|
+
* @experimental As of version 1.124.0.
|
|
3917
3951
|
*
|
|
3918
3952
|
* @returns The value of the ignoredFields property
|
|
3919
3953
|
*/
|
|
@@ -3944,7 +3978,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3944
3978
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
3945
3979
|
*
|
|
3946
3980
|
* @since 1.124.0
|
|
3947
|
-
* @experimental
|
|
3981
|
+
* @experimental As of version 1.124.0.
|
|
3948
3982
|
*
|
|
3949
3983
|
* @returns Promise
|
|
3950
3984
|
*/
|
|
@@ -3981,7 +4015,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3981
4015
|
* Sets the fields that should be ignored when generating the table.
|
|
3982
4016
|
*
|
|
3983
4017
|
* @since 1.124.0
|
|
3984
|
-
* @experimental
|
|
4018
|
+
* @experimental As of version 1.124.0.
|
|
3985
4019
|
*
|
|
3986
4020
|
* @returns Reference to this in order to allow method chaining
|
|
3987
4021
|
*/
|
|
@@ -4022,7 +4056,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4022
4056
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
4023
4057
|
*
|
|
4024
4058
|
* @since 1.124.0
|
|
4025
|
-
* @experimental
|
|
4059
|
+
* @experimental As of version 1.124.0.
|
|
4026
4060
|
*
|
|
4027
4061
|
* @returns Promise
|
|
4028
4062
|
*/
|
|
@@ -4185,13 +4219,16 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4185
4219
|
|
|
4186
4220
|
/**
|
|
4187
4221
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
4188
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
4222
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
4189
4223
|
*
|
|
4190
4224
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
4191
4225
|
*
|
|
4192
4226
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
4193
4227
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
4194
4228
|
* less than defined in the `rowCount` property.
|
|
4229
|
+
*
|
|
4230
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
4231
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
4195
4232
|
*/
|
|
4196
4233
|
rowCountMode?: string | PropertyBindingInfo;
|
|
4197
4234
|
|
|
@@ -4356,14 +4393,14 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4356
4393
|
*
|
|
4357
4394
|
*
|
|
4358
4395
|
* @since 1.125.0
|
|
4359
|
-
* @experimental
|
|
4396
|
+
* @experimental As of version 1.125.0.
|
|
4360
4397
|
*/
|
|
4361
4398
|
export default class TreeTable extends BuildingBlockWithTemplating {
|
|
4362
4399
|
/**
|
|
4363
4400
|
* Adds an action to the table.
|
|
4364
4401
|
*
|
|
4365
4402
|
* @since 1.125.0
|
|
4366
|
-
* @experimental
|
|
4403
|
+
* @experimental As of version 1.125.0.
|
|
4367
4404
|
*
|
|
4368
4405
|
* @returns Reference to this in order to allow method chaining
|
|
4369
4406
|
*/
|
|
@@ -4377,7 +4414,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4377
4414
|
* Adds a column to the table.
|
|
4378
4415
|
*
|
|
4379
4416
|
* @since 1.124.0
|
|
4380
|
-
* @experimental
|
|
4417
|
+
* @experimental As of version 1.124.0.
|
|
4381
4418
|
*
|
|
4382
4419
|
* @returns Reference to this in order to allow method chaining
|
|
4383
4420
|
*/
|
|
@@ -4429,7 +4466,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4429
4466
|
* Get the fields that should be ignored when generating the table.
|
|
4430
4467
|
*
|
|
4431
4468
|
* @since 1.125.0
|
|
4432
|
-
* @experimental
|
|
4469
|
+
* @experimental As of version 1.125.0.
|
|
4433
4470
|
*
|
|
4434
4471
|
* @returns The value of the ignoredFields property
|
|
4435
4472
|
*/
|
|
@@ -4438,7 +4475,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4438
4475
|
* Gets the path to the metadata that should be used to generate the table.
|
|
4439
4476
|
*
|
|
4440
4477
|
* @since 1.125.0
|
|
4441
|
-
* @experimental
|
|
4478
|
+
* @experimental As of version 1.125.0.
|
|
4442
4479
|
*
|
|
4443
4480
|
* @returns The path to the metadata
|
|
4444
4481
|
*/
|
|
@@ -4469,7 +4506,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4469
4506
|
* Hide the columns with the given column keys by setting their availability to Default.
|
|
4470
4507
|
*
|
|
4471
4508
|
* @since 1.124.0
|
|
4472
|
-
* @experimental
|
|
4509
|
+
* @experimental As of version 1.124.0.
|
|
4473
4510
|
*
|
|
4474
4511
|
* @returns Promise
|
|
4475
4512
|
*/
|
|
@@ -4487,7 +4524,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4487
4524
|
* Removes an action from the table.
|
|
4488
4525
|
*
|
|
4489
4526
|
* @since 1.125.0
|
|
4490
|
-
* @experimental
|
|
4527
|
+
* @experimental As of version 1.125.0.
|
|
4491
4528
|
*
|
|
4492
4529
|
* @returns The removed action or null
|
|
4493
4530
|
*/
|
|
@@ -4501,7 +4538,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4501
4538
|
* Removes a column from the table.
|
|
4502
4539
|
*
|
|
4503
4540
|
* @since 1.125.0
|
|
4504
|
-
* @experimental
|
|
4541
|
+
* @experimental As of version 1.125.0.
|
|
4505
4542
|
*
|
|
4506
4543
|
* @returns The removed column or null
|
|
4507
4544
|
*/
|
|
@@ -4534,7 +4571,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4534
4571
|
* Sets the fields that should be ignored when generating the table.
|
|
4535
4572
|
*
|
|
4536
4573
|
* @since 1.125.0
|
|
4537
|
-
* @experimental
|
|
4574
|
+
* @experimental As of version 1.125.0.
|
|
4538
4575
|
*
|
|
4539
4576
|
* @returns Reference to this in order to allow method chaining
|
|
4540
4577
|
*/
|
|
@@ -4548,7 +4585,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4548
4585
|
* Sets the path to the metadata that should be used to generate the table.
|
|
4549
4586
|
*
|
|
4550
4587
|
* @since 1.125.0
|
|
4551
|
-
* @experimental
|
|
4588
|
+
* @experimental As of version 1.125.0.
|
|
4552
4589
|
*
|
|
4553
4590
|
* @returns Reference to this in order to allow method chaining
|
|
4554
4591
|
*/
|
|
@@ -4589,7 +4626,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4589
4626
|
* Show the columns with the given column keys by setting their availability to Default.
|
|
4590
4627
|
*
|
|
4591
4628
|
* @since 1.124.0
|
|
4592
|
-
* @experimental
|
|
4629
|
+
* @experimental As of version 1.124.0.
|
|
4593
4630
|
*
|
|
4594
4631
|
* @returns Promise
|
|
4595
4632
|
*/
|
|
@@ -4603,7 +4640,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4603
4640
|
/**
|
|
4604
4641
|
* Describes the settings that can be provided to the TreeTable constructor.
|
|
4605
4642
|
*
|
|
4606
|
-
* @experimental
|
|
4643
|
+
* @experimental As of version 1.125.0.
|
|
4607
4644
|
*/
|
|
4608
4645
|
export interface $TreeTableSettings
|
|
4609
4646
|
extends $BuildingBlockWithTemplatingSettings {
|
|
@@ -4755,13 +4792,16 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4755
4792
|
|
|
4756
4793
|
/**
|
|
4757
4794
|
* Defines how the table handles the visible rows. Does not apply to Responsive tables.
|
|
4758
|
-
* Allowed values are `Auto`, `Fixed`.
|
|
4795
|
+
* Allowed values are `Auto`, `Fixed`, and `Interactive`.
|
|
4759
4796
|
*
|
|
4760
4797
|
* - If set to `Fixed`, the table always has as many rows as defined in the rowCount property.
|
|
4761
4798
|
*
|
|
4762
4799
|
* - If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its
|
|
4763
4800
|
* row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have
|
|
4764
4801
|
* less than defined in the `rowCount` property.
|
|
4802
|
+
*
|
|
4803
|
+
* - If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number
|
|
4804
|
+
* of rows can be modified by dragging the resizer available in this mode.
|
|
4765
4805
|
*/
|
|
4766
4806
|
rowCountMode?: string | PropertyBindingInfo;
|
|
4767
4807
|
|
|
@@ -5095,7 +5135,9 @@ declare namespace sap {
|
|
|
5095
5135
|
|
|
5096
5136
|
"sap/fe/macros/RichTextEditorWithMetadata": undefined;
|
|
5097
5137
|
|
|
5098
|
-
"sap/fe/macros/
|
|
5138
|
+
"sap/fe/macros/Share": undefined;
|
|
5139
|
+
|
|
5140
|
+
"sap/fe/macros/share/ShareOptions": undefined;
|
|
5099
5141
|
|
|
5100
5142
|
"sap/fe/macros/table/Action": undefined;
|
|
5101
5143
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.134.0
|
|
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
|