@openui5/ts-types 1.123.1 → 1.124.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.
@@ -1,3 +1,7 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
- declare namespace sap {}
3
+ declare namespace sap {
4
+ interface IUI5DefineDependencyNames {
5
+ "sap/ui/dt/library": undefined;
6
+ }
7
+ }
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -265,7 +265,8 @@ declare namespace sap {
265
265
  implements
266
266
  sap.ui.core.IShrinkable,
267
267
  sap.m.IOverflowToolbarContent,
268
- /* was: sap.m.IToolbarInteractiveControl */ Object {
268
+ /* was: sap.m.IToolbarInteractiveControl */ Object
269
+ {
269
270
  __implements__sap_ui_core_IShrinkable: boolean;
270
271
  __implements__sap_m_IOverflowToolbarContent: boolean;
271
272
  __implements__sap_m_IToolbarInteractiveControl: boolean;
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -1,4 +1,4 @@
1
- // For Library Version: 1.123.1
1
+ // For Library Version: 1.124.0
2
2
 
3
3
  declare namespace sap {
4
4
  namespace ui {
@@ -539,7 +539,8 @@ declare namespace sap {
539
539
  */
540
540
  class CSSGrid
541
541
  extends sap.ui.core.Control
542
- implements sap.ui.layout.cssgrid.IGridConfigurable {
542
+ implements sap.ui.layout.cssgrid.IGridConfigurable
543
+ {
543
544
  __implements__sap_ui_layout_cssgrid_IGridConfigurable: boolean;
544
545
  /**
545
546
  * Constructor for a new CSSGrid.
@@ -1477,7 +1478,8 @@ declare namespace sap {
1477
1478
  */
1478
1479
  class GridItemLayoutData
1479
1480
  extends sap.ui.core.LayoutData
1480
- implements sap.ui.layout.cssgrid.IGridItemLayoutData {
1481
+ implements sap.ui.layout.cssgrid.IGridItemLayoutData
1482
+ {
1481
1483
  __implements__sap_ui_layout_cssgrid_IGridItemLayoutData: boolean;
1482
1484
  /**
1483
1485
  * Constructor for a new `sap.ui.layout.cssgrid.GridItemLayoutData`.
@@ -2481,7 +2483,8 @@ declare namespace sap {
2481
2483
  */
2482
2484
  class ResponsiveColumnItemLayoutData
2483
2485
  extends sap.ui.core.LayoutData
2484
- implements sap.ui.layout.cssgrid.IGridItemLayoutData {
2486
+ implements sap.ui.layout.cssgrid.IGridItemLayoutData
2487
+ {
2485
2488
  __implements__sap_ui_layout_cssgrid_IGridItemLayoutData: boolean;
2486
2489
  /**
2487
2490
  * Constructor for a new `sap.ui.layout.cssgrid.ResponsiveColumnItemLayoutData`.