@sapui5/ts-types 1.133.0 → 1.134.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.cux.home.d.ts +0 -14
  7. package/types/sap.esh.search.ui.d.ts +7 -1
  8. package/types/sap.f.d.ts +49 -8
  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 +25 -3
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +55 -62
  14. package/types/sap.fe.navigation.d.ts +1 -1
  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 +187 -128
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +641 -74
  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 +360 -89
  30. package/types/sap.suite.ui.commons.d.ts +1 -1
  31. package/types/sap.suite.ui.generic.template.d.ts +53 -30
  32. package/types/sap.suite.ui.microchart.d.ts +1 -1
  33. package/types/sap.tnt.d.ts +105 -7
  34. package/types/sap.ui.codeeditor.d.ts +9 -7
  35. package/types/sap.ui.commons.d.ts +1 -1
  36. package/types/sap.ui.comp.d.ts +11 -30
  37. package/types/sap.ui.core.d.ts +351 -55
  38. package/types/sap.ui.dt.d.ts +1 -1
  39. package/types/sap.ui.export.d.ts +1 -1
  40. package/types/sap.ui.fl.d.ts +1 -1
  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 -3
  44. package/types/sap.ui.layout.d.ts +2 -2
  45. package/types/sap.ui.mdc.d.ts +227 -11
  46. package/types/sap.ui.richtexteditor.d.ts +1 -1
  47. package/types/sap.ui.rta.d.ts +79 -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 +1 -1
  51. package/types/sap.ui.testrecorder.d.ts +1 -1
  52. package/types/sap.ui.unified.d.ts +41 -47
  53. package/types/sap.ui.ux3.d.ts +1 -1
  54. package/types/sap.ui.vbm.d.ts +325 -4
  55. package/types/sap.ui.vk.d.ts +4 -4
  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 +36 -4
  62. package/types/sap.ushell_abap.d.ts +1 -1
  63. package/types/sap.uxap.d.ts +7 -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/ts-types",
3
- "version": "1.133.0",
3
+ "version": "1.134.0",
4
4
  "description": "SAPUI5 TypeScript Definitions",
5
5
  "homepage": "https://ui5.sap.com",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ca {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -813,13 +813,6 @@ declare namespace sap {
813
813
  settings?: /* was: sap.cux.home.BaseNewsPanel.$BaseNewsPanelSettings */ any
814
814
  );
815
815
 
816
- /**
817
- * Gets current value of property customFeedKey.
818
- *
819
- *
820
- * @returns Value of property `customFeedKey`
821
- */
822
- getCustomFeedKey(): string;
823
816
  /**
824
817
  * Gets current value of property type.
825
818
  *
@@ -834,13 +827,6 @@ declare namespace sap {
834
827
  * @returns Value of property `url`
835
828
  */
836
829
  getUrl(): string;
837
- /**
838
- * Gets current value of property customFeedKey.
839
- *
840
- *
841
- * @returns Value of property `customFeedKey`
842
- */
843
- setCustomFeedKey(): string;
844
830
  /**
845
831
  * Gets current value of property type.
846
832
  *
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace esh {
@@ -324,6 +324,8 @@ declare namespace sap {
324
324
  * When set to true the facet panel is displayed also in case there are no search results.
325
325
  *
326
326
  * @since 1.113.0
327
+ * @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
328
+ * by the end user.
327
329
  */
328
330
  displayFacetPanelInCaseOfNoResults?:
329
331
  | boolean
@@ -1017,6 +1019,8 @@ declare namespace sap {
1017
1019
  * Default value is `false`.
1018
1020
  *
1019
1021
  * @since 1.113.0
1022
+ * @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
1023
+ * by the end user.
1020
1024
  *
1021
1025
  * @returns Value of property `displayFacetPanelInCaseOfNoResults`
1022
1026
  */
@@ -1581,6 +1585,8 @@ declare namespace sap {
1581
1585
  * Default value is `false`.
1582
1586
  *
1583
1587
  * @since 1.113.0
1588
+ * @deprecated As of version 1.134.0. this setting is ignored and the visibility of the facet panel is controlled
1589
+ * by the end user.
1584
1590
  *
1585
1591
  * @returns Reference to `this` in order to allow method chaining
1586
1592
  */
package/types/sap.f.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -8306,6 +8306,26 @@ declare namespace sap {
8306
8306
  __implements__sap_f_IDynamicPageStickyContent: boolean;
8307
8307
  }
8308
8308
 
8309
+ /**
8310
+ * Interface for controls suitable for the `items` aggregation of `{@link sap.f.GridContainer}`.
8311
+ *
8312
+ * Classes implementing this interface should use the accessibility role provided by the `sap.f.IGridContainerItem.getGridItemRole`
8313
+ * method.
8314
+ *
8315
+ * @since 1.134
8316
+ */
8317
+ interface IGridContainerItem {
8318
+ __implements__sap_f_IGridContainerItem: boolean;
8319
+
8320
+ /**
8321
+ * Returns the accessibility role for the `sap.f.GridContainer` item.
8322
+ *
8323
+ *
8324
+ * @returns The accessibility role for the `sap.f.GridContainer` item
8325
+ */
8326
+ getGridItemRole(): string;
8327
+ }
8328
+
8309
8329
  /**
8310
8330
  * Interface for controls suitable for the `additionalContent` aggregation of `{@link sap.f.ShellBar}`.
8311
8331
  *
@@ -8456,7 +8476,10 @@ declare namespace sap {
8456
8476
  | `{${string}}`;
8457
8477
 
8458
8478
  /**
8459
- * Defines the role of the Card Header.
8479
+ * Defines the accessibility role of the control.
8480
+ *
8481
+ * **Note:** When the control is placed inside a `sap.f.GridContainer`, its accessibility role is overridden
8482
+ * by the accessibility role specified by the `sap.f.GridContainer`.
8460
8483
  *
8461
8484
  * @experimental As of version 1.131.
8462
8485
  */
@@ -8466,7 +8489,10 @@ declare namespace sap {
8466
8489
  | `{${string}}`;
8467
8490
 
8468
8491
  /**
8469
- * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
8492
+ * Fired when action is added on card level.
8493
+ *
8494
+ * **Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem` or the control is
8495
+ * placed inside a `sap.f.GridContainer`.
8470
8496
  *
8471
8497
  * @experimental As of version 1.131.
8472
8498
  */
@@ -11659,10 +11685,11 @@ declare namespace sap {
11659
11685
  */
11660
11686
  class CardBase
11661
11687
  extends sap.ui.core.Control
11662
- implements sap.f.ICard, sap.m.IBadge
11688
+ implements sap.f.ICard, sap.m.IBadge, sap.f.IGridContainerItem
11663
11689
  {
11664
11690
  __implements__sap_f_ICard: boolean;
11665
11691
  __implements__sap_m_IBadge: boolean;
11692
+ __implements__sap_f_IGridContainerItem: boolean;
11666
11693
  /**
11667
11694
  * Constructor for a new `CardBase`.
11668
11695
  *
@@ -11731,7 +11758,8 @@ declare namespace sap {
11731
11758
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11732
11759
  * otherwise it will be bound to this `sap.f.CardBase` itself.
11733
11760
  *
11734
- * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
11761
+ * Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
11762
+ * or the control is placed inside a `sap.f.GridContainer`.
11735
11763
  *
11736
11764
  * @experimental As of version 1.131.
11737
11765
  *
@@ -11758,7 +11786,8 @@ declare namespace sap {
11758
11786
  * When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
11759
11787
  * otherwise it will be bound to this `sap.f.CardBase` itself.
11760
11788
  *
11761
- * Fired when action is added on card level. Note: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`.
11789
+ * Fired when action is added on card level. *Note**: Can be used only if `semanticRole` is `sap.f.cards.SemanticRole.ListItem`
11790
+ * or the control is placed inside a `sap.f.GridContainer`.
11762
11791
  *
11763
11792
  * @experimental As of version 1.131.
11764
11793
  *
@@ -11815,6 +11844,13 @@ declare namespace sap {
11815
11844
  * @returns Returns the DOM Element that should get the focus
11816
11845
  */
11817
11846
  getFocusDomRef(): Element;
11847
+ /**
11848
+ * Returns the accessibility role for the `sap.f.GridContainer` item.
11849
+ *
11850
+ *
11851
+ * @returns The accessibility role for the `sap.f.GridContainer` item
11852
+ */
11853
+ getGridItemRole(): string;
11818
11854
  /**
11819
11855
  * Gets current value of property {@link #getHeight height}.
11820
11856
  *
@@ -11829,7 +11865,8 @@ declare namespace sap {
11829
11865
  /**
11830
11866
  * Gets current value of property {@link #getSemanticRole semanticRole}.
11831
11867
  *
11832
- * Defines the role of the Card Header.
11868
+ * Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
11869
+ * its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
11833
11870
  *
11834
11871
  * Default value is `Region`.
11835
11872
  *
@@ -11870,7 +11907,8 @@ declare namespace sap {
11870
11907
  /**
11871
11908
  * Sets a new value for property {@link #getSemanticRole semanticRole}.
11872
11909
  *
11873
- * Defines the role of the Card Header.
11910
+ * Defines the accessibility role of the control. *Note:** When the control is placed inside a `sap.f.GridContainer`,
11911
+ * its accessibility role is overridden by the accessibility role specified by the `sap.f.GridContainer`.
11874
11912
  *
11875
11913
  * When called with a value of `null` or `undefined`, the default value of the property will be restored.
11876
11914
  *
@@ -17237,6 +17275,9 @@ declare namespace sap {
17237
17275
  * All rows have the same height and all columns have the same width. Their sizes can be configured with
17238
17276
  * the use of the `layout` aggregation and `{@link sap.f.GridContainerSettings}`.
17239
17277
  *
17278
+ * **Note:** To ensure better keyboard and accessibility support, child items should implement `sap.f.IGridContainerItem`
17279
+ * interface.
17280
+ *
17240
17281
  * Usage:
17241
17282
  *
17242
17283
  * When to use
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -1101,8 +1101,6 @@ declare namespace sap {
1101
1101
  ): void;
1102
1102
  /**
1103
1103
  * Retrieve the view state of this extensions view.
1104
- * When this function is called more than once before finishing, all but the final response will resolve
1105
- * to `undefined`.
1106
1104
  *
1107
1105
  *
1108
1106
  * @returns A promise resolving the view state
@@ -1174,6 +1172,15 @@ declare namespace sap {
1174
1172
  class BuildingBlock extends sap.fe.base.BuildingBlockBase {}
1175
1173
  }
1176
1174
 
1175
+ namespace controls {
1176
+ namespace DataWatcher {
1177
+ /**
1178
+ * A callback function that is called when the value of the watched property changes.
1179
+ */
1180
+ type WatcherCallback = {};
1181
+ }
1182
+ }
1183
+
1177
1184
  namespace rootView {
1178
1185
  /**
1179
1186
  * Base controller class for your own root view with an sap.f.FlexibleColumnLayout control.
@@ -1457,6 +1464,19 @@ declare namespace sap {
1457
1464
  * @returns A promise that resolves with the new app state object.
1458
1465
  */
1459
1466
  updateAppState(): Promise<object | void>;
1467
+ /**
1468
+ * Watch a property from the main page context and trigger a callback when the value changes.
1469
+ */
1470
+ watchProperty(
1471
+ /**
1472
+ * The name of the property to watch
1473
+ */
1474
+ propertyName: string,
1475
+ /**
1476
+ * The callback to trigger when the value changes
1477
+ */
1478
+ callback: sap.fe.core.controls.DataWatcher.WatcherCallback
1479
+ ): void;
1460
1480
  }
1461
1481
  /**
1462
1482
  * Base controller class for your custom page used inside an SAP Fiori elements application.
@@ -1520,6 +1540,8 @@ declare namespace sap {
1520
1540
 
1521
1541
  "sap/fe/core/controllerextensions/ViewState": undefined;
1522
1542
 
1543
+ "sap/fe/core/controls/DataWatcher": undefined;
1544
+
1523
1545
  "sap/fe/core/ExtensionAPI": undefined;
1524
1546
 
1525
1547
  "sap/fe/core/fpm/Component": undefined;
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -95,7 +95,7 @@ declare namespace sap {
95
95
  /**
96
96
  * Describes the settings that can be provided to the Chart constructor.
97
97
  *
98
- * @deprecated As of version now. As of version 1.130, use {@link sap.fe.macros.Chart } instead
98
+ * @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart } instead
99
99
  * @experimental
100
100
  */
101
101
  interface $ChartSettings extends sap.ui.core.$ControlSettings {
@@ -221,7 +221,7 @@ declare namespace sap {
221
221
  * usage.
222
222
  *
223
223
  *
224
- * @deprecated As of version now. As of version 1.130, use {@link sap.fe.macros.Chart } instead
224
+ * @deprecated As of version 1.130. Use {@link sap.fe.macros.Chart } instead
225
225
  * @experimental
226
226
  */
227
227
  class Chart extends sap.ui.core.Control {
@@ -827,7 +827,7 @@ declare namespace sap {
827
827
  *
828
828
  * @returns The current value of the field
829
829
  */
830
- getValue(): boolean | string | undefined;
830
+ getValue(): boolean | float | string | undefined;
831
831
  /**
832
832
  * Removes a message from the field.
833
833
  */
@@ -1321,10 +1321,17 @@ declare namespace sap {
1321
1321
  }
1322
1322
 
1323
1323
  namespace share {
1324
+ /**
1325
+ * Describes the settings that can be provided to the ShareOptions constructor.
1326
+ */
1327
+ interface $ShareOptionsSettings
1328
+ extends sap.fe.macros.controls.$BuildingBlockObjectPropertySettings {}
1329
+
1324
1330
  /**
1325
1331
  * Share Options.
1326
1332
  */
1327
- type ShareOptions = {};
1333
+ class ShareOptions extends sap.fe.macros.controls
1334
+ .BuildingBlockObjectProperty {}
1328
1335
  }
1329
1336
 
1330
1337
  namespace table {
@@ -3114,6 +3121,17 @@ declare namespace sap {
3114
3121
  metaPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
3115
3122
  }
3116
3123
 
3124
+ /**
3125
+ * Describes the settings that can be provided to the Share constructor.
3126
+ */
3127
+ interface $ShareSettings
3128
+ extends sap.fe.core.buildingBlocks.$BuildingBlockSettings {
3129
+ /**
3130
+ * Supported Share options {@link sap.fe.macros.share.ShareOptions }.
3131
+ */
3132
+ shareOptions?: sap.fe.macros.share.ShareOptions;
3133
+ }
3134
+
3117
3135
  /**
3118
3136
  * Describes the settings that can be provided to the VariantManagement constructor.
3119
3137
  */
@@ -3356,27 +3374,6 @@ declare namespace sap {
3356
3374
  size?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
3357
3375
  }
3358
3376
 
3359
- /**
3360
- * Describes the settings that can be provided to the Share constructor.
3361
- */
3362
- interface $ShareSettings extends sap.ui.core.$ControlSettings {
3363
- /**
3364
- * Supported Share options {@link sap.fe.macros.share.ShareOptions }.
3365
- */
3366
- shareOptions?:
3367
- | object
3368
- | sap.ui.base.ManagedObject.PropertyBindingInfo
3369
- | `{${string}}`;
3370
-
3371
- /**
3372
- * Whether the share control should be visible on the screen.
3373
- */
3374
- visible?:
3375
- | boolean
3376
- | sap.ui.base.ManagedObject.PropertyBindingInfo
3377
- | `{${string}}`;
3378
- }
3379
-
3380
3377
  /**
3381
3378
  * Describes the settings that can be provided to the Table constructor.
3382
3379
  */
@@ -4321,6 +4318,33 @@ declare namespace sap {
4321
4318
  * @since 1.117.0
4322
4319
  */
4323
4320
  class RichTextEditorWithMetadata extends sap.fe.macros.RichTextEditor {}
4321
+ /**
4322
+ * Building block used to create the ‘Share’ functionality.
4323
+ *
4324
+ *
4325
+ * Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
4326
+ * SAP Jam.
4327
+ *
4328
+ *
4329
+ * If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then
4330
+ * the 'Save as Tile' option is not visible.
4331
+ *
4332
+ * Usage example:
4333
+ *
4334
+ * ```javascript
4335
+ *
4336
+ * <macros:Share
4337
+ * id="someID"
4338
+ * visible="true"
4339
+ * />
4340
+ * ```
4341
+ *
4342
+ * {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/features/shareDefault Overview of Building Blocks}
4343
+ *
4344
+ *
4345
+ * @since 1.93.0
4346
+ */
4347
+ class Share extends sap.fe.core.buildingBlocks.BuildingBlock {}
4324
4348
  /**
4325
4349
  * Building block used to create a Variant Management based on the metadata provided by OData V4.
4326
4350
  * Usage example:
@@ -4412,7 +4436,7 @@ declare namespace sap {
4412
4436
  *
4413
4437
  * @returns The current value of the field
4414
4438
  */
4415
- getValue(): boolean | string | undefined;
4439
+ getValue(): boolean | float | string | undefined;
4416
4440
  /**
4417
4441
  * Removes a message from the field.
4418
4442
  */
@@ -4451,13 +4475,7 @@ declare namespace sap {
4451
4475
  * <macros:FilterBar id="MyFilterBar" metaPath="@com.sap.vocabularies.UI.v1.SelectionFields" />
4452
4476
  * ```
4453
4477
  */
4454
- class FilterBar
4455
- extends sap.fe.macros.MacroAPI
4456
- implements
4457
- /* was: sap.fe.core.controllerextensions.viewState.IViewStateContributor */ Object
4458
- {
4459
- __implements__sap_fe_core_controllerextensions_viewState_IViewStateContributor: boolean;
4460
-
4478
+ class FilterBar extends sap.fe.macros.MacroAPI {
4461
4479
  /**
4462
4480
  * Get the Active Filters Text Summary for the filter bar.
4463
4481
  *
@@ -4634,33 +4652,6 @@ declare namespace sap {
4634
4652
  * @since 1.93.0
4635
4653
  */
4636
4654
  class MicroChart extends sap.ui.core.Control {}
4637
- /**
4638
- * Building block used to create the ‘Share’ functionality.
4639
- *
4640
- *
4641
- * Please note that the 'Share in SAP Jam' option is only available on platforms that are integrated with
4642
- * SAP Jam.
4643
- *
4644
- *
4645
- * If you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then
4646
- * the 'Save as Tile' option is not visible.
4647
- *
4648
- * Usage example:
4649
- *
4650
- * ```javascript
4651
- *
4652
- * <macros:Share
4653
- * id="someID"
4654
- * visible="true"
4655
- * />
4656
- * ```
4657
- *
4658
- * {@link demo:sap/fe/core/fpmExplorer/index.html#/buildingBlocks/features/shareDefault Overview of Building Blocks}
4659
- *
4660
- *
4661
- * @since 1.93.0
4662
- */
4663
- class Share extends sap.ui.core.Control {}
4664
4655
  /**
4665
4656
  * Building block used to create a table based on the metadata provided by OData V4.
4666
4657
  *
@@ -5185,7 +5176,9 @@ declare namespace sap {
5185
5176
 
5186
5177
  "sap/fe/macros/RichTextEditorWithMetadata": undefined;
5187
5178
 
5188
- "sap/fe/macros/share/Share.block": undefined;
5179
+ "sap/fe/macros/Share": undefined;
5180
+
5181
+ "sap/fe/macros/share/ShareOptions": undefined;
5189
5182
 
5190
5183
  "sap/fe/macros/table/Action": undefined;
5191
5184
 
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  interface IUI5DefineDependencyNames {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace fe {
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.133.0
1
+ // For Library Version: 1.134.0
2
2
 
3
3
  declare namespace sap {}