@openui5/types 1.120.0 → 1.120.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/types",
3
- "version": "1.120.0",
3
+ "version": "1.120.2",
4
4
  "description": "OpenUI5 TypeScript Definitions",
5
5
  "homepage": "https://sap.github.io/ui5-typescript",
6
6
  "author": "SAP SE (https://www.sap.com)",
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.0
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
package/types/sap.m.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.0
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare module "sap/f/library" {
4
4
  export interface IShellBar {
@@ -1207,6 +1207,8 @@ declare module "sap/m/library" {
1207
1207
 
1208
1208
  /**
1209
1209
  * @since 1.21.2
1210
+ * @deprecated (since 1.120) - In case of SAPUI5, see demokit sample 'Smart Field with ValueList Annotation'.
1211
+ * In case of OpenUI5, see demokit sample 'Input - Suggestions - Dynamic'.
1210
1212
  *
1211
1213
  * Suggestion helper for `sap.m.Input` fields when used with an OData model.
1212
1214
  *
@@ -13901,7 +13903,12 @@ declare module "sap/m/ColumnListItem" {
13901
13903
  *
13902
13904
  * @returns jQuery object
13903
13905
  */
13904
- getTabbables(): jQuery;
13906
+ getTabbables(
13907
+ /**
13908
+ * Whether only tabbables of data cells
13909
+ */
13910
+ bContentOnly?: undefined
13911
+ ): jQuery;
13905
13912
  /**
13906
13913
  * @since 1.20
13907
13914
  *
@@ -38933,7 +38940,8 @@ declare module "sap/m/Input" {
38933
38940
  * Gets current value of property {@link #getEnableSuggestionsHighlighting enableSuggestionsHighlighting}.
38934
38941
  *
38935
38942
  * Specifies whether the suggestions highlighting is enabled. **Note:** Due to performance constraints,
38936
- * the functionality will be disabled above 200 items.
38943
+ * the functionality will be disabled above 200 items. **Note:** Highlighting in table suggestions will
38944
+ * work only for cells containing sap.m.Label or sap.m.Text controls.
38937
38945
  *
38938
38946
  * Default value is `true`.
38939
38947
  *
@@ -39634,7 +39642,8 @@ declare module "sap/m/Input" {
39634
39642
  * Sets a new value for property {@link #getEnableSuggestionsHighlighting enableSuggestionsHighlighting}.
39635
39643
  *
39636
39644
  * Specifies whether the suggestions highlighting is enabled. **Note:** Due to performance constraints,
39637
- * the functionality will be disabled above 200 items.
39645
+ * the functionality will be disabled above 200 items. **Note:** Highlighting in table suggestions will
39646
+ * work only for cells containing sap.m.Label or sap.m.Text controls.
39638
39647
  *
39639
39648
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
39640
39649
  *
@@ -40352,7 +40361,8 @@ declare module "sap/m/Input" {
40352
40361
  * @since 1.46
40353
40362
  *
40354
40363
  * Specifies whether the suggestions highlighting is enabled. **Note:** Due to performance constraints,
40355
- * the functionality will be disabled above 200 items.
40364
+ * the functionality will be disabled above 200 items. **Note:** Highlighting in table suggestions will
40365
+ * work only for cells containing sap.m.Label or sap.m.Text controls.
40356
40366
  */
40357
40367
  enableSuggestionsHighlighting?:
40358
40368
  | boolean
@@ -48433,7 +48443,12 @@ declare module "sap/m/ListItemBase" {
48433
48443
  *
48434
48444
  * @returns jQuery object
48435
48445
  */
48436
- getTabbables(): jQuery;
48446
+ getTabbables(
48447
+ /**
48448
+ * Whether only tabbables of the content area
48449
+ */
48450
+ bContentOnly?: undefined
48451
+ ): jQuery;
48437
48452
  /**
48438
48453
  * Gets current value of property {@link #getType type}.
48439
48454
  *
@@ -85077,6 +85092,9 @@ declare module "sap/m/plugins/CopyProvider" {
85077
85092
  * Creates and returns a Copy button that can be used to trigger a copy action, for example, from the table
85078
85093
  * toolbar.
85079
85094
  *
85095
+ * **Note:** The `visible` and `enabled` properties of the Copy button must be managed through this plugin's
85096
+ * own `visible` and `enabled` properties.
85097
+ *
85080
85098
  * @returns The button instance
85081
85099
  */
85082
85100
  getCopyButton(
@@ -85143,7 +85161,7 @@ declare module "sap/m/plugins/CopyProvider" {
85143
85161
  * For the `sap.m.Table` control, if the `items` aggregation of the table is not bound then the callback
85144
85162
  * function gets called with the row instance instead of the binding context.
85145
85163
  * The callback function must return the cell data that is then stringified and copied to the clipboard.
85146
- * If an array is returned from the callback function, then each array values will be copied as a separate
85164
+ * If an array is returned from the callback function, then each array value will be copied as a separate
85147
85165
  * cell into the clipboard.
85148
85166
  * If a column should not be copied to the clipboard, then the callback function must return `undefined`
85149
85167
  * or `null` for each cell of the same column.
@@ -85253,7 +85271,7 @@ declare module "sap/m/plugins/CopyProvider" {
85253
85271
  * For the `sap.m.Table` control, if the `items` aggregation of the table is not bound then the callback
85254
85272
  * function gets called with the row instance instead of the binding context.
85255
85273
  * The callback function must return the cell data that is then stringified and copied to the clipboard.
85256
- * If an array is returned from the callback function, then each array values will be copied as a separate
85274
+ * If an array is returned from the callback function, then each array value will be copied as a separate
85257
85275
  * cell into the clipboard.
85258
85276
  * If a column should not be copied to the clipboard, then the callback function must return `undefined`
85259
85277
  * or `null` for each cell of the same column.
@@ -85321,7 +85339,7 @@ declare module "sap/m/plugins/CopyProvider" {
85321
85339
  * For the `sap.m.Table` control, if the `items` aggregation of the table is not bound then the callback
85322
85340
  * function gets called with the row instance instead of the binding context.
85323
85341
  * The callback function must return the cell data that is then stringified and copied to the clipboard.
85324
- * If an array is returned from the callback function, then each array values will be copied as a separate
85342
+ * If an array is returned from the callback function, then each array value will be copied as a separate
85325
85343
  * cell into the clipboard.
85326
85344
  * If a column should not be copied to the clipboard, then the callback function must return `undefined`
85327
85345
  * or `null` for each cell of the same column.
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.0
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  /**
@@ -1530,6 +1530,8 @@ declare module "sap/tnt/SideNavigation" {
1530
1530
  */
1531
1531
  destroyFixedItem(): this;
1532
1532
  /**
1533
+ * @deprecated (since 1.120) - Use the aggregation `fixedItem` instead.
1534
+ *
1533
1535
  * Destroys the footer in the aggregation {@link #getFooter footer}.
1534
1536
  *
1535
1537
  * @returns Reference to `this` in order to allow method chaining
@@ -1598,6 +1600,8 @@ declare module "sap/tnt/SideNavigation" {
1598
1600
  */
1599
1601
  getFixedItem(): NavigationList;
1600
1602
  /**
1603
+ * @deprecated (since 1.120) - Use the aggregation `fixedItem` instead.
1604
+ *
1601
1605
  * Gets content of aggregation {@link #getFooter footer}.
1602
1606
  *
1603
1607
  * Defines the content inside the footer.
@@ -1679,6 +1683,8 @@ declare module "sap/tnt/SideNavigation" {
1679
1683
  oFixedItem: NavigationList
1680
1684
  ): this;
1681
1685
  /**
1686
+ * @deprecated (since 1.120) - Use the aggregation `fixedItem` instead.
1687
+ *
1682
1688
  * Sets the aggregated {@link #getFooter footer}.
1683
1689
  *
1684
1690
  * @returns Reference to `this` in order to allow method chaining
@@ -1791,6 +1797,8 @@ declare module "sap/tnt/SideNavigation" {
1791
1797
  fixedItem?: NavigationList;
1792
1798
 
1793
1799
  /**
1800
+ * @deprecated (since 1.120) - Use the aggregation `fixedItem` instead.
1801
+ *
1794
1802
  * Defines the content inside the footer.
1795
1803
  */
1796
1804
  footer?: NavigationList;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.0
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare module "sap/ui/codeeditor/library" {}
4
4
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.120.0
1
+ // For Library Version: 1.120.2
2
2
 
3
3
  declare module "sap/ui/commons/library" {
4
4
  import { ColorPickerMode as ColorPickerMode1 } from "sap/ui/unified/library";