@sapui5/ts-types-esm 1.135.0 → 1.136.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.cux.home.d.ts +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +101 -1
- 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 +27 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +446 -57
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +80 -8
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +518 -39
- 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 +4 -4
- package/types/sap.suite.ui.commons.d.ts +12 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- 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 +3278 -212
- package/types/sap.ui.core.d.ts +114 -117
- 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 +8 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +135 -8
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- 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 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +14 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +310 -39
- 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 +46 -37
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +2 -21
- 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.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/Chart" {
|
|
4
4
|
import {
|
|
@@ -651,6 +651,189 @@ declare module "sap/fe/macros/MacroAPI" {
|
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
+
declare module "sap/fe/macros/MessageButton" {
|
|
655
|
+
import {
|
|
656
|
+
default as BuildingBlock,
|
|
657
|
+
$BuildingBlockSettings,
|
|
658
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
659
|
+
|
|
660
|
+
import Event from "sap/ui/base/Event";
|
|
661
|
+
|
|
662
|
+
/**
|
|
663
|
+
* Building block used to show bound messages.
|
|
664
|
+
* The Message Button Building Block gets the bound messages from the MessageModel.
|
|
665
|
+
* Usage example:
|
|
666
|
+
*
|
|
667
|
+
* ```javascript
|
|
668
|
+
*
|
|
669
|
+
* <macros:MessageButton visibilityChange=".handler.onMessageButtonVisibilityChange" />
|
|
670
|
+
* ```
|
|
671
|
+
*
|
|
672
|
+
*
|
|
673
|
+
*
|
|
674
|
+
* @experimental
|
|
675
|
+
*/
|
|
676
|
+
export default class MessageButton extends BuildingBlock {}
|
|
677
|
+
/**
|
|
678
|
+
* Describes the settings that can be provided to the MessageButton constructor.
|
|
679
|
+
*
|
|
680
|
+
* @experimental
|
|
681
|
+
*/
|
|
682
|
+
export interface $MessageButtonSettings extends $BuildingBlockSettings {}
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* Parameters of the MessageButton#visibilityChange event.
|
|
686
|
+
*/
|
|
687
|
+
export interface MessageButton$VisibilityChangeEventParameters {}
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* Event object of the MessageButton#visibilityChange event.
|
|
691
|
+
*/
|
|
692
|
+
export type MessageButton$VisibilityChangeEvent = Event<
|
|
693
|
+
MessageButton$VisibilityChangeEventParameters,
|
|
694
|
+
MessageButton
|
|
695
|
+
>;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
declare module "sap/fe/macros/MicroChart" {
|
|
699
|
+
import {
|
|
700
|
+
default as BuildingBlock,
|
|
701
|
+
$BuildingBlockSettings,
|
|
702
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
703
|
+
|
|
704
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
705
|
+
|
|
706
|
+
/**
|
|
707
|
+
* Building block used to create a MicroChart based on the metadata provided by OData V4.
|
|
708
|
+
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/microchart/ Overview of Micro Chart Building Block}
|
|
709
|
+
*
|
|
710
|
+
*
|
|
711
|
+
* Usually, a contextPath and metaPath is expected.
|
|
712
|
+
*
|
|
713
|
+
* Usage example:
|
|
714
|
+
*
|
|
715
|
+
* ```javascript
|
|
716
|
+
*
|
|
717
|
+
* <macros:MicroChart id="MyMicroChart" contextPath="/RootEntity" metaPath="@com.sap.vocabularies.UI.v1.Chart" />
|
|
718
|
+
* ```
|
|
719
|
+
*
|
|
720
|
+
*
|
|
721
|
+
* ```javascript
|
|
722
|
+
*
|
|
723
|
+
* sap.ui.require(["sap/fe/macros/MicroChart"], function(MicroChart) {
|
|
724
|
+
* ...
|
|
725
|
+
* new MicroChart("myMicroChart", {metaPath:"@com.sap.vocabularies.UI.v1.Chart"})
|
|
726
|
+
* })
|
|
727
|
+
* ```
|
|
728
|
+
*
|
|
729
|
+
*
|
|
730
|
+
*
|
|
731
|
+
* @since 1.93.0
|
|
732
|
+
*/
|
|
733
|
+
export default class MicroChart extends BuildingBlock {
|
|
734
|
+
/**
|
|
735
|
+
* Gets current value of property contextPath.
|
|
736
|
+
*
|
|
737
|
+
*
|
|
738
|
+
* @returns Value of property `contextPath`
|
|
739
|
+
*/
|
|
740
|
+
getContextPath(): string;
|
|
741
|
+
/**
|
|
742
|
+
* Gets current value of property hideOnNoData.
|
|
743
|
+
*
|
|
744
|
+
*
|
|
745
|
+
* @returns Value of property `hideOnNoData`
|
|
746
|
+
*/
|
|
747
|
+
getHideOnNoData(): boolean;
|
|
748
|
+
/**
|
|
749
|
+
* Gets current value of property metaPath.
|
|
750
|
+
*
|
|
751
|
+
*
|
|
752
|
+
* @returns Value of property `metaPath`
|
|
753
|
+
*/
|
|
754
|
+
getMetaPath(): string;
|
|
755
|
+
/**
|
|
756
|
+
* Gets current value of property showOnlyChart.
|
|
757
|
+
*
|
|
758
|
+
*
|
|
759
|
+
* @returns Value of property `showOnlyChart`
|
|
760
|
+
*/
|
|
761
|
+
getShowOnlyChart(): boolean;
|
|
762
|
+
/**
|
|
763
|
+
* Gets current value of property size.
|
|
764
|
+
*
|
|
765
|
+
*
|
|
766
|
+
* @returns Value of property `size`
|
|
767
|
+
*/
|
|
768
|
+
getSize(): string;
|
|
769
|
+
/**
|
|
770
|
+
* Gets current value of property contextPath.
|
|
771
|
+
*
|
|
772
|
+
*
|
|
773
|
+
* @returns Value of property `contextPath`
|
|
774
|
+
*/
|
|
775
|
+
setContextPath(): string;
|
|
776
|
+
/**
|
|
777
|
+
* Gets current value of property hideOnNoData.
|
|
778
|
+
*
|
|
779
|
+
*
|
|
780
|
+
* @returns Value of property `hideOnNoData`
|
|
781
|
+
*/
|
|
782
|
+
setHideOnNoData(): boolean;
|
|
783
|
+
/**
|
|
784
|
+
* Gets current value of property metaPath.
|
|
785
|
+
*
|
|
786
|
+
*
|
|
787
|
+
* @returns Value of property `metaPath`
|
|
788
|
+
*/
|
|
789
|
+
setMetaPath(): string;
|
|
790
|
+
/**
|
|
791
|
+
* Gets current value of property showOnlyChart.
|
|
792
|
+
*
|
|
793
|
+
*
|
|
794
|
+
* @returns Value of property `showOnlyChart`
|
|
795
|
+
*/
|
|
796
|
+
setShowOnlyChart(): boolean;
|
|
797
|
+
/**
|
|
798
|
+
* Gets current value of property size.
|
|
799
|
+
*
|
|
800
|
+
*
|
|
801
|
+
* @returns Value of property `size`
|
|
802
|
+
*/
|
|
803
|
+
setSize(): string;
|
|
804
|
+
}
|
|
805
|
+
/**
|
|
806
|
+
* Describes the settings that can be provided to the MicroChart constructor.
|
|
807
|
+
*/
|
|
808
|
+
export interface $MicroChartSettings extends $BuildingBlockSettings {
|
|
809
|
+
/**
|
|
810
|
+
* context path to the MicroChart.
|
|
811
|
+
*/
|
|
812
|
+
contextPath?: string | PropertyBindingInfo;
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* Show blank space in case there is no data in the chart
|
|
816
|
+
*/
|
|
817
|
+
hideOnNoData?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
818
|
+
|
|
819
|
+
/**
|
|
820
|
+
* Metadata path to the MicroChart.
|
|
821
|
+
*/
|
|
822
|
+
metaPath?: string | PropertyBindingInfo;
|
|
823
|
+
|
|
824
|
+
/**
|
|
825
|
+
* To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
|
|
826
|
+
* not see the inner labels of the MicroChart as well.
|
|
827
|
+
*/
|
|
828
|
+
showOnlyChart?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
829
|
+
|
|
830
|
+
/**
|
|
831
|
+
* Size of the MicroChart
|
|
832
|
+
*/
|
|
833
|
+
size?: string | PropertyBindingInfo;
|
|
834
|
+
}
|
|
835
|
+
}
|
|
836
|
+
|
|
654
837
|
declare module "sap/fe/macros/MultiValueField" {
|
|
655
838
|
import {
|
|
656
839
|
default as BuildingBlock,
|
|
@@ -712,6 +895,52 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
712
895
|
}
|
|
713
896
|
}
|
|
714
897
|
|
|
898
|
+
declare module "sap/fe/macros/Page" {
|
|
899
|
+
import {
|
|
900
|
+
default as BuildingBlock,
|
|
901
|
+
$BuildingBlockSettings,
|
|
902
|
+
} from "sap/fe/core/buildingBlocks/BuildingBlock";
|
|
903
|
+
|
|
904
|
+
import {
|
|
905
|
+
PropertyBindingInfo,
|
|
906
|
+
AggregationBindingInfo,
|
|
907
|
+
} from "sap/ui/base/ManagedObject";
|
|
908
|
+
|
|
909
|
+
import Control from "sap/ui/core/Control";
|
|
910
|
+
|
|
911
|
+
/**
|
|
912
|
+
* Provides a Page building block that can be used to create a page with a title and content
|
|
913
|
+
* By default, the page comes with an ObjectTitle
|
|
914
|
+
*/
|
|
915
|
+
export default class Page extends BuildingBlock {}
|
|
916
|
+
/**
|
|
917
|
+
* Describes the settings that can be provided to the Page constructor.
|
|
918
|
+
*/
|
|
919
|
+
export interface $PageSettings extends $BuildingBlockSettings {
|
|
920
|
+
/**
|
|
921
|
+
* Avatar source of the page. It is considered only if the title property is specified.
|
|
922
|
+
*/
|
|
923
|
+
avatarSrc?: string | PropertyBindingInfo;
|
|
924
|
+
|
|
925
|
+
/**
|
|
926
|
+
* Description of the page. It is considered only if the title property is specified.
|
|
927
|
+
*/
|
|
928
|
+
description?: string | PropertyBindingInfo;
|
|
929
|
+
|
|
930
|
+
/**
|
|
931
|
+
* Title of the page
|
|
932
|
+
* If title is not given, then we will add a title, avatar and description based on the unqualified HeaderInfo
|
|
933
|
+
* associated to the entity
|
|
934
|
+
*/
|
|
935
|
+
title?: string | PropertyBindingInfo;
|
|
936
|
+
|
|
937
|
+
/**
|
|
938
|
+
* Content(s) of the page
|
|
939
|
+
*/
|
|
940
|
+
items?: Control[] | Control | AggregationBindingInfo | `{${string}}`;
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
|
|
715
944
|
declare module "sap/fe/macros/Paginator" {
|
|
716
945
|
import {
|
|
717
946
|
default as BuildingBlock,
|
|
@@ -2431,50 +2660,19 @@ declare module "sap/fe/macros/form/FormElement.block" {
|
|
|
2431
2660
|
>;
|
|
2432
2661
|
}
|
|
2433
2662
|
|
|
2434
|
-
declare module "sap/fe/macros/microchart/MicroChart.block" {
|
|
2435
|
-
import { default as Control, $ControlSettings } from "sap/ui/core/Control";
|
|
2436
|
-
|
|
2437
|
-
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2438
|
-
|
|
2439
|
-
/**
|
|
2440
|
-
* Building block used to create a MicroChart based on the metadata provided by OData V4.
|
|
2441
|
-
* {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/microchart/microChartDefault Overview of Building Blocks}
|
|
2442
|
-
*
|
|
2443
|
-
* @since 1.93.0
|
|
2444
|
-
*/
|
|
2445
|
-
export default class MicroChart extends Control {}
|
|
2446
|
-
/**
|
|
2447
|
-
* Describes the settings that can be provided to the MicroChart constructor.
|
|
2448
|
-
*/
|
|
2449
|
-
export interface $MicroChartSettings extends $ControlSettings {
|
|
2450
|
-
/**
|
|
2451
|
-
* Show blank space in case there is no data in the chart
|
|
2452
|
-
*/
|
|
2453
|
-
hideOnNoData?: string | PropertyBindingInfo;
|
|
2454
|
-
|
|
2455
|
-
/**
|
|
2456
|
-
* To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
|
|
2457
|
-
* not see the inner labels of the MicroChart as well.
|
|
2458
|
-
*/
|
|
2459
|
-
showOnlyChart?: string | PropertyBindingInfo;
|
|
2460
|
-
|
|
2461
|
-
/**
|
|
2462
|
-
* Size of the MicroChart
|
|
2463
|
-
*/
|
|
2464
|
-
size?: string | PropertyBindingInfo;
|
|
2465
|
-
}
|
|
2466
|
-
}
|
|
2467
|
-
|
|
2468
2663
|
declare module "sap/fe/macros/microchart/MicroChart" {
|
|
2469
2664
|
import {
|
|
2470
|
-
default as
|
|
2471
|
-
$
|
|
2472
|
-
} from "sap/fe/macros/
|
|
2665
|
+
default as MicroChart1,
|
|
2666
|
+
$MicroChartSettings as $MicroChartSettings1,
|
|
2667
|
+
} from "sap/fe/macros/MicroChart";
|
|
2473
2668
|
|
|
2474
2669
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2475
2670
|
|
|
2476
2671
|
/**
|
|
2477
2672
|
* Building block used to create a MicroChart based on the metadata provided by OData V4.
|
|
2673
|
+
*
|
|
2674
|
+
*
|
|
2675
|
+
* Usually, a contextPath and metaPath is expected.
|
|
2478
2676
|
* Usage example:
|
|
2479
2677
|
*
|
|
2480
2678
|
* ```javascript
|
|
@@ -2491,26 +2689,108 @@ declare module "sap/fe/macros/microchart/MicroChart" {
|
|
|
2491
2689
|
* usage.
|
|
2492
2690
|
*
|
|
2493
2691
|
*
|
|
2692
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart } instead
|
|
2494
2693
|
* @experimental
|
|
2495
2694
|
*/
|
|
2496
|
-
export default class MicroChart extends
|
|
2695
|
+
export default class MicroChart extends MicroChart1 {
|
|
2696
|
+
/**
|
|
2697
|
+
* Gets current value of property contextPath.
|
|
2698
|
+
*
|
|
2699
|
+
*
|
|
2700
|
+
* @returns Value of property `contextPath`
|
|
2701
|
+
*/
|
|
2702
|
+
getContextPath(): string;
|
|
2703
|
+
/**
|
|
2704
|
+
* Gets current value of property hideOnNoData.
|
|
2705
|
+
*
|
|
2706
|
+
*
|
|
2707
|
+
* @returns Value of property `hideOnNoData`
|
|
2708
|
+
*/
|
|
2709
|
+
getHideOnNoData(): boolean;
|
|
2710
|
+
/**
|
|
2711
|
+
* Gets current value of property metaPath.
|
|
2712
|
+
*
|
|
2713
|
+
*
|
|
2714
|
+
* @returns Value of property `metaPath`
|
|
2715
|
+
*/
|
|
2716
|
+
getMetaPath(): string;
|
|
2717
|
+
/**
|
|
2718
|
+
* Gets current value of property showOnlyChart.
|
|
2719
|
+
*
|
|
2720
|
+
*
|
|
2721
|
+
* @returns Value of property `showOnlyChart`
|
|
2722
|
+
*/
|
|
2723
|
+
getShowOnlyChart(): boolean;
|
|
2724
|
+
/**
|
|
2725
|
+
* Gets current value of property size.
|
|
2726
|
+
*
|
|
2727
|
+
*
|
|
2728
|
+
* @returns Value of property `size`
|
|
2729
|
+
*/
|
|
2730
|
+
getSize(): string;
|
|
2731
|
+
/**
|
|
2732
|
+
* Gets current value of property contextPath.
|
|
2733
|
+
*
|
|
2734
|
+
*
|
|
2735
|
+
* @returns Value of property `contextPath`
|
|
2736
|
+
*/
|
|
2737
|
+
setContextPath(): string;
|
|
2738
|
+
/**
|
|
2739
|
+
* Gets current value of property hideOnNoData.
|
|
2740
|
+
*
|
|
2741
|
+
*
|
|
2742
|
+
* @returns Value of property `hideOnNoData`
|
|
2743
|
+
*/
|
|
2744
|
+
setHideOnNoData(): boolean;
|
|
2745
|
+
/**
|
|
2746
|
+
* Gets current value of property metaPath.
|
|
2747
|
+
*
|
|
2748
|
+
*
|
|
2749
|
+
* @returns Value of property `metaPath`
|
|
2750
|
+
*/
|
|
2751
|
+
setMetaPath(): string;
|
|
2752
|
+
/**
|
|
2753
|
+
* Gets current value of property showOnlyChart.
|
|
2754
|
+
*
|
|
2755
|
+
*
|
|
2756
|
+
* @returns Value of property `showOnlyChart`
|
|
2757
|
+
*/
|
|
2758
|
+
setShowOnlyChart(): boolean;
|
|
2759
|
+
/**
|
|
2760
|
+
* Gets current value of property size.
|
|
2761
|
+
*
|
|
2762
|
+
*
|
|
2763
|
+
* @returns Value of property `size`
|
|
2764
|
+
*/
|
|
2765
|
+
setSize(): string;
|
|
2766
|
+
}
|
|
2497
2767
|
/**
|
|
2498
2768
|
* Describes the settings that can be provided to the MicroChart constructor.
|
|
2499
2769
|
*
|
|
2770
|
+
* @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart } instead
|
|
2500
2771
|
* @experimental
|
|
2501
2772
|
*/
|
|
2502
|
-
export interface $MicroChartSettings
|
|
2503
|
-
|
|
2773
|
+
export interface $MicroChartSettings extends $MicroChartSettings1 {
|
|
2774
|
+
/**
|
|
2775
|
+
* context path to the MicroChart.
|
|
2776
|
+
*/
|
|
2777
|
+
contextPath?: string | PropertyBindingInfo;
|
|
2778
|
+
|
|
2504
2779
|
/**
|
|
2505
2780
|
* Show blank space in case there is no data in the chart
|
|
2506
2781
|
*/
|
|
2507
|
-
hideOnNoData?:
|
|
2782
|
+
hideOnNoData?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2783
|
+
|
|
2784
|
+
/**
|
|
2785
|
+
* Metadata path to the MicroChart.
|
|
2786
|
+
*/
|
|
2787
|
+
metaPath?: string | PropertyBindingInfo;
|
|
2508
2788
|
|
|
2509
2789
|
/**
|
|
2510
2790
|
* To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
|
|
2511
2791
|
* not see the inner labels of the MicroChart as well.
|
|
2512
2792
|
*/
|
|
2513
|
-
showOnlyChart?:
|
|
2793
|
+
showOnlyChart?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2514
2794
|
|
|
2515
2795
|
/**
|
|
2516
2796
|
* Size of the MicroChart
|
|
@@ -2610,6 +2890,8 @@ declare module "sap/fe/macros/table/Action" {
|
|
|
2610
2890
|
|
|
2611
2891
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
2612
2892
|
|
|
2893
|
+
import Event from "sap/ui/base/Event";
|
|
2894
|
+
|
|
2613
2895
|
/**
|
|
2614
2896
|
* Definition of a custom action to be used inside the table toolbar
|
|
2615
2897
|
*/
|
|
@@ -2651,11 +2933,6 @@ declare module "sap/fe/macros/table/Action" {
|
|
|
2651
2933
|
*/
|
|
2652
2934
|
placement?: string | PropertyBindingInfo;
|
|
2653
2935
|
|
|
2654
|
-
/**
|
|
2655
|
-
* Event handler to be called when the user chooses the action
|
|
2656
|
-
*/
|
|
2657
|
-
press?: string | PropertyBindingInfo;
|
|
2658
|
-
|
|
2659
2936
|
/**
|
|
2660
2937
|
* Defines if the action requires a selection.
|
|
2661
2938
|
*/
|
|
@@ -2671,6 +2948,16 @@ declare module "sap/fe/macros/table/Action" {
|
|
|
2671
2948
|
*/
|
|
2672
2949
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2673
2950
|
}
|
|
2951
|
+
|
|
2952
|
+
/**
|
|
2953
|
+
* Parameters of the Action#press event.
|
|
2954
|
+
*/
|
|
2955
|
+
export interface Action$PressEventParameters {}
|
|
2956
|
+
|
|
2957
|
+
/**
|
|
2958
|
+
* Event object of the Action#press event.
|
|
2959
|
+
*/
|
|
2960
|
+
export type Action$PressEvent = Event<Action$PressEventParameters, Action>;
|
|
2674
2961
|
}
|
|
2675
2962
|
|
|
2676
2963
|
declare module "sap/fe/macros/table/ActionGroup" {
|
|
@@ -2860,6 +3147,30 @@ declare module "sap/fe/macros/table/ActionOverride" {
|
|
|
2860
3147
|
}
|
|
2861
3148
|
}
|
|
2862
3149
|
|
|
3150
|
+
declare module "sap/fe/macros/table/AnalyticalConfiguration" {
|
|
3151
|
+
import {
|
|
3152
|
+
default as BuildingBlockObjectProperty,
|
|
3153
|
+
$BuildingBlockObjectPropertySettings,
|
|
3154
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
3155
|
+
|
|
3156
|
+
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3157
|
+
|
|
3158
|
+
/**
|
|
3159
|
+
* A set of options that can be configured to control the aggregation behavior
|
|
3160
|
+
*/
|
|
3161
|
+
export default class AnalyticalConfiguration extends BuildingBlockObjectProperty {}
|
|
3162
|
+
/**
|
|
3163
|
+
* Describes the settings that can be provided to the AnalyticalConfiguration constructor.
|
|
3164
|
+
*/
|
|
3165
|
+
export interface $AnalyticalConfigurationSettings
|
|
3166
|
+
extends $BuildingBlockObjectPropertySettings {
|
|
3167
|
+
/**
|
|
3168
|
+
* True if leaf level rows shall display aggregated data
|
|
3169
|
+
*/
|
|
3170
|
+
aggregationOnLeafLevel?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
3171
|
+
}
|
|
3172
|
+
}
|
|
3173
|
+
|
|
2863
3174
|
declare module "sap/fe/macros/table/Column" {
|
|
2864
3175
|
import {
|
|
2865
3176
|
default as BuildingBlockObjectProperty,
|
|
@@ -3077,21 +3388,21 @@ declare module "sap/fe/macros/table/MassEdit" {
|
|
|
3077
3388
|
|
|
3078
3389
|
declare module "sap/fe/macros/table/QuickVariantSelection" {
|
|
3079
3390
|
import {
|
|
3080
|
-
default as
|
|
3081
|
-
$
|
|
3082
|
-
} from "sap/fe/
|
|
3391
|
+
default as BuildingBlockObjectProperty,
|
|
3392
|
+
$BuildingBlockObjectPropertySettings,
|
|
3393
|
+
} from "sap/fe/macros/controls/BuildingBlockObjectProperty";
|
|
3083
3394
|
|
|
3084
3395
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
3085
3396
|
|
|
3086
3397
|
/**
|
|
3087
3398
|
* Definition of the quickVariantSelection to be used inside the table.
|
|
3088
3399
|
*/
|
|
3089
|
-
export default class QuickVariantSelection extends
|
|
3400
|
+
export default class QuickVariantSelection extends BuildingBlockObjectProperty {}
|
|
3090
3401
|
/**
|
|
3091
3402
|
* Describes the settings that can be provided to the QuickVariantSelection constructor.
|
|
3092
3403
|
*/
|
|
3093
3404
|
export interface $QuickVariantSelectionSettings
|
|
3094
|
-
extends $
|
|
3405
|
+
extends $BuildingBlockObjectPropertySettings {
|
|
3095
3406
|
/**
|
|
3096
3407
|
* Defines the list of paths pointing to the selection variants that should be used as quick filters
|
|
3097
3408
|
*/
|
|
@@ -3127,6 +3438,8 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3127
3438
|
|
|
3128
3439
|
import Action from "sap/fe/macros/table/Action";
|
|
3129
3440
|
|
|
3441
|
+
import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
|
|
3442
|
+
|
|
3130
3443
|
import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
|
|
3131
3444
|
|
|
3132
3445
|
import Column from "sap/fe/macros/table/Column";
|
|
@@ -3462,6 +3775,12 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3462
3775
|
* - Column
|
|
3463
3776
|
*
|
|
3464
3777
|
* - Filter
|
|
3778
|
+
*
|
|
3779
|
+
* - Group
|
|
3780
|
+
*
|
|
3781
|
+
*
|
|
3782
|
+
*
|
|
3783
|
+
* The Group option is only applicable to analytical tables and responsive tables.
|
|
3465
3784
|
*/
|
|
3466
3785
|
personalization?: string | PropertyBindingInfo;
|
|
3467
3786
|
|
|
@@ -3546,6 +3865,11 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
3546
3865
|
| AggregationBindingInfo
|
|
3547
3866
|
| `{${string}}`;
|
|
3548
3867
|
|
|
3868
|
+
/**
|
|
3869
|
+
* A set of options that can be configured to control the aggregation behavior
|
|
3870
|
+
*/
|
|
3871
|
+
analyticalConfiguration?: AnalyticalConfiguration;
|
|
3872
|
+
|
|
3549
3873
|
/**
|
|
3550
3874
|
* Aggregate columns of the table.
|
|
3551
3875
|
*/
|
|
@@ -3634,6 +3958,8 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3634
3958
|
|
|
3635
3959
|
import ActionGroup from "sap/fe/macros/table/ActionGroup";
|
|
3636
3960
|
|
|
3961
|
+
import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
|
|
3962
|
+
|
|
3637
3963
|
import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
|
|
3638
3964
|
|
|
3639
3965
|
import MassEdit from "sap/fe/macros/table/MassEdit";
|
|
@@ -4058,6 +4384,12 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4058
4384
|
* - Column
|
|
4059
4385
|
*
|
|
4060
4386
|
* - Filter
|
|
4387
|
+
*
|
|
4388
|
+
* - Group
|
|
4389
|
+
*
|
|
4390
|
+
*
|
|
4391
|
+
*
|
|
4392
|
+
* The Group option is only applicable to analytical tables and responsive tables.
|
|
4061
4393
|
*/
|
|
4062
4394
|
personalization?: string | PropertyBindingInfo;
|
|
4063
4395
|
|
|
@@ -4142,6 +4474,11 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
4142
4474
|
| AggregationBindingInfo
|
|
4143
4475
|
| `{${string}}`;
|
|
4144
4476
|
|
|
4477
|
+
/**
|
|
4478
|
+
* A set of options that can be configured to control the aggregation behavior
|
|
4479
|
+
*/
|
|
4480
|
+
analyticalConfiguration?: AnalyticalConfiguration;
|
|
4481
|
+
|
|
4145
4482
|
/**
|
|
4146
4483
|
* Aggregate columns of the table.
|
|
4147
4484
|
*/
|
|
@@ -4302,6 +4639,8 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4302
4639
|
|
|
4303
4640
|
import Action from "sap/fe/macros/table/Action";
|
|
4304
4641
|
|
|
4642
|
+
import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
|
|
4643
|
+
|
|
4305
4644
|
import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
|
|
4306
4645
|
|
|
4307
4646
|
import Column from "sap/fe/macros/table/Column";
|
|
@@ -4592,10 +4931,20 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4592
4931
|
ignoredFields?: string | PropertyBindingInfo;
|
|
4593
4932
|
|
|
4594
4933
|
/**
|
|
4595
|
-
* Defines the extension point to control
|
|
4934
|
+
* Defines the extension point to control whether a source node can be copied to a specific parent node.
|
|
4935
|
+
*/
|
|
4936
|
+
isCopyToPositionAllowed?: string | PropertyBindingInfo;
|
|
4937
|
+
|
|
4938
|
+
/**
|
|
4939
|
+
* Defines the extension point to control whether a source node can be dropped on a specific parent node.
|
|
4596
4940
|
*/
|
|
4597
4941
|
isMoveToPositionAllowed?: string | PropertyBindingInfo;
|
|
4598
4942
|
|
|
4943
|
+
/**
|
|
4944
|
+
* efines the extension point to control whether a node can be copied.
|
|
4945
|
+
*/
|
|
4946
|
+
isNodeCopyable?: string | PropertyBindingInfo;
|
|
4947
|
+
|
|
4599
4948
|
/**
|
|
4600
4949
|
* Defines the extension point to control if a node can be dragged.
|
|
4601
4950
|
*/
|
|
@@ -4637,6 +4986,12 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4637
4986
|
* - Column
|
|
4638
4987
|
*
|
|
4639
4988
|
* - Filter
|
|
4989
|
+
*
|
|
4990
|
+
* - Group
|
|
4991
|
+
*
|
|
4992
|
+
*
|
|
4993
|
+
*
|
|
4994
|
+
* The Group option is only applicable to analytical tables and responsive tables.
|
|
4640
4995
|
*/
|
|
4641
4996
|
personalization?: string | PropertyBindingInfo;
|
|
4642
4997
|
|
|
@@ -4722,6 +5077,11 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
4722
5077
|
| AggregationBindingInfo
|
|
4723
5078
|
| `{${string}}`;
|
|
4724
5079
|
|
|
5080
|
+
/**
|
|
5081
|
+
* A set of options that can be configured to control the aggregation behavior
|
|
5082
|
+
*/
|
|
5083
|
+
analyticalConfiguration?: AnalyticalConfiguration;
|
|
5084
|
+
|
|
4725
5085
|
/**
|
|
4726
5086
|
* Aggregate columns of the table.
|
|
4727
5087
|
*/
|
|
@@ -4813,6 +5173,8 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4813
5173
|
|
|
4814
5174
|
import ActionGroup from "sap/fe/macros/table/ActionGroup";
|
|
4815
5175
|
|
|
5176
|
+
import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
|
|
5177
|
+
|
|
4816
5178
|
import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
|
|
4817
5179
|
|
|
4818
5180
|
import MassEdit from "sap/fe/macros/table/MassEdit";
|
|
@@ -5211,10 +5573,20 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5211
5573
|
ignoredFields?: string | PropertyBindingInfo;
|
|
5212
5574
|
|
|
5213
5575
|
/**
|
|
5214
|
-
* Defines the extension point to control
|
|
5576
|
+
* Defines the extension point to control whether a source node can be copied to a specific parent node.
|
|
5577
|
+
*/
|
|
5578
|
+
isCopyToPositionAllowed?: string | PropertyBindingInfo;
|
|
5579
|
+
|
|
5580
|
+
/**
|
|
5581
|
+
* Defines the extension point to control whether a source node can be dropped on a specific parent node.
|
|
5215
5582
|
*/
|
|
5216
5583
|
isMoveToPositionAllowed?: string | PropertyBindingInfo;
|
|
5217
5584
|
|
|
5585
|
+
/**
|
|
5586
|
+
* efines the extension point to control whether a node can be copied.
|
|
5587
|
+
*/
|
|
5588
|
+
isNodeCopyable?: string | PropertyBindingInfo;
|
|
5589
|
+
|
|
5218
5590
|
/**
|
|
5219
5591
|
* Defines the extension point to control if a node can be dragged.
|
|
5220
5592
|
*/
|
|
@@ -5256,6 +5628,12 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5256
5628
|
* - Column
|
|
5257
5629
|
*
|
|
5258
5630
|
* - Filter
|
|
5631
|
+
*
|
|
5632
|
+
* - Group
|
|
5633
|
+
*
|
|
5634
|
+
*
|
|
5635
|
+
*
|
|
5636
|
+
* The Group option is only applicable to analytical tables and responsive tables.
|
|
5259
5637
|
*/
|
|
5260
5638
|
personalization?: string | PropertyBindingInfo;
|
|
5261
5639
|
|
|
@@ -5341,6 +5719,11 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
5341
5719
|
| AggregationBindingInfo
|
|
5342
5720
|
| `{${string}}`;
|
|
5343
5721
|
|
|
5722
|
+
/**
|
|
5723
|
+
* A set of options that can be configured to control the aggregation behavior
|
|
5724
|
+
*/
|
|
5725
|
+
analyticalConfiguration?: AnalyticalConfiguration;
|
|
5726
|
+
|
|
5344
5727
|
/**
|
|
5345
5728
|
* Aggregate columns of the table.
|
|
5346
5729
|
*/
|
|
@@ -5621,12 +6004,16 @@ declare namespace sap {
|
|
|
5621
6004
|
|
|
5622
6005
|
"sap/fe/macros/MacroAPI": undefined;
|
|
5623
6006
|
|
|
5624
|
-
"sap/fe/macros/
|
|
6007
|
+
"sap/fe/macros/MessageButton": undefined;
|
|
6008
|
+
|
|
6009
|
+
"sap/fe/macros/MicroChart": undefined;
|
|
5625
6010
|
|
|
5626
|
-
"sap/fe/macros/microchart/MicroChart
|
|
6011
|
+
"sap/fe/macros/microchart/MicroChart": undefined;
|
|
5627
6012
|
|
|
5628
6013
|
"sap/fe/macros/MultiValueField": undefined;
|
|
5629
6014
|
|
|
6015
|
+
"sap/fe/macros/Page": undefined;
|
|
6016
|
+
|
|
5630
6017
|
"sap/fe/macros/Paginator": undefined;
|
|
5631
6018
|
|
|
5632
6019
|
"sap/fe/macros/RichTextEditor": undefined;
|
|
@@ -5649,6 +6036,8 @@ declare namespace sap {
|
|
|
5649
6036
|
|
|
5650
6037
|
"sap/fe/macros/table/ActionOverride": undefined;
|
|
5651
6038
|
|
|
6039
|
+
"sap/fe/macros/table/AnalyticalConfiguration": undefined;
|
|
6040
|
+
|
|
5652
6041
|
"sap/fe/macros/table/Column": undefined;
|
|
5653
6042
|
|
|
5654
6043
|
"sap/fe/macros/table/ColumnExportSettings": undefined;
|