@sapui5/ts-types 1.113.0 → 1.114.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.
- package/package.json +1 -1
- package/types/index.d.ts +0 -1
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +45 -1
- package/types/sap.f.d.ts +51 -1
- package/types/sap.fe.core.d.ts +7 -3
- package/types/sap.fe.macros.d.ts +28 -3
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +505 -996
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +29 -577
- package/types/sap.suite.ui.commons.d.ts +5 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- 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.comp.d.ts +393 -257
- package/types/sap.ui.core.d.ts +1342 -856
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- package/types/sap.ui.fl.d.ts +1 -3
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +107 -4
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +17 -7
- package/types/sap.ui.richtexteditor.d.ts +1 -1
- 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 +36 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +159 -141
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +40 -1
- package/types/sap.ui.vtm.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.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +6 -6
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +1 -1
- package/types/sap.viz.d.ts +1 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
- package/types/sap.sac.grid.d.ts +0 -760
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
/// <reference path="./sap.zen.dsh.d.ts"/>
|
|
12
12
|
/// <reference path="./sap.zen.commons.d.ts"/>
|
|
13
13
|
/// <reference path="./sap.sac.df.d.ts"/>
|
|
14
|
-
/// <reference path="./sap.sac.grid.d.ts"/>
|
|
15
14
|
/// <reference path="./sap.ui.commons.d.ts"/>
|
|
16
15
|
/// <reference path="./sap.ui.comp.d.ts"/>
|
|
17
16
|
/// <reference path="./sap.ui.core.d.ts"/>
|
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.114.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace esh {
|
|
@@ -142,6 +142,17 @@ declare namespace sap {
|
|
|
142
142
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
143
143
|
| `{${string}}`;
|
|
144
144
|
|
|
145
|
+
/**
|
|
146
|
+
* @SINCE 1.114.0
|
|
147
|
+
*
|
|
148
|
+
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
|
|
149
|
+
* is enabled.
|
|
150
|
+
*/
|
|
151
|
+
folderModeForInitialSearch?:
|
|
152
|
+
| boolean
|
|
153
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
154
|
+
| `{${string}}`;
|
|
155
|
+
|
|
145
156
|
/**
|
|
146
157
|
* @SINCE 1.106.0
|
|
147
158
|
*
|
|
@@ -801,6 +812,19 @@ declare namespace sap {
|
|
|
801
812
|
* @returns Value of property `folderMode`
|
|
802
813
|
*/
|
|
803
814
|
getFolderMode(): boolean;
|
|
815
|
+
/**
|
|
816
|
+
* @SINCE 1.114.0
|
|
817
|
+
*
|
|
818
|
+
* Gets current value of property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
|
|
819
|
+
*
|
|
820
|
+
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
|
|
821
|
+
* is enabled.
|
|
822
|
+
*
|
|
823
|
+
* Default value is `false`.
|
|
824
|
+
*
|
|
825
|
+
* @returns Value of property `folderModeForInitialSearch`
|
|
826
|
+
*/
|
|
827
|
+
getFolderModeForInitialSearch(): boolean;
|
|
804
828
|
/**
|
|
805
829
|
* @SINCE 1.94.0
|
|
806
830
|
*
|
|
@@ -1330,6 +1354,26 @@ declare namespace sap {
|
|
|
1330
1354
|
*/
|
|
1331
1355
|
bFolderMode?: boolean
|
|
1332
1356
|
): this;
|
|
1357
|
+
/**
|
|
1358
|
+
* @SINCE 1.114.0
|
|
1359
|
+
*
|
|
1360
|
+
* Sets a new value for property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
|
|
1361
|
+
*
|
|
1362
|
+
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
|
|
1363
|
+
* is enabled.
|
|
1364
|
+
*
|
|
1365
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1366
|
+
*
|
|
1367
|
+
* Default value is `false`.
|
|
1368
|
+
*
|
|
1369
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1370
|
+
*/
|
|
1371
|
+
setFolderModeForInitialSearch(
|
|
1372
|
+
/**
|
|
1373
|
+
* New value for property `folderModeForInitialSearch`
|
|
1374
|
+
*/
|
|
1375
|
+
bFolderModeForInitialSearch?: boolean
|
|
1376
|
+
): this;
|
|
1333
1377
|
/**
|
|
1334
1378
|
* @SINCE 1.94.0
|
|
1335
1379
|
*
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.114.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -8435,6 +8435,14 @@ declare namespace sap {
|
|
|
8435
8435
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8436
8436
|
| `{${string}}`;
|
|
8437
8437
|
|
|
8438
|
+
/**
|
|
8439
|
+
* Defines where to place the side panel position.
|
|
8440
|
+
*/
|
|
8441
|
+
sidePanelPosition?:
|
|
8442
|
+
| sap.f.SidePanelPosition
|
|
8443
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
8444
|
+
| `{${string}}`;
|
|
8445
|
+
|
|
8438
8446
|
/**
|
|
8439
8447
|
* The list of controls for the main content.
|
|
8440
8448
|
*/
|
|
@@ -18687,6 +18695,16 @@ declare namespace sap {
|
|
|
18687
18695
|
* @returns Value of property `sidePanelMinWidth`
|
|
18688
18696
|
*/
|
|
18689
18697
|
getSidePanelMinWidth(): sap.ui.core.CSSSize;
|
|
18698
|
+
/**
|
|
18699
|
+
* Gets current value of property {@link #getSidePanelPosition sidePanelPosition}.
|
|
18700
|
+
*
|
|
18701
|
+
* Defines where to place the side panel position.
|
|
18702
|
+
*
|
|
18703
|
+
* Default value is `Right`.
|
|
18704
|
+
*
|
|
18705
|
+
* @returns Value of property `sidePanelPosition`
|
|
18706
|
+
*/
|
|
18707
|
+
getSidePanelPosition(): sap.f.SidePanelPosition;
|
|
18690
18708
|
/**
|
|
18691
18709
|
* Gets current value of property {@link #getSidePanelResizable sidePanelResizable}.
|
|
18692
18710
|
*
|
|
@@ -18910,6 +18928,23 @@ declare namespace sap {
|
|
|
18910
18928
|
*/
|
|
18911
18929
|
sSidePanelMinWidth?: sap.ui.core.CSSSize
|
|
18912
18930
|
): this;
|
|
18931
|
+
/**
|
|
18932
|
+
* Sets a new value for property {@link #getSidePanelPosition sidePanelPosition}.
|
|
18933
|
+
*
|
|
18934
|
+
* Defines where to place the side panel position.
|
|
18935
|
+
*
|
|
18936
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
18937
|
+
*
|
|
18938
|
+
* Default value is `Right`.
|
|
18939
|
+
*
|
|
18940
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
18941
|
+
*/
|
|
18942
|
+
setSidePanelPosition(
|
|
18943
|
+
/**
|
|
18944
|
+
* New value for property `sidePanelPosition`
|
|
18945
|
+
*/
|
|
18946
|
+
sSidePanelPosition?: sap.f.SidePanelPosition
|
|
18947
|
+
): this;
|
|
18913
18948
|
/**
|
|
18914
18949
|
* Sets a new value for property {@link #getSidePanelResizable sidePanelResizable}.
|
|
18915
18950
|
*
|
|
@@ -19308,6 +19343,21 @@ declare namespace sap {
|
|
|
19308
19343
|
*/
|
|
19309
19344
|
Up = "Up",
|
|
19310
19345
|
}
|
|
19346
|
+
/**
|
|
19347
|
+
* @SINCE 1.104
|
|
19348
|
+
*
|
|
19349
|
+
* Enumeration for different SidePanel position.
|
|
19350
|
+
*/
|
|
19351
|
+
enum SidePanelPosition {
|
|
19352
|
+
/**
|
|
19353
|
+
* The position is left.
|
|
19354
|
+
*/
|
|
19355
|
+
Left = "Left",
|
|
19356
|
+
/**
|
|
19357
|
+
* The position is right.
|
|
19358
|
+
*/
|
|
19359
|
+
Right = "Right",
|
|
19360
|
+
}
|
|
19311
19361
|
/**
|
|
19312
19362
|
* @SINCE 1.69
|
|
19313
19363
|
* @deprecated (since 1.73) - Use the {@link sap.m.AvatarColor} instead.
|
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -33,7 +33,7 @@ declare namespace sap {
|
|
|
33
33
|
/**
|
|
34
34
|
* Context of the document
|
|
35
35
|
*/
|
|
36
|
-
oContext:
|
|
36
|
+
oContext: sap.ui.model.odata.v4.Context
|
|
37
37
|
): Promise<void>;
|
|
38
38
|
/**
|
|
39
39
|
* @SINCE 1.90.0
|
|
@@ -54,7 +54,7 @@ declare namespace sap {
|
|
|
54
54
|
/**
|
|
55
55
|
* This is the control used to open the discard popover
|
|
56
56
|
*/
|
|
57
|
-
control
|
|
57
|
+
control?: object;
|
|
58
58
|
/**
|
|
59
59
|
* Optional, supresses the discard popover and allows custom handling
|
|
60
60
|
*/
|
|
@@ -877,7 +877,11 @@ declare namespace sap {
|
|
|
877
877
|
/**
|
|
878
878
|
* Extensible array of promises to be resolved before continuing
|
|
879
879
|
*/
|
|
880
|
-
aPromises: Promise<any
|
|
880
|
+
aPromises: Promise<any>,
|
|
881
|
+
/**
|
|
882
|
+
* Navigation type responsible for the applying the state
|
|
883
|
+
*/
|
|
884
|
+
navigationType?: string
|
|
881
885
|
): void;
|
|
882
886
|
/**
|
|
883
887
|
* Called when the application is restored due to keep-alive mode.
|
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -256,7 +256,11 @@ declare namespace sap {
|
|
|
256
256
|
/**
|
|
257
257
|
* Aggregate actions of the chart.
|
|
258
258
|
*/
|
|
259
|
-
actions?:
|
|
259
|
+
actions?:
|
|
260
|
+
| sap.fe.macros.chart.Action[]
|
|
261
|
+
| sap.fe.macros.chart.Action
|
|
262
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
263
|
+
| `{${string}}`;
|
|
260
264
|
}
|
|
261
265
|
|
|
262
266
|
interface $FieldSettings extends sap.fe.macros.$MacroAPISettings {
|
|
@@ -494,6 +498,15 @@ declare namespace sap {
|
|
|
494
498
|
*/
|
|
495
499
|
filterBar?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
496
500
|
|
|
501
|
+
/**
|
|
502
|
+
* Number of columns that are fixed on the left. Only columns which are not fixed can be scrolled horizontally.
|
|
503
|
+
* This property is not relevant for Responsive tables
|
|
504
|
+
*/
|
|
505
|
+
frozenColumnCount?:
|
|
506
|
+
| number
|
|
507
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
508
|
+
| `{${string}}`;
|
|
509
|
+
|
|
497
510
|
/**
|
|
498
511
|
* Specifies the header text that is shown in the table.
|
|
499
512
|
*/
|
|
@@ -593,12 +606,20 @@ declare namespace sap {
|
|
|
593
606
|
/**
|
|
594
607
|
* Aggregate actions of the table.
|
|
595
608
|
*/
|
|
596
|
-
actions?:
|
|
609
|
+
actions?:
|
|
610
|
+
| sap.fe.macros.table.Action[]
|
|
611
|
+
| sap.fe.macros.table.Action
|
|
612
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
613
|
+
| `{${string}}`;
|
|
597
614
|
|
|
598
615
|
/**
|
|
599
616
|
* Aggregate columns of the table.
|
|
600
617
|
*/
|
|
601
|
-
columns?:
|
|
618
|
+
columns?:
|
|
619
|
+
| sap.fe.macros.table.Column[]
|
|
620
|
+
| sap.fe.macros.table.Column
|
|
621
|
+
| sap.ui.base.ManagedObject.AggregationBindingInfo
|
|
622
|
+
| `{${string}}`;
|
|
602
623
|
}
|
|
603
624
|
|
|
604
625
|
/**
|
|
@@ -738,6 +759,10 @@ declare namespace sap {
|
|
|
738
759
|
*/
|
|
739
760
|
vValues?: boolean | boolean[] | number | number[] | string | string[]
|
|
740
761
|
): Promise<void>;
|
|
762
|
+
/**
|
|
763
|
+
* Triggers the API search on the filter bar.
|
|
764
|
+
*/
|
|
765
|
+
triggerSearch(): Promise<void>;
|
|
741
766
|
}
|
|
742
767
|
/**
|
|
743
768
|
* Building block for creating a Form based on the metadata provided by OData V4.
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.landvisz.d.ts
CHANGED