@sapui5/types 1.122.2 → 1.123.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 +408 -32
- package/types/sap.chart.d.ts +58 -6
- package/types/sap.collaboration.d.ts +52 -9
- package/types/sap.esh.search.ui.d.ts +2066 -2
- package/types/sap.f.d.ts +435 -98
- package/types/sap.fe.core.d.ts +9 -3
- package/types/sap.fe.macros.d.ts +1075 -70
- package/types/sap.fe.navigation.d.ts +1 -1
- 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 +8 -6
- package/types/sap.fe.test.d.ts +309 -7
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1066 -146
- package/types/sap.insights.d.ts +4 -2
- package/types/sap.m.d.ts +3961 -399
- package/types/sap.makit.d.ts +115 -14
- package/types/sap.me.d.ts +84 -7
- package/types/sap.ndc.d.ts +22 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +44 -11
- package/types/sap.sac.df.d.ts +119 -67
- package/types/sap.suite.ui.commons.d.ts +1146 -2474
- package/types/sap.suite.ui.generic.template.d.ts +10 -2
- package/types/sap.suite.ui.microchart.d.ts +190 -28
- package/types/sap.tnt.d.ts +46 -10
- package/types/sap.ui.codeeditor.d.ts +16 -2
- package/types/sap.ui.commons.d.ts +797 -121
- package/types/sap.ui.comp.d.ts +964 -124
- package/types/sap.ui.core.d.ts +13204 -12618
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +22 -5
- package/types/sap.ui.fl.d.ts +40 -3
- package/types/sap.ui.generic.app.d.ts +217 -201
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +147 -9
- package/types/sap.ui.layout.d.ts +171 -47
- package/types/sap.ui.mdc.d.ts +554 -71
- package/types/sap.ui.richtexteditor.d.ts +28 -2
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +278 -74
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +481 -42
- package/types/sap.ui.ux3.d.ts +527 -34
- package/types/sap.ui.vbm.d.ts +544 -48
- package/types/sap.ui.vk.d.ts +1588 -133
- package/types/sap.ui.vtm.d.ts +373 -27
- package/types/sap.ui.webc.common.d.ts +7 -1
- package/types/sap.ui.webc.fiori.d.ts +351 -29
- package/types/sap.ui.webc.main.d.ts +1035 -83
- package/types/sap.uiext.inbox.d.ts +124 -13
- package/types/sap.ushell.d.ts +1081 -383
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +123 -23
- package/types/sap.viz.d.ts +2619 -130
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +35 -15
- package/types/sap.zen.crosstab.d.ts +22 -10
- package/types/sap.zen.dsh.d.ts +64 -9
package/types/sap.rules.ui.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/rules/ui/library" {
|
|
4
4
|
/**
|
|
@@ -88,9 +88,6 @@ declare module "sap/rules/ui/library" {
|
|
|
88
88
|
* given set of inputs.
|
|
89
89
|
*
|
|
90
90
|
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'RuleHitPolicy'.
|
|
91
|
-
*
|
|
92
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
93
|
-
* Authoring APIs.
|
|
94
91
|
*/
|
|
95
92
|
export enum RuleHitPolicy {
|
|
96
93
|
/**
|
|
@@ -303,7 +300,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
303
300
|
* The value determines whether the user can set the rendering of the decision Table to be based on cellFormat
|
|
304
301
|
* or rule Format
|
|
305
302
|
*
|
|
306
|
-
* Default value is `
|
|
303
|
+
* Default value is `RuleFormat`.
|
|
307
304
|
*
|
|
308
305
|
*
|
|
309
306
|
* @returns Value of property `decisionTableFormat`
|
|
@@ -400,7 +397,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
400
397
|
*
|
|
401
398
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
402
399
|
*
|
|
403
|
-
* Default value is `
|
|
400
|
+
* Default value is `RuleFormat`.
|
|
404
401
|
*
|
|
405
402
|
*
|
|
406
403
|
* @returns Reference to `this` in order to allow method chaining
|
|
@@ -510,7 +507,9 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
510
507
|
iVisibleRowCount?: int
|
|
511
508
|
): this;
|
|
512
509
|
}
|
|
513
|
-
|
|
510
|
+
/**
|
|
511
|
+
* Describes the settings that can be provided to the DecisionTableConfiguration constructor.
|
|
512
|
+
*/
|
|
514
513
|
export interface $DecisionTableConfigurationSettings
|
|
515
514
|
extends $ElementSettings {
|
|
516
515
|
/**
|
|
@@ -569,12 +568,18 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
569
568
|
change?: (oEvent: DecisionTableConfiguration$ChangeEvent) => void;
|
|
570
569
|
}
|
|
571
570
|
|
|
571
|
+
/**
|
|
572
|
+
* Parameters of the DecisionTableConfiguration#change event.
|
|
573
|
+
*/
|
|
572
574
|
export interface DecisionTableConfiguration$ChangeEventParameters {
|
|
573
575
|
name?: undefined;
|
|
574
576
|
|
|
575
577
|
value?: undefined;
|
|
576
578
|
}
|
|
577
579
|
|
|
580
|
+
/**
|
|
581
|
+
* Event object of the DecisionTableConfiguration#change event.
|
|
582
|
+
*/
|
|
578
583
|
export type DecisionTableConfiguration$ChangeEvent = Event<
|
|
579
584
|
DecisionTableConfiguration$ChangeEventParameters,
|
|
580
585
|
DecisionTableConfiguration
|
|
@@ -843,7 +848,9 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
843
848
|
sTypes?: RuleType[]
|
|
844
849
|
): this;
|
|
845
850
|
}
|
|
846
|
-
|
|
851
|
+
/**
|
|
852
|
+
* Describes the settings that can be provided to the RuleBuilder constructor.
|
|
853
|
+
*/
|
|
847
854
|
export interface $RuleBuilderSettings extends $ControlSettings {
|
|
848
855
|
/**
|
|
849
856
|
* Available types that can be created using the `sap.rules.ui.RuleBuilder` control. If empty, all rule
|
|
@@ -1043,7 +1050,9 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
1043
1050
|
sBindingContextPath: string
|
|
1044
1051
|
): this;
|
|
1045
1052
|
}
|
|
1046
|
-
|
|
1053
|
+
/**
|
|
1054
|
+
* Describes the settings that can be provided to the AstExpressionLanguage constructor.
|
|
1055
|
+
*/
|
|
1047
1056
|
export interface $AstExpressionLanguageSettings extends $ElementSettings {
|
|
1048
1057
|
/**
|
|
1049
1058
|
* Path to a Vocabulary object in the model data, which is used for the definition of relative context bindings
|
|
@@ -1054,8 +1063,14 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
1054
1063
|
dataChange?: (oEvent: Event) => void;
|
|
1055
1064
|
}
|
|
1056
1065
|
|
|
1066
|
+
/**
|
|
1067
|
+
* Parameters of the AstExpressionLanguage#dataChange event.
|
|
1068
|
+
*/
|
|
1057
1069
|
export interface AstExpressionLanguage$DataChangeEventParameters {}
|
|
1058
1070
|
|
|
1071
|
+
/**
|
|
1072
|
+
* Event object of the AstExpressionLanguage#dataChange event.
|
|
1073
|
+
*/
|
|
1059
1074
|
export type AstExpressionLanguage$DataChangeEvent = Event<
|
|
1060
1075
|
AstExpressionLanguage$DataChangeEventParameters,
|
|
1061
1076
|
AstExpressionLanguage
|
|
@@ -1248,7 +1263,11 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1248
1263
|
oValueHelpCallback: any
|
|
1249
1264
|
): this;
|
|
1250
1265
|
}
|
|
1251
|
-
|
|
1266
|
+
/**
|
|
1267
|
+
* Describes the settings that can be provided to the ExpressionLanguage constructor.
|
|
1268
|
+
*
|
|
1269
|
+
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
1270
|
+
*/
|
|
1252
1271
|
export interface $ExpressionLanguageSettings extends $ElementSettings {
|
|
1253
1272
|
/**
|
|
1254
1273
|
* The valueHelpCallback is a function that receives by reference an array of value help metadata and adds
|
|
@@ -1266,8 +1285,14 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1266
1285
|
dataChange?: (oEvent: Event) => void;
|
|
1267
1286
|
}
|
|
1268
1287
|
|
|
1288
|
+
/**
|
|
1289
|
+
* Parameters of the ExpressionLanguage#dataChange event.
|
|
1290
|
+
*/
|
|
1269
1291
|
export interface ExpressionLanguage$DataChangeEventParameters {}
|
|
1270
1292
|
|
|
1293
|
+
/**
|
|
1294
|
+
* Event object of the ExpressionLanguage#dataChange event.
|
|
1295
|
+
*/
|
|
1271
1296
|
export type ExpressionLanguage$DataChangeEvent = Event<
|
|
1272
1297
|
ExpressionLanguage$DataChangeEventParameters,
|
|
1273
1298
|
ExpressionLanguage
|
|
@@ -1555,7 +1580,9 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1555
1580
|
bEnableSettings?: boolean
|
|
1556
1581
|
): this;
|
|
1557
1582
|
}
|
|
1558
|
-
|
|
1583
|
+
/**
|
|
1584
|
+
* Describes the settings that can be provided to the TextRuleConfiguration constructor.
|
|
1585
|
+
*/
|
|
1559
1586
|
export interface $TextRuleConfigurationSettings extends $ElementSettings {
|
|
1560
1587
|
/**
|
|
1561
1588
|
* The value determines whether the Settings button is displayed in a Text Rule when the control is used
|
|
@@ -1587,12 +1614,18 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1587
1614
|
change?: (oEvent: TextRuleConfiguration$ChangeEvent) => void;
|
|
1588
1615
|
}
|
|
1589
1616
|
|
|
1617
|
+
/**
|
|
1618
|
+
* Parameters of the TextRuleConfiguration#change event.
|
|
1619
|
+
*/
|
|
1590
1620
|
export interface TextRuleConfiguration$ChangeEventParameters {
|
|
1591
1621
|
name?: undefined;
|
|
1592
1622
|
|
|
1593
1623
|
value?: undefined;
|
|
1594
1624
|
}
|
|
1595
1625
|
|
|
1626
|
+
/**
|
|
1627
|
+
* Event object of the TextRuleConfiguration#change event.
|
|
1628
|
+
*/
|
|
1596
1629
|
export type TextRuleConfiguration$ChangeEvent = Event<
|
|
1597
1630
|
TextRuleConfiguration$ChangeEventParameters,
|
|
1598
1631
|
TextRuleConfiguration
|
package/types/sap.sac.df.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/sac/df/library" {}
|
|
4
4
|
|
|
@@ -70,7 +70,11 @@ declare module "sap/sac/df/changeHandler/MultiDimModelChangeHandler" {
|
|
|
70
70
|
*/
|
|
71
71
|
skipApplyModelChangeOnce(): void;
|
|
72
72
|
}
|
|
73
|
-
|
|
73
|
+
/**
|
|
74
|
+
* Describes the settings that can be provided to the MultiDimModelChangeHandler constructor.
|
|
75
|
+
*
|
|
76
|
+
* @experimental (since 1.120)
|
|
77
|
+
*/
|
|
74
78
|
export interface $MultiDimModelChangeHandlerSettings
|
|
75
79
|
extends $ControlSettings {}
|
|
76
80
|
}
|
|
@@ -93,10 +97,6 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
93
97
|
export default class FilterBar extends FilterBar1 {
|
|
94
98
|
/**
|
|
95
99
|
* Constructor for a new Filter Bar.
|
|
96
|
-
*
|
|
97
|
-
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
98
|
-
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
99
|
-
* of the syntax of the settings object.
|
|
100
100
|
*/
|
|
101
101
|
constructor();
|
|
102
102
|
|
|
@@ -140,18 +140,6 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
140
140
|
* @returns Value of property `metaPath`
|
|
141
141
|
*/
|
|
142
142
|
getMetaPath(): string;
|
|
143
|
-
/**
|
|
144
|
-
* Gets current value of property {@link #getMode mode}.
|
|
145
|
-
*
|
|
146
|
-
* Mode
|
|
147
|
-
*
|
|
148
|
-
* Default value is `"VariablesOfDataProvider"`.
|
|
149
|
-
*
|
|
150
|
-
* @deprecated - please use the property `metaPath` instead
|
|
151
|
-
*
|
|
152
|
-
* @returns Value of property `mode`
|
|
153
|
-
*/
|
|
154
|
-
getMode(): string;
|
|
155
143
|
/**
|
|
156
144
|
* Sets a new value for property {@link #getMetaPath metaPath}.
|
|
157
145
|
*
|
|
@@ -168,39 +156,17 @@ declare module "sap/sac/df/FilterBar" {
|
|
|
168
156
|
*/
|
|
169
157
|
sMetaPath: string
|
|
170
158
|
): this;
|
|
171
|
-
/**
|
|
172
|
-
* Sets a new value for property {@link #getMode mode}.
|
|
173
|
-
*
|
|
174
|
-
* Mode
|
|
175
|
-
*
|
|
176
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
177
|
-
*
|
|
178
|
-
* Default value is `"VariablesOfDataProvider"`.
|
|
179
|
-
*
|
|
180
|
-
* @deprecated - please use the property `metaPath` instead
|
|
181
|
-
*
|
|
182
|
-
* @returns Reference to `this` in order to allow method chaining
|
|
183
|
-
*/
|
|
184
|
-
setMode(
|
|
185
|
-
/**
|
|
186
|
-
* New value for property `mode`
|
|
187
|
-
*/
|
|
188
|
-
sMode?: string
|
|
189
|
-
): this;
|
|
190
159
|
}
|
|
191
|
-
|
|
160
|
+
/**
|
|
161
|
+
* Describes the settings that can be provided to the FilterBar constructor.
|
|
162
|
+
*
|
|
163
|
+
* @experimental (since 1.119)
|
|
164
|
+
*/
|
|
192
165
|
export interface $FilterBarSettings extends $FilterBarSettings1 {
|
|
193
166
|
/**
|
|
194
167
|
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
195
168
|
*/
|
|
196
169
|
metaPath?: string | PropertyBindingInfo;
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* Mode
|
|
200
|
-
*
|
|
201
|
-
* @deprecated - please use the property `metaPath` instead
|
|
202
|
-
*/
|
|
203
|
-
mode?: string | PropertyBindingInfo;
|
|
204
170
|
}
|
|
205
171
|
}
|
|
206
172
|
|
|
@@ -359,7 +325,11 @@ declare module "sap/sac/df/FilterField" {
|
|
|
359
325
|
sSearchAttributes: string[]
|
|
360
326
|
): this;
|
|
361
327
|
}
|
|
362
|
-
|
|
328
|
+
/**
|
|
329
|
+
* Describes the settings that can be provided to the FilterField constructor.
|
|
330
|
+
*
|
|
331
|
+
* @experimental (since 1.48.0)
|
|
332
|
+
*/
|
|
363
333
|
export interface $FilterFieldSettings extends $FieldBaseSettings {
|
|
364
334
|
/**
|
|
365
335
|
* Defines the relative path of the property in the metamodel, based on the current contextPath.
|
|
@@ -1351,7 +1321,11 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1351
1321
|
*/
|
|
1352
1322
|
unbindDataProvider(): this;
|
|
1353
1323
|
}
|
|
1354
|
-
|
|
1324
|
+
/**
|
|
1325
|
+
* Describes the settings that can be provided to the FlexAnalysis constructor.
|
|
1326
|
+
*
|
|
1327
|
+
* @experimental
|
|
1328
|
+
*/
|
|
1355
1329
|
export interface $FlexAnalysisSettings extends $ControlSettings {
|
|
1356
1330
|
/**
|
|
1357
1331
|
* Sets title to be shown in the control. If not set the name of the corresponding back-end query is used
|
|
@@ -1503,6 +1477,9 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1503
1477
|
onCellClick?: (oEvent: FlexAnalysis$OnCellClickEvent) => void;
|
|
1504
1478
|
}
|
|
1505
1479
|
|
|
1480
|
+
/**
|
|
1481
|
+
* Parameters of the FlexAnalysis#onCellClick event.
|
|
1482
|
+
*/
|
|
1506
1483
|
export interface FlexAnalysis$OnCellClickEventParameters {
|
|
1507
1484
|
/**
|
|
1508
1485
|
* Cell context
|
|
@@ -1510,6 +1487,9 @@ declare module "sap/sac/df/FlexAnalysis" {
|
|
|
1510
1487
|
cellContext?: object;
|
|
1511
1488
|
}
|
|
1512
1489
|
|
|
1490
|
+
/**
|
|
1491
|
+
* Event object of the FlexAnalysis#onCellClick event.
|
|
1492
|
+
*/
|
|
1513
1493
|
export type FlexAnalysis$OnCellClickEvent = Event<
|
|
1514
1494
|
FlexAnalysis$OnCellClickEventParameters,
|
|
1515
1495
|
FlexAnalysis
|
|
@@ -1696,7 +1676,11 @@ declare module "sap/sac/df/FlexAnalysisPanel" {
|
|
|
1696
1676
|
sTitle: string
|
|
1697
1677
|
): this;
|
|
1698
1678
|
}
|
|
1699
|
-
|
|
1679
|
+
/**
|
|
1680
|
+
* Describes the settings that can be provided to the FlexAnalysisPanel constructor.
|
|
1681
|
+
*
|
|
1682
|
+
* @experimental
|
|
1683
|
+
*/
|
|
1700
1684
|
export interface $FlexAnalysisPanelSettings extends $ElementSettings {
|
|
1701
1685
|
/**
|
|
1702
1686
|
* The description of the panel, displayed as tooltip on the side navigation item.
|
|
@@ -2550,25 +2534,36 @@ declare module "sap/sac/df/model/Dimension" {
|
|
|
2550
2534
|
}
|
|
2551
2535
|
}
|
|
2552
2536
|
|
|
2553
|
-
declare module "sap/sac/df/model/
|
|
2537
|
+
declare module "sap/sac/df/model/Documents" {
|
|
2554
2538
|
import BaseObject from "sap/ui/base/Object";
|
|
2555
2539
|
|
|
2540
|
+
import DocumentsSupportType from "sap/sac/df/types/DocumentsSupportType";
|
|
2541
|
+
|
|
2556
2542
|
import Metadata from "sap/ui/base/Metadata";
|
|
2557
2543
|
|
|
2558
2544
|
/**
|
|
2559
|
-
*
|
|
2545
|
+
* Documents manager object
|
|
2546
|
+
*
|
|
2547
|
+
* **Structure of Exposed Data:**
|
|
2548
|
+
* ```javascript
|
|
2549
|
+
*
|
|
2550
|
+
* "ActiveDocumentsDirectory": "",
|
|
2551
|
+
* "DocumentsSupportType": ""
|
|
2552
|
+
* "IsBasedOnCDSView": ""
|
|
2553
|
+
* ```
|
|
2554
|
+
*
|
|
2560
2555
|
*
|
|
2561
2556
|
* @since 1.119
|
|
2562
2557
|
* @experimental (since 1.119)
|
|
2563
2558
|
*/
|
|
2564
|
-
export default class
|
|
2559
|
+
export default class Documents extends BaseObject {
|
|
2565
2560
|
/**
|
|
2566
2561
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2567
2562
|
*/
|
|
2568
2563
|
protected constructor();
|
|
2569
2564
|
|
|
2570
2565
|
/**
|
|
2571
|
-
* Creates a new subclass of class sap.sac.df.model.
|
|
2566
|
+
* Creates a new subclass of class sap.sac.df.model.Documents with name `sClassName` and enriches it with
|
|
2572
2567
|
* the information contained in `oClassInfo`.
|
|
2573
2568
|
*
|
|
2574
2569
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.base.Object.extend}.
|
|
@@ -2584,7 +2579,7 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2584
2579
|
/**
|
|
2585
2580
|
* Object literal with information about the class
|
|
2586
2581
|
*/
|
|
2587
|
-
oClassInfo?: sap.ClassInfo<T,
|
|
2582
|
+
oClassInfo?: sap.ClassInfo<T, Documents>,
|
|
2588
2583
|
/**
|
|
2589
2584
|
* Constructor function for the metadata object; if not given, it defaults to the metadata implementation
|
|
2590
2585
|
* used by this class
|
|
@@ -2592,14 +2587,14 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2592
2587
|
FNMetaImpl?: Function
|
|
2593
2588
|
): Function;
|
|
2594
2589
|
/**
|
|
2595
|
-
* Returns a metadata object for class sap.sac.df.model.
|
|
2590
|
+
* Returns a metadata object for class sap.sac.df.model.Documents.
|
|
2596
2591
|
*
|
|
2597
2592
|
*
|
|
2598
2593
|
* @returns Metadata object describing this class
|
|
2599
2594
|
*/
|
|
2600
2595
|
static getMetadata(): Metadata;
|
|
2601
2596
|
/**
|
|
2602
|
-
*
|
|
2597
|
+
* Create a document in the document store
|
|
2603
2598
|
*
|
|
2604
2599
|
*
|
|
2605
2600
|
* @returns a promise which resolves to true if create operation is successful, otherwise false.
|
|
@@ -2631,7 +2626,7 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2631
2626
|
nColumnIndex: int
|
|
2632
2627
|
): Promise<String>;
|
|
2633
2628
|
/**
|
|
2634
|
-
*
|
|
2629
|
+
* Delete a document in the document store
|
|
2635
2630
|
*
|
|
2636
2631
|
*
|
|
2637
2632
|
* @returns a promise which resolves to true if delete operation is successful, otherwise false.
|
|
@@ -2643,7 +2638,7 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2643
2638
|
sDocumentId: undefined
|
|
2644
2639
|
): Promise<boolean>;
|
|
2645
2640
|
/**
|
|
2646
|
-
*
|
|
2641
|
+
* Delete a document ID for a data cell in the result set
|
|
2647
2642
|
*
|
|
2648
2643
|
*
|
|
2649
2644
|
* @returns a promise which resolves to true if the delete operation is successful, otherwise false.
|
|
@@ -2659,7 +2654,7 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2659
2654
|
nColumnIndex: int
|
|
2660
2655
|
): Promise<boolean>;
|
|
2661
2656
|
/**
|
|
2662
|
-
*
|
|
2657
|
+
* Get a document ID of a data cell in the result set
|
|
2663
2658
|
*
|
|
2664
2659
|
*
|
|
2665
2660
|
* @returns a promise which resolves with the document ID
|
|
@@ -2675,12 +2670,12 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2675
2670
|
nColumnIndex: int
|
|
2676
2671
|
): Promise<String>;
|
|
2677
2672
|
/**
|
|
2678
|
-
*
|
|
2673
|
+
* Get the type of documents support.
|
|
2679
2674
|
*
|
|
2680
2675
|
*
|
|
2681
|
-
* @returns
|
|
2676
|
+
* @returns documents support type
|
|
2682
2677
|
*/
|
|
2683
|
-
getDocumentsSupportType():
|
|
2678
|
+
getDocumentsSupportType(): DocumentsSupportType;
|
|
2684
2679
|
/**
|
|
2685
2680
|
* Retrieves a document from the document store
|
|
2686
2681
|
*
|
|
@@ -2698,7 +2693,7 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2698
2693
|
sVersion: undefined
|
|
2699
2694
|
): Promise<object>;
|
|
2700
2695
|
/**
|
|
2701
|
-
*
|
|
2696
|
+
* Retrieve multiple documents from the document store
|
|
2702
2697
|
*
|
|
2703
2698
|
*
|
|
2704
2699
|
* @returns a promise which resolves with all documents and its versions.
|
|
@@ -2710,7 +2705,14 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2710
2705
|
aDocumentIds: undefined
|
|
2711
2706
|
): Promise<object>;
|
|
2712
2707
|
/**
|
|
2713
|
-
*
|
|
2708
|
+
* Is document storage supporting Read / Write access
|
|
2709
|
+
*
|
|
2710
|
+
*
|
|
2711
|
+
* @returns if Read / Write access is supported
|
|
2712
|
+
*/
|
|
2713
|
+
supportsReadWrite(): boolean;
|
|
2714
|
+
/**
|
|
2715
|
+
* Update a document in the document store
|
|
2714
2716
|
*
|
|
2715
2717
|
*
|
|
2716
2718
|
* @returns a promise which resolves to true if update operation is successful, otherwise false.
|
|
@@ -2731,7 +2733,7 @@ declare module "sap/sac/df/model/Document" {
|
|
|
2731
2733
|
declare module "sap/sac/df/model/Grid" {
|
|
2732
2734
|
import BaseObject from "sap/ui/base/Object";
|
|
2733
2735
|
|
|
2734
|
-
import
|
|
2736
|
+
import Documents from "sap/sac/df/model/Documents";
|
|
2735
2737
|
|
|
2736
2738
|
import Metadata from "sap/ui/base/Metadata";
|
|
2737
2739
|
|
|
@@ -2749,7 +2751,7 @@ declare module "sap/sac/df/model/Grid" {
|
|
|
2749
2751
|
/**
|
|
2750
2752
|
* Documents
|
|
2751
2753
|
*/
|
|
2752
|
-
Documents:
|
|
2754
|
+
Documents: Documents;
|
|
2753
2755
|
|
|
2754
2756
|
/**
|
|
2755
2757
|
* Creates a new subclass of class sap.sac.df.model.Grid with name `sClassName` and enriches it with the
|
|
@@ -3172,30 +3174,53 @@ declare module "sap/sac/df/model/MultiDimModel" {
|
|
|
3172
3174
|
aVariableGroups: VariableGroup[]
|
|
3173
3175
|
): Promise<VariableGroup[]>;
|
|
3174
3176
|
}
|
|
3175
|
-
|
|
3177
|
+
/**
|
|
3178
|
+
* Parameters of the MultiDimModel#dataProviderAdded event.
|
|
3179
|
+
*/
|
|
3176
3180
|
export interface MultiDimModel$DataProviderAddedEventParameters {}
|
|
3177
3181
|
|
|
3182
|
+
/**
|
|
3183
|
+
* Event object of the MultiDimModel#dataProviderAdded event.
|
|
3184
|
+
*/
|
|
3178
3185
|
export type MultiDimModel$DataProviderAddedEvent = Event<
|
|
3179
3186
|
MultiDimModel$DataProviderAddedEventParameters,
|
|
3180
3187
|
MultiDimModel
|
|
3181
3188
|
>;
|
|
3182
3189
|
|
|
3190
|
+
/**
|
|
3191
|
+
* Parameters of the MultiDimModel#dataProviderRemoved event.
|
|
3192
|
+
*/
|
|
3183
3193
|
export interface MultiDimModel$DataProviderRemovedEventParameters {}
|
|
3184
3194
|
|
|
3195
|
+
/**
|
|
3196
|
+
* Event object of the MultiDimModel#dataProviderRemoved event.
|
|
3197
|
+
*/
|
|
3185
3198
|
export type MultiDimModel$DataProviderRemovedEvent = Event<
|
|
3186
3199
|
MultiDimModel$DataProviderRemovedEventParameters,
|
|
3187
3200
|
MultiDimModel
|
|
3188
3201
|
>;
|
|
3189
3202
|
|
|
3203
|
+
/**
|
|
3204
|
+
* Parameters of the MultiDimModel#dataProviderUpdated event.
|
|
3205
|
+
*/
|
|
3190
3206
|
export interface MultiDimModel$DataProviderUpdatedEventParameters {}
|
|
3191
3207
|
|
|
3208
|
+
/**
|
|
3209
|
+
* Event object of the MultiDimModel#dataProviderUpdated event.
|
|
3210
|
+
*/
|
|
3192
3211
|
export type MultiDimModel$DataProviderUpdatedEvent = Event<
|
|
3193
3212
|
MultiDimModel$DataProviderUpdatedEventParameters,
|
|
3194
3213
|
MultiDimModel
|
|
3195
3214
|
>;
|
|
3196
3215
|
|
|
3216
|
+
/**
|
|
3217
|
+
* Parameters of the MultiDimModel#loaded event.
|
|
3218
|
+
*/
|
|
3197
3219
|
export interface MultiDimModel$LoadedEventParameters {}
|
|
3198
3220
|
|
|
3221
|
+
/**
|
|
3222
|
+
* Event object of the MultiDimModel#loaded event.
|
|
3223
|
+
*/
|
|
3199
3224
|
export type MultiDimModel$LoadedEvent = Event<
|
|
3200
3225
|
MultiDimModel$LoadedEventParameters,
|
|
3201
3226
|
MultiDimModel
|
|
@@ -3695,6 +3720,31 @@ declare module "sap/sac/df/types/DataSourceType" {
|
|
|
3695
3720
|
export default DataSourceType;
|
|
3696
3721
|
}
|
|
3697
3722
|
|
|
3723
|
+
declare module "sap/sac/df/types/DocumentsSupportType" {
|
|
3724
|
+
/**
|
|
3725
|
+
* Documents support type
|
|
3726
|
+
*/
|
|
3727
|
+
enum DocumentsSupportType {
|
|
3728
|
+
/**
|
|
3729
|
+
* Documents are not supported.
|
|
3730
|
+
*/
|
|
3731
|
+
None = "NONE",
|
|
3732
|
+
/**
|
|
3733
|
+
* Read-only documents support.
|
|
3734
|
+
*/
|
|
3735
|
+
Read = "READ",
|
|
3736
|
+
/**
|
|
3737
|
+
* Read, create, change documents support
|
|
3738
|
+
*/
|
|
3739
|
+
ReadCreateChange = "READ_CREATE_CHANGE",
|
|
3740
|
+
/**
|
|
3741
|
+
* Read, create, change, delete documents support.
|
|
3742
|
+
*/
|
|
3743
|
+
ReadWrite = "READ_WRITE",
|
|
3744
|
+
}
|
|
3745
|
+
export default DocumentsSupportType;
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3698
3748
|
declare module "sap/sac/df/types/SystemType" {
|
|
3699
3749
|
/**
|
|
3700
3750
|
* System Type of an InA System
|
|
@@ -3742,7 +3792,7 @@ declare namespace sap {
|
|
|
3742
3792
|
|
|
3743
3793
|
"sap/sac/df/model/Dimension": undefined;
|
|
3744
3794
|
|
|
3745
|
-
"sap/sac/df/model/
|
|
3795
|
+
"sap/sac/df/model/Documents": undefined;
|
|
3746
3796
|
|
|
3747
3797
|
"sap/sac/df/model/Grid": undefined;
|
|
3748
3798
|
|
|
@@ -3754,6 +3804,8 @@ declare namespace sap {
|
|
|
3754
3804
|
|
|
3755
3805
|
"sap/sac/df/types/DataSourceType": undefined;
|
|
3756
3806
|
|
|
3807
|
+
"sap/sac/df/types/DocumentsSupportType": undefined;
|
|
3808
|
+
|
|
3757
3809
|
"sap/sac/df/types/SystemType": undefined;
|
|
3758
3810
|
}
|
|
3759
3811
|
}
|