@sapui5/types 1.113.0 → 1.115.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 +70 -60
- package/types/sap.ca.ui.d.ts +207 -105
- package/types/sap.chart.d.ts +148 -129
- package/types/sap.collaboration.d.ts +98 -87
- package/types/sap.esh.search.ui.d.ts +133 -2
- package/types/sap.f.d.ts +1416 -1005
- package/types/sap.fe.core.d.ts +55 -166
- package/types/sap.fe.macros.d.ts +96 -20
- package/types/sap.fe.navigation.d.ts +42 -31
- package/types/sap.fe.templates.d.ts +15 -293
- package/types/sap.fe.test.d.ts +102 -46
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1987 -1251
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +75 -29
- package/types/sap.m.d.ts +7415 -5818
- package/types/sap.makit.d.ts +43 -18
- package/types/sap.me.d.ts +112 -69
- package/types/sap.ndc.d.ts +101 -39
- package/types/sap.ovp.d.ts +3 -3
- package/types/sap.rules.ui.d.ts +53 -24
- package/types/sap.sac.df.d.ts +39 -632
- package/types/sap.suite.ui.commons.d.ts +2094 -1437
- package/types/sap.suite.ui.generic.template.d.ts +47 -44
- package/types/sap.suite.ui.microchart.d.ts +242 -163
- package/types/sap.tnt.d.ts +138 -67
- package/types/sap.ui.codeeditor.d.ts +37 -30
- package/types/sap.ui.commons.d.ts +936 -708
- package/types/sap.ui.comp.d.ts +2707 -1862
- package/types/sap.ui.core.d.ts +6435 -3941
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +38 -32
- package/types/sap.ui.fl.d.ts +102 -82
- package/types/sap.ui.generic.app.d.ts +59 -50
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +2489 -2327
- package/types/sap.ui.layout.d.ts +378 -398
- package/types/sap.ui.mdc.d.ts +22041 -115
- package/types/sap.ui.richtexteditor.d.ts +55 -50
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +13 -11
- package/types/sap.ui.support.d.ts +7 -7
- package/types/sap.ui.table.d.ts +628 -478
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1013 -723
- package/types/sap.ui.ux3.d.ts +847 -592
- package/types/sap.ui.vbm.d.ts +1018 -760
- package/types/sap.ui.vk.d.ts +2897 -1896
- package/types/sap.ui.vtm.d.ts +650 -479
- package/types/sap.ui.webc.common.d.ts +5 -3
- package/types/sap.ui.webc.fiori.d.ts +530 -345
- package/types/sap.ui.webc.main.d.ts +1114 -835
- package/types/sap.uiext.inbox.d.ts +79 -37
- package/types/sap.ushell.d.ts +444 -212
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +309 -222
- package/types/sap.viz.d.ts +932 -521
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +15 -10
- package/types/sap.zen.crosstab.d.ts +7 -4
- package/types/sap.zen.dsh.d.ts +143 -87
- package/types/sap.sac.grid.d.ts +0 -774
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.115.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/esh/search/ui/library" {}
|
|
4
4
|
|
|
@@ -23,7 +23,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
23
23
|
* facets and more. This control is ready to use with an enterprise search backend service but also allows
|
|
24
24
|
* deep modifications to match requirements of adopting applications.
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
class SearchCompositeControl extends Control {
|
|
27
27
|
/**
|
|
28
28
|
* Constructs a new `SearchCompositeControl` to interact with SAP Enterprise Search Services.
|
|
29
29
|
* See:
|
|
@@ -343,6 +343,19 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
343
343
|
* @returns Value of property `displayFacetPanelInCaseOfNoResults`
|
|
344
344
|
*/
|
|
345
345
|
getDisplayFacetPanelInCaseOfNoResults(): boolean;
|
|
346
|
+
/**
|
|
347
|
+
* @SINCE 1.96.0
|
|
348
|
+
*
|
|
349
|
+
* Gets current value of property {@link #getEnableMultiSelectionResultItems enableMultiSelectionResultItems}.
|
|
350
|
+
*
|
|
351
|
+
* Enables the multiselection mode of search result items. A checkbox is provided for each result item if
|
|
352
|
+
* the value is true.
|
|
353
|
+
*
|
|
354
|
+
* Default value is `false`.
|
|
355
|
+
*
|
|
356
|
+
* @returns Value of property `enableMultiSelectionResultItems`
|
|
357
|
+
*/
|
|
358
|
+
getEnableMultiSelectionResultItems(): boolean;
|
|
346
359
|
/**
|
|
347
360
|
* @SINCE 1.107.0
|
|
348
361
|
*
|
|
@@ -439,6 +452,19 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
439
452
|
* @returns Value of property `folderMode`
|
|
440
453
|
*/
|
|
441
454
|
getFolderMode(): boolean;
|
|
455
|
+
/**
|
|
456
|
+
* @SINCE 1.114.0
|
|
457
|
+
*
|
|
458
|
+
* Gets current value of property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
|
|
459
|
+
*
|
|
460
|
+
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
|
|
461
|
+
* is enabled.
|
|
462
|
+
*
|
|
463
|
+
* Default value is `false`.
|
|
464
|
+
*
|
|
465
|
+
* @returns Value of property `folderModeForInitialSearch`
|
|
466
|
+
*/
|
|
467
|
+
getFolderModeForInitialSearch(): boolean;
|
|
442
468
|
/**
|
|
443
469
|
* @SINCE 1.94.0
|
|
444
470
|
*
|
|
@@ -492,6 +518,19 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
492
518
|
* @returns Value of property `overwriteBrowserTitle`
|
|
493
519
|
*/
|
|
494
520
|
getOverwriteBrowserTitle(): boolean;
|
|
521
|
+
/**
|
|
522
|
+
* @SINCE 1.96.0
|
|
523
|
+
*
|
|
524
|
+
* Gets current value of property {@link #getPageSize pageSize}.
|
|
525
|
+
*
|
|
526
|
+
* The maximal count of search result items displayed on a page after a search. By clicking Show More button,
|
|
527
|
+
* another page of result items of the same count (if available) will be displayed.
|
|
528
|
+
*
|
|
529
|
+
* Default value is `10`.
|
|
530
|
+
*
|
|
531
|
+
* @returns Value of property `pageSize`
|
|
532
|
+
*/
|
|
533
|
+
getPageSize(): int;
|
|
495
534
|
/**
|
|
496
535
|
* @SINCE 1.113.0
|
|
497
536
|
*
|
|
@@ -825,6 +864,26 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
825
864
|
*/
|
|
826
865
|
bDisplayFacetPanelInCaseOfNoResults?: boolean
|
|
827
866
|
): this;
|
|
867
|
+
/**
|
|
868
|
+
* @SINCE 1.96.0
|
|
869
|
+
*
|
|
870
|
+
* Sets a new value for property {@link #getEnableMultiSelectionResultItems enableMultiSelectionResultItems}.
|
|
871
|
+
*
|
|
872
|
+
* Enables the multiselection mode of search result items. A checkbox is provided for each result item if
|
|
873
|
+
* the value is true.
|
|
874
|
+
*
|
|
875
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
876
|
+
*
|
|
877
|
+
* Default value is `false`.
|
|
878
|
+
*
|
|
879
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
880
|
+
*/
|
|
881
|
+
setEnableMultiSelectionResultItems(
|
|
882
|
+
/**
|
|
883
|
+
* New value for property `enableMultiSelectionResultItems`
|
|
884
|
+
*/
|
|
885
|
+
bEnableMultiSelectionResultItems?: boolean
|
|
886
|
+
): this;
|
|
828
887
|
/**
|
|
829
888
|
* @SINCE 1.107.0
|
|
830
889
|
*
|
|
@@ -968,6 +1027,26 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
968
1027
|
*/
|
|
969
1028
|
bFolderMode?: boolean
|
|
970
1029
|
): this;
|
|
1030
|
+
/**
|
|
1031
|
+
* @SINCE 1.114.0
|
|
1032
|
+
*
|
|
1033
|
+
* Sets a new value for property {@link #getFolderModeForInitialSearch folderModeForInitialSearch}.
|
|
1034
|
+
*
|
|
1035
|
+
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
|
|
1036
|
+
* is enabled.
|
|
1037
|
+
*
|
|
1038
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1039
|
+
*
|
|
1040
|
+
* Default value is `false`.
|
|
1041
|
+
*
|
|
1042
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1043
|
+
*/
|
|
1044
|
+
setFolderModeForInitialSearch(
|
|
1045
|
+
/**
|
|
1046
|
+
* New value for property `folderModeForInitialSearch`
|
|
1047
|
+
*/
|
|
1048
|
+
bFolderModeForInitialSearch?: boolean
|
|
1049
|
+
): this;
|
|
971
1050
|
/**
|
|
972
1051
|
* @SINCE 1.94.0
|
|
973
1052
|
*
|
|
@@ -1056,6 +1135,26 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1056
1135
|
*/
|
|
1057
1136
|
bOverwriteBrowserTitle: boolean
|
|
1058
1137
|
): this;
|
|
1138
|
+
/**
|
|
1139
|
+
* @SINCE 1.96.0
|
|
1140
|
+
*
|
|
1141
|
+
* Sets a new value for property {@link #getPageSize pageSize}.
|
|
1142
|
+
*
|
|
1143
|
+
* The maximal count of search result items displayed on a page after a search. By clicking Show More button,
|
|
1144
|
+
* another page of result items of the same count (if available) will be displayed.
|
|
1145
|
+
*
|
|
1146
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1147
|
+
*
|
|
1148
|
+
* Default value is `10`.
|
|
1149
|
+
*
|
|
1150
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1151
|
+
*/
|
|
1152
|
+
setPageSize(
|
|
1153
|
+
/**
|
|
1154
|
+
* New value for property `pageSize`
|
|
1155
|
+
*/
|
|
1156
|
+
iPageSize?: int
|
|
1157
|
+
): this;
|
|
1059
1158
|
/**
|
|
1060
1159
|
* @SINCE 1.113.0
|
|
1061
1160
|
*
|
|
@@ -1297,6 +1396,7 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1297
1396
|
bUpdateUrl?: boolean
|
|
1298
1397
|
): this;
|
|
1299
1398
|
}
|
|
1399
|
+
export default SearchCompositeControl;
|
|
1300
1400
|
|
|
1301
1401
|
export interface $SearchCompositeControlSettings extends $ControlSettings {
|
|
1302
1402
|
/**
|
|
@@ -1410,6 +1510,14 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1410
1510
|
*/
|
|
1411
1511
|
folderMode?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1412
1512
|
|
|
1513
|
+
/**
|
|
1514
|
+
* @SINCE 1.114.0
|
|
1515
|
+
*
|
|
1516
|
+
* In case folderMode is set to true this boolean indicates whether for the initial search the folder mode
|
|
1517
|
+
* is enabled.
|
|
1518
|
+
*/
|
|
1519
|
+
folderModeForInitialSearch?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1520
|
+
|
|
1413
1521
|
/**
|
|
1414
1522
|
* @SINCE 1.106.0
|
|
1415
1523
|
*
|
|
@@ -1569,6 +1677,25 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1569
1677
|
*/
|
|
1570
1678
|
initAsync?: Function | PropertyBindingInfo | `{${string}}`;
|
|
1571
1679
|
|
|
1680
|
+
/**
|
|
1681
|
+
* @SINCE 1.96.0
|
|
1682
|
+
*
|
|
1683
|
+
* Enables the multiselection mode of search result items. A checkbox is provided for each result item if
|
|
1684
|
+
* the value is true.
|
|
1685
|
+
*/
|
|
1686
|
+
enableMultiSelectionResultItems?:
|
|
1687
|
+
| boolean
|
|
1688
|
+
| PropertyBindingInfo
|
|
1689
|
+
| `{${string}}`;
|
|
1690
|
+
|
|
1691
|
+
/**
|
|
1692
|
+
* @SINCE 1.96.0
|
|
1693
|
+
*
|
|
1694
|
+
* The maximal count of search result items displayed on a page after a search. By clicking Show More button,
|
|
1695
|
+
* another page of result items of the same count (if available) will be displayed.
|
|
1696
|
+
*/
|
|
1697
|
+
pageSize?: int | PropertyBindingInfo | `{${string}}`;
|
|
1698
|
+
|
|
1572
1699
|
/**
|
|
1573
1700
|
* Control instances which are part of this composite control.
|
|
1574
1701
|
*/
|
|
@@ -1584,6 +1711,10 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
1584
1711
|
*/
|
|
1585
1712
|
searchFinished?: (oEvent: Event) => void;
|
|
1586
1713
|
}
|
|
1714
|
+
|
|
1715
|
+
export interface $SearchCompositeControlSearchFinishedEventParameters {}
|
|
1716
|
+
|
|
1717
|
+
export interface $SearchCompositeControlSearchStartedEventParameters {}
|
|
1587
1718
|
}
|
|
1588
1719
|
|
|
1589
1720
|
declare namespace sap {
|