@sapui5/ts-types 1.144.1 → 1.145.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 (69) 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 +112 -82
  7. package/types/sap.f.d.ts +1 -1
  8. package/types/sap.fe.ariba.d.ts +1 -1
  9. package/types/sap.fe.base.d.ts +300 -28
  10. package/types/sap.fe.controls.d.ts +1 -1
  11. package/types/sap.fe.core.d.ts +165 -4
  12. package/types/sap.fe.ina.d.ts +1 -1
  13. package/types/sap.fe.macros.d.ts +913 -289
  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 +12 -1
  18. package/types/sap.fe.test.d.ts +150 -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 +134 -1
  22. package/types/sap.insights.d.ts +1 -1
  23. package/types/sap.m.d.ts +29 -12
  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 +32 -2
  28. package/types/sap.rules.ui.d.ts +1 -1
  29. package/types/sap.sac.df.d.ts +1 -1
  30. package/types/sap.suite.ui.commons.d.ts +234 -15
  31. package/types/sap.suite.ui.generic.template.d.ts +46 -1
  32. package/types/sap.suite.ui.microchart.d.ts +2 -1
  33. package/types/sap.tnt.d.ts +19 -11
  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 +76 -2
  37. package/types/sap.ui.core.d.ts +140 -97
  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 +5 -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.geomap.d.ts +1 -1
  44. package/types/sap.ui.integration.d.ts +1 -1
  45. package/types/sap.ui.layout.d.ts +1 -1
  46. package/types/sap.ui.mdc.d.ts +356 -49
  47. package/types/sap.ui.richtexteditor.d.ts +29 -7
  48. package/types/sap.ui.rta.d.ts +1 -1
  49. package/types/sap.ui.suite.d.ts +1 -1
  50. package/types/sap.ui.support.d.ts +1 -1
  51. package/types/sap.ui.table.d.ts +5 -1
  52. package/types/sap.ui.testrecorder.d.ts +1 -1
  53. package/types/sap.ui.unified.d.ts +42 -1
  54. package/types/sap.ui.ux3.d.ts +1 -1
  55. package/types/sap.ui.vbm.d.ts +1 -1
  56. package/types/sap.ui.vk.d.ts +175 -1
  57. package/types/sap.ui.vtm.d.ts +1 -1
  58. package/types/sap.ui.webc.common.d.ts +1 -1
  59. package/types/sap.ui.webc.fiori.d.ts +1 -1
  60. package/types/sap.ui.webc.main.d.ts +1 -1
  61. package/types/sap.uiext.inbox.d.ts +1 -1
  62. package/types/sap.ushell.d.ts +5 -1
  63. package/types/sap.ushell_abap.d.ts +1 -1
  64. package/types/sap.uxap.d.ts +18 -8
  65. package/types/sap.viz.d.ts +1 -1
  66. package/types/sap.webanalytics.core.d.ts +1 -1
  67. package/types/sap.zen.commons.d.ts +1 -1
  68. package/types/sap.zen.crosstab.d.ts +1 -1
  69. package/types/sap.zen.dsh.d.ts +1 -1
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.145.0
2
2
 
3
3
  declare namespace sap {}
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.145.0
2
2
 
3
3
  declare namespace sap {
4
4
  /**
@@ -368,6 +368,10 @@ declare namespace sap {
368
368
  contexts?:
369
369
  | sap.ui.model.odata.v4.Context
370
370
  | sap.ui.model.odata.v4.Context[];
371
+ /**
372
+ * Disables strict handling of action calls to turn off 412 confirmation popups
373
+ */
374
+ disableStrictHandling?: boolean;
371
375
  /**
372
376
  * Mode how actions are to be called: 'ChangeSet' to put all action calls into one changeset, 'Isolated'
373
377
  * to put them into separate changesets
@@ -1272,6 +1276,18 @@ declare namespace sap {
1272
1276
  * Collection of classes provided by SAP Fiori elements for the Flexible Programming Model
1273
1277
  */
1274
1278
  namespace fpm {
1279
+ /**
1280
+ * Describes the settings that can be provided to the Component constructor.
1281
+ */
1282
+ interface $ComponentSettings
1283
+ extends sap.fe.core.$TemplateComponentSettings {
1284
+ /**
1285
+ * Name of the XML view which is used for this page. The XML view can contain SAP Fiori elements Building
1286
+ * Blocks and XML template constructions.
1287
+ */
1288
+ viewName?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1289
+ }
1290
+
1275
1291
  /**
1276
1292
  * Component that can be used as a wrapper component for custom pages.
1277
1293
  * The component can be used in case you want to use SAP Fiori elements Building Blocks or XML template
@@ -1299,9 +1315,7 @@ declare namespace sap {
1299
1315
  *
1300
1316
  * @since 1.92.0
1301
1317
  */
1302
- class Component
1303
- extends /* was: sap.fe.core.TemplateComponent */ Object
1304
- {
1318
+ class Component extends sap.fe.core.TemplateComponent {
1305
1319
  /**
1306
1320
  * Returns the current AppComponent.
1307
1321
  *
@@ -1390,6 +1404,43 @@ declare namespace sap {
1390
1404
  interface $AppComponentSettings
1391
1405
  extends sap.ui.core.$UIComponentSettings {}
1392
1406
 
1407
+ /**
1408
+ * Describes the settings that can be provided to the ReuseComponent constructor.
1409
+ */
1410
+ interface $ReuseComponentSettings
1411
+ extends sap.fe.core.fpm.$ComponentSettings {
1412
+ /**
1413
+ * Event that is fired once the component is initialized
1414
+ */
1415
+ initialized?: (oEvent: sap.ui.base.Event) => void;
1416
+ }
1417
+
1418
+ /**
1419
+ * Describes the settings that can be provided to the TemplateComponent constructor.
1420
+ */
1421
+ interface $TemplateComponentSettings
1422
+ extends sap.ui.core.$UIComponentSettings {
1423
+ /**
1424
+ * Defines the path of the context used in the current page.
1425
+ */
1426
+ contextPath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
1427
+
1428
+ /**
1429
+ * Enhance the i18n bundle used for this page with one or more app specific i18n resource bundles or resource
1430
+ * models
1431
+ * or a combination of both. The last resource bundle or model is given the highest priority.
1432
+ */
1433
+ enhanceI18n?:
1434
+ | string[]
1435
+ | sap.ui.base.ManagedObject.PropertyBindingInfo
1436
+ | `{${string}}`;
1437
+ }
1438
+
1439
+ /**
1440
+ * Parameters of the ReuseComponent#initialized event.
1441
+ */
1442
+ interface ReuseComponent$InitializedEventParameters {}
1443
+
1393
1444
  /**
1394
1445
  * Main class for components used for an application in SAP Fiori elements.
1395
1446
  * Application developers using the templates and building blocks provided by SAP Fiori elements should
@@ -1674,6 +1725,105 @@ declare namespace sap {
1674
1725
  */
1675
1726
  getExtensionAPI(): sap.fe.core.ExtensionAPI;
1676
1727
  }
1728
+ /**
1729
+ * Base component for reuse compontents in SAP Fiori elements.
1730
+ * By extending from this component you get access to the extension API of the page component
1731
+ * and get native support for SAP Fiori elements building blocks.
1732
+ *
1733
+ *
1734
+ * @since 1.145.0
1735
+ */
1736
+ class ReuseComponent extends sap.fe.core.fpm.Component {
1737
+ /**
1738
+ *
1739
+ * @returns Reference to sap.fe.core.ReuseComponent
1740
+ * to allow method chaining
1741
+ */
1742
+ attachInitialized(
1743
+ /**
1744
+ * An application-specific payload object that will be passed to the event handler along with the event
1745
+ * object when firing the event
1746
+ */
1747
+ oData: object,
1748
+ /**
1749
+ * The function to be called when the event occurs
1750
+ */
1751
+ fnFunction: (p1: sap.ui.base.Event) => void,
1752
+ /**
1753
+ * The context object to call the event handler with. Defaults to this `this` control
1754
+ */
1755
+ oListener?: object
1756
+ ): this;
1757
+ /**
1758
+ *
1759
+ * @returns Reference to sap.fe.core.ReuseComponent
1760
+ * to allow method chaining
1761
+ */
1762
+ attachInitialized(
1763
+ /**
1764
+ * The function to be called when the event occurs
1765
+ */
1766
+ fnFunction: (p1: sap.ui.base.Event) => void,
1767
+ /**
1768
+ * The context object to call the event handler with. Defaults to this `this` control
1769
+ */
1770
+ oListener?: object
1771
+ ): this;
1772
+ /**
1773
+ *
1774
+ * @returns Reference to sap.fe.core.ReuseComponent
1775
+ * to allow method chaining
1776
+ */
1777
+ detachInitialized(
1778
+ /**
1779
+ * The function to be called when the event occurs
1780
+ */
1781
+ fnFunction: (p1: sap.ui.base.Event) => void,
1782
+ /**
1783
+ * The context object to call the event handler with. Defaults to this `this` control
1784
+ */
1785
+ oListener?: object
1786
+ ): this;
1787
+ /**
1788
+ * Fires event initialized
1789
+ * to attached listeners.
1790
+ *
1791
+ * @ui5-protected Do not call from applications (only from related classes in the framework)
1792
+ *
1793
+ * @returns Reference to sap.fe.core.ReuseComponent
1794
+ * to allow method chaining
1795
+ */
1796
+ fireInitialized(
1797
+ /**
1798
+ * The parameters to pass along with the event.
1799
+ * See {@link Function} for the set of parameters that are expected by the event handlers.
1800
+ */
1801
+ mParameters?: {}
1802
+ ): this;
1803
+ /**
1804
+ * Returns the extension API of the page component that owns the reuse component.
1805
+ *
1806
+ *
1807
+ * @returns The extension API
1808
+ */
1809
+ getExtensionAPI(): sap.fe.core.ExtensionAPI;
1810
+ }
1811
+ /**
1812
+ * Base component for SAP Fiori elements floorplans.
1813
+ * This component provides as foundation for all SAP Fiori elements page types, and shall not be used directly.
1814
+ *
1815
+ *
1816
+ * @since 1.145.0
1817
+ */
1818
+ class TemplateComponent
1819
+ extends sap.ui.core.UIComponent
1820
+ implements
1821
+ sap.ui.core.IAsyncContentCreation,
1822
+ /* was: sap.fe.core.buildingBlocks.IBuildingBlockOwnerComponent.IBuildingBlockOwnerComponent */ Object
1823
+ {
1824
+ __implements__sap_ui_core_IAsyncContentCreation: boolean;
1825
+ __implements__sap_fe_core_buildingBlocks_IBuildingBlockOwnerComponent_IBuildingBlockOwnerComponent: boolean;
1826
+ }
1677
1827
  /**
1678
1828
  * Possible navigation modes for a pagination.
1679
1829
  *
@@ -1712,6 +1862,13 @@ declare namespace sap {
1712
1862
  */
1713
1863
  Enabled = "undefined",
1714
1864
  }
1865
+ /**
1866
+ * Event object of the ReuseComponent#initialized event.
1867
+ */
1868
+ type ReuseComponent$InitializedEvent = sap.ui.base.Event<
1869
+ ReuseComponent$InitializedEventParameters,
1870
+ ReuseComponent
1871
+ >;
1715
1872
  }
1716
1873
  }
1717
1874
 
@@ -1754,8 +1911,12 @@ declare namespace sap {
1754
1911
 
1755
1912
  "sap/fe/core/PageController": undefined;
1756
1913
 
1914
+ "sap/fe/core/ReuseComponent": undefined;
1915
+
1757
1916
  "sap/fe/core/rootView/Fcl.controller": undefined;
1758
1917
 
1759
1918
  "sap/fe/core/rootView/NavContainer.controller": undefined;
1919
+
1920
+ "sap/fe/core/TemplateComponent": undefined;
1760
1921
  }
1761
1922
  }
@@ -1,3 +1,3 @@
1
- // For Library Version: 1.144.0
1
+ // For Library Version: 1.145.0
2
2
 
3
3
  declare namespace sap {}