@sapui5/ts-types-esm 1.134.0 → 1.135.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 (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.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +2 -8
  8. package/types/sap.fe.base.d.ts +1 -1
  9. package/types/sap.fe.controls.d.ts +1 -1
  10. package/types/sap.fe.core.d.ts +5 -5
  11. package/types/sap.fe.ina.d.ts +1 -1
  12. package/types/sap.fe.macros.d.ts +807 -293
  13. package/types/sap.fe.navigation.d.ts +1 -1
  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 +6 -4
  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 +73 -15
  21. package/types/sap.insights.d.ts +1 -1
  22. package/types/sap.m.d.ts +330 -83
  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 +248 -1229
  29. package/types/sap.suite.ui.commons.d.ts +72 -1
  30. package/types/sap.suite.ui.generic.template.d.ts +8 -2
  31. package/types/sap.suite.ui.microchart.d.ts +1 -1
  32. package/types/sap.tnt.d.ts +215 -19
  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 +90 -18
  36. package/types/sap.ui.core.d.ts +160 -40
  37. package/types/sap.ui.dt.d.ts +1 -1
  38. package/types/sap.ui.export.d.ts +1 -1
  39. package/types/sap.ui.fl.d.ts +14 -6
  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 +2 -4
  43. package/types/sap.ui.layout.d.ts +14 -13
  44. package/types/sap.ui.mdc.d.ts +26 -6
  45. package/types/sap.ui.richtexteditor.d.ts +39 -1
  46. package/types/sap.ui.rta.d.ts +31 -5
  47. package/types/sap.ui.suite.d.ts +1 -1
  48. package/types/sap.ui.support.d.ts +30 -16
  49. package/types/sap.ui.table.d.ts +10 -18
  50. package/types/sap.ui.testrecorder.d.ts +1 -1
  51. package/types/sap.ui.unified.d.ts +32 -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 +11 -72
  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 +46 -16
  61. package/types/sap.ushell_abap.d.ts +1 -1
  62. package/types/sap.uxap.d.ts +10 -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.134.0
1
+ // For Library Version: 1.135.0
2
2
 
3
3
  declare module "sap/ui/comp/library" {
4
4
  /**
@@ -1290,8 +1290,8 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1290
1290
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
1291
1291
  * otherwise it will be bound to this `sap.ui.comp.filterbar.FilterBar` itself.
1292
1292
  *
1293
- * This event is fired after a variant has been loaded and applied to the FilterBar. The event can be used
1294
- * to adapt custom filters with data from the variant.
1293
+ * This event is fired after a variant has been loaded and applied to the `FilterBar`. The event can be
1294
+ * used to adapt custom filters with data from the variant.
1295
1295
  *
1296
1296
  *
1297
1297
  * @returns Reference to `this` in order to allow method chaining
@@ -1318,8 +1318,8 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1318
1318
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
1319
1319
  * otherwise it will be bound to this `sap.ui.comp.filterbar.FilterBar` itself.
1320
1320
  *
1321
- * This event is fired after a variant has been loaded and applied to the FilterBar. The event can be used
1322
- * to adapt custom filters with data from the variant.
1321
+ * This event is fired after a variant has been loaded and applied to the `FilterBar`. The event can be
1322
+ * used to adapt custom filters with data from the variant.
1323
1323
  *
1324
1324
  *
1325
1325
  * @returns Reference to `this` in order to allow method chaining
@@ -1497,7 +1497,9 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1497
1497
  * otherwise it will be bound to this `sap.ui.comp.filterbar.FilterBar` itself.
1498
1498
  *
1499
1499
  * This event is fired before a variant is saved. The event can be used to adapt the data of the custom
1500
- * filters, which will be saved as variant later.
1500
+ * filters, which will be saved as variant later. **Note:** This event is not fired during key user adaptation
1501
+ * of the `FilterBar` right away. The variant is saved when the key user saves the draft. Therefore it's
1502
+ * recommended to use the `beforeVariantFetch` event to adapt the data of custom filters for key user scenarios.
1501
1503
  *
1502
1504
  *
1503
1505
  * @returns Reference to `this` in order to allow method chaining
@@ -1525,7 +1527,9 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
1525
1527
  * otherwise it will be bound to this `sap.ui.comp.filterbar.FilterBar` itself.
1526
1528
  *
1527
1529
  * This event is fired before a variant is saved. The event can be used to adapt the data of the custom
1528
- * filters, which will be saved as variant later.
1530
+ * filters, which will be saved as variant later. **Note:** This event is not fired during key user adaptation
1531
+ * of the `FilterBar` right away. The variant is saved when the key user saves the draft. Therefore it's
1532
+ * recommended to use the `beforeVariantFetch` event to adapt the data of custom filters for key user scenarios.
1529
1533
  *
1530
1534
  *
1531
1535
  * @returns Reference to `this` in order to allow method chaining
@@ -4292,7 +4296,9 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4292
4296
 
4293
4297
  /**
4294
4298
  * This event is fired before a variant is saved. The event can be used to adapt the data of the custom
4295
- * filters, which will be saved as variant later.
4299
+ * filters, which will be saved as variant later. **Note:** This event is not fired during key user adaptation
4300
+ * of the `FilterBar` right away. The variant is saved when the key user saves the draft. Therefore it's
4301
+ * recommended to use the `beforeVariantFetch` event to adapt the data of custom filters for key user scenarios.
4296
4302
  */
4297
4303
  beforeVariantSave?: (oEvent: FilterBar$BeforeVariantSaveEvent) => void;
4298
4304
 
@@ -4304,8 +4310,8 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4304
4310
  beforeVariantFetch?: (oEvent: Event) => void;
4305
4311
 
4306
4312
  /**
4307
- * This event is fired after a variant has been loaded and applied to the FilterBar. The event can be used
4308
- * to adapt custom filters with data from the variant.
4313
+ * This event is fired after a variant has been loaded and applied to the `FilterBar`. The event can be
4314
+ * used to adapt custom filters with data from the variant.
4309
4315
  */
4310
4316
  afterVariantLoad?: (oEvent: FilterBar$AfterVariantLoadEvent) => void;
4311
4317
 
@@ -4663,7 +4669,7 @@ declare module "sap/ui/comp/filterbar/FilterBar" {
4663
4669
  selectionSet?: Control[];
4664
4670
 
4665
4671
  /**
4666
- * Is event fired due to user action in FilterBar
4672
+ * Set to `true` when event is fired due to user action in `FilterBar`
4667
4673
  */
4668
4674
  firedFromFilterBar?: boolean;
4669
4675
  }
@@ -8843,7 +8849,7 @@ declare module "sap/ui/comp/navpopover/SmartLink" {
8843
8849
  /**
8844
8850
  * This callback function triggers the retrieval of navigation targets and leads to the opening of the navigation
8845
8851
  * popover. Signatures: `open()` If the `beforePopoverOpens` has been registered, the `open` function has
8846
- * to be called manually in order to open the navigation popover.
8852
+ * to be called manually in order to open the navigation popover or trigger a direct navigation.
8847
8853
  */
8848
8854
  open?: Function;
8849
8855
  }
@@ -10059,7 +10065,7 @@ declare module "sap/ui/comp/navpopover/SemanticObjectController" {
10059
10065
  /**
10060
10066
  * This callback function triggers the retrieval of navigation targets and leads to the opening of the navigation
10061
10067
  * popover. Signatures: `open()` If `beforePopoverOpens` has been registered, `open` function has to be
10062
- * called manually in order to open the navigation popover.
10068
+ * called manually in order to open the navigation popover or trigger a direct navigation.
10063
10069
  */
10064
10070
  open?: Function;
10065
10071
  }
@@ -35988,7 +35994,10 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
35988
35994
 
35989
35995
  import { IShrinkable, ID, TitleLevel, CSSSize } from "sap/ui/core/library";
35990
35996
 
35991
- import { IOverflowToolbarContent } from "sap/m/library";
35997
+ import {
35998
+ IOverflowToolbarContent,
35999
+ IToolbarInteractiveControl,
36000
+ } from "sap/m/library";
35992
36001
 
35993
36002
  import Event from "sap/ui/base/Event";
35994
36003
 
@@ -36010,10 +36019,7 @@ declare module "sap/ui/comp/smartvariants/SmartVariantManagementMediator" {
36010
36019
  */
36011
36020
  export default class SmartVariantManagementMediator
36012
36021
  extends Control
36013
- implements
36014
- IShrinkable,
36015
- IOverflowToolbarContent,
36016
- /* was: sap.m.IToolbarInteractiveControl */ Object
36022
+ implements IShrinkable, IOverflowToolbarContent, IToolbarInteractiveControl
36017
36023
  {
36018
36024
  __implements__sap_ui_core_IShrinkable: boolean;
36019
36025
  __implements__sap_m_IOverflowToolbarContent: boolean;
@@ -38492,6 +38498,26 @@ declare module "sap/ui/comp/state/UIState" {
38492
38498
  * @returns Value of property `semanticDates`
38493
38499
  */
38494
38500
  getSemanticDates(): object;
38501
+ /**
38502
+ * Gets current value of property {@link #getTableSettings tableSettings}.
38503
+ *
38504
+ * Structure containing table related settings. The properties might be related to a specific table type
38505
+ * and will be ignored if a different table type is used.
38506
+ *
38507
+ *
38508
+ * ```javascript
38509
+ *
38510
+ * {
38511
+ * fixedColumnCount: int,
38512
+ * showDetails: boolean
38513
+ * }
38514
+ * ```
38515
+ *
38516
+ *
38517
+ *
38518
+ * @returns Value of property `tableSettings`
38519
+ */
38520
+ getTableSettings(): object;
38495
38521
  /**
38496
38522
  * Gets current value of property {@link #getValueTexts valueTexts}.
38497
38523
  *
@@ -38640,6 +38666,33 @@ declare module "sap/ui/comp/state/UIState" {
38640
38666
  */
38641
38667
  oSemanticDates: object
38642
38668
  ): this;
38669
+ /**
38670
+ * Sets a new value for property {@link #getTableSettings tableSettings}.
38671
+ *
38672
+ * Structure containing table related settings. The properties might be related to a specific table type
38673
+ * and will be ignored if a different table type is used.
38674
+ *
38675
+ *
38676
+ * ```javascript
38677
+ *
38678
+ * {
38679
+ * fixedColumnCount: int,
38680
+ * showDetails: boolean
38681
+ * }
38682
+ * ```
38683
+ *
38684
+ *
38685
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
38686
+ *
38687
+ *
38688
+ * @returns Reference to `this` in order to allow method chaining
38689
+ */
38690
+ setTableSettings(
38691
+ /**
38692
+ * New value for property `tableSettings`
38693
+ */
38694
+ oTableSettings: object
38695
+ ): this;
38643
38696
  /**
38644
38697
  * Sets a new value for property {@link #getValueTexts valueTexts}.
38645
38698
  *
@@ -38818,6 +38871,21 @@ declare module "sap/ui/comp/state/UIState" {
38818
38871
  * ```
38819
38872
  */
38820
38873
  semanticDates?: object | PropertyBindingInfo | `{${string}}`;
38874
+
38875
+ /**
38876
+ * Structure containing table related settings. The properties might be related to a specific table type
38877
+ * and will be ignored if a different table type is used.
38878
+ *
38879
+ *
38880
+ * ```javascript
38881
+ *
38882
+ * {
38883
+ * fixedColumnCount: int,
38884
+ * showDetails: boolean
38885
+ * }
38886
+ * ```
38887
+ */
38888
+ tableSettings?: object | PropertyBindingInfo | `{${string}}`;
38821
38889
  }
38822
38890
  }
38823
38891
 
@@ -42452,6 +42520,10 @@ declare namespace sap {
42452
42520
 
42453
42521
  "sap/ui/comp/delegates/FlexibilityDelegate": undefined;
42454
42522
 
42523
+ "sap/ui/comp/delegates/Label": undefined;
42524
+
42525
+ "sap/ui/comp/delegates/TextArrangement": undefined;
42526
+
42455
42527
  "sap/ui/comp/filterbar/FilterBar": undefined;
42456
42528
 
42457
42529
  "sap/ui/comp/filterbar/FilterGroupItem": undefined;