@sapui5/ts-types 1.128.1 → 1.129.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) 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 +37 -0
  7. package/types/sap.esh.search.ui.d.ts +1 -1
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +10 -10
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +116 -30
  13. package/types/sap.fe.navigation.d.ts +9 -2
  14. package/types/sap.fe.placeholder.d.ts +1 -1
  15. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  16. package/types/sap.fe.templates.d.ts +1 -1
  17. package/types/sap.fe.test.d.ts +1 -1
  18. package/types/sap.fe.tools.d.ts +1 -1
  19. package/types/sap.feedback.ui.d.ts +1 -1
  20. package/types/sap.gantt.d.ts +17 -4
  21. package/types/sap.insights.d.ts +7 -1
  22. package/types/sap.m.d.ts +195 -27
  23. package/types/sap.makit.d.ts +1 -1
  24. package/types/sap.me.d.ts +1 -1
  25. package/types/sap.ndc.d.ts +1 -1
  26. package/types/sap.ovp.d.ts +1 -1
  27. package/types/sap.rules.ui.d.ts +1 -1
  28. package/types/sap.sac.df.d.ts +355 -20
  29. package/types/sap.suite.ui.commons.d.ts +118 -2
  30. package/types/sap.suite.ui.generic.template.d.ts +27 -1
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +1 -1
  33. package/types/sap.ui.codeeditor.d.ts +1 -1
  34. package/types/sap.ui.commons.d.ts +1 -1
  35. package/types/sap.ui.comp.d.ts +427 -982
  36. package/types/sap.ui.core.d.ts +59 -65
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +7 -1
  39. package/types/sap.ui.fl.d.ts +13 -1
  40. package/types/sap.ui.generic.app.d.ts +1 -1
  41. package/types/sap.ui.generic.template.d.ts +1 -1
  42. package/types/sap.ui.integration.d.ts +37 -1
  43. package/types/sap.ui.layout.d.ts +1 -1
  44. package/types/sap.ui.mdc.d.ts +531 -27
  45. package/types/sap.ui.richtexteditor.d.ts +1 -1
  46. package/types/sap.ui.rta.d.ts +1 -1
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +1 -1
  49. package/types/sap.ui.table.d.ts +71 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +103 -1
  52. package/types/sap.ui.ux3.d.ts +1 -1
  53. package/types/sap.ui.vbm.d.ts +1 -1
  54. package/types/sap.ui.vk.d.ts +1 -1
  55. package/types/sap.ui.vtm.d.ts +1 -1
  56. package/types/sap.ui.webc.common.d.ts +1 -1
  57. package/types/sap.ui.webc.fiori.d.ts +1 -1
  58. package/types/sap.ui.webc.main.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +43 -25
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +1 -1
  63. package/types/sap.viz.d.ts +1 -1
  64. package/types/sap.webanalytics.core.d.ts +1 -1
  65. package/types/sap.zen.commons.d.ts +1 -1
  66. package/types/sap.zen.crosstab.d.ts +1 -1
  67. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.128.0
1
+ // For Library Version: 1.129.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -13157,6 +13157,14 @@ declare namespace sap {
13157
13157
  | sap.ui.base.ManagedObject.PropertyBindingInfo
13158
13158
  | `{${string}}`;
13159
13159
 
13160
+ /**
13161
+ * The property specifies the qualifier of the `DataPoint` or `FieldGroup` annotation from which the criticality
13162
+ * annotation information should be taken.
13163
+ */
13164
+ criticalityQualifier?:
13165
+ | string
13166
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
13167
+
13160
13168
  /**
13161
13169
  * If there are value help annotations for a smart field, it is possible to specify whether the table in
13162
13170
  * the value help dialog for this field will be filled initially. The default value is `false`, which means
@@ -14248,6 +14256,16 @@ declare namespace sap {
14248
14256
  * @returns Value of property `controlType`
14249
14257
  */
14250
14258
  getControlType(): sap.ui.comp.smartfield.ControlType;
14259
+ /**
14260
+ * Gets current value of property {@link #getCriticalityQualifier criticalityQualifier}.
14261
+ *
14262
+ * The property specifies the qualifier of the `DataPoint` or `FieldGroup` annotation from which the criticality
14263
+ * annotation information should be taken.
14264
+ *
14265
+ *
14266
+ * @returns Value of property `criticalityQualifier`
14267
+ */
14268
+ getCriticalityQualifier(): string;
14251
14269
  /**
14252
14270
  * Gets current value of property {@link #getDisplayBehaviour displayBehaviour}.
14253
14271
  *
@@ -14290,6 +14308,23 @@ declare namespace sap {
14290
14308
  */
14291
14309
  sControlType?: sap.ui.comp.smartfield.ControlType
14292
14310
  ): this;
14311
+ /**
14312
+ * Sets a new value for property {@link #getCriticalityQualifier criticalityQualifier}.
14313
+ *
14314
+ * The property specifies the qualifier of the `DataPoint` or `FieldGroup` annotation from which the criticality
14315
+ * annotation information should be taken.
14316
+ *
14317
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
14318
+ *
14319
+ *
14320
+ * @returns Reference to `this` in order to allow method chaining
14321
+ */
14322
+ setCriticalityQualifier(
14323
+ /**
14324
+ * New value for property `criticalityQualifier`
14325
+ */
14326
+ sCriticalityQualifier?: string
14327
+ ): this;
14293
14328
  /**
14294
14329
  * Sets a new value for property {@link #getDisplayBehaviour displayBehaviour}.
14295
14330
  *
@@ -14466,7 +14501,7 @@ declare namespace sap {
14466
14501
  */
14467
14502
  class ObjectStatus extends sap.ui.core.Element {
14468
14503
  /**
14469
- * Constructor for a new `SmartField/ObjectStatus`.
14504
+ * Constructor for a new `SmartField/ObjectStatus` to be used in the `controlProposal` configuration
14470
14505
  *
14471
14506
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14472
14507
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -14479,7 +14514,7 @@ declare namespace sap {
14479
14514
  mSettings?: sap.ui.comp.smartfield.$ObjectStatusSettings
14480
14515
  );
14481
14516
  /**
14482
- * Constructor for a new `SmartField/ObjectStatus`.
14517
+ * Constructor for a new `SmartField/ObjectStatus` to be used in the `controlProposal` configuration
14483
14518
  *
14484
14519
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
14485
14520
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -34669,112 +34704,80 @@ declare namespace sap {
34669
34704
  interface $SmartVariantManagementBaseSettings
34670
34705
  extends sap.ui.core.$ControlSettings {
34671
34706
  /**
34672
- * Can be set to true or false depending on whether you want to enable or disable the control.
34673
- */
34674
- enabled?:
34675
- | boolean
34676
- | sap.ui.base.ManagedObject.PropertyBindingInfo
34677
- | `{${string}}`;
34678
-
34679
- /**
34680
- * Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
34681
- * variant.
34707
+ * Defines the author of the standard variant, for example, the name of the own company.
34682
34708
  */
34683
- defaultVariantKey?:
34709
+ standardItemAuthor?:
34684
34710
  | string
34685
34711
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
34686
34712
 
34687
34713
  /**
34688
- * The key of the currently selected item.
34689
- */
34690
- selectionKey?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
34691
-
34692
- /**
34693
- * Indicates that a Create Tile is visible in the Save As dialog.
34694
- */
34695
- showCreateTile?:
34696
- | boolean
34697
- | sap.ui.base.ManagedObject.PropertyBindingInfo
34698
- | `{${string}}`;
34699
-
34700
- /**
34701
- * Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
34714
+ * Enables the setting of the initially selected variant.
34715
+ *
34716
+ * @deprecated (since 1.103) - replaced by property `selectionKey`
34702
34717
  */
34703
- showExecuteOnSelection?:
34704
- | boolean
34705
- | sap.ui.base.ManagedObject.PropertyBindingInfo
34706
- | `{${string}}`;
34718
+ initialSelectionKey?:
34719
+ | string
34720
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
34707
34721
 
34708
34722
  /**
34709
- * Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
34710
- * this checkbox allows you to share variants with other users. **Note**: this property is controlled by
34711
- * the SAPUI5 flexibility service.
34723
+ * Enables the lifecycle support. If set to true, the VariantManagement control handles the transport information
34724
+ * for shared variants.
34725
+ *
34726
+ * @deprecated (since 1.103) - life-cycle handling of views is done internally by the SAPUI5 flexibility
34727
+ * service.
34712
34728
  */
34713
- showShare?:
34729
+ lifecycleSupport?:
34714
34730
  | boolean
34715
34731
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34716
34732
  | `{${string}}`;
34733
+ }
34717
34734
 
34735
+ /**
34736
+ * Describes the settings that can be provided to the SmartVariantManagementMediator constructor.
34737
+ */
34738
+ interface $SmartVariantManagementMediatorSettings
34739
+ extends sap.ui.core.$ControlSettings {
34718
34740
  /**
34719
- * Indicates that set as default is visible in the Save As and the Manage Views dialogs.
34741
+ * Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
34742
+ * variant.
34720
34743
  */
34721
- showSetAsDefault?:
34722
- | boolean
34723
- | sap.ui.base.ManagedObject.PropertyBindingInfo
34724
- | `{${string}}`;
34744
+ defaultVariantKey?:
34745
+ | string
34746
+ | sap.ui.base.ManagedObject.PropertyBindingInfo;
34725
34747
 
34726
34748
  /**
34727
- * Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
34728
- * method; it will be ignored otherwise.
34749
+ * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
34750
+ * controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
34751
+ * only.
34729
34752
  */
34730
- standardItemText?:
34753
+ displayTextForExecuteOnSelectionForStandardVariant?:
34731
34754
  | string
34732
34755
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
34733
34756
 
34734
34757
  /**
34735
- * Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
34736
- * the variant list.
34758
+ * Indicates whether the buttons on My Views are visible.
34737
34759
  */
34738
- useFavorites?:
34760
+ editable?:
34739
34761
  | boolean
34740
34762
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34741
34763
  | `{${string}}`;
34742
34764
 
34743
34765
  /**
34744
- * Indicates that the control is in error state. If set to `true` error message will be displayed whenever
34745
- * the variant is opened.
34766
+ * Can be set to true or false depending on whether you want to enable or disable the control.
34746
34767
  */
34747
- inErrorState?:
34768
+ enabled?:
34748
34769
  | boolean
34749
34770
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34750
34771
  | `{${string}}`;
34751
34772
 
34752
34773
  /**
34753
- * Indicates that end users are allowed to create variants **Note**: this property is controlled by the
34754
- * SAPUI5 flexibility service.
34774
+ * Determines the behavior for Apply Automatically if the standard variant is marked as the default variant.
34755
34775
  */
34756
- variantCreationByUserAllowed?:
34776
+ executeOnSelectionForStandardDefault?:
34757
34777
  | boolean
34758
34778
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34759
34779
  | `{${string}}`;
34760
34780
 
34761
- /**
34762
- * Defines the author of the standard variant, for example, the name of the own company.
34763
- */
34764
- standardItemAuthor?:
34765
- | string
34766
- | sap.ui.base.ManagedObject.PropertyBindingInfo;
34767
-
34768
- /**
34769
- * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
34770
- * controls this behavior.
34771
- *
34772
- * **Note**: the usage of this property is restricted to `sap.ui.generic.template` components only.
34773
- */
34774
- displayTextForExecuteOnSelectionForStandardVariant?:
34775
- | string
34776
- | sap.ui.base.ManagedObject.PropertyBindingInfo;
34777
-
34778
34781
  /**
34779
34782
  * Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
34780
34783
  *
@@ -34786,32 +34789,10 @@ declare namespace sap {
34786
34789
  | `{${string}}`;
34787
34790
 
34788
34791
  /**
34789
- * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
34790
- *
34791
- * @since 1.109
34792
- */
34793
- titleStyle?:
34794
- | sap.ui.core.TitleLevel
34795
- | sap.ui.base.ManagedObject.PropertyBindingInfo
34796
- | `{${string}}`;
34797
-
34798
- /**
34799
- * Enables the setting of the initially selected variant.
34800
- *
34801
- * @deprecated (since 1.103) - replaced by property `selectionKey`
34802
- */
34803
- initialSelectionKey?:
34804
- | string
34805
- | sap.ui.base.ManagedObject.PropertyBindingInfo;
34806
-
34807
- /**
34808
- * Enables the lifecycle support. If set to true, the VariantManagement control handles the transport information
34809
- * for shared variants.
34810
- *
34811
- * @deprecated (since 1.103) - life-cycle handling of views is done internally by the SAPUI5 flexibility
34812
- * service.
34792
+ * Indicates whether the control is in error state. If set to `true`, an error message will be displayed
34793
+ * when the variant is opened.
34813
34794
  */
34814
- lifecycleSupport?:
34795
+ inErrorState?:
34815
34796
  | boolean
34816
34797
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34817
34798
  | `{${string}}`;
@@ -34827,122 +34808,100 @@ declare namespace sap {
34827
34808
  | `{${string}}`;
34828
34809
 
34829
34810
  /**
34830
- * Variant items displayed by the `SmartVariantManagement` control.
34831
- */
34832
- variantItems?:
34833
- | sap.ui.comp.variants.VariantItem[]
34834
- | sap.ui.comp.variants.VariantItem
34835
- | sap.ui.base.ManagedObject.AggregationBindingInfo
34836
- | `{${string}}`;
34837
-
34838
- /**
34839
- * This event is fired when the Save Variant dialog is closed with OK for a variant.
34840
- */
34841
- save?: (oEvent: SmartVariantManagementBase$SaveEvent) => void;
34842
-
34843
- /**
34844
- * This event is fired when users apply changes to variants in the Manage Variants dialog.
34845
- */
34846
- manage?: (oEvent: SmartVariantManagementBase$ManageEvent) => void;
34847
-
34848
- /**
34849
- * This event is fired when a new variant is selected.
34811
+ * The name of the model containing the data.
34850
34812
  */
34851
- select?: (oEvent: SmartVariantManagementBase$SelectEvent) => void;
34852
- }
34813
+ modelName?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
34853
34814
 
34854
- /**
34855
- * Describes the settings that can be provided to the SmartVariantManagementMediator constructor.
34856
- */
34857
- interface $SmartVariantManagementMediatorSettings
34858
- extends sap.ui.core.$ControlSettings {
34859
34815
  /**
34860
- * The name of the model containing the data.
34816
+ * The key of the currently selected item.
34861
34817
  */
34862
- modelName?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
34818
+ selectionKey?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
34863
34819
 
34864
34820
  /**
34865
- * Indicates whether the buttons on My Views are visible.
34821
+ * Indicates that a Create Tile is visible in the Save As dialog.
34866
34822
  */
34867
- editable?:
34823
+ showCreateTile?:
34868
34824
  | boolean
34869
34825
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34870
34826
  | `{${string}}`;
34871
34827
 
34872
34828
  /**
34873
- * Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
34874
- * Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
34829
+ * Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
34875
34830
  */
34876
- showSetAsDefault?:
34831
+ showExecuteOnSelection?:
34877
34832
  | boolean
34878
34833
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34879
34834
  | `{${string}}`;
34880
34835
 
34881
34836
  /**
34882
- * Indicates whether the control is in error state. If set to `true`, an error message will be displayed
34883
- * when the variant is opened.
34837
+ * Indicates whether the functionality of setting a default variant is enabled. The Default column in Manage
34838
+ * Views and the Set as Default checkbox in Save View will be disabled if set to `false`.
34884
34839
  */
34885
- inErrorState?:
34840
+ showSetAsDefault?:
34886
34841
  | boolean
34887
34842
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34888
34843
  | `{${string}}`;
34889
34844
 
34890
34845
  /**
34891
- * Determines the behavior for Apply Automatically if the standard variant is marked as the default variant.
34846
+ * Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
34847
+ * this checkbox allows you to share variants with other users. **Note**: this property is controlled by
34848
+ * the SAPUI5 flexibility service.
34892
34849
  */
34893
- executeOnSelectionForStandardDefault?:
34850
+ showShare?:
34894
34851
  | boolean
34895
34852
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34896
34853
  | `{${string}}`;
34897
34854
 
34898
34855
  /**
34899
- * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
34900
- * controls this behavior. **Note:** The usage of this property is restricted to `sap.fe` components
34901
- * only.
34856
+ * Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
34857
+ * method; it will be ignored otherwise.
34902
34858
  */
34903
- displayTextForExecuteOnSelectionForStandardVariant?:
34859
+ standardItemText?:
34904
34860
  | string
34905
34861
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
34906
34862
 
34907
34863
  /**
34908
- * Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
34864
+ * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
34909
34865
  *
34910
- * @since 1.104
34866
+ * @since 1.109
34911
34867
  */
34912
- headerLevel?:
34868
+ titleStyle?:
34913
34869
  | sap.ui.core.TitleLevel
34914
34870
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34915
34871
  | `{${string}}`;
34916
34872
 
34917
34873
  /**
34918
- * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
34919
- *
34920
- * @since 1.109
34874
+ * Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
34875
+ * the variant list.
34921
34876
  */
34922
- titleStyle?:
34923
- | sap.ui.core.TitleLevel
34877
+ useFavorites?:
34878
+ | boolean
34924
34879
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34925
34880
  | `{${string}}`;
34926
34881
 
34927
34882
  /**
34928
- * Sets the maximum width of the control.
34929
- *
34930
- * @since 1.109
34883
+ * Indicates that end users are allowed to create variants **Note**: this property is controlled by the
34884
+ * SAPUI5 flexibility service.
34931
34885
  */
34932
- maxWidth?:
34933
- | sap.ui.core.CSSSize
34886
+ variantCreationByUserAllowed?:
34887
+ | boolean
34934
34888
  | sap.ui.base.ManagedObject.PropertyBindingInfo
34935
34889
  | `{${string}}`;
34936
34890
 
34937
34891
  /**
34938
- * Contains the IDs of the relevant controls for which the variant management is used.
34892
+ * Variant items displayed by the `SmartVariantManagement` control. **Note:** This aggregation is managed
34893
+ * by the control and is populated via the SAP Flexibility service.
34939
34894
  */
34940
- for?: Array<sap.ui.core.Control | string>;
34895
+ variantItems?:
34896
+ | sap.ui.comp.variants.VariantItem[]
34897
+ | sap.ui.comp.variants.VariantItem
34898
+ | sap.ui.base.ManagedObject.AggregationBindingInfo
34899
+ | `{${string}}`;
34941
34900
 
34942
34901
  /**
34943
- * This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
34902
+ * Contains the IDs of the relevant controls for which the variant management is used.
34944
34903
  */
34945
- save?: (oEvent: SmartVariantManagementMediator$SaveEvent) => void;
34904
+ for?: Array<sap.ui.core.Control | string>;
34946
34905
 
34947
34906
  /**
34948
34907
  * This event is fired when users press the Cancel button inside the Save As dialog.
@@ -34954,6 +34913,11 @@ declare namespace sap {
34954
34913
  */
34955
34914
  manage?: (oEvent: SmartVariantManagementMediator$ManageEvent) => void;
34956
34915
 
34916
+ /**
34917
+ * This event is fired when the Save View dialog or the Save As dialog is closed with the Save button.
34918
+ */
34919
+ save?: (oEvent: SmartVariantManagementMediator$SaveEvent) => void;
34920
+
34957
34921
  /**
34958
34922
  * This event is fired when a new variant is selected.
34959
34923
  */
@@ -35062,86 +35026,18 @@ declare namespace sap {
35062
35026
  /**
35063
35027
  * Parameters of the SmartVariantManagement#save event.
35064
35028
  */
35065
- interface SmartVariantManagement$SaveEventParameters
35066
- extends sap.ui.comp.smartvariants
35067
- .SmartVariantManagementBase$SaveEventParameters {
35029
+ interface SmartVariantManagement$SaveEventParameters {
35068
35030
  /**
35069
35031
  * If the property `showCreateTile` is set, the Create Tile checkbox is shown and its value is passed to
35070
35032
  * this event parameter.
35071
35033
  * If the property `showCreateTile` is not set, this event parameter is skipped.
35072
35034
  */
35073
35035
  tile?: boolean;
35074
- }
35075
-
35076
- /**
35077
- * Parameters of the SmartVariantManagementBase#manage event.
35078
- */
35079
- interface SmartVariantManagementBase$ManageEventParameters {
35080
- /**
35081
- * List of changed variants. Each entry contains a 'key' - the variant key and a 'name' - the new title
35082
- * of the variant
35083
- */
35084
- renamed?: object[];
35085
-
35086
- /**
35087
- * List of deleted variant keys
35088
- */
35089
- deleted?: string[];
35090
-
35091
- /**
35092
- * List of variant keys and the associated Execute on Selection indicator
35093
- */
35094
- exe?: object[];
35095
-
35096
- /**
35097
- * The default variant key
35098
- */
35099
- def?: string;
35100
- }
35101
35036
 
35102
- /**
35103
- * Parameters of the SmartVariantManagementBase#save event.
35104
- */
35105
- interface SmartVariantManagementBase$SaveEventParameters {
35106
35037
  /**
35107
- * The variant title
35038
+ * Variant title. Will be passed for new and for updated variants.
35108
35039
  */
35109
35040
  name?: string;
35110
-
35111
- /**
35112
- * Indicates if an existing variant is overwritten or if a new variant is created
35113
- */
35114
- overwrite?: boolean;
35115
-
35116
- /**
35117
- * The variant key
35118
- */
35119
- key?: string;
35120
-
35121
- /**
35122
- * The Execute on Selection indicator
35123
- */
35124
- exe?: boolean;
35125
-
35126
- /**
35127
- * The default variant indicator
35128
- */
35129
- def?: boolean;
35130
-
35131
- /**
35132
- * The shared variant indicator
35133
- */
35134
- global?: boolean;
35135
- }
35136
-
35137
- /**
35138
- * Parameters of the SmartVariantManagementBase#select event.
35139
- */
35140
- interface SmartVariantManagementBase$SelectEventParameters {
35141
- /**
35142
- * The variant key
35143
- */
35144
- key?: string;
35145
35041
  }
35146
35042
 
35147
35043
  /**
@@ -35229,9 +35125,9 @@ declare namespace sap {
35229
35125
  contexts?: object[];
35230
35126
 
35231
35127
  /**
35232
- * Indicates the checkbox state for Create Tile **Note:** This event parameter is used only internally.
35128
+ * The shared variant indicator
35233
35129
  */
35234
- tile?: boolean;
35130
+ global?: boolean;
35235
35131
  }
35236
35132
 
35237
35133
  /**
@@ -36211,321 +36107,6 @@ declare namespace sap {
36211
36107
  * @returns Metadata object describing this class
36212
36108
  */
36213
36109
  static getMetadata(): sap.ui.core.ElementMetadata;
36214
- /**
36215
- * Attaches event handler `fnFunction` to the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36216
- *
36217
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
36218
- * otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
36219
- *
36220
- * This event is fired when users apply changes to variants in the Manage Variants dialog.
36221
- *
36222
- *
36223
- * @returns Reference to `this` in order to allow method chaining
36224
- */
36225
- attachManage(
36226
- /**
36227
- * An application-specific payload object that will be passed to the event handler along with the event
36228
- * object when firing the event
36229
- */
36230
- oData: object,
36231
- /**
36232
- * The function to be called when the event occurs
36233
- */
36234
- fnFunction: (p1: SmartVariantManagementBase$ManageEvent) => void,
36235
- /**
36236
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
36237
- * itself
36238
- */
36239
- oListener?: object
36240
- ): this;
36241
- /**
36242
- * Attaches event handler `fnFunction` to the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36243
- *
36244
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
36245
- * otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
36246
- *
36247
- * This event is fired when users apply changes to variants in the Manage Variants dialog.
36248
- *
36249
- *
36250
- * @returns Reference to `this` in order to allow method chaining
36251
- */
36252
- attachManage(
36253
- /**
36254
- * The function to be called when the event occurs
36255
- */
36256
- fnFunction: (p1: SmartVariantManagementBase$ManageEvent) => void,
36257
- /**
36258
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
36259
- * itself
36260
- */
36261
- oListener?: object
36262
- ): this;
36263
- /**
36264
- * Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36265
- *
36266
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
36267
- * otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
36268
- *
36269
- * This event is fired when the Save Variant dialog is closed with OK for a variant.
36270
- *
36271
- *
36272
- * @returns Reference to `this` in order to allow method chaining
36273
- */
36274
- attachSave(
36275
- /**
36276
- * An application-specific payload object that will be passed to the event handler along with the event
36277
- * object when firing the event
36278
- */
36279
- oData: object,
36280
- /**
36281
- * The function to be called when the event occurs
36282
- */
36283
- fnFunction: (p1: SmartVariantManagementBase$SaveEvent) => void,
36284
- /**
36285
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
36286
- * itself
36287
- */
36288
- oListener?: object
36289
- ): this;
36290
- /**
36291
- * Attaches event handler `fnFunction` to the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36292
- *
36293
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
36294
- * otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
36295
- *
36296
- * This event is fired when the Save Variant dialog is closed with OK for a variant.
36297
- *
36298
- *
36299
- * @returns Reference to `this` in order to allow method chaining
36300
- */
36301
- attachSave(
36302
- /**
36303
- * The function to be called when the event occurs
36304
- */
36305
- fnFunction: (p1: SmartVariantManagementBase$SaveEvent) => void,
36306
- /**
36307
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
36308
- * itself
36309
- */
36310
- oListener?: object
36311
- ): this;
36312
- /**
36313
- * Attaches event handler `fnFunction` to the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36314
- *
36315
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
36316
- * otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
36317
- *
36318
- * This event is fired when a new variant is selected.
36319
- *
36320
- *
36321
- * @returns Reference to `this` in order to allow method chaining
36322
- */
36323
- attachSelect(
36324
- /**
36325
- * An application-specific payload object that will be passed to the event handler along with the event
36326
- * object when firing the event
36327
- */
36328
- oData: object,
36329
- /**
36330
- * The function to be called when the event occurs
36331
- */
36332
- fnFunction: (p1: SmartVariantManagementBase$SelectEvent) => void,
36333
- /**
36334
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
36335
- * itself
36336
- */
36337
- oListener?: object
36338
- ): this;
36339
- /**
36340
- * Attaches event handler `fnFunction` to the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36341
- *
36342
- * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
36343
- * otherwise it will be bound to this `sap.ui.comp.smartvariants.SmartVariantManagementBase` itself.
36344
- *
36345
- * This event is fired when a new variant is selected.
36346
- *
36347
- *
36348
- * @returns Reference to `this` in order to allow method chaining
36349
- */
36350
- attachSelect(
36351
- /**
36352
- * The function to be called when the event occurs
36353
- */
36354
- fnFunction: (p1: SmartVariantManagementBase$SelectEvent) => void,
36355
- /**
36356
- * Context object to call the event handler with. Defaults to this `sap.ui.comp.smartvariants.SmartVariantManagementBase`
36357
- * itself
36358
- */
36359
- oListener?: object
36360
- ): this;
36361
- /**
36362
- * Gets the dirty flag of the current variant.
36363
- *
36364
- *
36365
- * @returns The dirty state of the current variant
36366
- */
36367
- currentVariantGetModified(): boolean;
36368
- /**
36369
- * Sets the dirty flag of the current variant.
36370
- */
36371
- currentVariantSetModified(
36372
- /**
36373
- * The value indicating the dirty state of the current variant
36374
- */
36375
- bFlag: boolean
36376
- ): void;
36377
- /**
36378
- * Detaches event handler `fnFunction` from the {@link #event:manage manage} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36379
- *
36380
- * The passed function and listener object must match the ones used for event registration.
36381
- *
36382
- *
36383
- * @returns Reference to `this` in order to allow method chaining
36384
- */
36385
- detachManage(
36386
- /**
36387
- * The function to be called, when the event occurs
36388
- */
36389
- fnFunction: (p1: SmartVariantManagementBase$ManageEvent) => void,
36390
- /**
36391
- * Context object on which the given function had to be called
36392
- */
36393
- oListener?: object
36394
- ): this;
36395
- /**
36396
- * Detaches event handler `fnFunction` from the {@link #event:save save} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36397
- *
36398
- * The passed function and listener object must match the ones used for event registration.
36399
- *
36400
- *
36401
- * @returns Reference to `this` in order to allow method chaining
36402
- */
36403
- detachSave(
36404
- /**
36405
- * The function to be called, when the event occurs
36406
- */
36407
- fnFunction: (p1: SmartVariantManagementBase$SaveEvent) => void,
36408
- /**
36409
- * Context object on which the given function had to be called
36410
- */
36411
- oListener?: object
36412
- ): this;
36413
- /**
36414
- * Detaches event handler `fnFunction` from the {@link #event:select select} event of this `sap.ui.comp.smartvariants.SmartVariantManagementBase`.
36415
- *
36416
- * The passed function and listener object must match the ones used for event registration.
36417
- *
36418
- *
36419
- * @returns Reference to `this` in order to allow method chaining
36420
- */
36421
- detachSelect(
36422
- /**
36423
- * The function to be called, when the event occurs
36424
- */
36425
- fnFunction: (p1: SmartVariantManagementBase$SelectEvent) => void,
36426
- /**
36427
- * Context object on which the given function had to be called
36428
- */
36429
- oListener?: object
36430
- ): this;
36431
- /**
36432
- * Fires event {@link #event:manage manage} to attached listeners.
36433
- *
36434
- * @ui5-protected Do not call from applications (only from related classes in the framework)
36435
- *
36436
- * @returns Reference to `this` in order to allow method chaining
36437
- */
36438
- fireManage(
36439
- /**
36440
- * Parameters to pass along with the event
36441
- */
36442
- mParameters?: sap.ui.comp.smartvariants.SmartVariantManagementBase$ManageEventParameters
36443
- ): this;
36444
- /**
36445
- * Fires event {@link #event:save save} to attached listeners.
36446
- *
36447
- * @ui5-protected Do not call from applications (only from related classes in the framework)
36448
- *
36449
- * @returns Reference to `this` in order to allow method chaining
36450
- */
36451
- fireSave(
36452
- /**
36453
- * Parameters to pass along with the event
36454
- */
36455
- mParameters?: sap.ui.comp.smartvariants.SmartVariantManagementBase$SaveEventParameters
36456
- ): this;
36457
- /**
36458
- * Fires event {@link #event:select select} to attached listeners.
36459
- *
36460
- * @ui5-protected Do not call from applications (only from related classes in the framework)
36461
- *
36462
- * @returns Reference to `this` in order to allow method chaining
36463
- */
36464
- fireSelect(
36465
- /**
36466
- * Parameters to pass along with the event
36467
- */
36468
- mParameters?: sap.ui.comp.smartvariants.SmartVariantManagementBase$SelectEventParameters
36469
- ): this;
36470
- /**
36471
- * Gets current value of property {@link #getDefaultVariantKey defaultVariantKey}.
36472
- *
36473
- * Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
36474
- * variant.
36475
- *
36476
- *
36477
- * @returns Value of property `defaultVariantKey`
36478
- */
36479
- getDefaultVariantKey(): string;
36480
- /**
36481
- * Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
36482
- *
36483
- * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
36484
- * controls this behavior.
36485
- *
36486
- * **Note**: the usage of this property is restricted to `sap.ui.generic.template` components only.
36487
- *
36488
- * Default value is `empty string`.
36489
- *
36490
- *
36491
- * @returns Value of property `displayTextForExecuteOnSelectionForStandardVariant`
36492
- */
36493
- getDisplayTextForExecuteOnSelectionForStandardVariant(): string;
36494
- /**
36495
- * Gets current value of property {@link #getEnabled enabled}.
36496
- *
36497
- * Can be set to true or false depending on whether you want to enable or disable the control.
36498
- *
36499
- * Default value is `true`.
36500
- *
36501
- *
36502
- * @returns Value of property `enabled`
36503
- */
36504
- getEnabled(): boolean;
36505
- /**
36506
- * Gets current value of property {@link #getHeaderLevel headerLevel}.
36507
- *
36508
- * Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
36509
- *
36510
- * Default value is `Auto`.
36511
- *
36512
- * @since 1.104
36513
- *
36514
- * @returns Value of property `headerLevel`
36515
- */
36516
- getHeaderLevel(): sap.ui.core.TitleLevel;
36517
- /**
36518
- * Gets current value of property {@link #getInErrorState inErrorState}.
36519
- *
36520
- * Indicates that the control is in error state. If set to `true` error message will be displayed whenever
36521
- * the variant is opened.
36522
- *
36523
- * Default value is `false`.
36524
- *
36525
- *
36526
- * @returns Value of property `inErrorState`
36527
- */
36528
- getInErrorState(): boolean;
36529
36110
  /**
36530
36111
  * Gets current value of property {@link #getInitialSelectionKey initialSelectionKey}.
36531
36112
  *
@@ -36550,18 +36131,6 @@ declare namespace sap {
36550
36131
  * @returns Value of property `lifecycleSupport`
36551
36132
  */
36552
36133
  getLifecycleSupport(): boolean;
36553
- /**
36554
- * Gets current value of property {@link #getMaxWidth maxWidth}.
36555
- *
36556
- * Sets the maximum width of the control.
36557
- *
36558
- * Default value is `"100%"`.
36559
- *
36560
- * @since 1.109
36561
- *
36562
- * @returns Value of property `maxWidth`
36563
- */
36564
- getMaxWidth(): sap.ui.core.CSSSize;
36565
36134
  /**
36566
36135
  * Required by the {@link sap.m.IOverflowToolbarContent} interface. Registers invalidations event which
36567
36136
  * is fired when width of the control is changed.
@@ -36575,61 +36144,6 @@ declare namespace sap {
36575
36144
 
36576
36145
  invalidationEvents: string[];
36577
36146
  };
36578
- /**
36579
- * Gets current value of property {@link #getSelectionKey selectionKey}.
36580
- *
36581
- * The key of the currently selected item.
36582
- *
36583
- *
36584
- * @returns Value of property `selectionKey`
36585
- */
36586
- getSelectionKey(): string;
36587
- /**
36588
- * Gets current value of property {@link #getShowCreateTile showCreateTile}.
36589
- *
36590
- * Indicates that a Create Tile is visible in the Save As dialog.
36591
- *
36592
- * Default value is `false`.
36593
- *
36594
- *
36595
- * @returns Value of property `showCreateTile`
36596
- */
36597
- getShowCreateTile(): boolean;
36598
- /**
36599
- * Gets current value of property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
36600
- *
36601
- * Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
36602
- *
36603
- * Default value is `false`.
36604
- *
36605
- *
36606
- * @returns Value of property `showExecuteOnSelection`
36607
- */
36608
- getShowExecuteOnSelection(): boolean;
36609
- /**
36610
- * Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
36611
- *
36612
- * Indicates that set as default is visible in the Save As and the Manage Views dialogs.
36613
- *
36614
- * Default value is `true`.
36615
- *
36616
- *
36617
- * @returns Value of property `showSetAsDefault`
36618
- */
36619
- getShowSetAsDefault(): boolean;
36620
- /**
36621
- * Gets current value of property {@link #getShowShare showShare}.
36622
- *
36623
- * Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
36624
- * this checkbox allows you to share variants with other users. **Note**: this property is controlled by
36625
- * the SAPUI5 flexibility service.
36626
- *
36627
- * Default value is `false`.
36628
- *
36629
- *
36630
- * @returns Value of property `showShare`
36631
- */
36632
- getShowShare(): boolean;
36633
36147
  /**
36634
36148
  * Gets current value of property {@link #getStandardItemAuthor standardItemAuthor}.
36635
36149
  *
@@ -36641,172 +36155,6 @@ declare namespace sap {
36641
36155
  * @returns Value of property `standardItemAuthor`
36642
36156
  */
36643
36157
  getStandardItemAuthor(): string;
36644
- /**
36645
- * Gets current value of property {@link #getStandardItemText standardItemText}.
36646
- *
36647
- * Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
36648
- * method; it will be ignored otherwise.
36649
- *
36650
- *
36651
- * @returns Value of property `standardItemText`
36652
- */
36653
- getStandardItemText(): string;
36654
- /**
36655
- * Gets current value of property {@link #getTitleStyle titleStyle}.
36656
- *
36657
- * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
36658
- *
36659
- * Default value is `Auto`.
36660
- *
36661
- * @since 1.109
36662
- *
36663
- * @returns Value of property `titleStyle`
36664
- */
36665
- getTitleStyle(): sap.ui.core.TitleLevel;
36666
- /**
36667
- * Gets current value of property {@link #getUseFavorites useFavorites}.
36668
- *
36669
- * Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
36670
- * the variant list.
36671
- *
36672
- * Default value is `false`.
36673
- *
36674
- *
36675
- * @returns Value of property `useFavorites`
36676
- */
36677
- getUseFavorites(): boolean;
36678
- /**
36679
- * Gets current value of property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
36680
- *
36681
- * Indicates that end users are allowed to create variants **Note**: this property is controlled by the
36682
- * SAPUI5 flexibility service.
36683
- *
36684
- * Default value is `true`.
36685
- *
36686
- *
36687
- * @returns Value of property `variantCreationByUserAllowed`
36688
- */
36689
- getVariantCreationByUserAllowed(): boolean;
36690
- /**
36691
- * Gets content of aggregation {@link #getVariantItems variantItems}.
36692
- *
36693
- * Variant items displayed by the `SmartVariantManagement` control.
36694
- */
36695
- getVariantItems(): sap.ui.comp.variants.VariantItem[];
36696
- /**
36697
- * Retrieves all variants.
36698
- *
36699
- *
36700
- * @returns All variants. In case the model is not yet set, an empty array will be returned.
36701
- */
36702
- getVariants(): any[];
36703
- /**
36704
- * Checks for the provided `sap.ui.comp.variants.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
36705
- * and returns its index if found or -1 otherwise.
36706
- *
36707
- *
36708
- * @returns The index of the provided control in the aggregation if found, or -1 otherwise
36709
- */
36710
- indexOfVariantItem(
36711
- /**
36712
- * The variantItem whose index is looked for
36713
- */
36714
- oVariantItem: sap.ui.comp.variants.VariantItem
36715
- ): int;
36716
- /**
36717
- * Sets a new value for property {@link #getDefaultVariantKey defaultVariantKey}.
36718
- *
36719
- * Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
36720
- * variant.
36721
- *
36722
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36723
- *
36724
- *
36725
- * @returns Reference to `this` in order to allow method chaining
36726
- */
36727
- setDefaultVariantKey(
36728
- /**
36729
- * New value for property `defaultVariantKey`
36730
- */
36731
- sDefaultVariantKey?: string
36732
- ): this;
36733
- /**
36734
- * Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
36735
- *
36736
- * Defines the Apply Automatically text for the standard variant in the Manage Views dialog if the application
36737
- * controls this behavior.
36738
- *
36739
- * **Note**: the usage of this property is restricted to `sap.ui.generic.template` components only.
36740
- *
36741
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36742
- *
36743
- * Default value is `empty string`.
36744
- *
36745
- *
36746
- * @returns Reference to `this` in order to allow method chaining
36747
- */
36748
- setDisplayTextForExecuteOnSelectionForStandardVariant(
36749
- /**
36750
- * New value for property `displayTextForExecuteOnSelectionForStandardVariant`
36751
- */
36752
- sDisplayTextForExecuteOnSelectionForStandardVariant?: string
36753
- ): this;
36754
- /**
36755
- * Sets a new value for property {@link #getEnabled enabled}.
36756
- *
36757
- * Can be set to true or false depending on whether you want to enable or disable the control.
36758
- *
36759
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36760
- *
36761
- * Default value is `true`.
36762
- *
36763
- *
36764
- * @returns Reference to `this` in order to allow method chaining
36765
- */
36766
- setEnabled(
36767
- /**
36768
- * New value for property `enabled`
36769
- */
36770
- bEnabled?: boolean
36771
- ): this;
36772
- /**
36773
- * Sets a new value for property {@link #getHeaderLevel headerLevel}.
36774
- *
36775
- * Semantic level of the header. For more information, see {@link sap.m.Title#setLevel}.
36776
- *
36777
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36778
- *
36779
- * Default value is `Auto`.
36780
- *
36781
- * @since 1.104
36782
- *
36783
- * @returns Reference to `this` in order to allow method chaining
36784
- */
36785
- setHeaderLevel(
36786
- /**
36787
- * New value for property `headerLevel`
36788
- */
36789
- sHeaderLevel?: sap.ui.core.TitleLevel
36790
- ): this;
36791
- /**
36792
- * Sets a new value for property {@link #getInErrorState inErrorState}.
36793
- *
36794
- * Indicates that the control is in error state. If set to `true` error message will be displayed whenever
36795
- * the variant is opened.
36796
- *
36797
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36798
- *
36799
- * Default value is `false`.
36800
- *
36801
- *
36802
- * @returns Reference to `this` in order to allow method chaining
36803
- */
36804
- setInErrorState(
36805
- /**
36806
- * New value for property `inErrorState`
36807
- */
36808
- bInErrorState?: boolean
36809
- ): this;
36810
36158
  /**
36811
36159
  * Sets a new value for property {@link #getInitialSelectionKey initialSelectionKey}.
36812
36160
  *
@@ -36845,115 +36193,6 @@ declare namespace sap {
36845
36193
  */
36846
36194
  bLifecycleSupport?: boolean
36847
36195
  ): this;
36848
- /**
36849
- * Sets a new value for property {@link #getMaxWidth maxWidth}.
36850
- *
36851
- * Sets the maximum width of the control.
36852
- *
36853
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36854
- *
36855
- * Default value is `"100%"`.
36856
- *
36857
- * @since 1.109
36858
- *
36859
- * @returns Reference to `this` in order to allow method chaining
36860
- */
36861
- setMaxWidth(
36862
- /**
36863
- * New value for property `maxWidth`
36864
- */
36865
- sMaxWidth?: sap.ui.core.CSSSize
36866
- ): this;
36867
- /**
36868
- * Sets a new value for property {@link #getSelectionKey selectionKey}.
36869
- *
36870
- * The key of the currently selected item.
36871
- *
36872
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36873
- *
36874
- *
36875
- * @returns Reference to `this` in order to allow method chaining
36876
- */
36877
- setSelectionKey(
36878
- /**
36879
- * New value for property `selectionKey`
36880
- */
36881
- sSelectionKey?: string
36882
- ): this;
36883
- /**
36884
- * Sets a new value for property {@link #getShowCreateTile showCreateTile}.
36885
- *
36886
- * Indicates that a Create Tile is visible in the Save As dialog.
36887
- *
36888
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36889
- *
36890
- * Default value is `false`.
36891
- *
36892
- *
36893
- * @returns Reference to `this` in order to allow method chaining
36894
- */
36895
- setShowCreateTile(
36896
- /**
36897
- * New value for property `showCreateTile`
36898
- */
36899
- bShowCreateTile?: boolean
36900
- ): this;
36901
- /**
36902
- * Sets a new value for property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
36903
- *
36904
- * Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
36905
- *
36906
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36907
- *
36908
- * Default value is `false`.
36909
- *
36910
- *
36911
- * @returns Reference to `this` in order to allow method chaining
36912
- */
36913
- setShowExecuteOnSelection(
36914
- /**
36915
- * New value for property `showExecuteOnSelection`
36916
- */
36917
- bShowExecuteOnSelection?: boolean
36918
- ): this;
36919
- /**
36920
- * Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
36921
- *
36922
- * Indicates that set as default is visible in the Save As and the Manage Views dialogs.
36923
- *
36924
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36925
- *
36926
- * Default value is `true`.
36927
- *
36928
- *
36929
- * @returns Reference to `this` in order to allow method chaining
36930
- */
36931
- setShowSetAsDefault(
36932
- /**
36933
- * New value for property `showSetAsDefault`
36934
- */
36935
- bShowSetAsDefault?: boolean
36936
- ): this;
36937
- /**
36938
- * Sets a new value for property {@link #getShowShare showShare}.
36939
- *
36940
- * Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
36941
- * this checkbox allows you to share variants with other users. **Note**: this property is controlled by
36942
- * the SAPUI5 flexibility service.
36943
- *
36944
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36945
- *
36946
- * Default value is `false`.
36947
- *
36948
- *
36949
- * @returns Reference to `this` in order to allow method chaining
36950
- */
36951
- setShowShare(
36952
- /**
36953
- * New value for property `showShare`
36954
- */
36955
- bShowShare?: boolean
36956
- ): this;
36957
36196
  /**
36958
36197
  * Sets a new value for property {@link #getStandardItemAuthor standardItemAuthor}.
36959
36198
  *
@@ -36972,80 +36211,6 @@ declare namespace sap {
36972
36211
  */
36973
36212
  sStandardItemAuthor?: string
36974
36213
  ): this;
36975
- /**
36976
- * Sets a new value for property {@link #getStandardItemText standardItemText}.
36977
- *
36978
- * Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
36979
- * method; it will be ignored otherwise.
36980
- *
36981
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36982
- *
36983
- *
36984
- * @returns Reference to `this` in order to allow method chaining
36985
- */
36986
- setStandardItemText(
36987
- /**
36988
- * New value for property `standardItemText`
36989
- */
36990
- sStandardItemText?: string
36991
- ): this;
36992
- /**
36993
- * Sets a new value for property {@link #getTitleStyle titleStyle}.
36994
- *
36995
- * Defines the style of the title. For more information, see {@link sap.m.Title#setTitleStyle}.
36996
- *
36997
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36998
- *
36999
- * Default value is `Auto`.
37000
- *
37001
- * @since 1.109
37002
- *
37003
- * @returns Reference to `this` in order to allow method chaining
37004
- */
37005
- setTitleStyle(
37006
- /**
37007
- * New value for property `titleStyle`
37008
- */
37009
- sTitleStyle?: sap.ui.core.TitleLevel
37010
- ): this;
37011
- /**
37012
- * Sets a new value for property {@link #getUseFavorites useFavorites}.
37013
- *
37014
- * Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
37015
- * the variant list.
37016
- *
37017
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37018
- *
37019
- * Default value is `false`.
37020
- *
37021
- *
37022
- * @returns Reference to `this` in order to allow method chaining
37023
- */
37024
- setUseFavorites(
37025
- /**
37026
- * New value for property `useFavorites`
37027
- */
37028
- bUseFavorites?: boolean
37029
- ): this;
37030
- /**
37031
- * Sets a new value for property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
37032
- *
37033
- * Indicates that end users are allowed to create variants **Note**: this property is controlled by the
37034
- * SAPUI5 flexibility service.
37035
- *
37036
- * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37037
- *
37038
- * Default value is `true`.
37039
- *
37040
- *
37041
- * @returns Reference to `this` in order to allow method chaining
37042
- */
37043
- setVariantCreationByUserAllowed(
37044
- /**
37045
- * New value for property `variantCreationByUserAllowed`
37046
- */
37047
- bVariantCreationByUserAllowed?: boolean
37048
- ): this;
37049
36214
  }
37050
36215
  /**
37051
36216
  * Can be used to manage variants. You can use this control in most controls that are enabled for key
@@ -37349,6 +36514,22 @@ declare namespace sap {
37349
36514
  */
37350
36515
  oListener?: object
37351
36516
  ): this;
36517
+ /**
36518
+ * Gets the dirty flag of the current variant.
36519
+ *
36520
+ *
36521
+ * @returns The dirty state of the current variant
36522
+ */
36523
+ currentVariantGetModified(): boolean;
36524
+ /**
36525
+ * Sets the dirty flag of the current variant.
36526
+ */
36527
+ currentVariantSetModified(
36528
+ /**
36529
+ * The value indicating the dirty state of the current variant
36530
+ */
36531
+ bFlag: boolean
36532
+ ): void;
37352
36533
  /**
37353
36534
  * Detaches event handler `fnFunction` from the {@link #event:cancel cancel} event of this `sap.ui.comp.smartvariants.SmartVariantManagementMediator`.
37354
36535
  *
@@ -37484,6 +36665,16 @@ declare namespace sap {
37484
36665
  * @returns Key of the currently selected variant. In case the model is not yet set `null` will be returned
37485
36666
  */
37486
36667
  getCurrentVariantKey(): string | null;
36668
+ /**
36669
+ * Gets current value of property {@link #getDefaultVariantKey defaultVariantKey}.
36670
+ *
36671
+ * Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
36672
+ * variant.
36673
+ *
36674
+ *
36675
+ * @returns Value of property `defaultVariantKey`
36676
+ */
36677
+ getDefaultVariantKey(): string;
37487
36678
  /**
37488
36679
  * Gets current value of property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
37489
36680
  *
@@ -37508,6 +36699,17 @@ declare namespace sap {
37508
36699
  * @returns Value of property `editable`
37509
36700
  */
37510
36701
  getEditable(): boolean;
36702
+ /**
36703
+ * Gets current value of property {@link #getEnabled enabled}.
36704
+ *
36705
+ * Can be set to true or false depending on whether you want to enable or disable the control.
36706
+ *
36707
+ * Default value is `true`.
36708
+ *
36709
+ *
36710
+ * @returns Value of property `enabled`
36711
+ */
36712
+ getEnabled(): boolean;
37511
36713
  /**
37512
36714
  * Gets current value of property {@link #getExecuteOnSelectionForStandardDefault executeOnSelectionForStandardDefault}.
37513
36715
  *
@@ -37590,6 +36792,37 @@ declare namespace sap {
37590
36792
 
37591
36793
  invalidationEvents: string[];
37592
36794
  };
36795
+ /**
36796
+ * Gets current value of property {@link #getSelectionKey selectionKey}.
36797
+ *
36798
+ * The key of the currently selected item.
36799
+ *
36800
+ *
36801
+ * @returns Value of property `selectionKey`
36802
+ */
36803
+ getSelectionKey(): string;
36804
+ /**
36805
+ * Gets current value of property {@link #getShowCreateTile showCreateTile}.
36806
+ *
36807
+ * Indicates that a Create Tile is visible in the Save As dialog.
36808
+ *
36809
+ * Default value is `false`.
36810
+ *
36811
+ *
36812
+ * @returns Value of property `showCreateTile`
36813
+ */
36814
+ getShowCreateTile(): boolean;
36815
+ /**
36816
+ * Gets current value of property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
36817
+ *
36818
+ * Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
36819
+ *
36820
+ * Default value is `false`.
36821
+ *
36822
+ *
36823
+ * @returns Value of property `showExecuteOnSelection`
36824
+ */
36825
+ getShowExecuteOnSelection(): boolean;
37593
36826
  /**
37594
36827
  * Gets current value of property {@link #getShowSetAsDefault showSetAsDefault}.
37595
36828
  *
@@ -37602,6 +36835,29 @@ declare namespace sap {
37602
36835
  * @returns Value of property `showSetAsDefault`
37603
36836
  */
37604
36837
  getShowSetAsDefault(): boolean;
36838
+ /**
36839
+ * Gets current value of property {@link #getShowShare showShare}.
36840
+ *
36841
+ * Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
36842
+ * this checkbox allows you to share variants with other users. **Note**: this property is controlled by
36843
+ * the SAPUI5 flexibility service.
36844
+ *
36845
+ * Default value is `false`.
36846
+ *
36847
+ *
36848
+ * @returns Value of property `showShare`
36849
+ */
36850
+ getShowShare(): boolean;
36851
+ /**
36852
+ * Gets current value of property {@link #getStandardItemText standardItemText}.
36853
+ *
36854
+ * Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
36855
+ * method; it will be ignored otherwise.
36856
+ *
36857
+ *
36858
+ * @returns Value of property `standardItemText`
36859
+ */
36860
+ getStandardItemText(): string;
37605
36861
  /**
37606
36862
  * Gets current value of property {@link #getTitleStyle titleStyle}.
37607
36863
  *
@@ -37614,6 +36870,30 @@ declare namespace sap {
37614
36870
  * @returns Value of property `titleStyle`
37615
36871
  */
37616
36872
  getTitleStyle(): sap.ui.core.TitleLevel;
36873
+ /**
36874
+ * Gets current value of property {@link #getUseFavorites useFavorites}.
36875
+ *
36876
+ * Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
36877
+ * the variant list.
36878
+ *
36879
+ * Default value is `false`.
36880
+ *
36881
+ *
36882
+ * @returns Value of property `useFavorites`
36883
+ */
36884
+ getUseFavorites(): boolean;
36885
+ /**
36886
+ * Gets current value of property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
36887
+ *
36888
+ * Indicates that end users are allowed to create variants **Note**: this property is controlled by the
36889
+ * SAPUI5 flexibility service.
36890
+ *
36891
+ * Default value is `true`.
36892
+ *
36893
+ *
36894
+ * @returns Value of property `variantCreationByUserAllowed`
36895
+ */
36896
+ getVariantCreationByUserAllowed(): boolean;
37617
36897
  /**
37618
36898
  * Gets all variants.
37619
36899
  *
@@ -37621,6 +36901,19 @@ declare namespace sap {
37621
36901
  * @returns All variants; if the model is not yet set, an empty array will be returned.
37622
36902
  */
37623
36903
  getVariants(): any[];
36904
+ /**
36905
+ * Checks for the provided `sap.ui.comp.variants.VariantItem` in the aggregation {@link #getVariantItems variantItems}.
36906
+ * and returns its index if found or -1 otherwise.
36907
+ *
36908
+ *
36909
+ * @returns The index of the provided control in the aggregation if found, or -1 otherwise
36910
+ */
36911
+ indexOfVariantItem(
36912
+ /**
36913
+ * The variantItem whose index is looked for
36914
+ */
36915
+ oVariantItem: sap.ui.comp.variants.VariantItem
36916
+ ): int;
37624
36917
  /**
37625
36918
  * Removes all the controls in the association named {@link #getFor for}.
37626
36919
  *
@@ -37640,6 +36933,23 @@ declare namespace sap {
37640
36933
  */
37641
36934
  vFor: int | sap.ui.core.ID | sap.ui.core.Control
37642
36935
  ): sap.ui.core.ID | null;
36936
+ /**
36937
+ * Sets a new value for property {@link #getDefaultVariantKey defaultVariantKey}.
36938
+ *
36939
+ * Provides a string value to set the default variant. Used for the save dialog. Has no effect on the selected
36940
+ * variant.
36941
+ *
36942
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36943
+ *
36944
+ *
36945
+ * @returns Reference to `this` in order to allow method chaining
36946
+ */
36947
+ setDefaultVariantKey(
36948
+ /**
36949
+ * New value for property `defaultVariantKey`
36950
+ */
36951
+ sDefaultVariantKey?: string
36952
+ ): this;
37643
36953
  /**
37644
36954
  * Sets a new value for property {@link #getDisplayTextForExecuteOnSelectionForStandardVariant displayTextForExecuteOnSelectionForStandardVariant}.
37645
36955
  *
@@ -37678,6 +36988,24 @@ declare namespace sap {
37678
36988
  */
37679
36989
  bEditable?: boolean
37680
36990
  ): this;
36991
+ /**
36992
+ * Sets a new value for property {@link #getEnabled enabled}.
36993
+ *
36994
+ * Can be set to true or false depending on whether you want to enable or disable the control.
36995
+ *
36996
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
36997
+ *
36998
+ * Default value is `true`.
36999
+ *
37000
+ *
37001
+ * @returns Reference to `this` in order to allow method chaining
37002
+ */
37003
+ setEnabled(
37004
+ /**
37005
+ * New value for property `enabled`
37006
+ */
37007
+ bEnabled?: boolean
37008
+ ): this;
37681
37009
  /**
37682
37010
  * Sets a new value for property {@link #getExecuteOnSelectionForStandardDefault executeOnSelectionForStandardDefault}.
37683
37011
  *
@@ -37771,6 +37099,58 @@ declare namespace sap {
37771
37099
  */
37772
37100
  sModelName?: string
37773
37101
  ): this;
37102
+ /**
37103
+ * Sets a new value for property {@link #getSelectionKey selectionKey}.
37104
+ *
37105
+ * The key of the currently selected item.
37106
+ *
37107
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37108
+ *
37109
+ *
37110
+ * @returns Reference to `this` in order to allow method chaining
37111
+ */
37112
+ setSelectionKey(
37113
+ /**
37114
+ * New value for property `selectionKey`
37115
+ */
37116
+ sSelectionKey?: string
37117
+ ): this;
37118
+ /**
37119
+ * Sets a new value for property {@link #getShowCreateTile showCreateTile}.
37120
+ *
37121
+ * Indicates that a Create Tile is visible in the Save As dialog.
37122
+ *
37123
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37124
+ *
37125
+ * Default value is `false`.
37126
+ *
37127
+ *
37128
+ * @returns Reference to `this` in order to allow method chaining
37129
+ */
37130
+ setShowCreateTile(
37131
+ /**
37132
+ * New value for property `showCreateTile`
37133
+ */
37134
+ bShowCreateTile?: boolean
37135
+ ): this;
37136
+ /**
37137
+ * Sets a new value for property {@link #getShowExecuteOnSelection showExecuteOnSelection}.
37138
+ *
37139
+ * Indicates that Execute on Selection is visible in the Save As and the Manage Views dialogs.
37140
+ *
37141
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37142
+ *
37143
+ * Default value is `false`.
37144
+ *
37145
+ *
37146
+ * @returns Reference to `this` in order to allow method chaining
37147
+ */
37148
+ setShowExecuteOnSelection(
37149
+ /**
37150
+ * New value for property `showExecuteOnSelection`
37151
+ */
37152
+ bShowExecuteOnSelection?: boolean
37153
+ ): this;
37774
37154
  /**
37775
37155
  * Sets a new value for property {@link #getShowSetAsDefault showSetAsDefault}.
37776
37156
  *
@@ -37790,6 +37170,43 @@ declare namespace sap {
37790
37170
  */
37791
37171
  bShowSetAsDefault?: boolean
37792
37172
  ): this;
37173
+ /**
37174
+ * Sets a new value for property {@link #getShowShare showShare}.
37175
+ *
37176
+ * Indicates that the Public checkbox is visible in the Save As and the Manage Views dialogs. Selecting
37177
+ * this checkbox allows you to share variants with other users. **Note**: this property is controlled by
37178
+ * the SAPUI5 flexibility service.
37179
+ *
37180
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37181
+ *
37182
+ * Default value is `false`.
37183
+ *
37184
+ *
37185
+ * @returns Reference to `this` in order to allow method chaining
37186
+ */
37187
+ setShowShare(
37188
+ /**
37189
+ * New value for property `showShare`
37190
+ */
37191
+ bShowShare?: boolean
37192
+ ): this;
37193
+ /**
37194
+ * Sets a new value for property {@link #getStandardItemText standardItemText}.
37195
+ *
37196
+ * Overwrites the default Standard variant title. **Note**: This property has to be set during the `applySettings`
37197
+ * method; it will be ignored otherwise.
37198
+ *
37199
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37200
+ *
37201
+ *
37202
+ * @returns Reference to `this` in order to allow method chaining
37203
+ */
37204
+ setStandardItemText(
37205
+ /**
37206
+ * New value for property `standardItemText`
37207
+ */
37208
+ sStandardItemText?: string
37209
+ ): this;
37793
37210
  /**
37794
37211
  * Sets a new value for property {@link #getTitleStyle titleStyle}.
37795
37212
  *
@@ -37809,6 +37226,44 @@ declare namespace sap {
37809
37226
  */
37810
37227
  sTitleStyle?: sap.ui.core.TitleLevel
37811
37228
  ): this;
37229
+ /**
37230
+ * Sets a new value for property {@link #getUseFavorites useFavorites}.
37231
+ *
37232
+ * Indicates that the 'Favorites' feature is used. Only variants marked as favorites will be displayed in
37233
+ * the variant list.
37234
+ *
37235
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37236
+ *
37237
+ * Default value is `false`.
37238
+ *
37239
+ *
37240
+ * @returns Reference to `this` in order to allow method chaining
37241
+ */
37242
+ setUseFavorites(
37243
+ /**
37244
+ * New value for property `useFavorites`
37245
+ */
37246
+ bUseFavorites?: boolean
37247
+ ): this;
37248
+ /**
37249
+ * Sets a new value for property {@link #getVariantCreationByUserAllowed variantCreationByUserAllowed}.
37250
+ *
37251
+ * Indicates that end users are allowed to create variants **Note**: this property is controlled by the
37252
+ * SAPUI5 flexibility service.
37253
+ *
37254
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
37255
+ *
37256
+ * Default value is `true`.
37257
+ *
37258
+ *
37259
+ * @returns Reference to `this` in order to allow method chaining
37260
+ */
37261
+ setVariantCreationByUserAllowed(
37262
+ /**
37263
+ * New value for property `variantCreationByUserAllowed`
37264
+ */
37265
+ bVariantCreationByUserAllowed?: boolean
37266
+ ): this;
37812
37267
  }
37813
37268
  /**
37814
37269
  * The SmartVariantManagementUi2 control communicates with the Ui2 personalization layer to manage the variants.
@@ -38508,6 +37963,18 @@ declare namespace sap {
38508
37963
  */
38509
37964
  removeFavorite = "removeFavorite",
38510
37965
  }
37966
+
37967
+ type VariantManagementPropertyMapping = {
37968
+ /**
37969
+ * The name of the property on the embedded {@link sap.m.VariantManagement}
37970
+ */
37971
+ nameInVariantMangement: string;
37972
+ /**
37973
+ * The name of the property in the {@link sap.ui.comp.smartvariants.SmartVariantManagementModel}
37974
+ */
37975
+ nameInModel: string;
37976
+ };
37977
+
38511
37978
  /**
38512
37979
  * Event object of the SmartVariantManagement#afterSave event.
38513
37980
  */
@@ -38535,30 +38002,6 @@ declare namespace sap {
38535
38002
  SmartVariantManagement
38536
38003
  >;
38537
38004
 
38538
- /**
38539
- * Event object of the SmartVariantManagementBase#manage event.
38540
- */
38541
- type SmartVariantManagementBase$ManageEvent = sap.ui.base.Event<
38542
- SmartVariantManagementBase$ManageEventParameters,
38543
- SmartVariantManagementBase
38544
- >;
38545
-
38546
- /**
38547
- * Event object of the SmartVariantManagementBase#save event.
38548
- */
38549
- type SmartVariantManagementBase$SaveEvent = sap.ui.base.Event<
38550
- SmartVariantManagementBase$SaveEventParameters,
38551
- SmartVariantManagementBase
38552
- >;
38553
-
38554
- /**
38555
- * Event object of the SmartVariantManagementBase#select event.
38556
- */
38557
- type SmartVariantManagementBase$SelectEvent = sap.ui.base.Event<
38558
- SmartVariantManagementBase$SelectEventParameters,
38559
- SmartVariantManagementBase
38560
- >;
38561
-
38562
38005
  /**
38563
38006
  * Event object of the SmartVariantManagementMediator#cancel event.
38564
38007
  */
@@ -43108,6 +42551,8 @@ declare namespace sap {
43108
42551
 
43109
42552
  "sap/ui/comp/state/UIState": undefined;
43110
42553
 
42554
+ "sap/ui/comp/util/SharedUtil": undefined;
42555
+
43111
42556
  "sap/ui/comp/util/TableUtil": undefined;
43112
42557
 
43113
42558
  "sap/ui/comp/valuehelpdialog/ValueHelpDialog": undefined;