@sapui5/ts-types-esm 1.128.0 → 1.129.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/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.cux.home.d.ts +40 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -10
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +105 -38
- package/types/sap.fe.navigation.d.ts +9 -2
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +1 -1
- package/types/sap.fe.templates.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +19 -4
- package/types/sap.insights.d.ts +7 -1
- package/types/sap.m.d.ts +199 -30
- 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 +362 -20
- package/types/sap.suite.ui.commons.d.ts +112 -2
- package/types/sap.suite.ui.generic.template.d.ts +24 -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 +446 -998
- package/types/sap.ui.core.d.ts +59 -65
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +7 -1
- package/types/sap.ui.fl.d.ts +13 -1
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +37 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +575 -28
- 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 +68 -18
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +102 -3
- 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 +1 -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 +182 -169
- 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/package.json
CHANGED
package/types/sap.apf.d.ts
CHANGED
package/types/sap.ca.ui.d.ts
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.cux.home.d.ts
CHANGED
|
@@ -252,6 +252,33 @@ declare module "sap/cux/home/NewsAndPagesContainer" {
|
|
|
252
252
|
*/
|
|
253
253
|
settings?: /* was: sap.cux.home.BaseContainer.$BaseContainerSettings */ any
|
|
254
254
|
);
|
|
255
|
+
|
|
256
|
+
/**
|
|
257
|
+
* Sets property value for colorPersonalization.
|
|
258
|
+
* Overridden to update cached personalizations.
|
|
259
|
+
* Sets a new value for property "colorPersonalizations".
|
|
260
|
+
* Color Personalizations for Spaces & Pages
|
|
261
|
+
* When called with a value of "null" or "undefined", the default value of the property will be restored.
|
|
262
|
+
* Default value is: []
|
|
263
|
+
*
|
|
264
|
+
*
|
|
265
|
+
*
|
|
266
|
+
* @returns the container for chaining
|
|
267
|
+
*/
|
|
268
|
+
setColorPersonalizations(): NewsAndPagesContainer;
|
|
269
|
+
/**
|
|
270
|
+
* Sets property value for iconPersonalization.
|
|
271
|
+
* Overridden to update cached personalizations.
|
|
272
|
+
* Sets a new value for property "iconPersonalizations".
|
|
273
|
+
* Icon Personalizations for Spaces & Pages
|
|
274
|
+
* When called with a value of "null" or "undefined", the default value of the property will be restored.
|
|
275
|
+
* Default value is: []
|
|
276
|
+
*
|
|
277
|
+
*
|
|
278
|
+
*
|
|
279
|
+
* @returns the container for chaining
|
|
280
|
+
*/
|
|
281
|
+
setIconPersonalizations(): NewsAndPagesContainer;
|
|
255
282
|
}
|
|
256
283
|
}
|
|
257
284
|
|
|
@@ -279,6 +306,17 @@ declare module "sap/cux/home/NewsPanel" {
|
|
|
279
306
|
}
|
|
280
307
|
}
|
|
281
308
|
|
|
309
|
+
declare module "sap/cux/home/NoDataContainer" {
|
|
310
|
+
/**
|
|
311
|
+
* Container class to show no data content.
|
|
312
|
+
*
|
|
313
|
+
* @since 1.121
|
|
314
|
+
* @experimental (since 1.121)
|
|
315
|
+
*/
|
|
316
|
+
export default class NoDataContainer
|
|
317
|
+
extends /* was: sap.cux.home.BaseContainer */ Object {}
|
|
318
|
+
}
|
|
319
|
+
|
|
282
320
|
declare module "sap/cux/home/PagePanel" {
|
|
283
321
|
/**
|
|
284
322
|
* Panel class for managing and storing Pages.
|
|
@@ -518,6 +556,8 @@ declare namespace sap {
|
|
|
518
556
|
|
|
519
557
|
"sap/cux/home/NewsPanel": undefined;
|
|
520
558
|
|
|
559
|
+
"sap/cux/home/NoDataContainer": undefined;
|
|
560
|
+
|
|
521
561
|
"sap/cux/home/PagePanel": undefined;
|
|
522
562
|
|
|
523
563
|
"sap/cux/home/RecentAppPanel": undefined;
|
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/core/AppComponent" {
|
|
4
4
|
import {
|
|
@@ -17,9 +17,9 @@ declare module "sap/fe/core/AppComponent" {
|
|
|
17
17
|
* When you use sap.fe.core.AppComponent as the base component, you also need to use a rootView. SAP Fiori
|
|
18
18
|
* elements provides two options:
|
|
19
19
|
*
|
|
20
|
-
*
|
|
20
|
+
* - sap.fe.core.rootView.NavContainer when using sap.m.routing.Router
|
|
21
21
|
*
|
|
22
|
-
*
|
|
22
|
+
* - sap.fe.core.rootView.Fcl when using sap.f.routing.Router (FCL use case)
|
|
23
23
|
*/
|
|
24
24
|
export default class AppComponent
|
|
25
25
|
extends UIComponent
|
|
@@ -1481,17 +1481,17 @@ declare module "sap/fe/core/fpm/Component" {
|
|
|
1481
1481
|
* ```javascript
|
|
1482
1482
|
*
|
|
1483
1483
|
* "myCustomPage": {
|
|
1484
|
-
*
|
|
1485
|
-
*
|
|
1486
|
-
*
|
|
1487
|
-
*
|
|
1488
|
-
*
|
|
1484
|
+
* "type": "Component",
|
|
1485
|
+
* "id": "myCustomPage",
|
|
1486
|
+
* "name": "sap.fe.core.fpm",
|
|
1487
|
+
* "title": "My Custom Page",
|
|
1488
|
+
* "options": {
|
|
1489
1489
|
* "settings": {
|
|
1490
1490
|
* "viewName": "myNamespace.myView",
|
|
1491
1491
|
* "contextPath": "/MyEntitySet"
|
|
1492
|
-
* }
|
|
1493
1492
|
* }
|
|
1494
|
-
*
|
|
1493
|
+
* }
|
|
1494
|
+
* }
|
|
1495
1495
|
* ```
|
|
1496
1496
|
*
|
|
1497
1497
|
*
|
package/types/sap.fe.ina.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/macros/CollectionBindingInfo" {
|
|
4
4
|
import Filter from "sap/ui/model/Filter";
|
|
@@ -179,10 +179,10 @@ declare module "sap/fe/macros/MultiValueField" {
|
|
|
179
179
|
* ```javascript
|
|
180
180
|
*
|
|
181
181
|
* <macro:MultiValueField
|
|
182
|
-
*
|
|
183
|
-
*
|
|
184
|
-
*
|
|
185
|
-
*
|
|
182
|
+
* id="SomeUniqueIdentifier"
|
|
183
|
+
* contextPath="{entitySet>}"
|
|
184
|
+
* metaPath="{dataField>}"
|
|
185
|
+
* />
|
|
186
186
|
* ```
|
|
187
187
|
*
|
|
188
188
|
*
|
|
@@ -552,13 +552,13 @@ declare module "sap/fe/macros/chart/Chart" {
|
|
|
552
552
|
*
|
|
553
553
|
* Available options are:
|
|
554
554
|
*
|
|
555
|
-
*
|
|
555
|
+
* - Sort
|
|
556
556
|
*
|
|
557
|
-
*
|
|
557
|
+
* - Type
|
|
558
558
|
*
|
|
559
|
-
*
|
|
559
|
+
* - Item
|
|
560
560
|
*
|
|
561
|
-
*
|
|
561
|
+
* - Filter
|
|
562
562
|
*/
|
|
563
563
|
personalization?: string | PropertyBindingInfo;
|
|
564
564
|
|
|
@@ -759,13 +759,13 @@ declare module "sap/fe/macros/chart/ChartAPI" {
|
|
|
759
759
|
*
|
|
760
760
|
* Available options are:
|
|
761
761
|
*
|
|
762
|
-
*
|
|
762
|
+
* - Sort
|
|
763
763
|
*
|
|
764
|
-
*
|
|
764
|
+
* - Type
|
|
765
765
|
*
|
|
766
|
-
*
|
|
766
|
+
* - Item
|
|
767
767
|
*
|
|
768
|
-
*
|
|
768
|
+
* - Filter
|
|
769
769
|
*/
|
|
770
770
|
personalization?: string | PropertyBindingInfo;
|
|
771
771
|
|
|
@@ -1892,6 +1892,17 @@ declare module "sap/fe/macros/filterBar/FilterField" {
|
|
|
1892
1892
|
*/
|
|
1893
1893
|
placement?: string | PropertyBindingInfo;
|
|
1894
1894
|
|
|
1895
|
+
/**
|
|
1896
|
+
* Defines which property will be influenced by the FilterField.
|
|
1897
|
+
* This must be a valid property of the entity as this can be used for SAP Companion integration
|
|
1898
|
+
*/
|
|
1899
|
+
property?: string | PropertyBindingInfo;
|
|
1900
|
+
|
|
1901
|
+
/**
|
|
1902
|
+
* If set, the FilterField will be marked as a mandatory field.
|
|
1903
|
+
*/
|
|
1904
|
+
required?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1905
|
+
|
|
1895
1906
|
/**
|
|
1896
1907
|
* If set, possible errors that occur during the search will be displayed in a message box.
|
|
1897
1908
|
*/
|
|
@@ -2249,7 +2260,7 @@ declare module "sap/fe/macros/share/Share.block" {
|
|
|
2249
2260
|
* ```javascript
|
|
2250
2261
|
*
|
|
2251
2262
|
* <macros:Share
|
|
2252
|
-
*
|
|
2263
|
+
* id="someID"
|
|
2253
2264
|
* visible="true"
|
|
2254
2265
|
* />
|
|
2255
2266
|
* ```
|
|
@@ -2461,8 +2472,6 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2461
2472
|
$MacroAPISettings,
|
|
2462
2473
|
} from "sap/fe/macros/MacroAPI";
|
|
2463
2474
|
|
|
2464
|
-
import { MessageType } from "sap/ui/core/library";
|
|
2465
|
-
|
|
2466
2475
|
import PresentationVariant from "sap/fe/navigation/PresentationVariant";
|
|
2467
2476
|
|
|
2468
2477
|
import Context from "sap/ui/model/odata/v4/Context";
|
|
@@ -2482,6 +2491,10 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2482
2491
|
|
|
2483
2492
|
import Column from "sap/fe/macros/table/Column";
|
|
2484
2493
|
|
|
2494
|
+
import Text from "sap/m/Text";
|
|
2495
|
+
|
|
2496
|
+
import IllustratedMessage from "sap/m/IllustratedMessage";
|
|
2497
|
+
|
|
2485
2498
|
import Event from "sap/ui/base/Event";
|
|
2486
2499
|
|
|
2487
2500
|
/**
|
|
@@ -2533,7 +2546,7 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2533
2546
|
/**
|
|
2534
2547
|
* Message type
|
|
2535
2548
|
*/
|
|
2536
|
-
type?: MessageType;
|
|
2549
|
+
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
2537
2550
|
}
|
|
2538
2551
|
): string;
|
|
2539
2552
|
/**
|
|
@@ -2758,6 +2771,13 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2758
2771
|
*/
|
|
2759
2772
|
metaPath?: string | PropertyBindingInfo;
|
|
2760
2773
|
|
|
2774
|
+
/**
|
|
2775
|
+
* Changes the size of the IllustratedMessage in the table, or removes it completely.
|
|
2776
|
+
* Allowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`,
|
|
2777
|
+
* `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.
|
|
2778
|
+
*/
|
|
2779
|
+
modeForNoDataMessage?: string | PropertyBindingInfo;
|
|
2780
|
+
|
|
2761
2781
|
/**
|
|
2762
2782
|
* Controls which options should be enabled for the table personalization dialog.
|
|
2763
2783
|
* If it is set to `true`, all possible options for this kind of table are enabled.
|
|
@@ -2771,11 +2791,11 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2771
2791
|
*
|
|
2772
2792
|
* Available options are:
|
|
2773
2793
|
*
|
|
2774
|
-
*
|
|
2794
|
+
* - Sort
|
|
2775
2795
|
*
|
|
2776
|
-
*
|
|
2796
|
+
* - Column
|
|
2777
2797
|
*
|
|
2778
|
-
*
|
|
2798
|
+
* - Filter
|
|
2779
2799
|
*/
|
|
2780
2800
|
personalization?: string | PropertyBindingInfo;
|
|
2781
2801
|
|
|
@@ -2849,6 +2869,11 @@ declare module "sap/fe/macros/table/Table.block" {
|
|
|
2849
2869
|
* Aggregate columns of the table.
|
|
2850
2870
|
*/
|
|
2851
2871
|
columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
|
|
2872
|
+
|
|
2873
|
+
/**
|
|
2874
|
+
* Aggregation to forward the IllustratedMessage control to the mdc control.
|
|
2875
|
+
*/
|
|
2876
|
+
noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
|
|
2852
2877
|
}
|
|
2853
2878
|
|
|
2854
2879
|
/**
|
|
@@ -2898,8 +2923,6 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
2898
2923
|
|
|
2899
2924
|
import Column from "sap/fe/macros/table/Column";
|
|
2900
2925
|
|
|
2901
|
-
import { MessageType } from "sap/ui/core/library";
|
|
2902
|
-
|
|
2903
2926
|
import PresentationVariant from "sap/fe/navigation/PresentationVariant";
|
|
2904
2927
|
|
|
2905
2928
|
import Context from "sap/ui/model/odata/v4/Context";
|
|
@@ -2915,6 +2938,10 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
2915
2938
|
|
|
2916
2939
|
import ActionGroup from "sap/fe/macros/table/ActionGroup";
|
|
2917
2940
|
|
|
2941
|
+
import Text from "sap/m/Text";
|
|
2942
|
+
|
|
2943
|
+
import IllustratedMessage from "sap/m/IllustratedMessage";
|
|
2944
|
+
|
|
2918
2945
|
import Event from "sap/ui/base/Event";
|
|
2919
2946
|
|
|
2920
2947
|
/**
|
|
@@ -3006,7 +3033,7 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3006
3033
|
/**
|
|
3007
3034
|
* Message type
|
|
3008
3035
|
*/
|
|
3009
|
-
type?: MessageType;
|
|
3036
|
+
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3010
3037
|
}
|
|
3011
3038
|
): string;
|
|
3012
3039
|
/**
|
|
@@ -3284,6 +3311,13 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3284
3311
|
*/
|
|
3285
3312
|
metaPath?: string | PropertyBindingInfo;
|
|
3286
3313
|
|
|
3314
|
+
/**
|
|
3315
|
+
* Changes the size of the IllustratedMessage in the table, or removes it completely.
|
|
3316
|
+
* Allowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`,
|
|
3317
|
+
* `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.
|
|
3318
|
+
*/
|
|
3319
|
+
modeForNoDataMessage?: string | PropertyBindingInfo;
|
|
3320
|
+
|
|
3287
3321
|
/**
|
|
3288
3322
|
* Controls which options should be enabled for the table personalization dialog.
|
|
3289
3323
|
* If it is set to `true`, all possible options for this kind of table are enabled.
|
|
@@ -3297,11 +3331,11 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3297
3331
|
*
|
|
3298
3332
|
* Available options are:
|
|
3299
3333
|
*
|
|
3300
|
-
*
|
|
3334
|
+
* - Sort
|
|
3301
3335
|
*
|
|
3302
|
-
*
|
|
3336
|
+
* - Column
|
|
3303
3337
|
*
|
|
3304
|
-
*
|
|
3338
|
+
* - Filter
|
|
3305
3339
|
*/
|
|
3306
3340
|
personalization?: string | PropertyBindingInfo;
|
|
3307
3341
|
|
|
@@ -3375,6 +3409,11 @@ declare module "sap/fe/macros/table/Table" {
|
|
|
3375
3409
|
* Aggregate columns of the table.
|
|
3376
3410
|
*/
|
|
3377
3411
|
columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
|
|
3412
|
+
|
|
3413
|
+
/**
|
|
3414
|
+
* Aggregation to forward the IllustratedMessage control to the mdc control.
|
|
3415
|
+
*/
|
|
3416
|
+
noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
|
|
3378
3417
|
}
|
|
3379
3418
|
|
|
3380
3419
|
/**
|
|
@@ -3483,8 +3522,6 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3483
3522
|
$MacroAPISettings,
|
|
3484
3523
|
} from "sap/fe/macros/MacroAPI";
|
|
3485
3524
|
|
|
3486
|
-
import { MessageType } from "sap/ui/core/library";
|
|
3487
|
-
|
|
3488
3525
|
import PresentationVariant from "sap/fe/navigation/PresentationVariant";
|
|
3489
3526
|
|
|
3490
3527
|
import Context from "sap/ui/model/odata/v4/Context";
|
|
@@ -3504,6 +3541,10 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3504
3541
|
|
|
3505
3542
|
import Column from "sap/fe/macros/table/Column";
|
|
3506
3543
|
|
|
3544
|
+
import Text from "sap/m/Text";
|
|
3545
|
+
|
|
3546
|
+
import IllustratedMessage from "sap/m/IllustratedMessage";
|
|
3547
|
+
|
|
3507
3548
|
import Event from "sap/ui/base/Event";
|
|
3508
3549
|
|
|
3509
3550
|
/**
|
|
@@ -3538,7 +3579,7 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3538
3579
|
/**
|
|
3539
3580
|
* Message type
|
|
3540
3581
|
*/
|
|
3541
|
-
type?: MessageType;
|
|
3582
|
+
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
3542
3583
|
}
|
|
3543
3584
|
): string;
|
|
3544
3585
|
/**
|
|
@@ -3781,6 +3822,13 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3781
3822
|
*/
|
|
3782
3823
|
metaPath?: string | PropertyBindingInfo;
|
|
3783
3824
|
|
|
3825
|
+
/**
|
|
3826
|
+
* Changes the size of the IllustratedMessage in the table, or removes it completely.
|
|
3827
|
+
* Allowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`,
|
|
3828
|
+
* `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.
|
|
3829
|
+
*/
|
|
3830
|
+
modeForNoDataMessage?: string | PropertyBindingInfo;
|
|
3831
|
+
|
|
3784
3832
|
/**
|
|
3785
3833
|
* Controls which options should be enabled for the table personalization dialog.
|
|
3786
3834
|
* If it is set to `true`, all possible options for this kind of table are enabled.
|
|
@@ -3794,11 +3842,11 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3794
3842
|
*
|
|
3795
3843
|
* Available options are:
|
|
3796
3844
|
*
|
|
3797
|
-
*
|
|
3845
|
+
* - Sort
|
|
3798
3846
|
*
|
|
3799
|
-
*
|
|
3847
|
+
* - Column
|
|
3800
3848
|
*
|
|
3801
|
-
*
|
|
3849
|
+
* - Filter
|
|
3802
3850
|
*/
|
|
3803
3851
|
personalization?: string | PropertyBindingInfo;
|
|
3804
3852
|
|
|
@@ -3873,6 +3921,11 @@ declare module "sap/fe/macros/table/TreeTable.block" {
|
|
|
3873
3921
|
* Aggregate columns of the table.
|
|
3874
3922
|
*/
|
|
3875
3923
|
columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
|
|
3924
|
+
|
|
3925
|
+
/**
|
|
3926
|
+
* Aggregation to forward the IllustratedMessage control to the mdc control.
|
|
3927
|
+
*/
|
|
3928
|
+
noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
|
|
3876
3929
|
}
|
|
3877
3930
|
|
|
3878
3931
|
/**
|
|
@@ -3925,8 +3978,6 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
3925
3978
|
|
|
3926
3979
|
import Column from "sap/fe/macros/table/Column";
|
|
3927
3980
|
|
|
3928
|
-
import { MessageType } from "sap/ui/core/library";
|
|
3929
|
-
|
|
3930
3981
|
import PresentationVariant from "sap/fe/navigation/PresentationVariant";
|
|
3931
3982
|
|
|
3932
3983
|
import Context from "sap/ui/model/odata/v4/Context";
|
|
@@ -3942,6 +3993,10 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
3942
3993
|
|
|
3943
3994
|
import ActionGroup from "sap/fe/macros/table/ActionGroup";
|
|
3944
3995
|
|
|
3996
|
+
import Text from "sap/m/Text";
|
|
3997
|
+
|
|
3998
|
+
import IllustratedMessage from "sap/m/IllustratedMessage";
|
|
3999
|
+
|
|
3945
4000
|
import Event from "sap/ui/base/Event";
|
|
3946
4001
|
|
|
3947
4002
|
/**
|
|
@@ -4033,7 +4088,7 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4033
4088
|
/**
|
|
4034
4089
|
* Message type
|
|
4035
4090
|
*/
|
|
4036
|
-
type?: MessageType;
|
|
4091
|
+
type?: /* was: sap.ui.core.message.MessageType */ any;
|
|
4037
4092
|
}
|
|
4038
4093
|
): string;
|
|
4039
4094
|
/**
|
|
@@ -4330,6 +4385,13 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4330
4385
|
*/
|
|
4331
4386
|
metaPath?: string | PropertyBindingInfo;
|
|
4332
4387
|
|
|
4388
|
+
/**
|
|
4389
|
+
* Changes the size of the IllustratedMessage in the table, or removes it completely.
|
|
4390
|
+
* Allowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`,
|
|
4391
|
+
* `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.
|
|
4392
|
+
*/
|
|
4393
|
+
modeForNoDataMessage?: string | PropertyBindingInfo;
|
|
4394
|
+
|
|
4333
4395
|
/**
|
|
4334
4396
|
* Controls which options should be enabled for the table personalization dialog.
|
|
4335
4397
|
* If it is set to `true`, all possible options for this kind of table are enabled.
|
|
@@ -4343,11 +4405,11 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4343
4405
|
*
|
|
4344
4406
|
* Available options are:
|
|
4345
4407
|
*
|
|
4346
|
-
*
|
|
4408
|
+
* - Sort
|
|
4347
4409
|
*
|
|
4348
|
-
*
|
|
4410
|
+
* - Column
|
|
4349
4411
|
*
|
|
4350
|
-
*
|
|
4412
|
+
* - Filter
|
|
4351
4413
|
*/
|
|
4352
4414
|
personalization?: string | PropertyBindingInfo;
|
|
4353
4415
|
|
|
@@ -4422,6 +4484,11 @@ declare module "sap/fe/macros/table/TreeTable" {
|
|
|
4422
4484
|
* Aggregate columns of the table.
|
|
4423
4485
|
*/
|
|
4424
4486
|
columns?: Column[] | Column | AggregationBindingInfo | `{${string}}`;
|
|
4487
|
+
|
|
4488
|
+
/**
|
|
4489
|
+
* Aggregation to forward the IllustratedMessage control to the mdc control.
|
|
4490
|
+
*/
|
|
4491
|
+
noData?: Text | IllustratedMessage | PropertyBindingInfo | `{${string}}`;
|
|
4425
4492
|
}
|
|
4426
4493
|
|
|
4427
4494
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/fe/navigation/library" {
|
|
4
4
|
/**
|
|
@@ -211,7 +211,7 @@ declare module "sap/fe/navigation/NavigationHandler" {
|
|
|
211
211
|
* .
|
|
212
212
|
*
|
|
213
213
|
*
|
|
214
|
-
* @returns
|
|
214
|
+
* @returns An Array containing the technical parameters.
|
|
215
215
|
*/
|
|
216
216
|
getTechnicalParameters(): string[];
|
|
217
217
|
/**
|
|
@@ -828,6 +828,13 @@ declare module "sap/fe/navigation/SelectionVariant" {
|
|
|
828
828
|
import BaseObject from "sap/ui/base/Object";
|
|
829
829
|
|
|
830
830
|
/**
|
|
831
|
+
* This is the successor of {@link sap.ui.generic.app.navigation.service.SelectionVariant }.
|
|
832
|
+
*
|
|
833
|
+
* Creates a new instance of a SelectionVariant class. If no parameter is passed,
|
|
834
|
+
* an new empty instance is created whose ID has been set to `""`.
|
|
835
|
+
* Passing a JSON-serialized string complying to the Selection Variant Specification will parse it,
|
|
836
|
+
* and the newly created instance will contain the same information.
|
|
837
|
+
*
|
|
831
838
|
* @since 1.83.0
|
|
832
839
|
*/
|
|
833
840
|
export default class SelectionVariant extends BaseObject {
|
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -19735,6 +19735,19 @@ declare module "sap/gantt/misc/Format" {
|
|
|
19735
19735
|
*/
|
|
19736
19736
|
constructor();
|
|
19737
19737
|
|
|
19738
|
+
/**
|
|
19739
|
+
* Converts an ABAP timestamp that is in UTC (eg:"20150909000000") into a date instance.
|
|
19740
|
+
*
|
|
19741
|
+
* @since 1.129
|
|
19742
|
+
*
|
|
19743
|
+
* @returns The output date instance
|
|
19744
|
+
*/
|
|
19745
|
+
static abapTimestampInUTCToDate(
|
|
19746
|
+
/**
|
|
19747
|
+
* The ABAP timestamp to convert
|
|
19748
|
+
*/
|
|
19749
|
+
sTimestamp: string
|
|
19750
|
+
): Date;
|
|
19738
19751
|
/**
|
|
19739
19752
|
* Converts an ABAP timestamp(eg:"20150909000000" ) into a Date instance.
|
|
19740
19753
|
*
|
|
@@ -40706,6 +40719,8 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
40706
40719
|
|
|
40707
40720
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
40708
40721
|
|
|
40722
|
+
import NavigationList from "sap/tnt/NavigationList";
|
|
40723
|
+
|
|
40709
40724
|
import SidePanel from "sap/gantt/layouts/SidePanel";
|
|
40710
40725
|
|
|
40711
40726
|
import FlexBox from "sap/m/FlexBox";
|
|
@@ -41561,7 +41576,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
41561
41576
|
*
|
|
41562
41577
|
* @experimental (since 1.102)
|
|
41563
41578
|
*/
|
|
41564
|
-
getSearchSidePanelList():
|
|
41579
|
+
getSearchSidePanelList(): NavigationList;
|
|
41565
41580
|
/**
|
|
41566
41581
|
* Gets content of aggregation {@link #getSidePanel sidePanel}.
|
|
41567
41582
|
*
|
|
@@ -42041,7 +42056,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42041
42056
|
/**
|
|
42042
42057
|
* The searchSidePanelList to set
|
|
42043
42058
|
*/
|
|
42044
|
-
oSearchSidePanelList:
|
|
42059
|
+
oSearchSidePanelList: NavigationList
|
|
42045
42060
|
): this;
|
|
42046
42061
|
/**
|
|
42047
42062
|
* Sets the aggregated {@link #getSidePanel sidePanel}.
|
|
@@ -42386,7 +42401,7 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42386
42401
|
*
|
|
42387
42402
|
* @experimental (since 1.102)
|
|
42388
42403
|
*/
|
|
42389
|
-
searchSidePanelList?:
|
|
42404
|
+
searchSidePanelList?: NavigationList;
|
|
42390
42405
|
|
|
42391
42406
|
/**
|
|
42392
42407
|
* Side panel to place custom control within the Gantt Chart Container.
|
package/types/sap.insights.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.129.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/insights/library" {}
|
|
4
4
|
|
|
@@ -20,6 +20,12 @@ declare module "sap/insights/CardHelper" {
|
|
|
20
20
|
*/
|
|
21
21
|
export interface CardHelperService {
|
|
22
22
|
__implements__sap_insights_CardHelperService: boolean;
|
|
23
|
+
/**
|
|
24
|
+
* Show preview for Add Card With Search Dialog
|
|
25
|
+
*
|
|
26
|
+
* @experimental
|
|
27
|
+
*/
|
|
28
|
+
showAddCardWithSearchDialog: undefined;
|
|
23
29
|
|
|
24
30
|
/**
|
|
25
31
|
* Updates Cards Ranking in case of Drag & Drop of Cards
|