@sapui5/ts-types 1.107.0 → 1.108.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 (64) hide show
  1. package/package.json +1 -1
  2. package/types/sap.apf.d.ts +8 -8
  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 +3 -2
  6. package/types/sap.esh.search.ui.d.ts +1 -1
  7. package/types/sap.f.d.ts +111 -44
  8. package/types/sap.fe.common.d.ts +1 -1
  9. package/types/sap.fe.core.d.ts +64 -3
  10. package/types/sap.fe.macros.d.ts +32 -24
  11. package/types/sap.fe.navigation.d.ts +16 -897
  12. package/types/sap.fe.templates.d.ts +30 -4
  13. package/types/sap.fe.test.d.ts +30 -2
  14. package/types/sap.feedback.ui.d.ts +1 -1
  15. package/types/sap.gantt.d.ts +171 -47
  16. package/types/sap.insights.d.ts +1 -1
  17. package/types/sap.landvisz.d.ts +1 -1
  18. package/types/sap.m.d.ts +200 -97
  19. package/types/sap.makit.d.ts +1 -1
  20. package/types/sap.me.d.ts +4 -4
  21. package/types/sap.ndc.d.ts +4 -1
  22. package/types/sap.ovp.d.ts +1 -1
  23. package/types/sap.rules.ui.d.ts +1 -1
  24. package/types/sap.sac.df.d.ts +11 -8
  25. package/types/sap.sac.grid.d.ts +10 -2
  26. package/types/sap.suite.ui.commons.d.ts +40 -17
  27. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  28. package/types/sap.suite.ui.microchart.d.ts +1 -1
  29. package/types/sap.tnt.d.ts +1 -1
  30. package/types/sap.ui.codeeditor.d.ts +1 -1
  31. package/types/sap.ui.commons.d.ts +12 -2
  32. package/types/sap.ui.comp.d.ts +68 -32
  33. package/types/sap.ui.core.d.ts +306 -103
  34. package/types/sap.ui.dt.d.ts +1 -1
  35. package/types/sap.ui.export.d.ts +1 -1
  36. package/types/sap.ui.fl.d.ts +1 -1
  37. package/types/sap.ui.generic.app.d.ts +1 -1
  38. package/types/sap.ui.generic.template.d.ts +1 -1
  39. package/types/sap.ui.integration.d.ts +104 -58
  40. package/types/sap.ui.layout.d.ts +2 -2
  41. package/types/sap.ui.mdc.d.ts +1 -1
  42. package/types/sap.ui.richtexteditor.d.ts +1 -1
  43. package/types/sap.ui.rta.d.ts +1 -1
  44. package/types/sap.ui.suite.d.ts +8 -3
  45. package/types/sap.ui.support.d.ts +1 -1
  46. package/types/sap.ui.table.d.ts +28 -20
  47. package/types/sap.ui.testrecorder.d.ts +1 -1
  48. package/types/sap.ui.unified.d.ts +198 -24
  49. package/types/sap.ui.ux3.d.ts +18 -9
  50. package/types/sap.ui.vbm.d.ts +9 -5
  51. package/types/sap.ui.vk.d.ts +78 -22
  52. package/types/sap.ui.vtm.d.ts +108 -59
  53. package/types/sap.ui.webc.common.d.ts +3 -3
  54. package/types/sap.ui.webc.fiori.d.ts +58 -58
  55. package/types/sap.ui.webc.main.d.ts +129 -129
  56. package/types/sap.uiext.inbox.d.ts +5 -5
  57. package/types/sap.ushell.d.ts +124 -1701
  58. package/types/sap.ushell_abap.d.ts +1 -1
  59. package/types/sap.uxap.d.ts +1 -1
  60. package/types/sap.viz.d.ts +132 -132
  61. package/types/sap.webanalytics.core.d.ts +1 -1
  62. package/types/sap.zen.commons.d.ts +1 -1
  63. package/types/sap.zen.crosstab.d.ts +4 -4
  64. package/types/sap.zen.dsh.d.ts +2 -2
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
package/types/sap.me.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -3615,7 +3615,7 @@ declare namespace sap {
3615
3615
  }
3616
3616
  /**
3617
3617
  * @deprecated (since 1.34)
3618
- * @EXPERIMENTAL (since 1.12)
3618
+ * @EXPERIMENTAL (since 1.12) - API is not yet finished and might change completely
3619
3619
  *
3620
3620
  * Type of Design for the Calendar
3621
3621
  */
@@ -3631,7 +3631,7 @@ declare namespace sap {
3631
3631
  }
3632
3632
  /**
3633
3633
  * @deprecated (since 1.34)
3634
- * @EXPERIMENTAL (since 1.12)
3634
+ * @EXPERIMENTAL (since 1.12) - API is not yet finished and might change completely
3635
3635
  *
3636
3636
  * Type code for a calendar event
3637
3637
  */
@@ -3663,7 +3663,7 @@ declare namespace sap {
3663
3663
  }
3664
3664
  /**
3665
3665
  * @deprecated (since 1.34)
3666
- * @EXPERIMENTAL (since 1.12)
3666
+ * @EXPERIMENTAL (since 1.12) - API is not yet finished and might change completely
3667
3667
  *
3668
3668
  * Selection Mode for the Calendar
3669
3669
  */
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -89,6 +89,9 @@ declare namespace sap {
89
89
  /**
90
90
  * @SINCE 1.28.0
91
91
  *
92
+ * Please refer to SAP
93
+ * Note 2402585 for information on barcode scanner support in native iOS and Android browsers.
94
+ *
92
95
  * Here is an example of how to trigger the scan function of BarcodeScanner:
93
96
  * ```javascript
94
97
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace rules {
@@ -1,11 +1,11 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
5
5
  /**
6
6
  * @EXPERIMENTAL
7
7
  *
8
- * Dragonfly Library. Provides models and control to access Multidimensional Dara via InA protocol and Firefly
8
+ * Dragonfly Library. Provides models and control to access Multidimensional Data via InA protocol and Firefly
9
9
  * library
10
10
  */
11
11
  namespace df {
@@ -1363,9 +1363,12 @@ declare namespace sap {
1363
1363
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
1364
1364
 
1365
1365
  /**
1366
- * alternative the Json Object to be used for configuration
1366
+ * JSON object containing the configuration (alternative to configurationURI)
1367
1367
  */
1368
- configObject?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1368
+ configObject?:
1369
+ | object
1370
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1371
+ | `{${string}}`;
1369
1372
 
1370
1373
  /**
1371
1374
  * Width of the component
@@ -1661,11 +1664,11 @@ declare namespace sap {
1661
1664
  /**
1662
1665
  * Gets current value of property {@link #getConfigObject configObject}.
1663
1666
  *
1664
- * alternative the Json Object to be used for configuration
1667
+ * JSON object containing the configuration (alternative to configurationURI)
1665
1668
  *
1666
1669
  * @returns Value of property `configObject`
1667
1670
  */
1668
- getConfigObject(): string;
1671
+ getConfigObject(): object;
1669
1672
  /**
1670
1673
  * Gets current value of property {@link #getConfigurationURI configurationURI}.
1671
1674
  *
@@ -1920,7 +1923,7 @@ declare namespace sap {
1920
1923
  /**
1921
1924
  * Sets a new value for property {@link #getConfigObject configObject}.
1922
1925
  *
1923
- * alternative the Json Object to be used for configuration
1926
+ * JSON object containing the configuration (alternative to configurationURI)
1924
1927
  *
1925
1928
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1926
1929
  *
@@ -1930,7 +1933,7 @@ declare namespace sap {
1930
1933
  /**
1931
1934
  * New value for property `configObject`
1932
1935
  */
1933
- sConfigObject: string
1936
+ oConfigObject: object
1934
1937
  ): this;
1935
1938
  /**
1936
1939
  * Sets a new value for property {@link #getConfigurationURI configurationURI}.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace sac {
@@ -489,7 +489,7 @@ declare namespace sap {
489
489
  */
490
490
  class SemanticStyle extends sap.ui.core.Element {
491
491
  /**
492
- * Creates and initializes a new Semanitc style. settings.
492
+ * Creates and initializes a new Semantic style. settings.
493
493
  *
494
494
  * Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
495
495
  * objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
@@ -574,6 +574,8 @@ declare namespace sap {
574
574
  ): this;
575
575
  }
576
576
  /**
577
+ * @EXPERIMENTAL
578
+ *
577
579
  * Alert Level.
578
580
  */
579
581
  enum AlertLevel {
@@ -619,6 +621,8 @@ declare namespace sap {
619
621
  NORMAL = "0",
620
622
  }
621
623
  /**
624
+ * @EXPERIMENTAL
625
+ *
622
626
  * Part of the grid in which a `cell` resides.
623
627
  */
624
628
  enum CellGridPart {
@@ -644,6 +648,8 @@ declare namespace sap {
644
648
  Rows = "Rows",
645
649
  }
646
650
  /**
651
+ * @EXPERIMENTAL
652
+ *
647
653
  * Types of a grid cell.
648
654
  */
649
655
  enum CellType {
@@ -697,6 +703,8 @@ declare namespace sap {
697
703
  TITLE = "Title",
698
704
  }
699
705
  /**
706
+ * @EXPERIMENTAL
707
+ *
700
708
  * Format to be applied to a `Grid`
701
709
  */
702
710
  enum Format {
@@ -1,16 +1,4 @@
1
- // For Library Version: 1.107.0
2
-
3
- declare module "sap/suite/ui/commons/collaborationhelper/CollaborationHelper" {
4
- /**
5
- * @SINCE 1.104
6
- * @EXPERIMENTAL (since 1.104)
7
- *
8
- * Provides functionality Share options
9
- */
10
- interface CollaborationHelper {}
11
- const CollaborationHelper: CollaborationHelper;
12
- export default CollaborationHelper;
13
- }
1
+ // For Library Version: 1.108.0
14
2
 
15
3
  declare namespace sap {
16
4
  namespace suite {
@@ -11195,7 +11183,7 @@ declare namespace sap {
11195
11183
  | `{${string}}`;
11196
11184
 
11197
11185
  /**
11198
- * @deprecated
11186
+ * @deprecated (since 1.54.1)
11199
11187
  *
11200
11188
  * Specifies the delay of the initial value animation. Only applicable if the `animationOnStartup` property
11201
11189
  * is set to `true`.
@@ -13070,7 +13058,7 @@ declare namespace sap {
13070
13058
  */
13071
13059
  getAnimationOnStartup(): boolean;
13072
13060
  /**
13073
- * @deprecated - true
13061
+ * @deprecated (since 1.54.1)
13074
13062
  *
13075
13063
  * Gets current value of property {@link #getAnimationOnStartupDelay animationOnStartupDelay}.
13076
13064
  *
@@ -13206,7 +13194,7 @@ declare namespace sap {
13206
13194
  bAnimationOnStartup?: boolean
13207
13195
  ): this;
13208
13196
  /**
13209
- * @deprecated - true
13197
+ * @deprecated (since 1.54.1)
13210
13198
  *
13211
13199
  * Sets a new value for property {@link #getAnimationOnStartupDelay animationOnStartupDelay}.
13212
13200
  *
@@ -17335,6 +17323,14 @@ declare namespace sap {
17335
17323
  | sap.ui.base.ManagedObject.PropertyBindingInfo
17336
17324
  | `{${string}}`;
17337
17325
 
17326
+ /**
17327
+ * Model shared from export as dialog
17328
+ */
17329
+ sharedModel?:
17330
+ | object
17331
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
17332
+ | `{${string}}`;
17333
+
17338
17334
  /**
17339
17335
  * Overwrites the default text for the confirmation button.
17340
17336
  */
@@ -24644,6 +24640,14 @@ declare namespace sap {
24644
24640
  * @returns Value of property `serviceUrl`
24645
24641
  */
24646
24642
  getServiceUrl(): sap.ui.core.URI;
24643
+ /**
24644
+ * Gets current value of property {@link #getSharedModel sharedModel}.
24645
+ *
24646
+ * Model shared from export as dialog
24647
+ *
24648
+ * @returns Value of property `sharedModel`
24649
+ */
24650
+ getSharedModel(): object;
24647
24651
  /**
24648
24652
  * Gets current value of property {@link #getSuggestedFileName suggestedFileName}.
24649
24653
  *
@@ -24764,6 +24768,21 @@ declare namespace sap {
24764
24768
  */
24765
24769
  sServiceUrl?: sap.ui.core.URI
24766
24770
  ): this;
24771
+ /**
24772
+ * Sets a new value for property {@link #getSharedModel sharedModel}.
24773
+ *
24774
+ * Model shared from export as dialog
24775
+ *
24776
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
24777
+ *
24778
+ * @returns Reference to `this` in order to allow method chaining
24779
+ */
24780
+ setSharedModel(
24781
+ /**
24782
+ * New value for property `sharedModel`
24783
+ */
24784
+ oSharedModel?: object
24785
+ ): this;
24767
24786
  /**
24768
24787
  * Sets a new value for property {@link #getSuggestedFileName suggestedFileName}.
24769
24788
  *
@@ -45784,7 +45803,11 @@ declare namespace sap {
45784
45803
 
45785
45804
  "sap/suite/ui/commons/CloudFilePicker": undefined;
45786
45805
 
45787
- "sap/suite/ui/commons/collaborationhelper/CollaborationHelper": undefined;
45806
+ "sap/suite/ui/commons/collaboration/BaseHelperService": undefined;
45807
+
45808
+ "sap/suite/ui/commons/collaboration/TeamsHelperService": undefined;
45809
+
45810
+ "sap/suite/ui/commons/collaboration/URLMinifier": undefined;
45788
45811
 
45789
45812
  "sap/suite/ui/commons/ColumnData": undefined;
45790
45813
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.0
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace suite {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -11864,7 +11864,17 @@ declare namespace sap {
11864
11864
  */
11865
11865
  getDefaultButton(): sap.ui.core.ID;
11866
11866
  /**
11867
- * @EXPERIMENTAL
11867
+ * @EXPERIMENTAL - Whether a dialog is regarded as "enabled" during the state transitions (OPENING, CLOSING)
11868
+ * is not fully decided. Currently, it is enabled during the OPENING phase and disabled during the CLOSING
11869
+ * phase. The only potential change would be to treat the OPENING phase as disabled as well. Applications
11870
+ * should be prepared to receive events from "enabled" controls after they called open() on the dialog until
11871
+ * close() is called on it. If the mentioned potential change should happen, the dialog will become enabled
11872
+ * only after the transition to OPEN. Events from "enabled" children then can still only arrive between
11873
+ * open() and close(), so applications that obey the previous rule should continue to work. Only end users
11874
+ * or code that explicitly triggers pseudo user events will notice a difference.
11875
+ * A second aspect that might change is the visual behavior of the content: during the CLOSING phase it
11876
+ * 'looks' enabled but in fact it is already disabled. This avoids unnecessary redraws for content that
11877
+ * becomes hidden soon. Should this show to be confusing for end users, it might be changed.
11868
11878
  *
11869
11879
  * Determines whether the dialog is currently enabled or not.
11870
11880
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.107.1
1
+ // For Library Version: 1.108.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -15722,7 +15722,7 @@ declare namespace sap {
15722
15722
 
15723
15723
  /**
15724
15724
  * @SINCE 1.42.0
15725
- * @EXPERIMENTAL (since 1.42.0)
15725
+ * @EXPERIMENTAL (since 1.42.0) - This property is NOT stable yet. Use at your own risk.
15726
15726
  *
15727
15727
  * Indicates if the analytical parameters (SelectionVariant) must be taken into consideration.
15728
15728
  */
@@ -15748,7 +15748,7 @@ declare namespace sap {
15748
15748
 
15749
15749
  /**
15750
15750
  * @SINCE 1.44.0
15751
- * @EXPERIMENTAL (since 1.44.0)
15751
+ * @EXPERIMENTAL (since 1.44.0) - This property is NOT stable yet. Use at your own risk.
15752
15752
  *
15753
15753
  * If set to `true` all search requests will be ignored. This functionality is only intended to be used
15754
15754
  * internally to enable an optimal solution when the filter bar is controlled by the smart templates. NOTE:
@@ -17340,7 +17340,7 @@ declare namespace sap {
17340
17340
  mParameters?: object
17341
17341
  ): this;
17342
17342
  /**
17343
- * @EXPERIMENTAL (since 1.42.0)
17343
+ * @EXPERIMENTAL (since 1.42.0) - The API is NOT stable yet. Use at your own risk.
17344
17344
  *
17345
17345
  * Returns the binding paths for the parameters.
17346
17346
  *
@@ -17363,7 +17363,7 @@ declare namespace sap {
17363
17363
  getBasicSearchFieldName(): string;
17364
17364
  /**
17365
17365
  * @SINCE 1.42.0
17366
- * @EXPERIMENTAL (since 1.42.0)
17366
+ * @EXPERIMENTAL (since 1.42.0) - This property is NOT stable yet. Use at your own risk.
17367
17367
  *
17368
17368
  * Gets current value of property {@link #getConsiderAnalyticalParameters considerAnalyticalParameters}.
17369
17369
  *
@@ -17654,7 +17654,7 @@ declare namespace sap {
17654
17654
  getSmartVariant(): sap.ui.core.ID;
17655
17655
  /**
17656
17656
  * @SINCE 1.44.0
17657
- * @EXPERIMENTAL (since 1.44.0)
17657
+ * @EXPERIMENTAL (since 1.44.0) - This property is NOT stable yet. Use at your own risk.
17658
17658
  *
17659
17659
  * Gets current value of property {@link #getSuppressSelection suppressSelection}.
17660
17660
  *
@@ -17853,7 +17853,7 @@ declare namespace sap {
17853
17853
  ): this;
17854
17854
  /**
17855
17855
  * @SINCE 1.42.0
17856
- * @EXPERIMENTAL (since 1.42.0)
17856
+ * @EXPERIMENTAL (since 1.42.0) - This property is NOT stable yet. Use at your own risk.
17857
17857
  *
17858
17858
  * Sets a new value for property {@link #getConsiderAnalyticalParameters considerAnalyticalParameters}.
17859
17859
  *
@@ -18094,7 +18094,7 @@ declare namespace sap {
18094
18094
  ): this;
18095
18095
  /**
18096
18096
  * @SINCE 1.44.0
18097
- * @EXPERIMENTAL (since 1.44.0)
18097
+ * @EXPERIMENTAL (since 1.44.0) - This property is NOT stable yet. Use at your own risk.
18098
18098
  *
18099
18099
  * Sets a new value for property {@link #getSuppressSelection suppressSelection}.
18100
18100
  *
@@ -18251,7 +18251,7 @@ declare namespace sap {
18251
18251
  */
18252
18252
  static getMetadata(): sap.ui.core.ElementMetadata;
18253
18253
  /**
18254
- * @deprecated - Deprecated as of version 1.99. Use {@link sap.ui.core.Core.byId} instead!
18254
+ * @deprecated (since 1.99) - Use {@link sap.ui.core.Core.byId} instead!
18255
18255
  *
18256
18256
  * Returns instance of the control
18257
18257
  *
@@ -18259,7 +18259,7 @@ declare namespace sap {
18259
18259
  */
18260
18260
  getControl(): sap.ui.core.Control | null;
18261
18261
  /**
18262
- * @deprecated - Deprecated as of version 1.99.
18262
+ * @deprecated (since 1.99)
18263
18263
  */
18264
18264
  setControl(
18265
18265
  /**
@@ -18334,6 +18334,12 @@ declare namespace sap {
18334
18334
  * Restrict filter to multiple entries.
18335
18335
  */
18336
18336
  multiple = "multiple",
18337
+ /**
18338
+ * @SINCE 1.107
18339
+ *
18340
+ * Restrict filter to be used as first operand in startswith, endswith, and contains clauses.
18341
+ */
18342
+ searchExpression = "searchExpression",
18337
18343
  /**
18338
18344
  * Restrict filter to a single entry.
18339
18345
  */
@@ -26543,8 +26549,12 @@ declare namespace sap {
26543
26549
  * - `textInEditModeSource`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setTextInEditModeSource}
26544
26550
  *
26545
26551
  * - `insertIgnoreRestrictions`: The `customData` setting for the `sap.ui.comp.smartfield.SmartField`
26546
- * control. Supported as of version 1.103. Examples for the `customizeConfig` property to
26547
- * change the `textInEditModeSource` for the default `smartField`
26552
+ * control. Supported as of version 1.103.
26553
+ * - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
26554
+ * generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
26555
+ * `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
26556
+ * Examples for the `customizeConfig` property to change the `textInEditModeSource` for
26557
+ * the default `smartField`
26548
26558
  * ```javascript
26549
26559
  *
26550
26560
  * <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
@@ -26557,6 +26567,12 @@ declare namespace sap {
26557
26567
  * others to ValueList -->
26558
26568
  * <SmartTable customizeConfig="{'textInEditModeSource': {'*': 'ValueList','Bukrs':'NavigationProperty'}}" >
26559
26569
  * ```
26570
+ *
26571
+ * ```javascript
26572
+ *
26573
+ * <!-- Sets the `autoColumnWidth` property of all the columns -->
26574
+ * <SmartTable customizeConfig="{'autoColumnWidth': {'*': {'min': 5, 'max': 10, 'gap': 2, 'truncateLabel': false}}}" >
26575
+ * ```
26560
26576
  */
26561
26577
  customizeConfig?:
26562
26578
  | object
@@ -27047,7 +27063,7 @@ declare namespace sap {
27047
27063
  beforeExport?: (oEvent: sap.ui.base.Event) => void;
27048
27064
 
27049
27065
  /**
27050
- * @EXPERIMENTAL (since 1.64)
27066
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
27051
27067
  *
27052
27068
  * This event is fired just before the paste event is triggered and can be used to prevent the default paste
27053
27069
  * behavior.
@@ -27055,7 +27071,7 @@ declare namespace sap {
27055
27071
  beforePaste?: (oEvent: sap.ui.base.Event) => void;
27056
27072
 
27057
27073
  /**
27058
- * @EXPERIMENTAL (since 1.64)
27074
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
27059
27075
  *
27060
27076
  * This event is fired when paste is triggered.
27061
27077
  */
@@ -27377,7 +27393,7 @@ declare namespace sap {
27377
27393
  oListener?: object
27378
27394
  ): this;
27379
27395
  /**
27380
- * @EXPERIMENTAL (since 1.64)
27396
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
27381
27397
  *
27382
27398
  * Attaches event handler `fnFunction` to the {@link #event:beforePaste beforePaste} event of this `sap.ui.comp.smarttable.SmartTable`.
27383
27399
  *
@@ -27405,7 +27421,7 @@ declare namespace sap {
27405
27421
  oListener?: object
27406
27422
  ): this;
27407
27423
  /**
27408
- * @EXPERIMENTAL (since 1.64)
27424
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
27409
27425
  *
27410
27426
  * Attaches event handler `fnFunction` to the {@link #event:beforePaste beforePaste} event of this `sap.ui.comp.smarttable.SmartTable`.
27411
27427
  *
@@ -27783,7 +27799,7 @@ declare namespace sap {
27783
27799
  oListener?: object
27784
27800
  ): this;
27785
27801
  /**
27786
- * @EXPERIMENTAL (since 1.64)
27802
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
27787
27803
  *
27788
27804
  * Attaches event handler `fnFunction` to the {@link #event:paste paste} event of this `sap.ui.comp.smarttable.SmartTable`.
27789
27805
  *
@@ -27810,7 +27826,7 @@ declare namespace sap {
27810
27826
  oListener?: object
27811
27827
  ): this;
27812
27828
  /**
27813
- * @EXPERIMENTAL (since 1.64)
27829
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
27814
27830
  *
27815
27831
  * Attaches event handler `fnFunction` to the {@link #event:paste paste} event of this `sap.ui.comp.smarttable.SmartTable`.
27816
27832
  *
@@ -28068,7 +28084,7 @@ declare namespace sap {
28068
28084
  oListener?: object
28069
28085
  ): this;
28070
28086
  /**
28071
- * @EXPERIMENTAL (since 1.64)
28087
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
28072
28088
  *
28073
28089
  * Detaches event handler `fnFunction` from the {@link #event:beforePaste beforePaste} event of this `sap.ui.comp.smarttable.SmartTable`.
28074
28090
  *
@@ -28225,7 +28241,7 @@ declare namespace sap {
28225
28241
  oListener?: object
28226
28242
  ): this;
28227
28243
  /**
28228
- * @EXPERIMENTAL (since 1.64)
28244
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
28229
28245
  *
28230
28246
  * Detaches event handler `fnFunction` from the {@link #event:paste paste} event of this `sap.ui.comp.smarttable.SmartTable`.
28231
28247
  *
@@ -28364,7 +28380,7 @@ declare namespace sap {
28364
28380
  }
28365
28381
  ): this;
28366
28382
  /**
28367
- * @EXPERIMENTAL (since 1.64)
28383
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
28368
28384
  *
28369
28385
  * Fires event {@link #event:beforePaste beforePaste} to attached listeners.
28370
28386
  *
@@ -28483,7 +28499,7 @@ declare namespace sap {
28483
28499
  mParameters?: object
28484
28500
  ): this;
28485
28501
  /**
28486
- * @EXPERIMENTAL (since 1.64)
28502
+ * @EXPERIMENTAL (since 1.64) - This API is experimental and subject to change
28487
28503
  *
28488
28504
  * Fires event {@link #event:paste paste} to attached listeners.
28489
28505
  *
@@ -28543,8 +28559,12 @@ declare namespace sap {
28543
28559
  * - `textInEditModeSource`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setTextInEditModeSource}
28544
28560
  *
28545
28561
  * - `insertIgnoreRestrictions`: The `customData` setting for the `sap.ui.comp.smartfield.SmartField`
28546
- * control. Supported as of version 1.103. Examples for the `customizeConfig` property to
28547
- * change the `textInEditModeSource` for the default `smartField`
28562
+ * control. Supported as of version 1.103.
28563
+ * - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
28564
+ * generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
28565
+ * `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
28566
+ * Examples for the `customizeConfig` property to change the `textInEditModeSource` for
28567
+ * the default `smartField`
28548
28568
  * ```javascript
28549
28569
  *
28550
28570
  * <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
@@ -28558,6 +28578,12 @@ declare namespace sap {
28558
28578
  * <SmartTable customizeConfig="{'textInEditModeSource': {'*': 'ValueList','Bukrs':'NavigationProperty'}}" >
28559
28579
  * ```
28560
28580
  *
28581
+ * ```javascript
28582
+ *
28583
+ * <!-- Sets the `autoColumnWidth` property of all the columns -->
28584
+ * <SmartTable customizeConfig="{'autoColumnWidth': {'*': {'min': 5, 'max': 10, 'gap': 2, 'truncateLabel': false}}}" >
28585
+ * ```
28586
+ *
28561
28587
  *
28562
28588
  * @returns Value of property `customizeConfig`
28563
28589
  */
@@ -29320,8 +29346,12 @@ declare namespace sap {
29320
29346
  * - `textInEditModeSource`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setTextInEditModeSource}
29321
29347
  *
29322
29348
  * - `insertIgnoreRestrictions`: The `customData` setting for the `sap.ui.comp.smartfield.SmartField`
29323
- * control. Supported as of version 1.103. Examples for the `customizeConfig` property to
29324
- * change the `textInEditModeSource` for the default `smartField`
29349
+ * control. Supported as of version 1.103.
29350
+ * - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
29351
+ * generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
29352
+ * `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
29353
+ * Examples for the `customizeConfig` property to change the `textInEditModeSource` for
29354
+ * the default `smartField`
29325
29355
  * ```javascript
29326
29356
  *
29327
29357
  * <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
@@ -29335,6 +29365,12 @@ declare namespace sap {
29335
29365
  * <SmartTable customizeConfig="{'textInEditModeSource': {'*': 'ValueList','Bukrs':'NavigationProperty'}}" >
29336
29366
  * ```
29337
29367
  *
29368
+ * ```javascript
29369
+ *
29370
+ * <!-- Sets the `autoColumnWidth` property of all the columns -->
29371
+ * <SmartTable customizeConfig="{'autoColumnWidth': {'*': {'min': 5, 'max': 10, 'gap': 2, 'truncateLabel': false}}}" >
29372
+ * ```
29373
+ *
29338
29374
  *
29339
29375
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
29340
29376
  *
@@ -33208,7 +33244,7 @@ declare namespace sap {
33208
33244
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
33209
33245
 
33210
33246
  /**
33211
- * @deprecated - 1.84.1
33247
+ * @deprecated (since 1.84.1)
33212
33248
  *
33213
33249
  * Defines the maximum number of include ranges.
33214
33250
  */
@@ -33217,7 +33253,7 @@ declare namespace sap {
33217
33253
  | sap.ui.base.ManagedObject.PropertyBindingInfo;
33218
33254
 
33219
33255
  /**
33220
- * @deprecated - 1.84.1
33256
+ * @deprecated (since 1.84.1)
33221
33257
  *
33222
33258
  * Defines the maximum number of exclude ranges.
33223
33259
  */
@@ -33986,7 +34022,7 @@ declare namespace sap {
33986
34022
  */
33987
34023
  getMaxConditions(): string;
33988
34024
  /**
33989
- * @deprecated - 1.84.1
34025
+ * @deprecated (since 1.84.1)
33990
34026
  *
33991
34027
  * Gets current value of property {@link #getMaxExcludeRanges maxExcludeRanges}.
33992
34028
  *
@@ -33998,7 +34034,7 @@ declare namespace sap {
33998
34034
  */
33999
34035
  getMaxExcludeRanges(): string;
34000
34036
  /**
34001
- * @deprecated - 1.84.1
34037
+ * @deprecated (since 1.84.1)
34002
34038
  *
34003
34039
  * Gets current value of property {@link #getMaxIncludeRanges maxIncludeRanges}.
34004
34040
  *
@@ -34270,7 +34306,7 @@ declare namespace sap {
34270
34306
  sMaxConditions?: string
34271
34307
  ): this;
34272
34308
  /**
34273
- * @deprecated - 1.84.1
34309
+ * @deprecated (since 1.84.1)
34274
34310
  *
34275
34311
  * Sets a new value for property {@link #getMaxExcludeRanges maxExcludeRanges}.
34276
34312
  *
@@ -34289,7 +34325,7 @@ declare namespace sap {
34289
34325
  sMaxExcludeRanges?: string
34290
34326
  ): this;
34291
34327
  /**
34292
- * @deprecated - 1.84.1
34328
+ * @deprecated (since 1.84.1)
34293
34329
  *
34294
34330
  * Sets a new value for property {@link #getMaxIncludeRanges maxIncludeRanges}.
34295
34331
  *