@sapui5/ts-types 1.147.2 → 1.148.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/index.d.ts +7 -7
  3. package/types/sap.apf.d.ts +1 -1
  4. package/types/sap.ca.ui.d.ts +1 -1
  5. package/types/sap.chart.d.ts +1 -1
  6. package/types/sap.collaboration.d.ts +50 -11
  7. package/types/sap.esh.search.ui.d.ts +181 -34
  8. package/types/sap.f.d.ts +1 -1
  9. package/types/sap.fe.ariba.d.ts +1 -1
  10. package/types/sap.fe.base.d.ts +1 -1
  11. package/types/sap.fe.controls.d.ts +1 -1
  12. package/types/sap.fe.core.d.ts +47 -1
  13. package/types/sap.fe.ina.d.ts +1 -1
  14. package/types/sap.fe.macros.d.ts +25 -2
  15. package/types/sap.fe.navigation.d.ts +1 -1
  16. package/types/sap.fe.placeholder.d.ts +1 -1
  17. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  18. package/types/sap.fe.templates.d.ts +3 -1
  19. package/types/sap.fe.test.d.ts +1 -1
  20. package/types/sap.fe.tools.d.ts +1 -1
  21. package/types/sap.feedback.ui.d.ts +1 -1
  22. package/types/sap.gantt.d.ts +19 -1
  23. package/types/sap.insights.d.ts +1 -1
  24. package/types/{mobile-1.147.0-d.ts → sap.m.d.ts} +188 -34
  25. package/types/sap.makit.d.ts +1 -1
  26. package/types/sap.me.d.ts +1 -1
  27. package/types/sap.ndc.d.ts +2 -1
  28. package/types/sap.ovp.d.ts +1 -1
  29. package/types/sap.rules.ui.d.ts +1 -1
  30. package/types/sap.sac.df.d.ts +1 -1
  31. package/types/sap.suite.ui.commons.d.ts +1 -1
  32. package/types/sap.suite.ui.generic.template.d.ts +1 -1
  33. package/types/sap.suite.ui.microchart.d.ts +1 -1
  34. package/types/{tnt-1.147.0-d.ts → sap.tnt.d.ts} +1 -1
  35. package/types/sap.ui.codeeditor.d.ts +1 -1
  36. package/types/{commons-1.147.0-d.ts → sap.ui.commons.d.ts} +1 -1
  37. package/types/sap.ui.comp.d.ts +197 -4
  38. package/types/{core-1.147.0-d.ts → sap.ui.core.d.ts} +58 -19
  39. package/types/{dt-1.147.0-d.ts → sap.ui.dt.d.ts} +1 -1
  40. package/types/sap.ui.export.d.ts +143 -1
  41. package/types/sap.ui.fl.d.ts +1 -1
  42. package/types/sap.ui.generic.app.d.ts +1 -1
  43. package/types/sap.ui.generic.template.d.ts +1 -1
  44. package/types/sap.ui.geomap.d.ts +1 -1
  45. package/types/sap.ui.integration.d.ts +6 -3
  46. package/types/sap.ui.layout.d.ts +1 -1
  47. package/types/{mdc-1.147.0-d.ts → sap.ui.mdc.d.ts} +236 -3
  48. package/types/sap.ui.richtexteditor.d.ts +1 -1
  49. package/types/sap.ui.rta.d.ts +1 -1
  50. package/types/sap.ui.suite.d.ts +1 -1
  51. package/types/sap.ui.support.d.ts +1 -1
  52. package/types/sap.ui.table.d.ts +4 -4
  53. package/types/sap.ui.testrecorder.d.ts +1 -1
  54. package/types/sap.ui.unified.d.ts +1 -1
  55. package/types/{ux3-1.147.0-d.ts → sap.ui.ux3.d.ts} +1 -1
  56. package/types/sap.ui.vbm.d.ts +1 -1
  57. package/types/sap.ui.vk.d.ts +1 -1
  58. package/types/sap.ui.vtm.d.ts +1 -1
  59. package/types/sap.uiext.inbox.d.ts +1 -1
  60. package/types/sap.ushell.d.ts +3 -3
  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.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -821,6 +821,9 @@ declare namespace sap {
821
821
  * URL.
822
822
  * - If both the manifest URL and the base URL are defined, the base URL is used.
823
823
  * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
824
+ *
825
+ *
826
+ * @since 1.70
824
827
  */
825
828
  baseUrl?:
826
829
  | sap.ui.core.URI
@@ -1551,6 +1554,7 @@ declare namespace sap {
1551
1554
  * - If neither the manifest URL nor the base URL is defined, relative resources will not load correctly.
1552
1555
  *
1553
1556
  *
1557
+ * @since 1.70
1554
1558
  *
1555
1559
  * @returns Value of property `baseUrl`
1556
1560
  */
@@ -1989,6 +1993,7 @@ declare namespace sap {
1989
1993
  *
1990
1994
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
1991
1995
  *
1996
+ * @since 1.70
1992
1997
  *
1993
1998
  * @returns Reference to `this` in order to allow method chaining
1994
1999
  */
@@ -4754,8 +4759,6 @@ declare namespace sap {
4754
4759
 
4755
4760
  "sap/ui/integration/library": undefined;
4756
4761
 
4757
- "sap/ui/integration/services/Service": undefined;
4758
-
4759
4762
  "sap/ui/integration/util/CsrfTokenHandler": undefined;
4760
4763
 
4761
4764
  "sap/ui/integration/util/DataProvider": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare module "sap/ui/mdc/AggregationBaseDelegate" {
4
4
  import BaseDelegate from "sap/ui/mdc/BaseDelegate";
@@ -1368,7 +1368,13 @@ declare module "sap/ui/mdc/field/MultiValueFieldDelegate" {
1368
1368
  * Items can be removed, updated, or added. Use the binding information of the {@link sap.ui.mdc.MultiValueField MultiValueField }
1369
1369
  * control to update the data in the related model.
1370
1370
  *
1371
+ * If updating of the items fails, return a rejected `Promise` to sync the conditions with the items. Set
1372
+ * a `valueState` if needed.
1373
+ *
1371
1374
  * @since 1.142
1375
+ *
1376
+ * @returns null or a `Promise` returning an array containing the current items after update. If update
1377
+ * of items fails, the `Promise` needs to be rejected
1372
1378
  */
1373
1379
  updateItemsFromConditions(
1374
1380
  /**
@@ -1380,7 +1386,7 @@ declare module "sap/ui/mdc/field/MultiValueFieldDelegate" {
1380
1386
  * Current conditions of the {@link sap.ui.mdc.MultiValueField MultiValueField} control
1381
1387
  */
1382
1388
  aConditions: sap.ui.mdc.condition.ConditionObject[]
1383
- ): void;
1389
+ ): null | Promise<sap.ui.mdc.field.MultiValueFieldItem[]>;
1384
1390
  }
1385
1391
  const MultiValueFieldDelegate: MultiValueFieldDelegate;
1386
1392
  export default MultiValueFieldDelegate;
@@ -6527,6 +6533,18 @@ declare namespace sap {
6527
6533
  * @since 1.115
6528
6534
  */
6529
6535
  enum TableRowActionType {
6536
+ /**
6537
+ * Custom-defined row action
6538
+ *
6539
+ * @since 1.148
6540
+ */
6541
+ Custom = "Custom",
6542
+ /**
6543
+ * Row action for deletion
6544
+ *
6545
+ * @since 1.148
6546
+ */
6547
+ Delete = "Delete",
6530
6548
  /**
6531
6549
  * Navigation arrow (chevron) is shown
6532
6550
  */
@@ -16717,6 +16735,47 @@ declare namespace sap {
16717
16735
  | sap.ui.base.ManagedObject.PropertyBindingInfo
16718
16736
  | `{${string}}`;
16719
16737
 
16738
+ /**
16739
+ * Defines the number of row actions to display.
16740
+ *
16741
+ * This property is useful for bound row actions where the count cannot be determined automatically. If
16742
+ * not set, the count is derived from:
16743
+ * - Bound actions: Defaults to 1 (must be set explicitly if multiple actions exist)
16744
+ * - Static actions: The length of the `rowActions` aggregation
16745
+ *
16746
+ * **Note:**
16747
+ * If the `rowActionCount` property is not explicitly set, the table will automatically determine the number
16748
+ * of row actions that is displayed based on the configuration of the `RowSettings` and the underlying table
16749
+ * type. In this case, the table will check how many actions are configured in the `RowSettings` and will
16750
+ * display as many actions as possible up to the maximum number of actions supported by the underlying table
16751
+ * type.
16752
+ *
16753
+ *
16754
+ * If the `rowActionCount` property is explicitly set, its value will be used to determine how many row
16755
+ * actions are displayed, regardless of the number of actions configured in the `RowSettings`. However,
16756
+ * the actual number of displayed actions will still be limited by the maximum number of actions supported
16757
+ * by the underlying table type.
16758
+ *
16759
+ * **Example:**
16760
+ * If the underlying table type supports a maximum number of 3 row actions, and there are 5 actions configured
16761
+ * in the `RowSettings`:
16762
+ *
16763
+ *
16764
+ * - `rowActionCount` is not set, the table will display 3 actions (the maximum supported).
16765
+ * - `rowActionCount` is set to 2, the table will display 2 actions (as specified), even though more actions
16766
+ * are configured in the `RowSettings`.
16767
+ *
16768
+ * For bound row actions, the `rowActionCount` must be set explicitly, as the count cannot be determined
16769
+ * automatically. For static actions, the count defaults to the length of the `rowActions` aggregation in
16770
+ * the `RowSettings`.
16771
+ *
16772
+ * @since 1.148
16773
+ */
16774
+ rowActionCount?:
16775
+ | int
16776
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
16777
+ | `{${string}}`;
16778
+
16720
16779
  /**
16721
16780
  * The actions that appear at the end of a row.
16722
16781
  *
@@ -18078,6 +18137,16 @@ declare namespace sap {
18078
18137
  /**
18079
18138
  * The table type info class for the metadata-driven table.
18080
18139
  *
18140
+ *
18141
+ * **Important Notes for `{@link sap.ui.mdc.table.RowSettings#setRowActionCount rowActionCount}`:**
18142
+ *
18143
+ *
18144
+ * The `rowActionCount` property is used to determine the number of row actions that are displayed for each
18145
+ * row in the table. The actual number of displayed actions can be limited by the underlying table type:
18146
+ *
18147
+ * - `GridTable`: Maximum number of three actions including the overflow button. 0 means no actions are
18148
+ * visible.
18149
+ *
18081
18150
  * @since 1.65
18082
18151
  */
18083
18152
  class GridTableType extends sap.ui.mdc.table.TableTypeBase {
@@ -18513,6 +18582,18 @@ declare namespace sap {
18513
18582
  /**
18514
18583
  * The table type info class for the metadata-driven table.
18515
18584
  *
18585
+ *
18586
+ * **Important Notes for `{@link sap.ui.mdc.table.RowSettings#setRowActionCount rowActionCount}`:**
18587
+ *
18588
+ *
18589
+ * The `rowActionCount` property is used to determine the number of row actions that are displayed for each
18590
+ * row in the table. The actual number of displayed actions can be limited by the underlying table type:
18591
+ *
18592
+ *
18593
+ * - `ResponsiveTable`: Maximum of 2-3 actions depending on configuration (1 navigation action + 2 additional
18594
+ * actions)
18595
+ * - `rowActionCount` = 0: navigation action is always visible if it exists
18596
+ *
18516
18597
  * @since 1.65
18517
18598
  */
18518
18599
  class ResponsiveTableType extends sap.ui.mdc.table.TableTypeBase {
@@ -18939,6 +19020,8 @@ declare namespace sap {
18939
19020
  * Setting the type ensures default values for the properties `icon` and `text`. If an icon or text is set
18940
19021
  * explicitly, this setting is used.
18941
19022
  *
19023
+ * Default value is `Custom`.
19024
+ *
18942
19025
  *
18943
19026
  * @returns Value of property `type`
18944
19027
  */
@@ -19000,6 +19083,8 @@ declare namespace sap {
19000
19083
  *
19001
19084
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
19002
19085
  *
19086
+ * Default value is `Custom`.
19087
+ *
19003
19088
  *
19004
19089
  * @returns Reference to `this` in order to allow method chaining
19005
19090
  */
@@ -19007,7 +19092,7 @@ declare namespace sap {
19007
19092
  /**
19008
19093
  * New value for property `type`
19009
19094
  */
19010
- sType: sap.ui.mdc.enums.TableRowActionType
19095
+ sType?: sap.ui.mdc.enums.TableRowActionType
19011
19096
  ): this;
19012
19097
  /**
19013
19098
  * Sets a new value for property {@link #getVisible visible}.
@@ -19165,6 +19250,49 @@ declare namespace sap {
19165
19250
  * @returns Value of property `navigated`
19166
19251
  */
19167
19252
  getNavigated(): boolean;
19253
+ /**
19254
+ * Gets current value of property {@link #getRowActionCount rowActionCount}.
19255
+ *
19256
+ * Defines the number of row actions to display.
19257
+ *
19258
+ * This property is useful for bound row actions where the count cannot be determined automatically. If
19259
+ * not set, the count is derived from:
19260
+ * - Bound actions: Defaults to 1 (must be set explicitly if multiple actions exist)
19261
+ * - Static actions: The length of the `rowActions` aggregation
19262
+ *
19263
+ * **Note:**
19264
+ * If the `rowActionCount` property is not explicitly set, the table will automatically determine the number
19265
+ * of row actions that is displayed based on the configuration of the `RowSettings` and the underlying table
19266
+ * type. In this case, the table will check how many actions are configured in the `RowSettings` and will
19267
+ * display as many actions as possible up to the maximum number of actions supported by the underlying table
19268
+ * type.
19269
+ *
19270
+ *
19271
+ * If the `rowActionCount` property is explicitly set, its value will be used to determine how many row
19272
+ * actions are displayed, regardless of the number of actions configured in the `RowSettings`. However,
19273
+ * the actual number of displayed actions will still be limited by the maximum number of actions supported
19274
+ * by the underlying table type.
19275
+ *
19276
+ * **Example:**
19277
+ * If the underlying table type supports a maximum number of 3 row actions, and there are 5 actions configured
19278
+ * in the `RowSettings`:
19279
+ *
19280
+ *
19281
+ * - `rowActionCount` is not set, the table will display 3 actions (the maximum supported).
19282
+ * - `rowActionCount` is set to 2, the table will display 2 actions (as specified), even though more actions
19283
+ * are configured in the `RowSettings`.
19284
+ *
19285
+ * For bound row actions, the `rowActionCount` must be set explicitly, as the count cannot be determined
19286
+ * automatically. For static actions, the count defaults to the length of the `rowActions` aggregation in
19287
+ * the `RowSettings`.
19288
+ *
19289
+ * Default value is `-1`.
19290
+ *
19291
+ * @since 1.148
19292
+ *
19293
+ * @returns Value of property `rowActionCount`
19294
+ */
19295
+ getRowActionCount(): int;
19168
19296
  /**
19169
19297
  * Gets content of aggregation {@link #getRowActions rowActions}.
19170
19298
  *
@@ -19292,10 +19420,61 @@ declare namespace sap {
19292
19420
  */
19293
19421
  bNavigated?: boolean
19294
19422
  ): this;
19423
+ /**
19424
+ * Sets a new value for property {@link #getRowActionCount rowActionCount}.
19425
+ *
19426
+ * Defines the number of row actions to display.
19427
+ *
19428
+ * This property is useful for bound row actions where the count cannot be determined automatically. If
19429
+ * not set, the count is derived from:
19430
+ * - Bound actions: Defaults to 1 (must be set explicitly if multiple actions exist)
19431
+ * - Static actions: The length of the `rowActions` aggregation
19432
+ *
19433
+ * **Note:**
19434
+ * If the `rowActionCount` property is not explicitly set, the table will automatically determine the number
19435
+ * of row actions that is displayed based on the configuration of the `RowSettings` and the underlying table
19436
+ * type. In this case, the table will check how many actions are configured in the `RowSettings` and will
19437
+ * display as many actions as possible up to the maximum number of actions supported by the underlying table
19438
+ * type.
19439
+ *
19440
+ *
19441
+ * If the `rowActionCount` property is explicitly set, its value will be used to determine how many row
19442
+ * actions are displayed, regardless of the number of actions configured in the `RowSettings`. However,
19443
+ * the actual number of displayed actions will still be limited by the maximum number of actions supported
19444
+ * by the underlying table type.
19445
+ *
19446
+ * **Example:**
19447
+ * If the underlying table type supports a maximum number of 3 row actions, and there are 5 actions configured
19448
+ * in the `RowSettings`:
19449
+ *
19450
+ *
19451
+ * - `rowActionCount` is not set, the table will display 3 actions (the maximum supported).
19452
+ * - `rowActionCount` is set to 2, the table will display 2 actions (as specified), even though more actions
19453
+ * are configured in the `RowSettings`.
19454
+ *
19455
+ * For bound row actions, the `rowActionCount` must be set explicitly, as the count cannot be determined
19456
+ * automatically. For static actions, the count defaults to the length of the `rowActions` aggregation in
19457
+ * the `RowSettings`.
19458
+ *
19459
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
19460
+ *
19461
+ * Default value is `-1`.
19462
+ *
19463
+ * @since 1.148
19464
+ *
19465
+ * @returns Reference to `this` in order to allow method chaining
19466
+ */
19467
+ setRowActionCount(
19468
+ /**
19469
+ * New value for property `rowActionCount`
19470
+ */
19471
+ iRowActionCount?: int
19472
+ ): this;
19295
19473
  }
19296
19474
  /**
19297
19475
  * The table type info base class for the metadata-driven table. Base class with no implementation.
19298
19476
  *
19477
+ *
19299
19478
  * @since 1.65
19300
19479
  */
19301
19480
  abstract class TableTypeBase extends sap.ui.core.Element {
@@ -20923,6 +21102,20 @@ declare namespace sap {
20923
21102
  */
20924
21103
  rowSettings?: sap.ui.mdc.table.RowSettings;
20925
21104
 
21105
+ /**
21106
+ * Default values shown in the export dialog.
21107
+ *
21108
+ * **Note:** These values are defaults shown to the user in the export dialog. The user can still modify
21109
+ * them before export. If the user modifies a value in the dialog, the user choice takes precedence and
21110
+ * is not overridden by event handlers.
21111
+ *
21112
+ * The expected type is `sap.ui.export.TableExportSettings`. The `sap.ui.export` library must be loaded
21113
+ * before setting this aggregation.
21114
+ *
21115
+ * @since 1.148
21116
+ */
21117
+ defaultExportSettings?: sap.ui.core.Element;
21118
+
20926
21119
  /**
20927
21120
  * `DataStateIndicator` plugin that can be used to show binding-related messages.
20928
21121
  *
@@ -25429,6 +25622,14 @@ declare namespace sap {
25429
25622
  * @returns Reference to `this` in order to allow method chaining
25430
25623
  */
25431
25624
  destroyDataStateIndicator(): this;
25625
+ /**
25626
+ * Destroys the defaultExportSettings in the aggregation {@link #getDefaultExportSettings defaultExportSettings}.
25627
+ *
25628
+ * @since 1.148
25629
+ *
25630
+ * @returns Reference to `this` in order to allow method chaining
25631
+ */
25632
+ destroyDefaultExportSettings(): this;
25432
25633
  /**
25433
25634
  * Destroys the noData in the aggregation {@link #getNoData noData}.
25434
25635
  *
@@ -25746,6 +25947,21 @@ declare namespace sap {
25746
25947
  * @since 1.89
25747
25948
  */
25748
25949
  getDataStateIndicator(): sap.m.plugins.DataStateIndicator;
25950
+ /**
25951
+ * Gets content of aggregation {@link #getDefaultExportSettings defaultExportSettings}.
25952
+ *
25953
+ * Default values shown in the export dialog.
25954
+ *
25955
+ * **Note:** These values are defaults shown to the user in the export dialog. The user can still modify
25956
+ * them before export. If the user modifies a value in the dialog, the user choice takes precedence and
25957
+ * is not overridden by event handlers.
25958
+ *
25959
+ * The expected type is `sap.ui.export.TableExportSettings`. The `sap.ui.export` library must be loaded
25960
+ * before setting this aggregation.
25961
+ *
25962
+ * @since 1.148
25963
+ */
25964
+ getDefaultExportSettings(): sap.ui.core.Element;
25749
25965
  /**
25750
25966
  * Gets current value of property {@link #getDelegate delegate}.
25751
25967
  *
@@ -26308,6 +26524,19 @@ declare namespace sap {
26308
26524
  */
26309
26525
  oDataStateIndicator: sap.m.plugins.DataStateIndicator
26310
26526
  ): this;
26527
+ /**
26528
+ * Sets the aggregated {@link #getDefaultExportSettings defaultExportSettings}.
26529
+ *
26530
+ * @since 1.148
26531
+ *
26532
+ * @returns Reference to `this` in order to allow method chaining
26533
+ */
26534
+ setDefaultExportSettings(
26535
+ /**
26536
+ * The defaultExportSettings to set
26537
+ */
26538
+ oDefaultExportSettings: sap.ui.core.Element
26539
+ ): this;
26311
26540
  /**
26312
26541
  * Sets a new value for property {@link #getDelegate delegate}.
26313
26542
  *
@@ -27693,10 +27922,14 @@ declare namespace sap {
27693
27922
 
27694
27923
  "sap/ui/mdc/LinkDelegate": undefined;
27695
27924
 
27925
+ "sap/ui/mdc/mixin/ActionToolbarMixin": undefined;
27926
+
27696
27927
  "sap/ui/mdc/mixin/AdaptationMixin": undefined;
27697
27928
 
27698
27929
  "sap/ui/mdc/mixin/DelegateMixin": undefined;
27699
27930
 
27931
+ "sap/ui/mdc/mixin/DynamicPropertiesMixin": undefined;
27932
+
27700
27933
  "sap/ui/mdc/mixin/FilterIntegrationMixin": undefined;
27701
27934
 
27702
27935
  "sap/ui/mdc/mixin/PromiseMixin": undefined;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare module "sap/ui/rta/api/startAdaptation" {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -11722,15 +11722,15 @@ declare namespace sap {
11722
11722
  */
11723
11723
  enum RowActionType {
11724
11724
  /**
11725
- * Custom defined Row Action.
11725
+ * Custom-defined row action
11726
11726
  */
11727
11727
  Custom = "Custom",
11728
11728
  /**
11729
- * Delete Row Action.
11729
+ * Row action for deletion
11730
11730
  */
11731
11731
  Delete = "Delete",
11732
11732
  /**
11733
- * Navigation Row Action.
11733
+ * Navigation arrow (chevron) is shown
11734
11734
  */
11735
11735
  Navigation = "Navigation",
11736
11736
  }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace uiext {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.2
1
+ // For Library Version: 1.148.1
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -4134,7 +4134,7 @@ declare namespace sap {
4134
4134
  * segment must not be used as `shellHash` in the target definition of {@link sap.ushell.services.CrossApplicationNavigation#toExternal}
4135
4135
  *
4136
4136
  * @since 1.15.0
4137
- * @deprecated As of version 1.98. Please use {@link #hrefForExternalAsync} instead.
4137
+ * @deprecated As of version 1.98. Please use {@link sap.ushell.services.Navigation#getHref} instead.
4138
4138
  *
4139
4139
  * @returns the href for the specified parameters as an external shell hash; always starting with a hash
4140
4140
  * character; all parameters and parameter names are URL-encoded (via encodeURIComponent) and the complete
@@ -4219,7 +4219,7 @@ declare namespace sap {
4219
4219
  * segment must not be used as `shellHash` in the target definition of {@link sap.ushell.services.CrossApplicationNavigation#toExternal}
4220
4220
  *
4221
4221
  * @since 1.15.0
4222
- * @deprecated As of version 1.98. Please use {@link #hrefForExternalAsync} instead.
4222
+ * @deprecated As of version 1.98. Please use {@link sap.ushell.services.Navigation#getHref} instead.
4223
4223
  *
4224
4224
  * @returns the href for the specified parameters as an external shell hash; always starting with a hash
4225
4225
  * character; all parameters and parameter names are URL-encoded (via encodeURIComponent) and the complete
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.2
1
+ // For Library Version: 1.148.1
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.1
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.147.0
1
+ // For Library Version: 1.148.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace zen {