@sapui5/ts-types-esm 1.134.1 → 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.
Files changed (68) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +1 -1
  3. package/types/sap.ca.ui.d.ts +1 -1
  4. package/types/sap.chart.d.ts +1 -1
  5. package/types/sap.collaboration.d.ts +1 -1
  6. package/types/sap.cux.home.d.ts +82 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +102 -8
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +31 -7
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +1289 -386
  14. package/types/sap.fe.navigation.d.ts +1 -1
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +6 -4
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +152 -22
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +837 -111
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +249 -1230
  30. package/types/sap.suite.ui.commons.d.ts +83 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +15 -3
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +215 -19
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +3643 -505
  37. package/types/sap.ui.core.d.ts +272 -155
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +21 -7
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +2 -2
  44. package/types/sap.ui.layout.d.ts +14 -13
  45. package/types/sap.ui.mdc.d.ts +160 -13
  46. package/types/sap.ui.richtexteditor.d.ts +39 -1
  47. package/types/sap.ui.rta.d.ts +31 -5
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +30 -16
  50. package/types/sap.ui.table.d.ts +16 -18
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +45 -32
  53. package/types/sap.ui.ux3.d.ts +3 -3
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +320 -110
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +63 -52
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +11 -21
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.134.0
1
+ // For Library Version: 1.136.0
2
2
 
3
3
  declare module "sap/fe/macros/Chart" {
4
4
  import {
@@ -381,6 +381,181 @@ declare module "sap/fe/macros/CollectionBindingInfo" {
381
381
  }
382
382
  }
383
383
 
384
+ declare module "sap/fe/macros/Field" {
385
+ import {
386
+ default as MacroAPI,
387
+ $MacroAPISettings,
388
+ } from "sap/fe/macros/MacroAPI";
389
+
390
+ import Control from "sap/ui/core/Control";
391
+
392
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
393
+
394
+ import FieldFormatOptions from "sap/fe/macros/field/FieldFormatOptions";
395
+
396
+ import Event from "sap/ui/base/Event";
397
+
398
+ /**
399
+ * Building block for creating a field based on the metadata provided by OData V4.
400
+ *
401
+ *
402
+ * Usually, a DataField or DataPoint annotation is expected, but the field can also be used to display a
403
+ * property from the entity type.
404
+ * When creating a Field building block, you must provide an ID to ensure everything works correctly.
405
+ *
406
+ * Usage example:
407
+ *
408
+ * ```javascript
409
+ *
410
+ * <macros:Field id="MyField" metaPath="MyProperty" />
411
+ * ```
412
+ *
413
+ * Overview of Building Blocks
414
+ */
415
+ export default class Field extends MacroAPI {
416
+ /**
417
+ * Adds a message to the field.
418
+ *
419
+ *
420
+ * @returns The id of the message
421
+ */
422
+ addMessage(
423
+ /**
424
+ * The parameters to create message
425
+ */
426
+ parameters: {
427
+ /**
428
+ * Message description
429
+ */
430
+ description?: string;
431
+ /**
432
+ * Message text
433
+ */
434
+ message?: string;
435
+ /**
436
+ * True if the message is persistent
437
+ */
438
+ persistent?: boolean;
439
+ /**
440
+ * Type of the message
441
+ */
442
+ type?: /* was: sap.ui.core.message.MessageType */ any;
443
+ }
444
+ ): string;
445
+ /**
446
+ * Gets the current enablement state of the field.
447
+ *
448
+ *
449
+ * @returns Boolean value with the enablement state
450
+ */
451
+ getEnabled(): boolean;
452
+ /**
453
+ * Retrieves the current value of the field.
454
+ *
455
+ *
456
+ * @returns The current value of the field
457
+ */
458
+ getValue(): boolean | float | string | undefined;
459
+ /**
460
+ * Removes a message from the field.
461
+ */
462
+ removeMessage(
463
+ /**
464
+ * The id of the message
465
+ */
466
+ id: string
467
+ ): void;
468
+ /**
469
+ * Sets the current enablement state of the field.
470
+ *
471
+ *
472
+ * @returns The current field reference
473
+ */
474
+ setEnabled(): Control;
475
+ /**
476
+ * Sets the current value of the field.
477
+ *
478
+ *
479
+ * @returns The current field reference
480
+ */
481
+ setValue(): Control;
482
+ }
483
+ /**
484
+ * Describes the settings that can be provided to the Field constructor.
485
+ */
486
+ export interface $FieldSettings extends $MacroAPISettings {
487
+ /**
488
+ * Defines the path of the context used in the current page or block.
489
+ * This setting is defined by the framework.
490
+ */
491
+ contextPath?: string | PropertyBindingInfo;
492
+
493
+ /**
494
+ * This is used to optionally provide an external description that comes from a different model than the
495
+ * oData model.
496
+ * This should be used in conjunction with the value property.
497
+ */
498
+ description?: string | PropertyBindingInfo;
499
+
500
+ /**
501
+ * Defines the relative path of the property in the metamodel, based on the current contextPath.
502
+ */
503
+ metaPath?: string | PropertyBindingInfo;
504
+
505
+ /**
506
+ * An expression that allows you to control the read-only state of the field.
507
+ * If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
508
+ * current state.
509
+ */
510
+ readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
511
+
512
+ /**
513
+ * Option to add semantic objects for a field.
514
+ * This parameter overwrites the semantic objects defined through annotations.
515
+ * Valid options are either a single semantic object, a stringified array of semantic objects,
516
+ * a formatter or a single binding expression returning either a single semantic object or an array of semantic
517
+ * objects.
518
+ */
519
+ semanticObject?: string | PropertyBindingInfo;
520
+
521
+ /**
522
+ * This is used to optionally provide an external value that comes from a different model than the oData
523
+ * model.
524
+ * It is designed to work with a field with value help, and without support for complex value help (currency
525
+ * / unit).
526
+ */
527
+ value?: string | PropertyBindingInfo;
528
+
529
+ /**
530
+ * A set of options that can be configured.
531
+ */
532
+ formatOptions?: FieldFormatOptions;
533
+ }
534
+
535
+ /**
536
+ * Parameters of the Field#change event.
537
+ */
538
+ export interface Field$ChangeEventParameters {}
539
+
540
+ /**
541
+ * Event object of the Field#change event.
542
+ */
543
+ export type Field$ChangeEvent = Event<Field$ChangeEventParameters, Field>;
544
+
545
+ /**
546
+ * Parameters of the Field#liveChange event.
547
+ */
548
+ export interface Field$LiveChangeEventParameters {}
549
+
550
+ /**
551
+ * Event object of the Field#liveChange event.
552
+ */
553
+ export type Field$LiveChangeEvent = Event<
554
+ Field$LiveChangeEventParameters,
555
+ Field
556
+ >;
557
+ }
558
+
384
559
  declare module "sap/fe/macros/KPITag" {
385
560
  import {
386
561
  default as BuildingBlock,
@@ -476,68 +651,51 @@ declare module "sap/fe/macros/MacroAPI" {
476
651
  }
477
652
  }
478
653
 
479
- declare module "sap/fe/macros/MultiValueField" {
654
+ declare module "sap/fe/macros/MessageButton" {
480
655
  import {
481
656
  default as BuildingBlock,
482
657
  $BuildingBlockSettings,
483
658
  } from "sap/fe/core/buildingBlocks/BuildingBlock";
484
659
 
485
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
660
+ import Event from "sap/ui/base/Event";
486
661
 
487
662
  /**
488
- * Building block for creating a MultiValueField based on the metadata provided by OData V4.
489
- *
490
- *
491
- * The MultiValueField can be used to display either a DataField or Property directly. It has to point to
492
- * a collection property.
493
- *
494
- *
663
+ * Building block used to show bound messages.
664
+ * The Message Button Building Block gets the bound messages from the MessageModel.
495
665
  * Usage example:
496
666
  *
497
667
  * ```javascript
498
668
  *
499
- * <macro:MultiValueField
500
- * id="SomeUniqueIdentifier"
501
- * contextPath="{entitySet>}"
502
- * metaPath="{dataField>}"
503
- * />
669
+ * <macros:MessageButton visibilityChange=".handler.onMessageButtonVisibilityChange" />
504
670
  * ```
505
671
  *
506
672
  *
507
- * @since 1.118.0
508
- * @experimental As of version 1.118.0.
673
+ *
674
+ * @experimental
509
675
  */
510
- export default class MultiValueField extends BuildingBlock {}
676
+ export default class MessageButton extends BuildingBlock {}
511
677
  /**
512
- * Describes the settings that can be provided to the MultiValueField constructor.
678
+ * Describes the settings that can be provided to the MessageButton constructor.
513
679
  *
514
- * @experimental As of version 1.118.0.
680
+ * @experimental
515
681
  */
516
- export interface $MultiValueFieldSettings extends $BuildingBlockSettings {
517
- /**
518
- * The context path provided for the MultiValueField
519
- */
520
- contextPath?: string | PropertyBindingInfo;
521
-
522
- /**
523
- * Property added to be able to add data / items to the multi value field via a different model
524
- */
525
- items?: any | PropertyBindingInfo | `{${string}}`;
682
+ export interface $MessageButtonSettings extends $BuildingBlockSettings {}
526
683
 
527
- /**
528
- * Defines the relative Metadata path to the MultiValueField.
529
- * The metaPath should point to a Property or DataField.
530
- */
531
- metaPath?: string | PropertyBindingInfo;
684
+ /**
685
+ * Parameters of the MessageButton#visibilityChange event.
686
+ */
687
+ export interface MessageButton$VisibilityChangeEventParameters {}
532
688
 
533
- /**
534
- * The readOnly flag
535
- */
536
- readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
537
- }
689
+ /**
690
+ * Event object of the MessageButton#visibilityChange event.
691
+ */
692
+ export type MessageButton$VisibilityChangeEvent = Event<
693
+ MessageButton$VisibilityChangeEventParameters,
694
+ MessageButton
695
+ >;
538
696
  }
539
697
 
540
- declare module "sap/fe/macros/Paginator" {
698
+ declare module "sap/fe/macros/MicroChart" {
541
699
  import {
542
700
  default as BuildingBlock,
543
701
  $BuildingBlockSettings,
@@ -546,33 +704,279 @@ declare module "sap/fe/macros/Paginator" {
546
704
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
547
705
 
548
706
  /**
549
- * Building block used to create a paginator control.
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
+ *
550
713
  * Usage example:
551
714
  *
552
715
  * ```javascript
553
716
  *
554
- * <macros:Paginator />
717
+ * <macros:MicroChart id="MyMicroChart" contextPath="/RootEntity" metaPath="@com.sap.vocabularies.UI.v1.Chart" />
555
718
  * ```
556
719
  *
557
720
  *
721
+ * ```javascript
558
722
  *
559
- * @since 1.94.0
560
- */
561
- export default class Paginator extends BuildingBlock {}
562
- /**
563
- * Describes the settings that can be provided to the Paginator constructor.
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
564
732
  */
565
- export interface $PaginatorSettings extends $BuildingBlockSettings {
733
+ export default class MicroChart extends BuildingBlock {
566
734
  /**
567
- * Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard
568
- * focus on the paginator button.
735
+ * Gets current value of property contextPath.
736
+ *
737
+ *
738
+ * @returns Value of property `contextPath`
569
739
  */
570
- ariaTitle?: string | PropertyBindingInfo;
571
- }
572
- }
573
-
574
- declare module "sap/fe/macros/RichTextEditor" {
575
- import {
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
+
837
+ declare module "sap/fe/macros/MultiValueField" {
838
+ import {
839
+ default as BuildingBlock,
840
+ $BuildingBlockSettings,
841
+ } from "sap/fe/core/buildingBlocks/BuildingBlock";
842
+
843
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
844
+
845
+ /**
846
+ * Building block for creating a MultiValueField based on the metadata provided by OData V4.
847
+ *
848
+ *
849
+ * The MultiValueField can be used to display either a DataField or Property directly. It has to point to
850
+ * a collection property.
851
+ *
852
+ *
853
+ * Usage example:
854
+ *
855
+ * ```javascript
856
+ *
857
+ * <macro:MultiValueField
858
+ * id="SomeUniqueIdentifier"
859
+ * contextPath="{entitySet>}"
860
+ * metaPath="{dataField>}"
861
+ * />
862
+ * ```
863
+ *
864
+ *
865
+ * @since 1.118.0
866
+ * @experimental As of version 1.118.0.
867
+ */
868
+ export default class MultiValueField extends BuildingBlock {}
869
+ /**
870
+ * Describes the settings that can be provided to the MultiValueField constructor.
871
+ *
872
+ * @experimental As of version 1.118.0.
873
+ */
874
+ export interface $MultiValueFieldSettings extends $BuildingBlockSettings {
875
+ /**
876
+ * The context path provided for the MultiValueField
877
+ */
878
+ contextPath?: string | PropertyBindingInfo;
879
+
880
+ /**
881
+ * Property added to be able to add data / items to the multi value field via a different model
882
+ */
883
+ items?: any | PropertyBindingInfo | `{${string}}`;
884
+
885
+ /**
886
+ * Defines the relative Metadata path to the MultiValueField.
887
+ * The metaPath should point to a Property or DataField.
888
+ */
889
+ metaPath?: string | PropertyBindingInfo;
890
+
891
+ /**
892
+ * The readOnly flag
893
+ */
894
+ readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
895
+ }
896
+ }
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
+
944
+ declare module "sap/fe/macros/Paginator" {
945
+ import {
946
+ default as BuildingBlock,
947
+ $BuildingBlockSettings,
948
+ } from "sap/fe/core/buildingBlocks/BuildingBlock";
949
+
950
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
951
+
952
+ /**
953
+ * Building block used to create a paginator control.
954
+ * Usage example:
955
+ *
956
+ * ```javascript
957
+ *
958
+ * <macros:Paginator />
959
+ * ```
960
+ *
961
+ *
962
+ *
963
+ * @since 1.94.0
964
+ */
965
+ export default class Paginator extends BuildingBlock {}
966
+ /**
967
+ * Describes the settings that can be provided to the Paginator constructor.
968
+ */
969
+ export interface $PaginatorSettings extends $BuildingBlockSettings {
970
+ /**
971
+ * Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard
972
+ * focus on the paginator button.
973
+ */
974
+ ariaTitle?: string | PropertyBindingInfo;
975
+ }
976
+ }
977
+
978
+ declare module "sap/fe/macros/RichTextEditor" {
979
+ import {
576
980
  default as BuildingBlock,
577
981
  $BuildingBlockSettings,
578
982
  } from "sap/fe/core/buildingBlocks/BuildingBlock";
@@ -1256,14 +1660,7 @@ declare module "sap/fe/macros/fcl/FlexibleColumnLayoutActions.block" {
1256
1660
  }
1257
1661
 
1258
1662
  declare module "sap/fe/macros/field/Field" {
1259
- import {
1260
- default as BuildingBlockWithTemplating,
1261
- $BuildingBlockWithTemplatingSettings,
1262
- } from "sap/fe/macros/controls/BuildingBlockWithTemplating";
1263
-
1264
- import { IFormContent } from "sap/ui/core/library";
1265
-
1266
- import Control from "sap/ui/core/Control";
1663
+ import { default as Control, $ControlSettings } from "sap/ui/core/Control";
1267
1664
 
1268
1665
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1269
1666
 
@@ -1294,14 +1691,10 @@ declare module "sap/fe/macros/field/Field" {
1294
1691
  * usage.
1295
1692
  *
1296
1693
  *
1694
+ * @deprecated As of version 1.135. Use {@link sap.fe.macros.Field } instead
1297
1695
  * @experimental
1298
1696
  */
1299
- export default class Field
1300
- extends BuildingBlockWithTemplating
1301
- implements IFormContent
1302
- {
1303
- __implements__sap_ui_core_IFormContent: boolean;
1304
-
1697
+ export default class Field extends Control {
1305
1698
  /**
1306
1699
  * Adds a message to the field.
1307
1700
  *
@@ -1372,9 +1765,10 @@ declare module "sap/fe/macros/field/Field" {
1372
1765
  /**
1373
1766
  * Describes the settings that can be provided to the Field constructor.
1374
1767
  *
1768
+ * @deprecated As of version 1.135. Use {@link sap.fe.macros.Field } instead
1375
1769
  * @experimental
1376
1770
  */
1377
- export interface $FieldSettings extends $BuildingBlockWithTemplatingSettings {
1771
+ export interface $FieldSettings extends $ControlSettings {
1378
1772
  /**
1379
1773
  * Defines the path of the context used in the current page or block.
1380
1774
  * This setting is defined by the framework.
@@ -1447,202 +1841,27 @@ declare module "sap/fe/macros/field/Field" {
1447
1841
  >;
1448
1842
  }
1449
1843
 
1450
- declare module "sap/fe/macros/field/FieldAPI" {
1844
+ declare module "sap/fe/macros/field/FieldFormatOptions" {
1451
1845
  import {
1452
- default as MacroAPI,
1453
- $MacroAPISettings,
1454
- } from "sap/fe/macros/MacroAPI";
1455
-
1456
- import Control from "sap/ui/core/Control";
1846
+ default as BuildingBlockObjectProperty,
1847
+ $BuildingBlockObjectPropertySettings,
1848
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
1457
1849
 
1458
1850
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1459
1851
 
1460
- import FieldFormatOptions from "sap/fe/macros/field/FieldFormatOptions";
1461
-
1462
- import Event from "sap/ui/base/Event";
1463
-
1464
1852
  /**
1465
- * Building block for creating a field based on the metadata provided by OData V4.
1466
- *
1467
- *
1468
- * Usually, a DataField or DataPoint annotation is expected, but the field can also be used to display a
1469
- * property from the entity type.
1470
- * When creating a Field building block, you must provide an ID to ensure everything works correctly.
1471
- *
1472
- * Usage example:
1473
- *
1474
- * ```javascript
1475
- *
1476
- * <macros:Field id="MyField" metaPath="MyProperty" />
1477
- * ```
1478
- *
1479
- * Overview of Building Blocks
1853
+ * Additional format options for the field.
1480
1854
  */
1481
- export default class Field extends MacroAPI {
1855
+ export default class FieldFormatOptions extends BuildingBlockObjectProperty {}
1856
+ /**
1857
+ * Describes the settings that can be provided to the FieldFormatOptions constructor.
1858
+ */
1859
+ export interface $FieldFormatOptionsSettings
1860
+ extends $BuildingBlockObjectPropertySettings {
1482
1861
  /**
1483
- * Adds a message to the field.
1484
- *
1862
+ * Property for defining a custom pattern for the date, time, or dateTime format.
1485
1863
  *
1486
- * @returns The id of the message
1487
- */
1488
- addMessage(
1489
- /**
1490
- * The parameters to create message
1491
- */
1492
- parameters: {
1493
- /**
1494
- * Message description
1495
- */
1496
- description?: string;
1497
- /**
1498
- * Message text
1499
- */
1500
- message?: string;
1501
- /**
1502
- * True if the message is persistent
1503
- */
1504
- persistent?: boolean;
1505
- /**
1506
- * Type of the message
1507
- */
1508
- type?: /* was: sap.ui.core.message.MessageType */ any;
1509
- }
1510
- ): string;
1511
- /**
1512
- * Gets the current enablement state of the field.
1513
- *
1514
- *
1515
- * @returns Boolean value with the enablement state
1516
- */
1517
- getEnabled(): boolean;
1518
- /**
1519
- * Retrieves the current value of the field.
1520
- *
1521
- *
1522
- * @returns The current value of the field
1523
- */
1524
- getValue(): boolean | float | string | undefined;
1525
- /**
1526
- * Removes a message from the field.
1527
- */
1528
- removeMessage(
1529
- /**
1530
- * The id of the message
1531
- */
1532
- id: string
1533
- ): void;
1534
- /**
1535
- * Sets the current enablement state of the field.
1536
- *
1537
- *
1538
- * @returns The current field reference
1539
- */
1540
- setEnabled(): Control;
1541
- /**
1542
- * Sets the current value of the field.
1543
- *
1544
- *
1545
- * @returns The current field reference
1546
- */
1547
- setValue(): Control;
1548
- }
1549
- /**
1550
- * Describes the settings that can be provided to the Field constructor.
1551
- */
1552
- export interface $FieldSettings extends $MacroAPISettings {
1553
- /**
1554
- * Defines the path of the context used in the current page or block.
1555
- * This setting is defined by the framework.
1556
- */
1557
- contextPath?: string | PropertyBindingInfo;
1558
-
1559
- /**
1560
- * This is used to optionally provide an external description that comes from a different model than the
1561
- * oData model.
1562
- * This should be used in conjunction with the value property.
1563
- */
1564
- description?: string | PropertyBindingInfo;
1565
-
1566
- /**
1567
- * Defines the relative path of the property in the metamodel, based on the current contextPath.
1568
- */
1569
- metaPath?: string | PropertyBindingInfo;
1570
-
1571
- /**
1572
- * An expression that allows you to control the read-only state of the field.
1573
- * If you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the
1574
- * current state.
1575
- */
1576
- readOnly?: boolean | PropertyBindingInfo | `{${string}}`;
1577
-
1578
- /**
1579
- * Option to add semantic objects for a field.
1580
- * This parameter overwrites the semantic objects defined through annotations.
1581
- * Valid options are either a single semantic object, a stringified array of semantic objects,
1582
- * a formatter or a single binding expression returning either a single semantic object or an array of semantic
1583
- * objects.
1584
- */
1585
- semanticObject?: string | PropertyBindingInfo;
1586
-
1587
- /**
1588
- * This is used to optionally provide an external value that comes from a different model than the oData
1589
- * model.
1590
- * It is designed to work with a field with value help, and without support for complex value help (currency
1591
- * / unit).
1592
- */
1593
- value?: string | PropertyBindingInfo;
1594
-
1595
- /**
1596
- * A set of options that can be configured.
1597
- */
1598
- formatOptions?: FieldFormatOptions;
1599
- }
1600
-
1601
- /**
1602
- * Parameters of the Field#change event.
1603
- */
1604
- export interface Field$ChangeEventParameters {}
1605
-
1606
- /**
1607
- * Event object of the Field#change event.
1608
- */
1609
- export type Field$ChangeEvent = Event<Field$ChangeEventParameters, Field>;
1610
-
1611
- /**
1612
- * Parameters of the Field#liveChange event.
1613
- */
1614
- export interface Field$LiveChangeEventParameters {}
1615
-
1616
- /**
1617
- * Event object of the Field#liveChange event.
1618
- */
1619
- export type Field$LiveChangeEvent = Event<
1620
- Field$LiveChangeEventParameters,
1621
- Field
1622
- >;
1623
- }
1624
-
1625
- declare module "sap/fe/macros/field/FieldFormatOptions" {
1626
- import {
1627
- default as BuildingBlockObjectProperty,
1628
- $BuildingBlockObjectPropertySettings,
1629
- } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
1630
-
1631
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
1632
-
1633
- /**
1634
- * Additional format options for the field.
1635
- */
1636
- export default class FieldFormatOptions extends BuildingBlockObjectProperty {}
1637
- /**
1638
- * Describes the settings that can be provided to the FieldFormatOptions constructor.
1639
- */
1640
- export interface $FieldFormatOptionsSettings
1641
- extends $BuildingBlockObjectPropertySettings {
1642
- /**
1643
- * Property for defining a custom pattern for the date, time, or dateTime format.
1644
- *
1645
- * If there is a dateTimePattern defined dateTimeStyle is ignored.
1864
+ * If there is a dateTimePattern defined dateTimeStyle is ignored.
1646
1865
  */
1647
1866
  dateTimePattern?: string | PropertyBindingInfo;
1648
1867
 
@@ -2329,7 +2548,8 @@ declare module "sap/fe/macros/filterBar/FilterField" {
2329
2548
  required?: boolean | PropertyBindingInfo | `{${string}}`;
2330
2549
 
2331
2550
  /**
2332
- * If set, possible errors that occur during the search will be displayed in a message box.
2551
+ * This property is not required at filter field level. To achieve the desired behavior, specify the showMessages
2552
+ * property in the FilterBar building block.
2333
2553
  */
2334
2554
  showMessages?: boolean | PropertyBindingInfo | `{${string}}`;
2335
2555
  }
@@ -2440,50 +2660,19 @@ declare module "sap/fe/macros/form/FormElement.block" {
2440
2660
  >;
2441
2661
  }
2442
2662
 
2443
- declare module "sap/fe/macros/microchart/MicroChart.block" {
2444
- import { default as Control, $ControlSettings } from "sap/ui/core/Control";
2445
-
2446
- import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2447
-
2448
- /**
2449
- * Building block used to create a MicroChart based on the metadata provided by OData V4.
2450
- * {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/microchart/microChartDefault Overview of Building Blocks}
2451
- *
2452
- * @since 1.93.0
2453
- */
2454
- export default class MicroChart extends Control {}
2455
- /**
2456
- * Describes the settings that can be provided to the MicroChart constructor.
2457
- */
2458
- export interface $MicroChartSettings extends $ControlSettings {
2459
- /**
2460
- * Show blank space in case there is no data in the chart
2461
- */
2462
- hideOnNoData?: string | PropertyBindingInfo;
2463
-
2464
- /**
2465
- * To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
2466
- * not see the inner labels of the MicroChart as well.
2467
- */
2468
- showOnlyChart?: string | PropertyBindingInfo;
2469
-
2470
- /**
2471
- * Size of the MicroChart
2472
- */
2473
- size?: string | PropertyBindingInfo;
2474
- }
2475
- }
2476
-
2477
2663
  declare module "sap/fe/macros/microchart/MicroChart" {
2478
2664
  import {
2479
- default as BuildingBlockWithTemplating,
2480
- $BuildingBlockWithTemplatingSettings,
2481
- } from "sap/fe/macros/controls/BuildingBlockWithTemplating";
2665
+ default as MicroChart1,
2666
+ $MicroChartSettings as $MicroChartSettings1,
2667
+ } from "sap/fe/macros/MicroChart";
2482
2668
 
2483
2669
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2484
2670
 
2485
2671
  /**
2486
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.
2487
2676
  * Usage example:
2488
2677
  *
2489
2678
  * ```javascript
@@ -2500,26 +2689,108 @@ declare module "sap/fe/macros/microchart/MicroChart" {
2500
2689
  * usage.
2501
2690
  *
2502
2691
  *
2692
+ * @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart } instead
2503
2693
  * @experimental
2504
2694
  */
2505
- export default class MicroChart extends BuildingBlockWithTemplating {}
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
+ }
2506
2767
  /**
2507
2768
  * Describes the settings that can be provided to the MicroChart constructor.
2508
2769
  *
2770
+ * @deprecated As of version 1.130. Use {@link sap.fe.macros.MicroChart } instead
2509
2771
  * @experimental
2510
2772
  */
2511
- export interface $MicroChartSettings
2512
- extends $BuildingBlockWithTemplatingSettings {
2773
+ export interface $MicroChartSettings extends $MicroChartSettings1 {
2774
+ /**
2775
+ * context path to the MicroChart.
2776
+ */
2777
+ contextPath?: string | PropertyBindingInfo;
2778
+
2513
2779
  /**
2514
2780
  * Show blank space in case there is no data in the chart
2515
2781
  */
2516
- hideOnNoData?: string | PropertyBindingInfo;
2782
+ hideOnNoData?: boolean | PropertyBindingInfo | `{${string}}`;
2783
+
2784
+ /**
2785
+ * Metadata path to the MicroChart.
2786
+ */
2787
+ metaPath?: string | PropertyBindingInfo;
2517
2788
 
2518
2789
  /**
2519
2790
  * To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do
2520
2791
  * not see the inner labels of the MicroChart as well.
2521
2792
  */
2522
- showOnlyChart?: string | PropertyBindingInfo;
2793
+ showOnlyChart?: boolean | PropertyBindingInfo | `{${string}}`;
2523
2794
 
2524
2795
  /**
2525
2796
  * Size of the MicroChart
@@ -2619,7 +2890,9 @@ declare module "sap/fe/macros/table/Action" {
2619
2890
 
2620
2891
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2621
2892
 
2622
- /**
2893
+ import Event from "sap/ui/base/Event";
2894
+
2895
+ /**
2623
2896
  * Definition of a custom action to be used inside the table toolbar
2624
2897
  */
2625
2898
  export default class Action extends BuildingBlockObjectProperty {}
@@ -2633,91 +2906,445 @@ declare module "sap/fe/macros/table/Action" {
2633
2906
  */
2634
2907
  anchor?: string | PropertyBindingInfo;
2635
2908
 
2909
+ /**
2910
+ * Determines the shortcut combination to trigger the action
2911
+ */
2912
+ command?: string | PropertyBindingInfo;
2913
+
2636
2914
  /**
2637
2915
  * Enables or disables the action
2638
2916
  */
2639
2917
  enabled?: boolean | PropertyBindingInfo | `{${string}}`;
2640
2918
 
2641
2919
  /**
2642
- * Unique identifier of the action
2920
+ * Determines whether the action requires selecting one item or multiple items.
2921
+ * Allowed values are `single` and `multi`
2922
+ */
2923
+ enableOnSelect?: string | PropertyBindingInfo;
2924
+
2925
+ /**
2926
+ * Unique identifier of the action
2927
+ */
2928
+ key?: string | PropertyBindingInfo;
2929
+
2930
+ /**
2931
+ * Defines where this action should be placed relative to the defined anchor
2932
+ * Allowed values are `Before` and `After`
2933
+ */
2934
+ placement?: string | PropertyBindingInfo;
2935
+
2936
+ /**
2937
+ * Defines if the action requires a selection.
2938
+ */
2939
+ requiresSelection?: boolean | PropertyBindingInfo | `{${string}}`;
2940
+
2941
+ /**
2942
+ * The text that will be displayed for this action
2943
+ */
2944
+ text?: string | PropertyBindingInfo;
2945
+
2946
+ /**
2947
+ * Determines whether the action is visible.
2948
+ */
2949
+ visible?: boolean | PropertyBindingInfo | `{${string}}`;
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>;
2961
+ }
2962
+
2963
+ declare module "sap/fe/macros/table/ActionGroup" {
2964
+ import {
2965
+ default as BuildingBlockObjectProperty,
2966
+ $BuildingBlockObjectPropertySettings,
2967
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
2968
+
2969
+ import {
2970
+ PropertyBindingInfo,
2971
+ AggregationBindingInfo,
2972
+ } from "sap/ui/base/ManagedObject";
2973
+
2974
+ import ActionOverride from "sap/fe/macros/table/ActionOverride";
2975
+
2976
+ import Action from "sap/fe/macros/table/Action";
2977
+
2978
+ /**
2979
+ * Definition of a custom ActionGroup to be used inside the table toolbar
2980
+ */
2981
+ export default class ActionGroup extends BuildingBlockObjectProperty {}
2982
+ /**
2983
+ * Describes the settings that can be provided to the ActionGroup constructor.
2984
+ */
2985
+ export interface $ActionGroupSettings
2986
+ extends $BuildingBlockObjectPropertySettings {
2987
+ /**
2988
+ * Reference to the key of another action or action group already displayed in the toolbar to properly place
2989
+ * this one
2990
+ */
2991
+ anchor?: string | PropertyBindingInfo;
2992
+
2993
+ /**
2994
+ * Determines the default action to be executed on the action group.
2995
+ */
2996
+ defaultAction?: string | PropertyBindingInfo;
2997
+
2998
+ /**
2999
+ * Unique identifier of the ActionGroup
3000
+ */
3001
+ key?: string | PropertyBindingInfo;
3002
+
3003
+ /**
3004
+ * Determines where this action group should be placed relative to the defined anchor
3005
+ * Allowed values are `Before` and `After`
3006
+ */
3007
+ placement?: string | PropertyBindingInfo;
3008
+
3009
+ /**
3010
+ * The text that will be displayed for this action group
3011
+ */
3012
+ text?: string | PropertyBindingInfo;
3013
+
3014
+ /**
3015
+ * Determines the nested actions
3016
+ */
3017
+ actions?:
3018
+ | Array<ActionOverride | Action>
3019
+ | ActionOverride
3020
+ | Action
3021
+ | AggregationBindingInfo
3022
+ | `{${string}}`;
3023
+ }
3024
+ }
3025
+
3026
+ declare module "sap/fe/macros/table/ActionGroupOverride" {
3027
+ import {
3028
+ default as BuildingBlockObjectProperty,
3029
+ $BuildingBlockObjectPropertySettings,
3030
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
3031
+
3032
+ import {
3033
+ PropertyBindingInfo,
3034
+ AggregationBindingInfo,
3035
+ } from "sap/ui/base/ManagedObject";
3036
+
3037
+ import ActionOverride from "sap/fe/macros/table/ActionOverride";
3038
+
3039
+ import Action from "sap/fe/macros/table/Action";
3040
+
3041
+ /**
3042
+ * Definition of an action group override to be used inside the Table building block.
3043
+ */
3044
+ export default class ActionGroupOverride extends BuildingBlockObjectProperty {}
3045
+ /**
3046
+ * Describes the settings that can be provided to the ActionGroupOverride constructor.
3047
+ */
3048
+ export interface $ActionGroupOverrideSettings
3049
+ extends $BuildingBlockObjectPropertySettings {
3050
+ /**
3051
+ * Reference to the key of another action or action group already displayed in the toolbar to properly place
3052
+ * this one
3053
+ */
3054
+ anchor?: string | PropertyBindingInfo;
3055
+
3056
+ /**
3057
+ * Unique identifier of the ActionGroup to overridden.
3058
+ */
3059
+ key?: string | PropertyBindingInfo;
3060
+
3061
+ /**
3062
+ * Determines where this action group should be placed relative to the defined anchor
3063
+ * Allowed values are `Before` and `After`
3064
+ */
3065
+ placement?: string | PropertyBindingInfo;
3066
+
3067
+ /**
3068
+ * Determines the nested actions
3069
+ */
3070
+ actions?:
3071
+ | Array<ActionOverride | Action>
3072
+ | ActionOverride
3073
+ | Action
3074
+ | AggregationBindingInfo
3075
+ | `{${string}}`;
3076
+ }
3077
+ }
3078
+
3079
+ declare module "sap/fe/macros/table/ActionOverride" {
3080
+ import {
3081
+ default as BuildingBlockObjectProperty,
3082
+ $BuildingBlockObjectPropertySettings,
3083
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
3084
+
3085
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3086
+
3087
+ /**
3088
+ * Definition of an override for the action to be used inside the Table building block.
3089
+ */
3090
+ export default class ActionOverride extends BuildingBlockObjectProperty {}
3091
+ /**
3092
+ * Describes the settings that can be provided to the ActionOverride constructor.
3093
+ */
3094
+ export interface $ActionOverrideSettings
3095
+ extends $BuildingBlockObjectPropertySettings {
3096
+ /**
3097
+ * Reference to the key of another action already displayed in the toolbar to properly place this one
3098
+ */
3099
+ anchor?: string | PropertyBindingInfo;
3100
+
3101
+ /**
3102
+ * Determines the shortcut combination to trigger the action
3103
+ */
3104
+ command?: string | PropertyBindingInfo;
3105
+
3106
+ /**
3107
+ * Determines the function to get the default values of the action.
3108
+ */
3109
+ defaultValuesFunction?: string | PropertyBindingInfo;
3110
+
3111
+ /**
3112
+ * Determines if the auto scroll is enabled after executing the action.
3113
+ */
3114
+ enableAutoScroll?: boolean | PropertyBindingInfo | `{${string}}`;
3115
+
3116
+ /**
3117
+ * Enables or disables the action
3118
+ */
3119
+ enabled?: boolean | PropertyBindingInfo | `{${string}}`;
3120
+
3121
+ /**
3122
+ * Determines whether the action requires selecting one item or multiple items.
3123
+ * Allowed values are `single` and `multi`
3124
+ */
3125
+ enableOnSelect?: string | PropertyBindingInfo;
3126
+
3127
+ /**
3128
+ * Unique identifier of the action to overridden.
3129
+ */
3130
+ key?: string | PropertyBindingInfo;
3131
+
3132
+ /**
3133
+ * Determines whether there is a navigation after executing the action.
3134
+ */
3135
+ navigateToInstance?: boolean | PropertyBindingInfo | `{${string}}`;
3136
+
3137
+ /**
3138
+ * Defines where this action should be placed relative to the defined anchor
3139
+ * Allowed values are `Before` and `After`
3140
+ */
3141
+ placement?: string | PropertyBindingInfo;
3142
+
3143
+ /**
3144
+ * Determines whether the action is visible.
3145
+ */
3146
+ visible?: boolean | PropertyBindingInfo | `{${string}}`;
3147
+ }
3148
+ }
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
+
3174
+ declare module "sap/fe/macros/table/Column" {
3175
+ import {
3176
+ default as BuildingBlockObjectProperty,
3177
+ $BuildingBlockObjectPropertySettings,
3178
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
3179
+
3180
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3181
+
3182
+ import ColumnExportSettings from "sap/fe/macros/table/ColumnExportSettings";
3183
+
3184
+ /**
3185
+ * Definition of a custom column to be used inside the table.
3186
+ * The template for the column has to be provided as the default aggregation
3187
+ */
3188
+ export default class Column extends BuildingBlockObjectProperty {}
3189
+ /**
3190
+ * Describes the settings that can be provided to the Column constructor.
3191
+ */
3192
+ export interface $ColumnSettings
3193
+ extends $BuildingBlockObjectPropertySettings {
3194
+ /**
3195
+ * Reference to the key of another column already displayed in the table to properly place this one
3196
+ */
3197
+ anchor?: string | PropertyBindingInfo;
3198
+
3199
+ /**
3200
+ * The text that will be displayed for this column header
3201
+ */
3202
+ header?: string | PropertyBindingInfo;
3203
+
3204
+ /**
3205
+ * Aligns the header as well as the content horizontally
3206
+ */
3207
+ horizontalAlign?: string | PropertyBindingInfo;
3208
+
3209
+ /**
3210
+ * Defines the column importance.
3211
+ * You can define which columns should be automatically moved to the pop-in area based on their importance
3212
+ */
3213
+ importance?: string | PropertyBindingInfo;
3214
+
3215
+ /**
3216
+ * Unique identifier of the column
3217
+ */
3218
+ key?: string | PropertyBindingInfo;
3219
+
3220
+ /**
3221
+ * Determines where this column should be placed relative to the defined anchor
3222
+ * Allowed values are `Before` and `After`
3223
+ */
3224
+ placement?: string | PropertyBindingInfo;
3225
+
3226
+ /**
3227
+ * Determines the properties displayed in the column
3228
+ * The properties allow to export, sort, group, copy, and paste in the column
3229
+ */
3230
+ properties?: string[] | PropertyBindingInfo | `{${string}}`;
3231
+
3232
+ /**
3233
+ * Determines the column's width.
3234
+ * Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
3235
+ */
3236
+ width?: string | PropertyBindingInfo;
3237
+
3238
+ /**
3239
+ * Indicates if the column header should be a part of the width calculation.
3240
+ */
3241
+ widthIncludingColumnHeader?: boolean | PropertyBindingInfo | `{${string}}`;
3242
+
3243
+ /**
3244
+ * Determines the export settings for the column.
3245
+ */
3246
+ exportSettings?: ColumnExportSettings;
3247
+ }
3248
+ }
3249
+
3250
+ declare module "sap/fe/macros/table/ColumnExportSettings" {
3251
+ import {
3252
+ default as BuildingBlockObjectProperty,
3253
+ $BuildingBlockObjectPropertySettings,
3254
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
3255
+
3256
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
3257
+
3258
+ /**
3259
+ * Definition of the export settings applied to a column within the table.
3260
+ */
3261
+ export default class ColumnExportSettings extends BuildingBlockObjectProperty {}
3262
+ /**
3263
+ * Describes the settings that can be provided to the ColumnExportSettings constructor.
3264
+ */
3265
+ export interface $ColumnExportSettingsSettings
3266
+ extends $BuildingBlockObjectPropertySettings {
3267
+ /**
3268
+ * Determines the properties of the column.
2643
3269
  */
2644
- key?: string | PropertyBindingInfo;
3270
+ property?: string[] | PropertyBindingInfo | `{${string}}`;
2645
3271
 
2646
3272
  /**
2647
- * Defines where this action should be placed relative to the defined anchor
2648
- * Allowed values are `Before` and `After`
3273
+ * Determines a formatting template that supports indexed placeholders within curly brackets.
2649
3274
  */
2650
- placement?: string | PropertyBindingInfo;
3275
+ template?: string | PropertyBindingInfo;
2651
3276
 
2652
3277
  /**
2653
- * Event handler to be called when the user chooses the action
3278
+ * Determines the data type of the field
2654
3279
  */
2655
- press?: string | PropertyBindingInfo;
3280
+ type?: string | PropertyBindingInfo;
2656
3281
 
2657
3282
  /**
2658
- * Defines if the action requires a selection.
3283
+ * Determines the width of the column in characters
2659
3284
  */
2660
- requiresSelection?: boolean | PropertyBindingInfo | `{${string}}`;
3285
+ width?: number | PropertyBindingInfo | `{${string}}`;
2661
3286
 
2662
3287
  /**
2663
- * The text that will be displayed for this action
3288
+ * Determines if the content needs to be wrapped.
2664
3289
  */
2665
- text?: string | PropertyBindingInfo;
3290
+ wrap?: boolean | PropertyBindingInfo | `{${string}}`;
2666
3291
  }
2667
3292
  }
2668
3293
 
2669
- declare module "sap/fe/macros/table/ActionGroup" {
3294
+ declare module "sap/fe/macros/table/ColumnOverride" {
2670
3295
  import {
2671
3296
  default as BuildingBlockObjectProperty,
2672
3297
  $BuildingBlockObjectPropertySettings,
2673
3298
  } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
2674
3299
 
2675
- import {
2676
- PropertyBindingInfo,
2677
- AggregationBindingInfo,
2678
- } from "sap/ui/base/ManagedObject";
3300
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2679
3301
 
2680
- import Action from "sap/fe/macros/table/Action";
3302
+ import ColumnExportSettings from "sap/fe/macros/table/ColumnExportSettings";
2681
3303
 
2682
3304
  /**
2683
- * Definition of a custom ActionGroup to be used inside the table toolbar
3305
+ * Definition of an override for the column to be used inside the Table building block.
2684
3306
  */
2685
- export default class ActionGroup extends BuildingBlockObjectProperty {}
3307
+ export default class ColumnOverride extends BuildingBlockObjectProperty {}
2686
3308
  /**
2687
- * Describes the settings that can be provided to the ActionGroup constructor.
3309
+ * Describes the settings that can be provided to the ColumnOverride constructor.
2688
3310
  */
2689
- export interface $ActionGroupSettings
3311
+ export interface $ColumnOverrideSettings
2690
3312
  extends $BuildingBlockObjectPropertySettings {
2691
3313
  /**
2692
- * Reference to the key of another action or action group already displayed in the toolbar to properly place
2693
- * this one
3314
+ * Aligns the header as well as the content horizontally
2694
3315
  */
2695
- anchor?: string | PropertyBindingInfo;
3316
+ horizontalAlign?: string | PropertyBindingInfo;
2696
3317
 
2697
3318
  /**
2698
- * Unique identifier of the ActionGroup
3319
+ * Defines the importance of the column.
3320
+ * You can define which columns should be automatically moved to the pop-in area based on their importance
3321
+ */
3322
+ importance?: string | PropertyBindingInfo;
3323
+
3324
+ /**
3325
+ * Unique identifier of the column to overridden.
2699
3326
  */
2700
3327
  key?: string | PropertyBindingInfo;
2701
3328
 
2702
3329
  /**
2703
- * Defines where this action group should be placed relative to the defined anchor
2704
- * Allowed values are `Before` and `After`
3330
+ * Determines the column's width.
3331
+ * Allowed values are 'auto', 'value', and 'inherit', according to {@link sap.ui.core.CSSSize }
2705
3332
  */
2706
- placement?: string | PropertyBindingInfo;
3333
+ width?: string | PropertyBindingInfo;
2707
3334
 
2708
3335
  /**
2709
- * The text that will be displayed for this action group
3336
+ * Indicates if the column header should be a part of the width calculation.
2710
3337
  */
2711
- text?: string | PropertyBindingInfo;
3338
+ widthIncludingColumnHeader?: boolean | PropertyBindingInfo | `{${string}}`;
2712
3339
 
2713
3340
  /**
2714
- * Defines nested actions
3341
+ * Determines the export settings for the column.
2715
3342
  */
2716
- actions?: Action[] | Action | AggregationBindingInfo | `{${string}}`;
3343
+ exportSettings?: ColumnExportSettings;
2717
3344
  }
2718
3345
  }
2719
3346
 
2720
- declare module "sap/fe/macros/table/Column" {
3347
+ declare module "sap/fe/macros/table/MassEdit" {
2721
3348
  import {
2722
3349
  default as BuildingBlockObjectProperty,
2723
3350
  $BuildingBlockObjectPropertySettings,
@@ -2725,64 +3352,66 @@ declare module "sap/fe/macros/table/Column" {
2725
3352
 
2726
3353
  import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2727
3354
 
3355
+ import FormContainer from "sap/ui/layout/form/FormContainer";
3356
+
2728
3357
  /**
2729
- * Definition of a custom column to be used inside the table.
2730
- * The template for the column has to be provided as the default aggregation
3358
+ * Definition of the mass edit to be used inside the table.
2731
3359
  */
2732
- export default class Column extends BuildingBlockObjectProperty {}
3360
+ export default class MassEdit extends BuildingBlockObjectProperty {}
2733
3361
  /**
2734
- * Describes the settings that can be provided to the Column constructor.
3362
+ * Describes the settings that can be provided to the MassEdit constructor.
2735
3363
  */
2736
- export interface $ColumnSettings
3364
+ export interface $MassEditSettings
2737
3365
  extends $BuildingBlockObjectPropertySettings {
2738
3366
  /**
2739
- * Reference to the key of another column already displayed in the table to properly place this one
2740
- */
2741
- anchor?: string | PropertyBindingInfo;
2742
-
2743
- /**
2744
- * The text that will be displayed for this column header
3367
+ * Defines the list of fields that should be ignored in the mass edit dialog
2745
3368
  */
2746
- header?: string | PropertyBindingInfo;
3369
+ ignoredFields?: string[] | PropertyBindingInfo | `{${string}}`;
2747
3370
 
2748
3371
  /**
2749
- * Aligns the header as well as the content horizontally
3372
+ * Defines the mode of the operation grouping to save the new values
3373
+ * Allowed values are `ChangeSet` and `Isolated`
2750
3374
  */
2751
- horizontalAlign?: string | PropertyBindingInfo;
3375
+ operationGroupingMode?: string | PropertyBindingInfo;
2752
3376
 
2753
3377
  /**
2754
- * Defines the column importance.
2755
- * You can define which columns should be automatically moved to the pop-in area based on their importance
3378
+ * Defines the list of fields that should be visible in the mass edit dialog
2756
3379
  */
2757
- importance?: string | PropertyBindingInfo;
3380
+ visibleFields?: string[] | PropertyBindingInfo | `{${string}}`;
2758
3381
 
2759
3382
  /**
2760
- * Unique identifier of the column
3383
+ * The custom form container that can be displayed at the top of the mass edit dialog
2761
3384
  */
2762
- key?: string | PropertyBindingInfo;
3385
+ customContent?: FormContainer;
3386
+ }
3387
+ }
2763
3388
 
2764
- /**
2765
- * Defines where this column should be placed relative to the defined anchor
2766
- * Allowed values are `Before` and `After`
2767
- */
2768
- placement?: string | PropertyBindingInfo;
3389
+ declare module "sap/fe/macros/table/QuickVariantSelection" {
3390
+ import {
3391
+ default as BuildingBlockObjectProperty,
3392
+ $BuildingBlockObjectPropertySettings,
3393
+ } from "sap/fe/macros/controls/BuildingBlockObjectProperty";
2769
3394
 
2770
- /**
2771
- * Defines the properties displayed in the column
2772
- * The properties allow to export, sort, group, copy, and paste in the column
2773
- */
2774
- properties?: string[] | PropertyBindingInfo | `{${string}}`;
3395
+ import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
2775
3396
 
3397
+ /**
3398
+ * Definition of the quickVariantSelection to be used inside the table.
3399
+ */
3400
+ export default class QuickVariantSelection extends BuildingBlockObjectProperty {}
3401
+ /**
3402
+ * Describes the settings that can be provided to the QuickVariantSelection constructor.
3403
+ */
3404
+ export interface $QuickVariantSelectionSettings
3405
+ extends $BuildingBlockObjectPropertySettings {
2776
3406
  /**
2777
- * Defines the column's width.
2778
- * Allowed values are `auto`, `value` and `inherit` according to {@link sap.ui.core.CSSSize }
3407
+ * Defines the list of paths pointing to the selection variants that should be used as quick filters
2779
3408
  */
2780
- width?: string | PropertyBindingInfo;
3409
+ paths?: string[] | PropertyBindingInfo | `{${string}}`;
2781
3410
 
2782
3411
  /**
2783
- * Indicates if the column header should be a part of the width calculation.
3412
+ * Defines whether the counts should be displayed next to the text
2784
3413
  */
2785
- widthIncludingColumnHeader?: boolean | PropertyBindingInfo | `{${string}}`;
3414
+ showCounts?: boolean | PropertyBindingInfo | `{${string}}`;
2786
3415
  }
2787
3416
  }
2788
3417
 
@@ -2809,19 +3438,27 @@ declare module "sap/fe/macros/table/Table.block" {
2809
3438
 
2810
3439
  import Action from "sap/fe/macros/table/Action";
2811
3440
 
3441
+ import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
3442
+
3443
+ import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
3444
+
2812
3445
  import Column from "sap/fe/macros/table/Column";
2813
3446
 
3447
+ import MassEdit from "sap/fe/macros/table/MassEdit";
3448
+
2814
3449
  import Text from "sap/m/Text";
2815
3450
 
2816
3451
  import IllustratedMessage from "sap/m/IllustratedMessage";
2817
3452
 
3453
+ import QuickVariantSelection from "sap/fe/macros/table/QuickVariantSelection";
3454
+
2818
3455
  import Event from "sap/ui/base/Event";
2819
3456
 
2820
3457
  /**
2821
3458
  * Building block used to create a table based on the metadata provided by OData V4.
2822
3459
  *
2823
3460
  *
2824
- * Usually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but
3461
+ * Usually, a LineItem, PresentationVariant, or SelectionPresentationVariant annotation is expected, but
2825
3462
  * the Table building block can also be used to display an EntitySet.
2826
3463
  *
2827
3464
  *
@@ -3011,6 +3648,11 @@ declare module "sap/fe/macros/table/Table.block" {
3011
3648
  */
3012
3649
  busy?: boolean | PropertyBindingInfo | `{${string}}`;
3013
3650
 
3651
+ /**
3652
+ * Determines whether the table adapts to the condensed layout.
3653
+ */
3654
+ condensedTableLayout?: boolean | PropertyBindingInfo | `{${string}}`;
3655
+
3014
3656
  /**
3015
3657
  * Defines the path of the context used in the current page or block.
3016
3658
  * This setting is defined by the framework.
@@ -3047,6 +3689,20 @@ declare module "sap/fe/macros/table/Table.block" {
3047
3689
  */
3048
3690
  enablePaste?: boolean | PropertyBindingInfo | `{${string}}`;
3049
3691
 
3692
+ /**
3693
+ * Determine whether the data copied to the computed columns is sent to the back end.
3694
+ */
3695
+ enablePastingOfComputedProperties?:
3696
+ | boolean
3697
+ | PropertyBindingInfo
3698
+ | `{${string}}`;
3699
+
3700
+ /**
3701
+ * Determines whether the Clear All button is enabled by default.
3702
+ * To enable the Clear All button by default, you must set this property to false.
3703
+ */
3704
+ enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
3705
+
3050
3706
  /**
3051
3707
  * Maximum allowed number of records to be exported in one request.
3052
3708
  */
@@ -3119,6 +3775,12 @@ declare module "sap/fe/macros/table/Table.block" {
3119
3775
  * - Column
3120
3776
  *
3121
3777
  * - Filter
3778
+ *
3779
+ * - Group
3780
+ *
3781
+ *
3782
+ *
3783
+ * The Group option is only applicable to analytical tables and responsive tables.
3122
3784
  */
3123
3785
  personalization?: string | PropertyBindingInfo;
3124
3786
 
@@ -3153,7 +3815,13 @@ declare module "sap/fe/macros/table/Table.block" {
3153
3815
  * Defines how many additional data records are requested from the back-end system when the user scrolls
3154
3816
  * vertically in the table.
3155
3817
  */
3156
- scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
3818
+ scrollThreshold?: int | PropertyBindingInfo | `{${string}}`;
3819
+
3820
+ /**
3821
+ * Defines the maximum number of rows that can be selected at once in the table.
3822
+ * This property does not apply to responsive tables.
3823
+ */
3824
+ selectionLimit?: number | PropertyBindingInfo | `{${string}}`;
3157
3825
 
3158
3826
  /**
3159
3827
  * Defines the selection mode to be used by the table.
@@ -3197,15 +3865,35 @@ declare module "sap/fe/macros/table/Table.block" {
3197
3865
  | AggregationBindingInfo
3198
3866
  | `{${string}}`;
3199
3867
 
3868
+ /**
3869
+ * A set of options that can be configured to control the aggregation behavior
3870
+ */
3871
+ analyticalConfiguration?: AnalyticalConfiguration;
3872
+
3200
3873
  /**
3201
3874
  * Aggregate columns of the table.
3202
3875
  */
3203
- columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
3876
+ columns?:
3877
+ | Array<ColumnOverride | Column>
3878
+ | ColumnOverride
3879
+ | Column
3880
+ | AggregationBindingInfo
3881
+ | `{${string}}`;
3882
+
3883
+ /**
3884
+ * Aggregate mass edit of the table.
3885
+ */
3886
+ massEdit?: MassEdit;
3204
3887
 
3205
3888
  /**
3206
3889
  * Aggregation to forward the IllustratedMessage control to the mdc control.
3207
3890
  */
3208
3891
  noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
3892
+
3893
+ /**
3894
+ * Aggregate quickVariantSelection of the table.
3895
+ */
3896
+ quickVariantSelection?: QuickVariantSelection;
3209
3897
  }
3210
3898
 
3211
3899
  /**
@@ -3270,10 +3958,18 @@ declare module "sap/fe/macros/table/Table" {
3270
3958
 
3271
3959
  import ActionGroup from "sap/fe/macros/table/ActionGroup";
3272
3960
 
3961
+ import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
3962
+
3963
+ import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
3964
+
3965
+ import MassEdit from "sap/fe/macros/table/MassEdit";
3966
+
3273
3967
  import Text from "sap/m/Text";
3274
3968
 
3275
3969
  import IllustratedMessage from "sap/m/IllustratedMessage";
3276
3970
 
3971
+ import QuickVariantSelection from "sap/fe/macros/table/QuickVariantSelection";
3972
+
3277
3973
  import Event from "sap/ui/base/Event";
3278
3974
 
3279
3975
  /**
@@ -3561,6 +4257,11 @@ declare module "sap/fe/macros/table/Table" {
3561
4257
  */
3562
4258
  busy?: boolean | PropertyBindingInfo | `{${string}}`;
3563
4259
 
4260
+ /**
4261
+ * Determines whether the table adapts to the condensed layout.
4262
+ */
4263
+ condensedTableLayout?: boolean | PropertyBindingInfo | `{${string}}`;
4264
+
3564
4265
  /**
3565
4266
  * Defines the path of the context used in the current page or block.
3566
4267
  * This setting is defined by the framework.
@@ -3597,6 +4298,20 @@ declare module "sap/fe/macros/table/Table" {
3597
4298
  */
3598
4299
  enablePaste?: boolean | PropertyBindingInfo | `{${string}}`;
3599
4300
 
4301
+ /**
4302
+ * Determine whether the data copied to the computed columns is sent to the back end.
4303
+ */
4304
+ enablePastingOfComputedProperties?:
4305
+ | boolean
4306
+ | PropertyBindingInfo
4307
+ | `{${string}}`;
4308
+
4309
+ /**
4310
+ * Determines whether the Clear All button is enabled by default.
4311
+ * To enable the Clear All button by default, you must set this property to false.
4312
+ */
4313
+ enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
4314
+
3600
4315
  /**
3601
4316
  * Maximum allowed number of records to be exported in one request.
3602
4317
  */
@@ -3669,6 +4384,12 @@ declare module "sap/fe/macros/table/Table" {
3669
4384
  * - Column
3670
4385
  *
3671
4386
  * - Filter
4387
+ *
4388
+ * - Group
4389
+ *
4390
+ *
4391
+ *
4392
+ * The Group option is only applicable to analytical tables and responsive tables.
3672
4393
  */
3673
4394
  personalization?: string | PropertyBindingInfo;
3674
4395
 
@@ -3703,7 +4424,13 @@ declare module "sap/fe/macros/table/Table" {
3703
4424
  * Defines how many additional data records are requested from the back-end system when the user scrolls
3704
4425
  * vertically in the table.
3705
4426
  */
3706
- scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
4427
+ scrollThreshold?: int | PropertyBindingInfo | `{${string}}`;
4428
+
4429
+ /**
4430
+ * Defines the maximum number of rows that can be selected at once in the table.
4431
+ * This property does not apply to responsive tables.
4432
+ */
4433
+ selectionLimit?: number | PropertyBindingInfo | `{${string}}`;
3707
4434
 
3708
4435
  /**
3709
4436
  * Defines the selection mode to be used by the table.
@@ -3747,15 +4474,35 @@ declare module "sap/fe/macros/table/Table" {
3747
4474
  | AggregationBindingInfo
3748
4475
  | `{${string}}`;
3749
4476
 
4477
+ /**
4478
+ * A set of options that can be configured to control the aggregation behavior
4479
+ */
4480
+ analyticalConfiguration?: AnalyticalConfiguration;
4481
+
3750
4482
  /**
3751
4483
  * Aggregate columns of the table.
3752
4484
  */
3753
- columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
4485
+ columns?:
4486
+ | Array<ColumnOverride | Column>
4487
+ | ColumnOverride
4488
+ | Column
4489
+ | AggregationBindingInfo
4490
+ | `{${string}}`;
4491
+
4492
+ /**
4493
+ * Aggregate mass edit of the table.
4494
+ */
4495
+ massEdit?: MassEdit;
3754
4496
 
3755
4497
  /**
3756
4498
  * Aggregation to forward the IllustratedMessage control to the mdc control.
3757
4499
  */
3758
4500
  noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
4501
+
4502
+ /**
4503
+ * Aggregate quickVariantSelection of the table.
4504
+ */
4505
+ quickVariantSelection?: QuickVariantSelection;
3759
4506
  }
3760
4507
 
3761
4508
  /**
@@ -3892,12 +4639,20 @@ declare module "sap/fe/macros/table/TreeTable.block" {
3892
4639
 
3893
4640
  import Action from "sap/fe/macros/table/Action";
3894
4641
 
4642
+ import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
4643
+
4644
+ import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
4645
+
3895
4646
  import Column from "sap/fe/macros/table/Column";
3896
4647
 
4648
+ import MassEdit from "sap/fe/macros/table/MassEdit";
4649
+
3897
4650
  import Text from "sap/m/Text";
3898
4651
 
3899
4652
  import IllustratedMessage from "sap/m/IllustratedMessage";
3900
4653
 
4654
+ import QuickVariantSelection from "sap/fe/macros/table/QuickVariantSelection";
4655
+
3901
4656
  import Event from "sap/ui/base/Event";
3902
4657
 
3903
4658
  /**
@@ -4076,6 +4831,11 @@ declare module "sap/fe/macros/table/TreeTable.block" {
4076
4831
  */
4077
4832
  busy?: boolean | PropertyBindingInfo | `{${string}}`;
4078
4833
 
4834
+ /**
4835
+ * Determines whether the table adapts to the condensed layout.
4836
+ */
4837
+ condensedTableLayout?: boolean | PropertyBindingInfo | `{${string}}`;
4838
+
4079
4839
  /**
4080
4840
  * Defines the path of the context used in the current page or block.
4081
4841
  * This setting is defined by the framework.
@@ -4115,6 +4875,20 @@ declare module "sap/fe/macros/table/TreeTable.block" {
4115
4875
  */
4116
4876
  enablePaste?: boolean | PropertyBindingInfo | `{${string}}`;
4117
4877
 
4878
+ /**
4879
+ * Determine whether the data copied to the computed columns is sent to the back end.
4880
+ */
4881
+ enablePastingOfComputedProperties?:
4882
+ | boolean
4883
+ | PropertyBindingInfo
4884
+ | `{${string}}`;
4885
+
4886
+ /**
4887
+ * Determines whether the Clear All button is enabled by default.
4888
+ * To enable the Clear All button by default, you must set this property to false.
4889
+ */
4890
+ enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
4891
+
4118
4892
  /**
4119
4893
  * Maximum allowed number of records to be exported in one request.
4120
4894
  */
@@ -4157,10 +4931,20 @@ declare module "sap/fe/macros/table/TreeTable.block" {
4157
4931
  ignoredFields?: string | PropertyBindingInfo;
4158
4932
 
4159
4933
  /**
4160
- * Defines the extension point to control if a source node can be dropped on a specific parent node.
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.
4161
4940
  */
4162
4941
  isMoveToPositionAllowed?: string | PropertyBindingInfo;
4163
4942
 
4943
+ /**
4944
+ * efines the extension point to control whether a node can be copied.
4945
+ */
4946
+ isNodeCopyable?: string | PropertyBindingInfo;
4947
+
4164
4948
  /**
4165
4949
  * Defines the extension point to control if a node can be dragged.
4166
4950
  */
@@ -4202,6 +4986,12 @@ declare module "sap/fe/macros/table/TreeTable.block" {
4202
4986
  * - Column
4203
4987
  *
4204
4988
  * - Filter
4989
+ *
4990
+ * - Group
4991
+ *
4992
+ *
4993
+ *
4994
+ * The Group option is only applicable to analytical tables and responsive tables.
4205
4995
  */
4206
4996
  personalization?: string | PropertyBindingInfo;
4207
4997
 
@@ -4236,7 +5026,13 @@ declare module "sap/fe/macros/table/TreeTable.block" {
4236
5026
  * Defines how many additional data records are requested from the back-end system when the user scrolls
4237
5027
  * vertically in the table.
4238
5028
  */
4239
- scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
5029
+ scrollThreshold?: int | PropertyBindingInfo | `{${string}}`;
5030
+
5031
+ /**
5032
+ * Defines the maximum number of rows that can be selected at once in the table.
5033
+ * This property does not apply to responsive tables.
5034
+ */
5035
+ selectionLimit?: number | PropertyBindingInfo | `{${string}}`;
4240
5036
 
4241
5037
  /**
4242
5038
  * Defines the selection mode to be used by the table.
@@ -4281,15 +5077,35 @@ declare module "sap/fe/macros/table/TreeTable.block" {
4281
5077
  | AggregationBindingInfo
4282
5078
  | `{${string}}`;
4283
5079
 
5080
+ /**
5081
+ * A set of options that can be configured to control the aggregation behavior
5082
+ */
5083
+ analyticalConfiguration?: AnalyticalConfiguration;
5084
+
4284
5085
  /**
4285
5086
  * Aggregate columns of the table.
4286
5087
  */
4287
- columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
5088
+ columns?:
5089
+ | Array<ColumnOverride | Column>
5090
+ | ColumnOverride
5091
+ | Column
5092
+ | AggregationBindingInfo
5093
+ | `{${string}}`;
5094
+
5095
+ /**
5096
+ * Aggregate mass edit of the table.
5097
+ */
5098
+ massEdit?: MassEdit;
4288
5099
 
4289
5100
  /**
4290
5101
  * Aggregation to forward the IllustratedMessage control to the mdc control.
4291
5102
  */
4292
5103
  noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
5104
+
5105
+ /**
5106
+ * Aggregate quickVariantSelection of the table.
5107
+ */
5108
+ quickVariantSelection?: QuickVariantSelection;
4293
5109
  }
4294
5110
 
4295
5111
  /**
@@ -4357,10 +5173,18 @@ declare module "sap/fe/macros/table/TreeTable" {
4357
5173
 
4358
5174
  import ActionGroup from "sap/fe/macros/table/ActionGroup";
4359
5175
 
5176
+ import AnalyticalConfiguration from "sap/fe/macros/table/AnalyticalConfiguration";
5177
+
5178
+ import ColumnOverride from "sap/fe/macros/table/ColumnOverride";
5179
+
5180
+ import MassEdit from "sap/fe/macros/table/MassEdit";
5181
+
4360
5182
  import Text from "sap/m/Text";
4361
5183
 
4362
5184
  import IllustratedMessage from "sap/m/IllustratedMessage";
4363
5185
 
5186
+ import QuickVariantSelection from "sap/fe/macros/table/QuickVariantSelection";
5187
+
4364
5188
  import Event from "sap/ui/base/Event";
4365
5189
 
4366
5190
  /**
@@ -4649,6 +5473,11 @@ declare module "sap/fe/macros/table/TreeTable" {
4649
5473
  */
4650
5474
  busy?: boolean | PropertyBindingInfo | `{${string}}`;
4651
5475
 
5476
+ /**
5477
+ * Determines whether the table adapts to the condensed layout.
5478
+ */
5479
+ condensedTableLayout?: boolean | PropertyBindingInfo | `{${string}}`;
5480
+
4652
5481
  /**
4653
5482
  * Defines the path of the context used in the current page or block.
4654
5483
  * This setting is defined by the framework.
@@ -4688,6 +5517,20 @@ declare module "sap/fe/macros/table/TreeTable" {
4688
5517
  */
4689
5518
  enablePaste?: boolean | PropertyBindingInfo | `{${string}}`;
4690
5519
 
5520
+ /**
5521
+ * Determine whether the data copied to the computed columns is sent to the back end.
5522
+ */
5523
+ enablePastingOfComputedProperties?:
5524
+ | boolean
5525
+ | PropertyBindingInfo
5526
+ | `{${string}}`;
5527
+
5528
+ /**
5529
+ * Determines whether the Clear All button is enabled by default.
5530
+ * To enable the Clear All button by default, you must set this property to false.
5531
+ */
5532
+ enableSelectAll?: boolean | PropertyBindingInfo | `{${string}}`;
5533
+
4691
5534
  /**
4692
5535
  * Maximum allowed number of records to be exported in one request.
4693
5536
  */
@@ -4730,10 +5573,20 @@ declare module "sap/fe/macros/table/TreeTable" {
4730
5573
  ignoredFields?: string | PropertyBindingInfo;
4731
5574
 
4732
5575
  /**
4733
- * Defines the extension point to control if a source node can be dropped on a specific parent node.
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.
4734
5582
  */
4735
5583
  isMoveToPositionAllowed?: string | PropertyBindingInfo;
4736
5584
 
5585
+ /**
5586
+ * efines the extension point to control whether a node can be copied.
5587
+ */
5588
+ isNodeCopyable?: string | PropertyBindingInfo;
5589
+
4737
5590
  /**
4738
5591
  * Defines the extension point to control if a node can be dragged.
4739
5592
  */
@@ -4775,6 +5628,12 @@ declare module "sap/fe/macros/table/TreeTable" {
4775
5628
  * - Column
4776
5629
  *
4777
5630
  * - Filter
5631
+ *
5632
+ * - Group
5633
+ *
5634
+ *
5635
+ *
5636
+ * The Group option is only applicable to analytical tables and responsive tables.
4778
5637
  */
4779
5638
  personalization?: string | PropertyBindingInfo;
4780
5639
 
@@ -4809,7 +5668,13 @@ declare module "sap/fe/macros/table/TreeTable" {
4809
5668
  * Defines how many additional data records are requested from the back-end system when the user scrolls
4810
5669
  * vertically in the table.
4811
5670
  */
4812
- scrollThreshold?: number | PropertyBindingInfo | `{${string}}`;
5671
+ scrollThreshold?: int | PropertyBindingInfo | `{${string}}`;
5672
+
5673
+ /**
5674
+ * Defines the maximum number of rows that can be selected at once in the table.
5675
+ * This property does not apply to responsive tables.
5676
+ */
5677
+ selectionLimit?: number | PropertyBindingInfo | `{${string}}`;
4813
5678
 
4814
5679
  /**
4815
5680
  * Defines the selection mode to be used by the table.
@@ -4854,15 +5719,35 @@ declare module "sap/fe/macros/table/TreeTable" {
4854
5719
  | AggregationBindingInfo
4855
5720
  | `{${string}}`;
4856
5721
 
5722
+ /**
5723
+ * A set of options that can be configured to control the aggregation behavior
5724
+ */
5725
+ analyticalConfiguration?: AnalyticalConfiguration;
5726
+
4857
5727
  /**
4858
5728
  * Aggregate columns of the table.
4859
5729
  */
4860
- columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
5730
+ columns?:
5731
+ | Array<ColumnOverride | Column>
5732
+ | ColumnOverride
5733
+ | Column
5734
+ | AggregationBindingInfo
5735
+ | `{${string}}`;
5736
+
5737
+ /**
5738
+ * Aggregate mass edit of the table.
5739
+ */
5740
+ massEdit?: MassEdit;
4861
5741
 
4862
5742
  /**
4863
5743
  * Aggregation to forward the IllustratedMessage control to the mdc control.
4864
5744
  */
4865
5745
  noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
5746
+
5747
+ /**
5748
+ * Aggregate quickVariantSelection of the table.
5749
+ */
5750
+ quickVariantSelection?: QuickVariantSelection;
4866
5751
  }
4867
5752
 
4868
5753
  /**
@@ -5097,9 +5982,9 @@ declare namespace sap {
5097
5982
 
5098
5983
  "sap/fe/macros/fcl/FlexibleColumnLayoutActions.block": undefined;
5099
5984
 
5100
- "sap/fe/macros/field/Field": undefined;
5985
+ "sap/fe/macros/Field": undefined;
5101
5986
 
5102
- "sap/fe/macros/field/FieldAPI": undefined;
5987
+ "sap/fe/macros/field/Field": undefined;
5103
5988
 
5104
5989
  "sap/fe/macros/field/FieldFormatOptions": undefined;
5105
5990
 
@@ -5119,12 +6004,16 @@ declare namespace sap {
5119
6004
 
5120
6005
  "sap/fe/macros/MacroAPI": undefined;
5121
6006
 
5122
- "sap/fe/macros/microchart/MicroChart": undefined;
6007
+ "sap/fe/macros/MessageButton": undefined;
5123
6008
 
5124
- "sap/fe/macros/microchart/MicroChart.block": undefined;
6009
+ "sap/fe/macros/MicroChart": undefined;
6010
+
6011
+ "sap/fe/macros/microchart/MicroChart": undefined;
5125
6012
 
5126
6013
  "sap/fe/macros/MultiValueField": undefined;
5127
6014
 
6015
+ "sap/fe/macros/Page": undefined;
6016
+
5128
6017
  "sap/fe/macros/Paginator": undefined;
5129
6018
 
5130
6019
  "sap/fe/macros/RichTextEditor": undefined;
@@ -5143,8 +6032,22 @@ declare namespace sap {
5143
6032
 
5144
6033
  "sap/fe/macros/table/ActionGroup": undefined;
5145
6034
 
6035
+ "sap/fe/macros/table/ActionGroupOverride": undefined;
6036
+
6037
+ "sap/fe/macros/table/ActionOverride": undefined;
6038
+
6039
+ "sap/fe/macros/table/AnalyticalConfiguration": undefined;
6040
+
5146
6041
  "sap/fe/macros/table/Column": undefined;
5147
6042
 
6043
+ "sap/fe/macros/table/ColumnExportSettings": undefined;
6044
+
6045
+ "sap/fe/macros/table/ColumnOverride": undefined;
6046
+
6047
+ "sap/fe/macros/table/MassEdit": undefined;
6048
+
6049
+ "sap/fe/macros/table/QuickVariantSelection": undefined;
6050
+
5148
6051
  "sap/fe/macros/table/Table": undefined;
5149
6052
 
5150
6053
  "sap/fe/macros/table/Table.block": undefined;