@sapui5/ts-types 1.92.2 → 1.93.3
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/README.md +3 -1
- package/package.json +1 -1
- package/types/index.d.ts +2 -1
- package/types/sap.apf.d.ts +1 -44
- package/types/sap.ca.ui.d.ts +649 -651
- package/types/sap.chart.d.ts +49 -49
- package/types/sap.collaboration.d.ts +756 -762
- package/types/sap.esh.search.ui.d.ts +241 -0
- package/types/sap.f.d.ts +623 -468
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +101 -75
- package/types/sap.fe.macros.d.ts +55 -8
- package/types/sap.fe.navigation.d.ts +5 -14
- package/types/sap.fe.placeholder-1.93.1-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +2 -4
- package/types/sap.fe.templates.d.ts +1 -16
- package/types/sap.fe.test.d.ts +44 -115
- package/types/sap.fe.tools.d.ts +2 -4
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1321 -1191
- package/types/sap.landvisz.d.ts +345 -345
- package/types/sap.m.d.ts +5498 -4814
- package/types/sap.makit.d.ts +123 -123
- package/types/sap.me.d.ts +137 -153
- package/types/sap.ndc.d.ts +29 -29
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +170 -124
- package/types/sap.suite.ui.commons.d.ts +1593 -1612
- package/types/sap.suite.ui.generic.template.d.ts +285 -165
- package/types/sap.suite.ui.microchart.d.ts +742 -508
- package/types/sap.tnt.d.ts +149 -117
- package/types/sap.ui.codeeditor.d.ts +28 -28
- package/types/sap.ui.commons.d.ts +1387 -1387
- package/types/sap.ui.comp.d.ts +1013 -1013
- package/types/sap.ui.core.d.ts +3852 -3973
- package/types/sap.ui.dt.d.ts +2 -4
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +138 -147
- package/types/sap.ui.generic.template.d.ts +2 -4
- package/types/sap.ui.integration.d.ts +118 -112
- package/types/sap.ui.layout.d.ts +593 -586
- package/types/sap.ui.mdc.d.ts +7 -1
- package/types/sap.ui.richtexteditor.d.ts +30 -30
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +53 -53
- package/types/sap.ui.support.d.ts +6 -12
- package/types/sap.ui.table.d.ts +248 -248
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +853 -713
- package/types/sap.ui.ux3.d.ts +785 -793
- package/types/sap.ui.vbm.d.ts +784 -784
- package/types/sap.ui.vk.d.ts +3130 -2251
- package/types/sap.ui.vtm.d.ts +240 -240
- package/types/sap.uiext.inbox.d.ts +222 -222
- package/types/sap.ushell.d.ts +340 -377
- package/types/sap.ushell_abap.d.ts +127 -129
- package/types/sap.uxap.d.ts +384 -220
- package/types/sap.viz.d.ts +1527 -1527
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +188 -222
- package/types/sap.zen.crosstab.d.ts +15 -17
- package/types/sap.zen.dsh.d.ts +176 -211
- package/types/sap.fe.placeholder.d.ts +0 -5
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.93.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace zen {
|
|
@@ -243,16 +243,16 @@ declare namespace sap {
|
|
|
243
243
|
*/
|
|
244
244
|
FNMetaImpl?: Function
|
|
245
245
|
): Function;
|
|
246
|
+
/**
|
|
247
|
+
* Returns a metadata object for class sap.zen.crosstab.Crosstab.
|
|
248
|
+
*/
|
|
249
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
246
250
|
/**
|
|
247
251
|
* Gets current value of property {@link #getHeight height}.
|
|
248
252
|
*
|
|
249
253
|
* Height of the Crosstab.
|
|
250
254
|
*/
|
|
251
255
|
getHeight(): sap.ui.core.CSSSize;
|
|
252
|
-
/**
|
|
253
|
-
* Returns a metadata object for class sap.zen.crosstab.Crosstab.
|
|
254
|
-
*/
|
|
255
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
256
256
|
/**
|
|
257
257
|
* Gets current value of property {@link #getWidth width}.
|
|
258
258
|
*
|
|
@@ -323,10 +323,6 @@ declare namespace sap {
|
|
|
323
323
|
mSettings?: sap.zen.crosstab.$DataCellSettings
|
|
324
324
|
);
|
|
325
325
|
|
|
326
|
-
/**
|
|
327
|
-
*
|
|
328
|
-
*/
|
|
329
|
-
addStyle(sSStyle: string): void;
|
|
330
326
|
/**
|
|
331
327
|
* Creates a new subclass of class sap.zen.crosstab.DataCell with name `sClassName` and enriches it with
|
|
332
328
|
* the information contained in `oClassInfo`.
|
|
@@ -348,6 +344,12 @@ declare namespace sap {
|
|
|
348
344
|
*/
|
|
349
345
|
FNMetaImpl?: Function
|
|
350
346
|
): Function;
|
|
347
|
+
/**
|
|
348
|
+
* Returns a metadata object for class sap.zen.crosstab.DataCell.
|
|
349
|
+
*/
|
|
350
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
351
|
+
|
|
352
|
+
addStyle(sSStyle: string): void;
|
|
351
353
|
/**
|
|
352
354
|
* Gets current value of property {@link #getArea area}.
|
|
353
355
|
*
|
|
@@ -360,10 +362,6 @@ declare namespace sap {
|
|
|
360
362
|
* the column of the data cell
|
|
361
363
|
*/
|
|
362
364
|
getCol(): int;
|
|
363
|
-
/**
|
|
364
|
-
* Returns a metadata object for class sap.zen.crosstab.DataCell.
|
|
365
|
-
*/
|
|
366
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
367
365
|
/**
|
|
368
366
|
* Gets current value of property {@link #getRow row}.
|
|
369
367
|
*
|
|
@@ -525,6 +523,10 @@ declare namespace sap {
|
|
|
525
523
|
*/
|
|
526
524
|
FNMetaImpl?: Function
|
|
527
525
|
): Function;
|
|
526
|
+
/**
|
|
527
|
+
* Returns a metadata object for class sap.zen.crosstab.HeaderCell.
|
|
528
|
+
*/
|
|
529
|
+
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
528
530
|
/**
|
|
529
531
|
* Gets current value of property {@link #getAlignment alignment}.
|
|
530
532
|
*
|
|
@@ -613,10 +615,6 @@ declare namespace sap {
|
|
|
613
615
|
* whether to merge the cell if the keys are equal
|
|
614
616
|
*/
|
|
615
617
|
getMergeKey(): string;
|
|
616
|
-
/**
|
|
617
|
-
* Returns a metadata object for class sap.zen.crosstab.HeaderCell.
|
|
618
|
-
*/
|
|
619
|
-
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
620
618
|
/**
|
|
621
619
|
* Gets current value of property {@link #getNodeAlignment nodeAlignment}.
|
|
622
620
|
*
|