@openui5/ts-types 1.129.0 → 1.130.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.
- package/package.json +1 -1
- package/types/sap.f.d.ts +83 -1
- package/types/sap.m.d.ts +1291 -3674
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.core.d.ts +157 -146
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +3 -1
- package/types/sap.ui.integration.d.ts +22 -5
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +269 -234
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +1 -1
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +6 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.130.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -1334,14 +1334,9 @@ declare namespace sap {
|
|
|
1334
1334
|
): this;
|
|
1335
1335
|
}
|
|
1336
1336
|
/**
|
|
1337
|
-
* The user can change the number of displayed rows by dragging a resizer.
|
|
1338
|
-
*
|
|
1339
|
-
*
|
|
1340
|
-
* - The functionality targets only the mouse interaction (drag and drop). There is no keyboard alternative
|
|
1341
|
-
* available. An accessible alternative must be provided by applications, for example, by giving the user
|
|
1342
|
-
* the possibility to enter the number of required rows in an input field.
|
|
1343
|
-
* - The resize interaction is not optimized for touch devices from a design and interaction perspective.
|
|
1344
|
-
* We do not recommend to use this mode in such scenarios.
|
|
1337
|
+
* The user can change the number of displayed rows by dragging a resizer. The resizer is focusable and
|
|
1338
|
+
* allows resizing via keyboard shortcuts and context menu. Double clicking the bar performs a quick resize
|
|
1339
|
+
* that toggles between the minimum, the default, and the maximum row count.
|
|
1345
1340
|
*
|
|
1346
1341
|
* @since 1.119
|
|
1347
1342
|
*/
|
|
@@ -7600,9 +7595,9 @@ declare namespace sap {
|
|
|
7600
7595
|
/**
|
|
7601
7596
|
* Triggers automatic resizing of a column to the widest content.
|
|
7602
7597
|
*
|
|
7598
|
+
* See {@link sap.ui.table.Column#autoResize} for details about the auto-resize feature.
|
|
7599
|
+
*
|
|
7603
7600
|
* @deprecated (since 1.125) - replaced by {@link sap.ui.table.Column#autoResize}
|
|
7604
|
-
* @experimental - Experimental! Presently implemented to only work with a very limited set of controls
|
|
7605
|
-
* (e.g. sap.m.Text).
|
|
7606
7601
|
*/
|
|
7607
7602
|
autoResizeColumn(
|
|
7608
7603
|
/**
|
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED