@sapui5/ts-types-esm 1.140.0 → 1.141.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 (68) 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 +2680 -1
  7. package/types/sap.f.d.ts +44 -3
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +1 -1
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +84 -1
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +367 -42
  14. package/types/sap.fe.navigation.d.ts +13 -15
  15. package/types/sap.fe.placeholder.d.ts +1 -1
  16. package/types/sap.fe.plugins.managecache.d.ts +1 -1
  17. package/types/sap.fe.templates.d.ts +1 -1
  18. package/types/sap.fe.test.d.ts +1 -1
  19. package/types/sap.fe.tools.d.ts +1 -1
  20. package/types/sap.feedback.ui.d.ts +1 -1
  21. package/types/sap.gantt.d.ts +7 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +78 -9
  24. package/types/sap.makit.d.ts +1 -1
  25. package/types/sap.me.d.ts +1 -1
  26. package/types/sap.ndc.d.ts +1 -1
  27. package/types/sap.ovp.d.ts +1 -1
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +20 -5
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +41 -5
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +1 -1
  34. package/types/sap.ui.codeeditor.d.ts +1 -1
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +1 -1
  37. package/types/sap.ui.core.d.ts +130 -67
  38. package/types/sap.ui.dt.d.ts +202 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +8 -7
  41. package/types/sap.ui.generic.app.d.ts +1 -1
  42. package/types/sap.ui.generic.template.d.ts +1 -1
  43. package/types/sap.ui.integration.d.ts +1 -1
  44. package/types/sap.ui.layout.d.ts +63 -47
  45. package/types/sap.ui.mdc.d.ts +4 -4
  46. package/types/sap.ui.richtexteditor.d.ts +309 -9
  47. package/types/sap.ui.rta.d.ts +1 -1
  48. package/types/sap.ui.suite.d.ts +1 -1
  49. package/types/sap.ui.support.d.ts +1 -1
  50. package/types/sap.ui.table.d.ts +18 -4
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +55 -3
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +1 -1
  55. package/types/sap.ui.vk.d.ts +132 -1
  56. package/types/sap.ui.vtm.d.ts +1 -1
  57. package/types/sap.ui.webc.common.d.ts +1 -1
  58. package/types/sap.ui.webc.fiori.d.ts +1 -1
  59. package/types/sap.ui.webc.main.d.ts +1 -1
  60. package/types/sap.uiext.inbox.d.ts +1 -1
  61. package/types/sap.ushell.d.ts +32 -3
  62. package/types/sap.ushell_abap.d.ts +5 -1
  63. package/types/sap.uxap.d.ts +1 -1
  64. package/types/sap.viz.d.ts +1 -1
  65. package/types/sap.webanalytics.core.d.ts +1 -1
  66. package/types/sap.zen.commons.d.ts +1 -1
  67. package/types/sap.zen.crosstab.d.ts +1 -1
  68. package/types/sap.zen.dsh.d.ts +1 -1
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/tnt/library" {
4
4
  export interface IToolHeader {
@@ -222,7 +222,7 @@ declare module "sap/f/library" {
222
222
  *
223
223
  * Each layout has a default predefined ratio for the three columns, depending on device size. Based on
224
224
  * the device and layout, some columns are hidden. For more information, refer to the ratios (in %) for
225
- * each value, listed below: (dash "-" means non-accessible columns).
225
+ * each value, listed below: (hyphen "-" means non-accessible columns).
226
226
  *
227
227
  * **Notes:**
228
228
  * - The user is allowed to customize the default ratio by dragging the column separators to resize the
@@ -2745,7 +2745,7 @@ declare module "sap/f/cards/Header" {
2745
2745
 
2746
2746
  import AvatarSize from "sap/m/AvatarSize";
2747
2747
 
2748
- import { URI } from "sap/ui/core/library";
2748
+ import { URI, ValueState } from "sap/ui/core/library";
2749
2749
 
2750
2750
  import ElementMetadata from "sap/ui/core/ElementMetadata";
2751
2751
 
@@ -2927,6 +2927,18 @@ declare module "sap/f/cards/Header" {
2927
2927
  * @returns Value of property `iconSrc`
2928
2928
  */
2929
2929
  getIconSrc(): URI;
2930
+ /**
2931
+ * Gets current value of property {@link #getIconState iconState}.
2932
+ *
2933
+ * Defines a status-colored, non-interactive message icon in the icon area.
2934
+ *
2935
+ * Default value is `None`.
2936
+ *
2937
+ * @since 1.141
2938
+ *
2939
+ * @returns Value of property `iconState`
2940
+ */
2941
+ getIconState(): ValueState;
2930
2942
  /**
2931
2943
  * Gets current value of property {@link #getIconVisible iconVisible}.
2932
2944
  *
@@ -3126,6 +3138,25 @@ declare module "sap/f/cards/Header" {
3126
3138
  */
3127
3139
  sIconSrc?: URI
3128
3140
  ): this;
3141
+ /**
3142
+ * Sets a new value for property {@link #getIconState iconState}.
3143
+ *
3144
+ * Defines a status-colored, non-interactive message icon in the icon area.
3145
+ *
3146
+ * When called with a value of `null` or `undefined`, the default value of the property will be restored.
3147
+ *
3148
+ * Default value is `None`.
3149
+ *
3150
+ * @since 1.141
3151
+ *
3152
+ * @returns Reference to `this` in order to allow method chaining
3153
+ */
3154
+ setIconState(
3155
+ /**
3156
+ * New value for property `iconState`
3157
+ */
3158
+ sIconState?: ValueState | keyof typeof ValueState
3159
+ ): this;
3129
3160
  /**
3130
3161
  * Sets a new value for property {@link #getIconVisible iconVisible}.
3131
3162
  *
@@ -3338,6 +3369,16 @@ declare module "sap/f/cards/Header" {
3338
3369
  | (AvatarImageFitType | keyof typeof AvatarImageFitType)
3339
3370
  | PropertyBindingInfo
3340
3371
  | `{${string}}`;
3372
+
3373
+ /**
3374
+ * Defines a status-colored, non-interactive message icon in the icon area.
3375
+ *
3376
+ * @since 1.141
3377
+ */
3378
+ iconState?:
3379
+ | (ValueState | keyof typeof ValueState)
3380
+ | PropertyBindingInfo
3381
+ | `{${string}}`;
3341
3382
  }
3342
3383
  }
3343
3384
 
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/fe/base/BuildingBlockBase" {
4
4
  import { default as Control, $ControlSettings } from "sap/ui/core/Control";
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare module "sap/fe/core/AppComponent" {
4
4
  import {
@@ -410,6 +410,87 @@ declare module "sap/fe/core/controllerextensions/BaseControllerExtension" {
410
410
  export default class BaseControllerExtension extends ControllerExtension {}
411
411
  }
412
412
 
413
+ declare module "sap/fe/core/controllerextensions/CollaborativeDraft" {
414
+ import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
415
+
416
+ import Context from "sap/ui/model/odata/v4/Context";
417
+
418
+ /**
419
+ * A controller extension to handle collaborative draft scenarios.
420
+ *
421
+ * @since 1.141.0
422
+ * @experimental As of version 1.141.0.
423
+ */
424
+ export default class CollaborativeDraft extends BaseControllerExtension {
425
+ /**
426
+ * Sends a notification to other users that new contexts have been created by the current user.
427
+ * This notification must be sent after the new contexts have been created successfully in the back-end.
428
+ *
429
+ *
430
+ * @since 1.141.0
431
+ * @experimental As of version 1.141.0.
432
+ */
433
+ sendContextsCreated(
434
+ /**
435
+ * The array of newly created contexts
436
+ */
437
+ contexts: Context[]
438
+ ): void;
439
+ /**
440
+ * Sends a notification to other users that contexts have been deleted by the current user.
441
+ * This notification must be sent after the contexts have been deleted successfully in the back-end.
442
+ *
443
+ *
444
+ * @since 1.141.0
445
+ * @experimental As of version 1.141.0.
446
+ */
447
+ sendContextsDeleted(
448
+ /**
449
+ * The array of deleted contexts
450
+ */
451
+ contexts: Context[]
452
+ ): void;
453
+ /**
454
+ * Sends a notification to other users that a property has been locked or unlocked by the current user.
455
+ *
456
+ * @since 1.141.0
457
+ * @experimental As of version 1.141.0.
458
+ */
459
+ sendLockChange(
460
+ /**
461
+ * The context for the property
462
+ */
463
+ context: Context,
464
+ /**
465
+ * The name of the property
466
+ */
467
+ propertyName: string,
468
+ /**
469
+ * True if the property is locked, false if it is unlocked
470
+ */
471
+ isLocked: boolean
472
+ ): void;
473
+ /**
474
+ * Sends a notification to other users that property values have been changed by the current user.
475
+ * This notification must be sent after the changes have been sent successfully to the back-end.
476
+ *
477
+ *
478
+ * @since 1.141.0
479
+ * @experimental As of version 1.141.0.
480
+ */
481
+ sendPropertyValuesChange(
482
+ /**
483
+ * The context for the properties
484
+ */
485
+ context: Context,
486
+ /**
487
+ * The property name or the array of property names
488
+ */
489
+ propertyNames: string | string[]
490
+ ): void;
491
+ }
492
+ }
493
+
413
494
  declare module "sap/fe/core/controllerextensions/EditFlow" {
414
495
  import BaseControllerExtension from "sap/fe/core/controllerextensions/BaseControllerExtension";
415
496
 
@@ -1696,6 +1777,8 @@ declare namespace sap {
1696
1777
 
1697
1778
  "sap/fe/core/controllerextensions/BaseControllerExtension": undefined;
1698
1779
 
1780
+ "sap/fe/core/controllerextensions/CollaborativeDraft": undefined;
1781
+
1699
1782
  "sap/fe/core/controllerextensions/EditFlow": undefined;
1700
1783
 
1701
1784
  "sap/fe/core/controllerextensions/IntentBasedNavigation": undefined;
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.140.0
1
+ // For Library Version: 1.141.0
2
2
 
3
3
  declare namespace sap {}