@sapui5/ts-types 1.110.1 → 1.111.1
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.esh.search.ui.d.ts +38 -1
- package/types/sap.f.d.ts +8 -11
- package/types/sap.fe.core.d.ts +23 -27
- package/types/sap.fe.macros.d.ts +170 -61
- package/types/sap.fe.navigation.d.ts +19 -52
- package/types/sap.fe.templates.d.ts +16 -16
- package/types/sap.fe.test.d.ts +61 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +42 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.landvisz.d.ts +1 -1
- package/types/sap.m.d.ts +923 -375
- 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 +3 -16
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +34 -1
- package/types/sap.sac.grid.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +64 -2
- 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 +13 -15
- package/types/sap.ui.core.d.ts +1370 -99
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +5 -1
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +9 -7
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +9 -8
- package/types/sap.ui.layout.d.ts +2 -2
- package/types/sap.ui.mdc.d.ts +10 -34
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- 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 +4 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +57 -2
- 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 +52 -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 +2 -2
- 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.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.111.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -6,19 +6,6 @@ declare namespace sap {
|
|
|
6
6
|
*/
|
|
7
7
|
namespace ovp {
|
|
8
8
|
namespace app {
|
|
9
|
-
interface $ComponentSettings extends sap.fe.core.$AppComponentSettings {
|
|
10
|
-
cardContainerFragment?:
|
|
11
|
-
| string
|
|
12
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
13
|
-
|
|
14
|
-
dashboardLayoutUtil?: /* was: sap.ovp.ui.DashboardLayoutUtil */
|
|
15
|
-
| any
|
|
16
|
-
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
17
|
-
| `{${string}}`;
|
|
18
|
-
|
|
19
|
-
designtimePath?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
9
|
/**
|
|
23
10
|
* This class contains all extension functions that can be implemented by the application developers in
|
|
24
11
|
* their extension code. Application developers must not override any methods that are not mentioned in
|
|
@@ -60,7 +47,7 @@ declare namespace sap {
|
|
|
60
47
|
/**
|
|
61
48
|
* Overview Page Application Component
|
|
62
49
|
*/
|
|
63
|
-
class Component
|
|
50
|
+
class Component /* was: sap.fe.core.AppComponent */ extends Object {
|
|
64
51
|
/**
|
|
65
52
|
* Main class used for Overview Page Application Component
|
|
66
53
|
*
|
|
@@ -98,7 +85,7 @@ declare namespace sap {
|
|
|
98
85
|
*
|
|
99
86
|
* @returns Metadata object describing this class
|
|
100
87
|
*/
|
|
101
|
-
static getMetadata(): sap.ui.
|
|
88
|
+
static getMetadata(): sap.ui.base.Metadata;
|
|
102
89
|
/**
|
|
103
90
|
* Gets current value of property {@link #getCardContainerFragment cardContainerFragment}.
|
|
104
91
|
*
|
package/types/sap.rules.ui.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.111.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace sac {
|
|
@@ -865,6 +865,14 @@ declare namespace sap {
|
|
|
865
865
|
| sap.ui.base.ManagedObject.PropertyBindingInfo
|
|
866
866
|
| `{${string}}`;
|
|
867
867
|
|
|
868
|
+
/**
|
|
869
|
+
* Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
|
|
870
|
+
* corresponding MultiDimModel
|
|
871
|
+
*/
|
|
872
|
+
styleTemplateName?:
|
|
873
|
+
| string
|
|
874
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
875
|
+
|
|
868
876
|
/**
|
|
869
877
|
* Custom panels for the flexible analysis control
|
|
870
878
|
*/
|
|
@@ -1297,6 +1305,15 @@ declare namespace sap {
|
|
|
1297
1305
|
* @returns Value of property `showTitle`
|
|
1298
1306
|
*/
|
|
1299
1307
|
getShowTitle(): boolean;
|
|
1308
|
+
/**
|
|
1309
|
+
* Gets current value of property {@link #getStyleTemplateName styleTemplateName}.
|
|
1310
|
+
*
|
|
1311
|
+
* Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
|
|
1312
|
+
* corresponding MultiDimModel
|
|
1313
|
+
*
|
|
1314
|
+
* @returns Value of property `styleTemplateName`
|
|
1315
|
+
*/
|
|
1316
|
+
getStyleTemplateName(): string;
|
|
1300
1317
|
/**
|
|
1301
1318
|
* Gets current value of property {@link #getSystemName systemName}.
|
|
1302
1319
|
*
|
|
@@ -1697,6 +1714,22 @@ declare namespace sap {
|
|
|
1697
1714
|
*/
|
|
1698
1715
|
bShowTitle?: boolean
|
|
1699
1716
|
): this;
|
|
1717
|
+
/**
|
|
1718
|
+
* Sets a new value for property {@link #getStyleTemplateName styleTemplateName}.
|
|
1719
|
+
*
|
|
1720
|
+
* Indicates if the variable are handled internal handling by FlexAnalysis. If set to false it is done via
|
|
1721
|
+
* corresponding MultiDimModel
|
|
1722
|
+
*
|
|
1723
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1724
|
+
*
|
|
1725
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
1726
|
+
*/
|
|
1727
|
+
setStyleTemplateName(
|
|
1728
|
+
/**
|
|
1729
|
+
* New value for property `styleTemplateName`
|
|
1730
|
+
*/
|
|
1731
|
+
sStyleTemplateName: string
|
|
1732
|
+
): this;
|
|
1700
1733
|
/**
|
|
1701
1734
|
* Sets a new value for property {@link #getSystemName systemName}.
|
|
1702
1735
|
*
|
package/types/sap.sac.grid.d.ts
CHANGED
|
@@ -1,4 +1,66 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.111.0
|
|
2
|
+
|
|
3
|
+
declare module "sap/suite/ui/commons/collaboration/BaseHelperService" {
|
|
4
|
+
/**
|
|
5
|
+
* @SINCE 1.108
|
|
6
|
+
*
|
|
7
|
+
* Base class for the CollaborationHelpers
|
|
8
|
+
*/
|
|
9
|
+
interface BaseHelperService {
|
|
10
|
+
/**
|
|
11
|
+
* Provides a list of all collaboration options
|
|
12
|
+
*
|
|
13
|
+
* @returns Array of available options
|
|
14
|
+
*/
|
|
15
|
+
getOptions(
|
|
16
|
+
/**
|
|
17
|
+
* Optional argument in case the consumer wants to influence the options, otherwise pass as undefined
|
|
18
|
+
*/
|
|
19
|
+
oParams: {
|
|
20
|
+
/**
|
|
21
|
+
* Allow the 'Share as Chat' option to be available in case Microsoft Teams is the collaboration provider
|
|
22
|
+
*/
|
|
23
|
+
isShareAsLinkEnabled: boolean;
|
|
24
|
+
/**
|
|
25
|
+
* Allow the 'Share as Tab' option to be available in case Microsoft Teams is the collaboration provider
|
|
26
|
+
*/
|
|
27
|
+
isShareAsTabEnabled: boolean;
|
|
28
|
+
}
|
|
29
|
+
): any[];
|
|
30
|
+
/**
|
|
31
|
+
* Method to be called to trigger the 'Share' operation
|
|
32
|
+
*/
|
|
33
|
+
share(
|
|
34
|
+
/**
|
|
35
|
+
* JSON object of collaboration option that is clicked
|
|
36
|
+
*/
|
|
37
|
+
oOption: Object,
|
|
38
|
+
/**
|
|
39
|
+
* Parameter object which contains the information to be shared
|
|
40
|
+
*/
|
|
41
|
+
oParams: {
|
|
42
|
+
/**
|
|
43
|
+
* URL of the application which needs to be shared
|
|
44
|
+
*/
|
|
45
|
+
url: string;
|
|
46
|
+
/**
|
|
47
|
+
* Title of the application which needs to be used during the integration
|
|
48
|
+
*/
|
|
49
|
+
appTitle: string;
|
|
50
|
+
/**
|
|
51
|
+
* Title of the object page which needs to be used during the integration
|
|
52
|
+
*/
|
|
53
|
+
subTitle: string;
|
|
54
|
+
/**
|
|
55
|
+
* Experimental flag. Set the flag to 'true' to minimize the URL if the 'Share as Chat' option is used
|
|
56
|
+
*/
|
|
57
|
+
minifyUrlForChat: boolean;
|
|
58
|
+
}
|
|
59
|
+
): void;
|
|
60
|
+
}
|
|
61
|
+
const BaseHelperService: BaseHelperService;
|
|
62
|
+
export default BaseHelperService;
|
|
63
|
+
}
|
|
2
64
|
|
|
3
65
|
declare module "sap/suite/ui/commons/collaboration/CollaborationHelper" {
|
|
4
66
|
/**
|
|
@@ -50,7 +112,7 @@ declare namespace sap {
|
|
|
50
112
|
*
|
|
51
113
|
* @returns Returns the promise that is resolved to the instance of the collaboration service.
|
|
52
114
|
*/
|
|
53
|
-
getServiceAsync(): Promise
|
|
115
|
+
getServiceAsync(): Promise</* was: sap.suite.ui.commons.collaboration.BaseHelperService */ any>;
|
|
54
116
|
}
|
|
55
117
|
const ServiceContainer: ServiceContainer;
|
|
56
118
|
}
|
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.111.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -26612,8 +26612,10 @@ declare namespace sap {
|
|
|
26612
26612
|
* - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
|
|
26613
26613
|
* generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
|
|
26614
26614
|
* `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
|
|
26615
|
-
*
|
|
26616
|
-
*
|
|
26615
|
+
*
|
|
26616
|
+
* - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
|
|
26617
|
+
* Supported as of version 1.111 Examples for the `customizeConfig` property to change the
|
|
26618
|
+
* `textInEditModeSource` for the default `smartField`
|
|
26617
26619
|
* ```javascript
|
|
26618
26620
|
*
|
|
26619
26621
|
* <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
|
|
@@ -28626,8 +28628,10 @@ declare namespace sap {
|
|
|
28626
28628
|
* - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
|
|
28627
28629
|
* generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
|
|
28628
28630
|
* `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
|
|
28629
|
-
*
|
|
28630
|
-
*
|
|
28631
|
+
*
|
|
28632
|
+
* - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
|
|
28633
|
+
* Supported as of version 1.111 Examples for the `customizeConfig` property to change the
|
|
28634
|
+
* `textInEditModeSource` for the default `smartField`
|
|
28631
28635
|
* ```javascript
|
|
28632
28636
|
*
|
|
28633
28637
|
* <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
|
|
@@ -29413,8 +29417,10 @@ declare namespace sap {
|
|
|
29413
29417
|
* - `autoColumnWidth`: This property can be used to influence the column width calculation for columns
|
|
29414
29418
|
* generated by the `SmartTable` control itself. The supported configuration settings are `truncateLabel`,
|
|
29415
29419
|
* `min`, `max`, and `gap`. Supported as of version 1.108. For more information, see {@link sap.ui.comp.smarttable.SmartTable#getEnableAutoColumnWidth}.
|
|
29416
|
-
*
|
|
29417
|
-
*
|
|
29420
|
+
*
|
|
29421
|
+
* - `clientSideMandatoryCheck`: For more information, see {@link sap.ui.comp.smartfield.SmartField#setClientSideMandatoryCheck}.
|
|
29422
|
+
* Supported as of version 1.111 Examples for the `customizeConfig` property to change the
|
|
29423
|
+
* `textInEditModeSource` for the default `smartField`
|
|
29418
29424
|
* ```javascript
|
|
29419
29425
|
*
|
|
29420
29426
|
* <!-- Sets the `textInEditModeSource` property of all the `SmartField` controls to ValueList -->
|
|
@@ -34981,7 +34987,6 @@ declare namespace sap {
|
|
|
34981
34987
|
|
|
34982
34988
|
/**
|
|
34983
34989
|
* @SINCE 1.22.0
|
|
34984
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
34985
34990
|
*
|
|
34986
34991
|
* Items displayed by the `VariantManagement` control.
|
|
34987
34992
|
*/
|
|
@@ -35832,7 +35837,6 @@ declare namespace sap {
|
|
|
35832
35837
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
35833
35838
|
/**
|
|
35834
35839
|
* @SINCE 1.22.0
|
|
35835
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
35836
35840
|
*
|
|
35837
35841
|
* Adds some item to the aggregation {@link #getItems items}.
|
|
35838
35842
|
*
|
|
@@ -36033,7 +36037,6 @@ declare namespace sap {
|
|
|
36033
36037
|
): void;
|
|
36034
36038
|
/**
|
|
36035
36039
|
* @SINCE 1.22.0
|
|
36036
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36037
36040
|
*
|
|
36038
36041
|
* Destroys all the items in the aggregation {@link #getItems items}.
|
|
36039
36042
|
*
|
|
@@ -36248,7 +36251,6 @@ declare namespace sap {
|
|
|
36248
36251
|
getInitialSelectionKey(): string;
|
|
36249
36252
|
/**
|
|
36250
36253
|
* @SINCE 1.22.0
|
|
36251
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36252
36254
|
*
|
|
36253
36255
|
* Gets content of aggregation {@link #getItems items}.
|
|
36254
36256
|
*
|
|
@@ -36397,7 +36399,6 @@ declare namespace sap {
|
|
|
36397
36399
|
getVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
36398
36400
|
/**
|
|
36399
36401
|
* @SINCE 1.22.0
|
|
36400
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36401
36402
|
*
|
|
36402
36403
|
* Checks for the provided `sap.ui.core.Item` in the aggregation {@link #getItems items}. and returns its
|
|
36403
36404
|
* index if found or -1 otherwise.
|
|
@@ -36426,7 +36427,6 @@ declare namespace sap {
|
|
|
36426
36427
|
): int;
|
|
36427
36428
|
/**
|
|
36428
36429
|
* @SINCE 1.22.0
|
|
36429
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36430
36430
|
*
|
|
36431
36431
|
* Inserts a item into the aggregation {@link #getItems items}.
|
|
36432
36432
|
*
|
|
@@ -36465,7 +36465,6 @@ declare namespace sap {
|
|
|
36465
36465
|
): this;
|
|
36466
36466
|
/**
|
|
36467
36467
|
* @SINCE 1.22.0
|
|
36468
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36469
36468
|
*
|
|
36470
36469
|
* Removes all the controls from the aggregation {@link #getItems items}.
|
|
36471
36470
|
*
|
|
@@ -36486,7 +36485,6 @@ declare namespace sap {
|
|
|
36486
36485
|
removeAllVariantItems(): sap.ui.comp.variants.VariantItem[];
|
|
36487
36486
|
/**
|
|
36488
36487
|
* @SINCE 1.22.0
|
|
36489
|
-
* @deprecated (since 1.26) - replaced by the `variantItems` aggregation
|
|
36490
36488
|
*
|
|
36491
36489
|
* Removes a item from the aggregation {@link #getItems items}.
|
|
36492
36490
|
*
|