@sapui5/ts-types-esm 1.109.2 → 1.110.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 +36 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +219 -28
- package/types/sap.f.d.ts +53 -28
- package/types/sap.fe.core.d.ts +97 -22
- package/types/sap.fe.macros.d.ts +92 -38
- package/types/sap.fe.navigation.d.ts +347 -975
- package/types/sap.fe.templates.d.ts +114 -8
- package/types/sap.fe.test.d.ts +25 -21
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +263 -59
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +17660 -13859
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +20 -8
- package/types/sap.ovp.d.ts +134 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +96 -4
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +52 -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 +4 -2
- package/types/sap.ui.commons.d.ts +14911 -14837
- package/types/sap.ui.comp.d.ts +87 -20
- package/types/sap.ui.core.d.ts +923 -522
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +90 -1
- package/types/sap.ui.fl.d.ts +113 -2
- package/types/sap.ui.generic.app.d.ts +59 -4
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +60 -41
- package/types/sap.ui.layout.d.ts +14 -12
- package/types/sap.ui.mdc.d.ts +28 -21
- package/types/sap.ui.richtexteditor.d.ts +19 -10
- 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 +53 -351
- package/types/sap.ui.table.d.ts +74 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +110 -324
- package/types/sap.ui.ux3.d.ts +7 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +127 -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 +6 -6
- package/types/sap.ui.webc.main.d.ts +5 -5
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +52 -101
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +8 -31
- 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.fe.common.d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
/// <reference path="./sap.ui.richtexteditor.d.ts"/>
|
|
36
36
|
/// <reference path="./sap.ui.rta.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
38
|
-
/// <reference path="./sap.fe.common.d.ts"/>
|
|
39
38
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
40
39
|
/// <reference path="./sap.fe.macros.d.ts"/>
|
|
41
40
|
/// <reference path="./sap.fe.navigation.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.110.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/chart/library" {
|
|
4
4
|
import Dimension from "sap/chart/data/Dimension";
|
|
@@ -1227,6 +1227,17 @@ declare module "sap/chart/Chart" {
|
|
|
1227
1227
|
* @returns Value of property `enableStableColor`
|
|
1228
1228
|
*/
|
|
1229
1229
|
getEnableStableColor(): boolean;
|
|
1230
|
+
/**
|
|
1231
|
+
* Gets current value of property {@link #getHideSharedInformation hideSharedInformation}.
|
|
1232
|
+
*
|
|
1233
|
+
* Hide shared dimensions from selected data points when you drill down. A dimension is hidden if all selected
|
|
1234
|
+
* data points share the same.
|
|
1235
|
+
*
|
|
1236
|
+
* Default value is `true`.
|
|
1237
|
+
*
|
|
1238
|
+
* @returns Value of property `hideSharedInformation`
|
|
1239
|
+
*/
|
|
1240
|
+
getHideSharedInformation(): boolean;
|
|
1230
1241
|
/**
|
|
1231
1242
|
* Gets current value of property {@link #getInResultDimensions inResultDimensions}.
|
|
1232
1243
|
*
|
|
@@ -1925,6 +1936,24 @@ declare module "sap/chart/Chart" {
|
|
|
1925
1936
|
*/
|
|
1926
1937
|
bEnableStableColor?: boolean
|
|
1927
1938
|
): this;
|
|
1939
|
+
/**
|
|
1940
|
+
* Sets a new value for property {@link #getHideSharedInformation hideSharedInformation}.
|
|
1941
|
+
*
|
|
1942
|
+
* Hide shared dimensions from selected data points when you drill down. A dimension is hidden if all selected
|
|
1943
|
+
* data points share the same.
|
|
1944
|
+
*
|
|
1945
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1946
|
+
*
|
|
1947
|
+
* Default value is `true`.
|
|
1948
|
+
*
|
|
1949
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1950
|
+
*/
|
|
1951
|
+
setHideSharedInformation(
|
|
1952
|
+
/**
|
|
1953
|
+
* New value for property `hideSharedInformation`
|
|
1954
|
+
*/
|
|
1955
|
+
bHideSharedInformation?: boolean
|
|
1956
|
+
): this;
|
|
1928
1957
|
/**
|
|
1929
1958
|
* Sets a new value for property {@link #getInResultDimensions inResultDimensions}.
|
|
1930
1959
|
*
|
|
@@ -2497,6 +2526,12 @@ declare module "sap/chart/Chart" {
|
|
|
2497
2526
|
*/
|
|
2498
2527
|
valueAxisScale?: object | PropertyBindingInfo | `{${string}}`;
|
|
2499
2528
|
|
|
2529
|
+
/**
|
|
2530
|
+
* Hide shared dimensions from selected data points when you drill down. A dimension is hidden if all selected
|
|
2531
|
+
* data points share the same.
|
|
2532
|
+
*/
|
|
2533
|
+
hideSharedInformation?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
2534
|
+
|
|
2500
2535
|
/**
|
|
2501
2536
|
* Actual data. It can be bound to an (analytical) ODataModel.
|
|
2502
2537
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/esh/search/ui/library" {}
|
|
4
4
|
|
|
@@ -254,16 +254,17 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
254
254
|
mParameters?: object
|
|
255
255
|
): this;
|
|
256
256
|
/**
|
|
257
|
-
* @SINCE 1.
|
|
257
|
+
* @SINCE 1.108.0
|
|
258
|
+
*
|
|
259
|
+
* Gets current value of property {@link #getApplicationComponent applicationComponent}.
|
|
258
260
|
*
|
|
259
|
-
*
|
|
261
|
+
* Relevant for SAP partners and SAP, the "Application Component" you expect customers to create incidents.
|
|
260
262
|
*
|
|
261
|
-
*
|
|
262
|
-
* which is displayed on the top of the result list. Typically this is used for displaying the total count.
|
|
263
|
+
* Default value is `"HAN-AS-INA-UI"`.
|
|
263
264
|
*
|
|
264
|
-
* @returns Value of property `
|
|
265
|
+
* @returns Value of property `applicationComponent`
|
|
265
266
|
*/
|
|
266
|
-
|
|
267
|
+
getApplicationComponent(): string;
|
|
267
268
|
/**
|
|
268
269
|
* @SINCE 1.106.0
|
|
269
270
|
*
|
|
@@ -303,6 +304,17 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
303
304
|
* @returns Value of property `dataSource`
|
|
304
305
|
*/
|
|
305
306
|
getDataSource(): string;
|
|
307
|
+
/**
|
|
308
|
+
* @SINCE 1.93.0
|
|
309
|
+
*
|
|
310
|
+
* Gets current value of property {@link #getDefaultDataSource defaultDataSource}.
|
|
311
|
+
*
|
|
312
|
+
* Data source id which is set when the UI is loaded or filter is reset. If dataSource is also set, dataSource
|
|
313
|
+
* will be used during UI load and this parameter will used only after filter is reset.
|
|
314
|
+
*
|
|
315
|
+
* @returns Value of property `defaultDataSource`
|
|
316
|
+
*/
|
|
317
|
+
getDefaultDataSource(): string;
|
|
306
318
|
/**
|
|
307
319
|
* @SINCE 1.107.0
|
|
308
320
|
*
|
|
@@ -316,6 +328,31 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
316
328
|
* @returns Value of property `enableQueryLanguage`
|
|
317
329
|
*/
|
|
318
330
|
getEnableQueryLanguage(): boolean;
|
|
331
|
+
/**
|
|
332
|
+
* @SINCE 1.108.0
|
|
333
|
+
*
|
|
334
|
+
* Gets current value of property {@link #getFacetPanelResizable facetPanelResizable}.
|
|
335
|
+
*
|
|
336
|
+
* Display a splitter bar to resize the left hand panel, containing all facets and filter criteria.
|
|
337
|
+
*
|
|
338
|
+
* Default value is `false`.
|
|
339
|
+
*
|
|
340
|
+
* @returns Value of property `facetPanelResizable`
|
|
341
|
+
*/
|
|
342
|
+
getFacetPanelResizable(): boolean;
|
|
343
|
+
/**
|
|
344
|
+
* @SINCE 1.108.0
|
|
345
|
+
*
|
|
346
|
+
* Gets current value of property {@link #getFacetPanelWidthInPercent facetPanelWidthInPercent}.
|
|
347
|
+
*
|
|
348
|
+
* Default size (percent) of the left hand panel, containing all facets and filter criteria. If "facetPanelResizable"
|
|
349
|
+
* is true, the width of the facet panel can be changed by the user.
|
|
350
|
+
*
|
|
351
|
+
* Default value is `25`.
|
|
352
|
+
*
|
|
353
|
+
* @returns Value of property `facetPanelWidthInPercent`
|
|
354
|
+
*/
|
|
355
|
+
getFacetPanelWidthInPercent(): float;
|
|
319
356
|
/**
|
|
320
357
|
* @SINCE 1.98.0
|
|
321
358
|
*
|
|
@@ -351,6 +388,28 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
351
388
|
* @returns Value of property `folderMode`
|
|
352
389
|
*/
|
|
353
390
|
getFolderMode(): boolean;
|
|
391
|
+
/**
|
|
392
|
+
* @SINCE 1.94.0
|
|
393
|
+
*
|
|
394
|
+
* Gets current value of property {@link #getGetCustomNoResultScreen getCustomNoResultScreen}.
|
|
395
|
+
*
|
|
396
|
+
* Whenever a search has no results, a 'No Results Page' is displayed. You can provide a custom page to
|
|
397
|
+
* be more specific and add some hints, links, buttons or other content.
|
|
398
|
+
*
|
|
399
|
+
* @returns Value of property `getCustomNoResultScreen`
|
|
400
|
+
*/
|
|
401
|
+
getGetCustomNoResultScreen(): Function;
|
|
402
|
+
/**
|
|
403
|
+
* @SINCE 1.93.0
|
|
404
|
+
*
|
|
405
|
+
* Gets current value of property {@link #getOverwriteBrowserTitle overwriteBrowserTitle}.
|
|
406
|
+
*
|
|
407
|
+
* Shall the window title be overwritten by this control? If true, the control will set the current search
|
|
408
|
+
* condition as window title. If false, it will not set or update the window title.
|
|
409
|
+
*
|
|
410
|
+
* @returns Value of property `overwriteBrowserTitle`
|
|
411
|
+
*/
|
|
412
|
+
getOverwriteBrowserTitle(): boolean;
|
|
354
413
|
/**
|
|
355
414
|
* @SINCE 1.100.0
|
|
356
415
|
*
|
|
@@ -410,7 +469,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
410
469
|
*
|
|
411
470
|
* Gets current value of property {@link #getSearchOnStart searchOnStart}.
|
|
412
471
|
*
|
|
413
|
-
* Defines if the search control will search for the given term
|
|
472
|
+
* Defines if the search composite control will send a search request after loading for the given term,
|
|
473
|
+
* data source and filter root condition settings.
|
|
414
474
|
*
|
|
415
475
|
* Default value is `true`.
|
|
416
476
|
*
|
|
@@ -500,22 +560,23 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
500
560
|
vContent: int | string | Control
|
|
501
561
|
): Control | null;
|
|
502
562
|
/**
|
|
503
|
-
* @SINCE 1.
|
|
563
|
+
* @SINCE 1.108.0
|
|
504
564
|
*
|
|
505
|
-
* Sets a new value for property {@link #
|
|
565
|
+
* Sets a new value for property {@link #getApplicationComponent applicationComponent}.
|
|
506
566
|
*
|
|
507
|
-
*
|
|
508
|
-
* which is displayed on the top of the result list. Typically this is used for displaying the total count.
|
|
567
|
+
* Relevant for SAP partners and SAP, the "Application Component" you expect customers to create incidents.
|
|
509
568
|
*
|
|
510
569
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
511
570
|
*
|
|
571
|
+
* Default value is `"HAN-AS-INA-UI"`.
|
|
572
|
+
*
|
|
512
573
|
* @returns Reference to `this` in order to allow method chaining
|
|
513
574
|
*/
|
|
514
|
-
|
|
575
|
+
setApplicationComponent(
|
|
515
576
|
/**
|
|
516
|
-
* New value for property `
|
|
577
|
+
* New value for property `applicationComponent`
|
|
517
578
|
*/
|
|
518
|
-
|
|
579
|
+
sApplicationComponent?: string
|
|
519
580
|
): this;
|
|
520
581
|
/**
|
|
521
582
|
* @SINCE 1.106.0
|
|
@@ -571,6 +632,24 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
571
632
|
*/
|
|
572
633
|
sDataSource: string
|
|
573
634
|
): this;
|
|
635
|
+
/**
|
|
636
|
+
* @SINCE 1.93.0
|
|
637
|
+
*
|
|
638
|
+
* Sets a new value for property {@link #getDefaultDataSource defaultDataSource}.
|
|
639
|
+
*
|
|
640
|
+
* Data source id which is set when the UI is loaded or filter is reset. If dataSource is also set, dataSource
|
|
641
|
+
* will be used during UI load and this parameter will used only after filter is reset.
|
|
642
|
+
*
|
|
643
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
644
|
+
*
|
|
645
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
646
|
+
*/
|
|
647
|
+
setDefaultDataSource(
|
|
648
|
+
/**
|
|
649
|
+
* New value for property `defaultDataSource`
|
|
650
|
+
*/
|
|
651
|
+
sDefaultDataSource: string
|
|
652
|
+
): this;
|
|
574
653
|
/**
|
|
575
654
|
* @SINCE 1.107.0
|
|
576
655
|
*
|
|
@@ -591,6 +670,45 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
591
670
|
*/
|
|
592
671
|
bEnableQueryLanguage?: boolean
|
|
593
672
|
): this;
|
|
673
|
+
/**
|
|
674
|
+
* @SINCE 1.108.0
|
|
675
|
+
*
|
|
676
|
+
* Sets a new value for property {@link #getFacetPanelResizable facetPanelResizable}.
|
|
677
|
+
*
|
|
678
|
+
* Display a splitter bar to resize the left hand panel, containing all facets and filter criteria.
|
|
679
|
+
*
|
|
680
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
681
|
+
*
|
|
682
|
+
* Default value is `false`.
|
|
683
|
+
*
|
|
684
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
685
|
+
*/
|
|
686
|
+
setFacetPanelResizable(
|
|
687
|
+
/**
|
|
688
|
+
* New value for property `facetPanelResizable`
|
|
689
|
+
*/
|
|
690
|
+
bFacetPanelResizable?: boolean
|
|
691
|
+
): this;
|
|
692
|
+
/**
|
|
693
|
+
* @SINCE 1.108.0
|
|
694
|
+
*
|
|
695
|
+
* Sets a new value for property {@link #getFacetPanelWidthInPercent facetPanelWidthInPercent}.
|
|
696
|
+
*
|
|
697
|
+
* Default size (percent) of the left hand panel, containing all facets and filter criteria. If "facetPanelResizable"
|
|
698
|
+
* is true, the width of the facet panel can be changed by the user.
|
|
699
|
+
*
|
|
700
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
701
|
+
*
|
|
702
|
+
* Default value is `25`.
|
|
703
|
+
*
|
|
704
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
705
|
+
*/
|
|
706
|
+
setFacetPanelWidthInPercent(
|
|
707
|
+
/**
|
|
708
|
+
* New value for property `facetPanelWidthInPercent`
|
|
709
|
+
*/
|
|
710
|
+
fFacetPanelWidthInPercent?: float
|
|
711
|
+
): this;
|
|
594
712
|
/**
|
|
595
713
|
* @SINCE 1.98.0
|
|
596
714
|
*
|
|
@@ -638,6 +756,42 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
638
756
|
*/
|
|
639
757
|
bFolderMode?: boolean
|
|
640
758
|
): this;
|
|
759
|
+
/**
|
|
760
|
+
* @SINCE 1.94.0
|
|
761
|
+
*
|
|
762
|
+
* Sets a new value for property {@link #getGetCustomNoResultScreen getCustomNoResultScreen}.
|
|
763
|
+
*
|
|
764
|
+
* Whenever a search has no results, a 'No Results Page' is displayed. You can provide a custom page to
|
|
765
|
+
* be more specific and add some hints, links, buttons or other content.
|
|
766
|
+
*
|
|
767
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
768
|
+
*
|
|
769
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
770
|
+
*/
|
|
771
|
+
setGetCustomNoResultScreen(
|
|
772
|
+
/**
|
|
773
|
+
* New value for property `getCustomNoResultScreen`
|
|
774
|
+
*/
|
|
775
|
+
fnGetCustomNoResultScreen: Function
|
|
776
|
+
): this;
|
|
777
|
+
/**
|
|
778
|
+
* @SINCE 1.93.0
|
|
779
|
+
*
|
|
780
|
+
* Sets a new value for property {@link #getOverwriteBrowserTitle overwriteBrowserTitle}.
|
|
781
|
+
*
|
|
782
|
+
* Shall the window title be overwritten by this control? If true, the control will set the current search
|
|
783
|
+
* condition as window title. If false, it will not set or update the window title.
|
|
784
|
+
*
|
|
785
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
786
|
+
*
|
|
787
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
788
|
+
*/
|
|
789
|
+
setOverwriteBrowserTitle(
|
|
790
|
+
/**
|
|
791
|
+
* New value for property `overwriteBrowserTitle`
|
|
792
|
+
*/
|
|
793
|
+
bOverwriteBrowserTitle: boolean
|
|
794
|
+
): this;
|
|
641
795
|
/**
|
|
642
796
|
* @SINCE 1.100.0
|
|
643
797
|
*
|
|
@@ -718,7 +872,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
718
872
|
*
|
|
719
873
|
* Sets a new value for property {@link #getSearchOnStart searchOnStart}.
|
|
720
874
|
*
|
|
721
|
-
* Defines if the search control will search for the given term
|
|
875
|
+
* Defines if the search composite control will send a search request after loading for the given term,
|
|
876
|
+
* data source and filter root condition settings.
|
|
722
877
|
*
|
|
723
878
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
724
879
|
*
|
|
@@ -807,7 +962,8 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
807
962
|
/**
|
|
808
963
|
* @SINCE 1.93.0
|
|
809
964
|
*
|
|
810
|
-
* Defines if the search control will search for the given term
|
|
965
|
+
* Defines if the search composite control will send a search request after loading for the given term,
|
|
966
|
+
* data source and filter root condition settings.
|
|
811
967
|
*/
|
|
812
968
|
searchOnStart?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
813
969
|
|
|
@@ -884,17 +1040,6 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
884
1040
|
*/
|
|
885
1041
|
tabStripsFormatter?: Function | PropertyBindingInfo | `{${string}}`;
|
|
886
1042
|
|
|
887
|
-
/**
|
|
888
|
-
* @SINCE 1.103.0
|
|
889
|
-
*
|
|
890
|
-
* Function callback for assembling the search count breadcumbs. The function callback shall return a control
|
|
891
|
-
* which is displayed on the top of the result list. Typically this is used for displaying the total count.
|
|
892
|
-
*/
|
|
893
|
-
assembleSearchCountBreadcrumbs?:
|
|
894
|
-
| Function
|
|
895
|
-
| PropertyBindingInfo
|
|
896
|
-
| `{${string}}`;
|
|
897
|
-
|
|
898
1043
|
/**
|
|
899
1044
|
* Activates the folder mode. Precondition for folder mode is 1) Search model: In the search model for the
|
|
900
1045
|
* current datasource a hierarchy attribute (representing the folders) is defined 1.1) the hierarchy attribute
|
|
@@ -930,6 +1075,52 @@ declare module "sap/esh/search/ui/SearchCompositeControl" {
|
|
|
930
1075
|
*/
|
|
931
1076
|
enableQueryLanguage?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
932
1077
|
|
|
1078
|
+
/**
|
|
1079
|
+
* @SINCE 1.108.0
|
|
1080
|
+
*
|
|
1081
|
+
* Relevant for SAP partners and SAP, the "Application Component" you expect customers to create incidents.
|
|
1082
|
+
*/
|
|
1083
|
+
applicationComponent?: string | PropertyBindingInfo;
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* @SINCE 1.108.0
|
|
1087
|
+
*
|
|
1088
|
+
* Display a splitter bar to resize the left hand panel, containing all facets and filter criteria.
|
|
1089
|
+
*/
|
|
1090
|
+
facetPanelResizable?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1091
|
+
|
|
1092
|
+
/**
|
|
1093
|
+
* @SINCE 1.108.0
|
|
1094
|
+
*
|
|
1095
|
+
* Default size (percent) of the left hand panel, containing all facets and filter criteria. If "facetPanelResizable"
|
|
1096
|
+
* is true, the width of the facet panel can be changed by the user.
|
|
1097
|
+
*/
|
|
1098
|
+
facetPanelWidthInPercent?: float | PropertyBindingInfo | `{${string}}`;
|
|
1099
|
+
|
|
1100
|
+
/**
|
|
1101
|
+
* @SINCE 1.94.0
|
|
1102
|
+
*
|
|
1103
|
+
* Whenever a search has no results, a 'No Results Page' is displayed. You can provide a custom page to
|
|
1104
|
+
* be more specific and add some hints, links, buttons or other content.
|
|
1105
|
+
*/
|
|
1106
|
+
getCustomNoResultScreen?: Function | PropertyBindingInfo | `{${string}}`;
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* @SINCE 1.93.0
|
|
1110
|
+
*
|
|
1111
|
+
* Shall the window title be overwritten by this control? If true, the control will set the current search
|
|
1112
|
+
* condition as window title. If false, it will not set or update the window title.
|
|
1113
|
+
*/
|
|
1114
|
+
overwriteBrowserTitle?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1115
|
+
|
|
1116
|
+
/**
|
|
1117
|
+
* @SINCE 1.93.0
|
|
1118
|
+
*
|
|
1119
|
+
* Data source id which is set when the UI is loaded or filter is reset. If dataSource is also set, dataSource
|
|
1120
|
+
* will be used during UI load and this parameter will used only after filter is reset.
|
|
1121
|
+
*/
|
|
1122
|
+
defaultDataSource?: string | PropertyBindingInfo;
|
|
1123
|
+
|
|
933
1124
|
/**
|
|
934
1125
|
* Control instances which are part of this composite control.
|
|
935
1126
|
*/
|
package/types/sap.f.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.110.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/tnt/library" {
|
|
4
4
|
export interface IToolHeader {
|
|
@@ -1801,7 +1801,11 @@ declare module "sap/f/cards/Header" {
|
|
|
1801
1801
|
/**
|
|
1802
1802
|
* The mapping of "aria-" prefixed attributes
|
|
1803
1803
|
*/
|
|
1804
|
-
mAriaProps:
|
|
1804
|
+
mAriaProps: {
|
|
1805
|
+
role: string;
|
|
1806
|
+
|
|
1807
|
+
level: string;
|
|
1808
|
+
}
|
|
1805
1809
|
): void;
|
|
1806
1810
|
/**
|
|
1807
1811
|
* Fires event {@link #event:press press} to attached listeners.
|
|
@@ -2404,7 +2408,11 @@ declare module "sap/f/cards/NumericHeader" {
|
|
|
2404
2408
|
/**
|
|
2405
2409
|
* The mapping of "aria-" prefixed attributes
|
|
2406
2410
|
*/
|
|
2407
|
-
mAriaProps:
|
|
2411
|
+
mAriaProps: {
|
|
2412
|
+
role: string;
|
|
2413
|
+
|
|
2414
|
+
level: string;
|
|
2415
|
+
}
|
|
2408
2416
|
): void;
|
|
2409
2417
|
/**
|
|
2410
2418
|
* Fires event {@link #event:press press} to attached listeners.
|
|
@@ -3178,6 +3186,8 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
3178
3186
|
|
|
3179
3187
|
import { dnd } from "sap/ui/core/library";
|
|
3180
3188
|
|
|
3189
|
+
import Control from "sap/ui/core/Control";
|
|
3190
|
+
|
|
3181
3191
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
3182
3192
|
|
|
3183
3193
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
@@ -3265,36 +3275,41 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
3265
3275
|
* Gets current value of property {@link #getDropIndicatorSize dropIndicatorSize}.
|
|
3266
3276
|
*
|
|
3267
3277
|
* A function which will define the desired drop indicator size. The drop indicator shows the user how the
|
|
3268
|
-
* grid will rearrange after drop.
|
|
3269
|
-
*
|
|
3270
|
-
* Use when custom size needs to be defined. For example when an item is dragged from outside a grid and
|
|
3271
|
-
* is dropped over the grid.
|
|
3278
|
+
* grid will rearrange after drop. Use when custom size needs to be defined. For example, when an item is
|
|
3279
|
+
* dragged from outside a grid and is dropped over the grid.
|
|
3272
3280
|
*
|
|
3273
3281
|
* If not specified or if the function returns `null`, the indicator size will be calculated automatically.
|
|
3274
3282
|
*
|
|
3275
|
-
* This callback will be called when the indicator is displayed,
|
|
3283
|
+
* This callback will be called when the indicator is displayed, which happens during the drag over movement.
|
|
3276
3284
|
*
|
|
3277
|
-
* The callback receives `draggedControl` as parameter and must return an object of type `{rows: ,
|
|
3278
|
-
*
|
|
3285
|
+
* The callback receives `draggedControl` as parameter and must return an object of type `{rows: int, columns:
|
|
3286
|
+
* int}` or `null`.
|
|
3279
3287
|
*
|
|
3280
3288
|
* @returns Value of property `dropIndicatorSize`
|
|
3281
3289
|
*/
|
|
3282
|
-
getDropIndicatorSize():
|
|
3290
|
+
getDropIndicatorSize():
|
|
3291
|
+
| ((
|
|
3292
|
+
p1: Control
|
|
3293
|
+
) => {
|
|
3294
|
+
rows: int;
|
|
3295
|
+
|
|
3296
|
+
columns: int;
|
|
3297
|
+
})
|
|
3298
|
+
| null
|
|
3299
|
+
| undefined;
|
|
3283
3300
|
/**
|
|
3284
|
-
* Sets a new value for property {@link #
|
|
3301
|
+
* Sets a new value for property {@link #setDropIndicatorSize dropIndicatorSize}.
|
|
3285
3302
|
*
|
|
3286
3303
|
* A function which will define the desired drop indicator size. The drop indicator shows the user how the
|
|
3287
|
-
* grid will rearrange after drop.
|
|
3288
|
-
*
|
|
3289
|
-
* Use when custom size needs to be defined. For example when an item is dragged from outside a grid and
|
|
3290
|
-
* is dropped over the grid.
|
|
3304
|
+
* grid will rearrange after drop. Use when custom size needs to be defined. For example when an item is
|
|
3305
|
+
* dragged from outside a grid and is dropped over the grid.
|
|
3291
3306
|
*
|
|
3292
3307
|
* If not specified or if the function returns `null`, the indicator size will be calculated automatically.
|
|
3293
3308
|
*
|
|
3294
|
-
* This callback will be called when the indicator is displayed,
|
|
3309
|
+
* This callback will be called when the indicator is displayed, which happens during the drag over movement.
|
|
3295
3310
|
*
|
|
3296
|
-
* The callback receives `draggedControl` as parameter and must return an object of type `{rows: ,
|
|
3297
|
-
*
|
|
3311
|
+
* The callback receives `draggedControl` as parameter and must return an object of type `{rows: int, columns:
|
|
3312
|
+
* int}` or `null`.
|
|
3298
3313
|
*
|
|
3299
3314
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
3300
3315
|
*
|
|
@@ -3304,7 +3319,15 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
3304
3319
|
/**
|
|
3305
3320
|
* New value for property `dropIndicatorSize`
|
|
3306
3321
|
*/
|
|
3307
|
-
fnDropIndicatorSize
|
|
3322
|
+
fnDropIndicatorSize?:
|
|
3323
|
+
| ((
|
|
3324
|
+
p1: Control
|
|
3325
|
+
) => {
|
|
3326
|
+
rows: int;
|
|
3327
|
+
|
|
3328
|
+
columns: int;
|
|
3329
|
+
})
|
|
3330
|
+
| null
|
|
3308
3331
|
): this;
|
|
3309
3332
|
}
|
|
3310
3333
|
|
|
@@ -3318,10 +3341,10 @@ declare module "sap/f/dnd/GridDropInfo" {
|
|
|
3318
3341
|
*
|
|
3319
3342
|
* If not specified or if the function returns `null`, the indicator size will be calculated automatically.
|
|
3320
3343
|
*
|
|
3321
|
-
* This callback will be called when the indicator is displayed,
|
|
3344
|
+
* This callback will be called when the indicator is displayed, which happens during the drag over movement.
|
|
3322
3345
|
*
|
|
3323
|
-
* The callback receives `draggedControl` as parameter and must return an object of type `{rows: ,
|
|
3324
|
-
*
|
|
3346
|
+
* The callback receives `draggedControl` as parameter and must return an object of type `{rows: int, columns:
|
|
3347
|
+
* int}` or `null`.
|
|
3325
3348
|
*/
|
|
3326
3349
|
dropIndicatorSize?: Function | PropertyBindingInfo | `{${string}}`;
|
|
3327
3350
|
}
|
|
@@ -6009,7 +6032,7 @@ declare module "sap/f/FlexibleColumnLayout" {
|
|
|
6009
6032
|
/**
|
|
6010
6033
|
* @SINCE 1.46
|
|
6011
6034
|
*
|
|
6012
|
-
* Implements the
|
|
6035
|
+
* Implements the list-detail-detail paradigm by displaying up to three pages in separate columns.
|
|
6013
6036
|
*
|
|
6014
6037
|
* Overview:
|
|
6015
6038
|
*
|
|
@@ -8659,10 +8682,10 @@ declare module "sap/f/FlexibleColumnLayoutSemanticHelper" {
|
|
|
8659
8682
|
* them should lead.
|
|
8660
8683
|
*
|
|
8661
8684
|
* Calling `getNextUIState(2)` will return information about the expected layout and action buttons if the
|
|
8662
|
-
* application should display three views (
|
|
8685
|
+
* application should display three views (list-detail-detail), based on the current state.
|
|
8663
8686
|
*
|
|
8664
8687
|
* Similarly, calling `getNextUIState(0)` will return information about the expected layout and action buttons
|
|
8665
|
-
* if the application should display the initial view only (
|
|
8688
|
+
* if the application should display the initial view only (list), based on the current state.
|
|
8666
8689
|
*
|
|
8667
8690
|
* For more information, see {@link sap.f.FlexibleColumnLayoutSemanticHelper#getCurrentUIState} and {@link
|
|
8668
8691
|
* sap.f.FlexibleColumnLayoutSemanticHelper#getNextUIState}
|
|
@@ -8778,7 +8801,7 @@ declare module "sap/f/FlexibleColumnLayoutSemanticHelper" {
|
|
|
8778
8801
|
*/
|
|
8779
8802
|
getNextUIState(
|
|
8780
8803
|
/**
|
|
8781
|
-
* the view level that should be represented. 0 means initial (
|
|
8804
|
+
* the view level that should be represented. 0 means initial (list only), 1 - list-detail, 2 - list-detail-detail,
|
|
8782
8805
|
* 3 and above - subsequent views
|
|
8783
8806
|
*/
|
|
8784
8807
|
iNextLevel: int
|
|
@@ -17600,6 +17623,8 @@ declare module "sap/f/ShellBar" {
|
|
|
17600
17623
|
|
|
17601
17624
|
import Button from "sap/m/Button";
|
|
17602
17625
|
|
|
17626
|
+
import { BarContexts } from "sap/m/BarInPageEnabler";
|
|
17627
|
+
|
|
17603
17628
|
import { URI } from "sap/ui/core/library";
|
|
17604
17629
|
|
|
17605
17630
|
import Menu from "sap/m/Menu";
|
|
@@ -18417,7 +18442,7 @@ declare module "sap/f/ShellBar" {
|
|
|
18417
18442
|
*
|
|
18418
18443
|
* @returns with all available contexts
|
|
18419
18444
|
*/
|
|
18420
|
-
getContext():
|
|
18445
|
+
getContext(): BarContexts;
|
|
18421
18446
|
/**
|
|
18422
18447
|
* Gets current value of property {@link #getHomeIcon homeIcon}.
|
|
18423
18448
|
*
|