@sapui5/types 1.120.9 → 1.121.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/index.d.ts +1 -0
- package/types/sap.apf.d.ts +50 -18
- package/types/sap.ca.ui.d.ts +1112 -544
- package/types/sap.chart.d.ts +17 -1
- package/types/sap.collaboration.d.ts +185 -64
- package/types/sap.esh.search.ui.d.ts +2 -1886
- package/types/sap.f.d.ts +124 -45
- package/types/sap.fe.core.d.ts +75 -79
- package/types/sap.fe.macros.d.ts +427 -554
- package/types/sap.fe.navigation.d.ts +4 -6
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.managecache.d.ts +9 -0
- package/types/sap.fe.templates.d.ts +1 -7
- package/types/sap.fe.test.d.ts +105 -27
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +222 -63
- package/types/sap.insights.d.ts +115 -1
- package/types/sap.m.d.ts +2105 -303
- package/types/sap.makit.d.ts +11 -1
- package/types/sap.me.d.ts +7 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +134 -75
- package/types/sap.sac.df.d.ts +270 -47
- package/types/sap.suite.ui.commons.d.ts +1318 -19
- package/types/sap.suite.ui.generic.template.d.ts +38 -48
- package/types/sap.suite.ui.microchart.d.ts +63 -1
- package/types/sap.tnt.d.ts +628 -113
- package/types/sap.ui.codeeditor.d.ts +10 -6
- package/types/sap.ui.commons.d.ts +92 -8
- package/types/sap.ui.comp.d.ts +260 -111
- package/types/sap.ui.core.d.ts +500 -186
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +16 -3
- package/types/sap.ui.fl.d.ts +91 -68
- package/types/sap.ui.generic.app.d.ts +250 -193
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +51 -4
- package/types/sap.ui.layout.d.ts +214 -27
- package/types/sap.ui.mdc.d.ts +1544 -811
- package/types/sap.ui.richtexteditor.d.ts +4 -1
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -1
- package/types/sap.ui.support.d.ts +28 -4
- package/types/sap.ui.table.d.ts +65 -11
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +157 -54
- package/types/sap.ui.ux3.d.ts +30 -12
- package/types/sap.ui.vbm.d.ts +6081 -3279
- package/types/sap.ui.vk.d.ts +93 -105
- package/types/sap.ui.vtm.d.ts +681 -211
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +49 -1
- package/types/sap.ui.webc.main.d.ts +144 -9
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +4394 -3926
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +52 -5
- package/types/sap.viz.d.ts +89 -1
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +79 -18
- package/types/sap.zen.crosstab.d.ts +81 -13
- package/types/sap.zen.dsh.d.ts +194 -143
package/types/sap.rules.ui.d.ts
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.121.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/rules/ui/library" {
|
|
4
4
|
/**
|
|
5
|
-
* @deprecated (since 1.52.8) - use the property decisionTableFormat.
|
|
6
|
-
*
|
|
7
5
|
* An enumeration that defines how a cell in a decision table is formulated by the rule creator.
|
|
6
|
+
*
|
|
7
|
+
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'DecisionTableCellFormat'.
|
|
8
|
+
*
|
|
9
|
+
* @deprecated (since 1.52.8) - use the property decisionTableFormat.
|
|
8
10
|
*/
|
|
9
11
|
export enum DecisionTableCellFormat {
|
|
10
12
|
/**
|
|
@@ -25,13 +27,15 @@ declare module "sap/rules/ui/library" {
|
|
|
25
27
|
}
|
|
26
28
|
/**
|
|
27
29
|
* An enumeration that decides the rendering format for decisionTable.
|
|
30
|
+
*
|
|
31
|
+
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'DecisionTableFormat'.
|
|
28
32
|
*/
|
|
29
33
|
export enum DecisionTableFormat {
|
|
30
34
|
/**
|
|
31
|
-
* @deprecated (since 1.52.8) - use the attribute RuleFormat instead.
|
|
32
|
-
*
|
|
33
35
|
* Specifies that the rendering of a cell is based on cellFormat and each cell can have a different format
|
|
34
36
|
* during rendering
|
|
37
|
+
*
|
|
38
|
+
* @deprecated (since 1.52.8) - use the attribute RuleFormat instead.
|
|
35
39
|
*/
|
|
36
40
|
CellFormat = "CELLFORMAT",
|
|
37
41
|
/**
|
|
@@ -42,6 +46,8 @@ declare module "sap/rules/ui/library" {
|
|
|
42
46
|
}
|
|
43
47
|
/**
|
|
44
48
|
* An enumeration that defines the different business data types for an expression
|
|
49
|
+
*
|
|
50
|
+
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'ExpressionType'.
|
|
45
51
|
*/
|
|
46
52
|
export enum ExpressionType {
|
|
47
53
|
/**
|
|
@@ -78,11 +84,13 @@ declare module "sap/rules/ui/library" {
|
|
|
78
84
|
Timestamp = "Timestamp",
|
|
79
85
|
}
|
|
80
86
|
/**
|
|
81
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
82
|
-
* Authoring APIs.
|
|
83
|
-
*
|
|
84
87
|
* An enumeration that defines the output when more than one rule in the decision table is matched for a
|
|
85
88
|
* given set of inputs.
|
|
89
|
+
*
|
|
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.
|
|
86
94
|
*/
|
|
87
95
|
export enum RuleHitPolicy {
|
|
88
96
|
/**
|
|
@@ -99,6 +107,8 @@ declare module "sap/rules/ui/library" {
|
|
|
99
107
|
/**
|
|
100
108
|
* An enumeration that defines whether the rule is formulated as a table with multiple rules instead of
|
|
101
109
|
* a rule with a single associated condition.
|
|
110
|
+
*
|
|
111
|
+
* This enum is part of the 'sap/rules/ui/library' module export and must be accessed by the property 'RuleType'.
|
|
102
112
|
*/
|
|
103
113
|
export enum RuleType {
|
|
104
114
|
/**
|
|
@@ -130,10 +140,10 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
130
140
|
import Event from "sap/ui/base/Event";
|
|
131
141
|
|
|
132
142
|
/**
|
|
133
|
-
* @since 1.4
|
|
134
|
-
*
|
|
135
143
|
* The `sap.rules.ui.DecisionTableConfiguration` element provides the ability to define specific properties
|
|
136
144
|
* that will be applied when rendering the `sap.rules.ui.RuleBuilder` in decision table mode.
|
|
145
|
+
*
|
|
146
|
+
* @since 1.4
|
|
137
147
|
*/
|
|
138
148
|
export default class DecisionTableConfiguration extends UI5Element {
|
|
139
149
|
/**
|
|
@@ -173,6 +183,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
173
183
|
*
|
|
174
184
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
175
185
|
*
|
|
186
|
+
*
|
|
176
187
|
* @returns Created class / constructor function
|
|
177
188
|
*/
|
|
178
189
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -193,6 +204,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
193
204
|
/**
|
|
194
205
|
* Returns a metadata object for class sap.rules.ui.DecisionTableConfiguration.
|
|
195
206
|
*
|
|
207
|
+
*
|
|
196
208
|
* @returns Metadata object describing this class
|
|
197
209
|
*/
|
|
198
210
|
static getMetadata(): ElementMetadata;
|
|
@@ -202,6 +214,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
202
214
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
203
215
|
* otherwise it will be bound to this `sap.rules.ui.DecisionTableConfiguration` itself.
|
|
204
216
|
*
|
|
217
|
+
*
|
|
205
218
|
* @returns Reference to `this` in order to allow method chaining
|
|
206
219
|
*/
|
|
207
220
|
attachChange(
|
|
@@ -226,6 +239,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
226
239
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
227
240
|
* otherwise it will be bound to this `sap.rules.ui.DecisionTableConfiguration` itself.
|
|
228
241
|
*
|
|
242
|
+
*
|
|
229
243
|
* @returns Reference to `this` in order to allow method chaining
|
|
230
244
|
*/
|
|
231
245
|
attachChange(
|
|
@@ -244,6 +258,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
244
258
|
*
|
|
245
259
|
* The passed function and listener object must match the ones used for event registration.
|
|
246
260
|
*
|
|
261
|
+
*
|
|
247
262
|
* @returns Reference to `this` in order to allow method chaining
|
|
248
263
|
*/
|
|
249
264
|
detachChange(
|
|
@@ -257,10 +272,10 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
257
272
|
oListener?: object
|
|
258
273
|
): this;
|
|
259
274
|
/**
|
|
260
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
261
|
-
*
|
|
262
275
|
* Fires event {@link #event:change change} to attached listeners.
|
|
263
276
|
*
|
|
277
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
278
|
+
*
|
|
264
279
|
* @returns Reference to `this` in order to allow method chaining
|
|
265
280
|
*/
|
|
266
281
|
fireChange(
|
|
@@ -270,8 +285,6 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
270
285
|
mParameters?: DecisionTableConfiguration$ChangeEventParameters
|
|
271
286
|
): this;
|
|
272
287
|
/**
|
|
273
|
-
* @deprecated (since 1.52.8) - use the decisionTableFormat property.
|
|
274
|
-
*
|
|
275
288
|
* Gets current value of property {@link #getCellFormat cellFormat}.
|
|
276
289
|
*
|
|
277
290
|
* The value determines the user input mode for the corresponding rule cells when creating or editing a
|
|
@@ -279,6 +292,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
279
292
|
*
|
|
280
293
|
* Default value is `Both`.
|
|
281
294
|
*
|
|
295
|
+
* @deprecated (since 1.52.8) - use the decisionTableFormat property.
|
|
296
|
+
*
|
|
282
297
|
* @returns Value of property `cellFormat`
|
|
283
298
|
*/
|
|
284
299
|
getCellFormat(): DecisionTableCellFormat;
|
|
@@ -290,24 +305,22 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
290
305
|
*
|
|
291
306
|
* Default value is `CellFormat`.
|
|
292
307
|
*
|
|
308
|
+
*
|
|
293
309
|
* @returns Value of property `decisionTableFormat`
|
|
294
310
|
*/
|
|
295
311
|
getDecisionTableFormat(): DecisionTableFormat;
|
|
296
312
|
/**
|
|
297
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
298
|
-
* Authoring APIs.
|
|
299
|
-
*
|
|
300
313
|
* Gets current value of property {@link #getEnableSettingResult enableSettingResult}.
|
|
301
314
|
*
|
|
302
315
|
* Default value is `true`.
|
|
303
316
|
*
|
|
317
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
318
|
+
* Authoring APIs.
|
|
319
|
+
*
|
|
304
320
|
* @returns Value of property `enableSettingResult`
|
|
305
321
|
*/
|
|
306
322
|
getEnableSettingResult(): boolean;
|
|
307
323
|
/**
|
|
308
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
309
|
-
* Authoring APIs.
|
|
310
|
-
*
|
|
311
324
|
* Gets current value of property {@link #getEnableSettings enableSettings}.
|
|
312
325
|
*
|
|
313
326
|
* The value determines whether the Settings button is displayed in a decision table when the control is
|
|
@@ -315,13 +328,13 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
315
328
|
*
|
|
316
329
|
* Default value is `false`.
|
|
317
330
|
*
|
|
331
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
332
|
+
* Authoring APIs.
|
|
333
|
+
*
|
|
318
334
|
* @returns Value of property `enableSettings`
|
|
319
335
|
*/
|
|
320
336
|
getEnableSettings(): boolean;
|
|
321
337
|
/**
|
|
322
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
323
|
-
* Authoring APIs.
|
|
324
|
-
*
|
|
325
338
|
* Gets current value of property {@link #getHitPolicies hitPolicies}.
|
|
326
339
|
*
|
|
327
340
|
* The value determines how the results of the decision table are evaluated when more than one rule is matched
|
|
@@ -329,6 +342,9 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
329
342
|
*
|
|
330
343
|
* Default value is `[FirstMatch, AllMatch]`.
|
|
331
344
|
*
|
|
345
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
346
|
+
* Authoring APIs.
|
|
347
|
+
*
|
|
332
348
|
* @returns Value of property `hitPolicies`
|
|
333
349
|
*/
|
|
334
350
|
getHitPolicies(): RuleHitPolicy[];
|
|
@@ -341,6 +357,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
341
357
|
*
|
|
342
358
|
* Default value is `30`.
|
|
343
359
|
*
|
|
360
|
+
*
|
|
344
361
|
* @returns Value of property `threshold`
|
|
345
362
|
*/
|
|
346
363
|
getThreshold(): int;
|
|
@@ -351,12 +368,11 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
351
368
|
*
|
|
352
369
|
* Default value is `30`.
|
|
353
370
|
*
|
|
371
|
+
*
|
|
354
372
|
* @returns Value of property `visibleRowCount`
|
|
355
373
|
*/
|
|
356
374
|
getVisibleRowCount(): int;
|
|
357
375
|
/**
|
|
358
|
-
* @deprecated (since 1.52.8) - use the decisionTableFormat property.
|
|
359
|
-
*
|
|
360
376
|
* Sets a new value for property {@link #getCellFormat cellFormat}.
|
|
361
377
|
*
|
|
362
378
|
* The value determines the user input mode for the corresponding rule cells when creating or editing a
|
|
@@ -366,6 +382,8 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
366
382
|
*
|
|
367
383
|
* Default value is `Both`.
|
|
368
384
|
*
|
|
385
|
+
* @deprecated (since 1.52.8) - use the decisionTableFormat property.
|
|
386
|
+
*
|
|
369
387
|
* @returns Reference to `this` in order to allow method chaining
|
|
370
388
|
*/
|
|
371
389
|
setCellFormat(
|
|
@@ -384,6 +402,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
384
402
|
*
|
|
385
403
|
* Default value is `CellFormat`.
|
|
386
404
|
*
|
|
405
|
+
*
|
|
387
406
|
* @returns Reference to `this` in order to allow method chaining
|
|
388
407
|
*/
|
|
389
408
|
setDecisionTableFormat(
|
|
@@ -393,15 +412,15 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
393
412
|
sDecisionTableFormat?: DecisionTableFormat
|
|
394
413
|
): this;
|
|
395
414
|
/**
|
|
396
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
397
|
-
* Authoring APIs.
|
|
398
|
-
*
|
|
399
415
|
* Sets a new value for property {@link #getEnableSettingResult enableSettingResult}.
|
|
400
416
|
*
|
|
401
417
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
402
418
|
*
|
|
403
419
|
* Default value is `true`.
|
|
404
420
|
*
|
|
421
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
422
|
+
* Authoring APIs.
|
|
423
|
+
*
|
|
405
424
|
* @returns Reference to `this` in order to allow method chaining
|
|
406
425
|
*/
|
|
407
426
|
setEnableSettingResult(
|
|
@@ -411,9 +430,6 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
411
430
|
bEnableSettingResult?: boolean
|
|
412
431
|
): this;
|
|
413
432
|
/**
|
|
414
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
415
|
-
* Authoring APIs.
|
|
416
|
-
*
|
|
417
433
|
* Sets a new value for property {@link #getEnableSettings enableSettings}.
|
|
418
434
|
*
|
|
419
435
|
* The value determines whether the Settings button is displayed in a decision table when the control is
|
|
@@ -423,6 +439,9 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
423
439
|
*
|
|
424
440
|
* Default value is `false`.
|
|
425
441
|
*
|
|
442
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
443
|
+
* Authoring APIs.
|
|
444
|
+
*
|
|
426
445
|
* @returns Reference to `this` in order to allow method chaining
|
|
427
446
|
*/
|
|
428
447
|
setEnableSettings(
|
|
@@ -432,9 +451,6 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
432
451
|
bEnableSettings?: boolean
|
|
433
452
|
): this;
|
|
434
453
|
/**
|
|
435
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
436
|
-
* Authoring APIs.
|
|
437
|
-
*
|
|
438
454
|
* Sets a new value for property {@link #getHitPolicies hitPolicies}.
|
|
439
455
|
*
|
|
440
456
|
* The value determines how the results of the decision table are evaluated when more than one rule is matched
|
|
@@ -444,6 +460,9 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
444
460
|
*
|
|
445
461
|
* Default value is `[FirstMatch, AllMatch]`.
|
|
446
462
|
*
|
|
463
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
464
|
+
* Authoring APIs.
|
|
465
|
+
*
|
|
447
466
|
* @returns Reference to `this` in order to allow method chaining
|
|
448
467
|
*/
|
|
449
468
|
setHitPolicies(
|
|
@@ -463,6 +482,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
463
482
|
*
|
|
464
483
|
* Default value is `30`.
|
|
465
484
|
*
|
|
485
|
+
*
|
|
466
486
|
* @returns Reference to `this` in order to allow method chaining
|
|
467
487
|
*/
|
|
468
488
|
setThreshold(
|
|
@@ -480,6 +500,7 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
480
500
|
*
|
|
481
501
|
* Default value is `30`.
|
|
482
502
|
*
|
|
503
|
+
*
|
|
483
504
|
* @returns Reference to `this` in order to allow method chaining
|
|
484
505
|
*/
|
|
485
506
|
setVisibleRowCount(
|
|
@@ -493,28 +514,28 @@ declare module "sap/rules/ui/DecisionTableConfiguration" {
|
|
|
493
514
|
export interface $DecisionTableConfigurationSettings
|
|
494
515
|
extends $ElementSettings {
|
|
495
516
|
/**
|
|
496
|
-
* @deprecated (since 1.52.8) - use the decisionTableFormat property.
|
|
497
|
-
*
|
|
498
517
|
* The value determines the user input mode for the corresponding rule cells when creating or editing a
|
|
499
518
|
* rule.
|
|
519
|
+
*
|
|
520
|
+
* @deprecated (since 1.52.8) - use the decisionTableFormat property.
|
|
500
521
|
*/
|
|
501
522
|
cellFormat?: DecisionTableCellFormat | PropertyBindingInfo | `{${string}}`;
|
|
502
523
|
|
|
503
524
|
/**
|
|
504
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
505
|
-
* Authoring APIs.
|
|
506
|
-
*
|
|
507
525
|
* The value determines how the results of the decision table are evaluated when more than one rule is matched
|
|
508
526
|
* for a given set of inputs.
|
|
527
|
+
*
|
|
528
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
529
|
+
* Authoring APIs.
|
|
509
530
|
*/
|
|
510
531
|
hitPolicies?: RuleHitPolicy[] | PropertyBindingInfo | `{${string}}`;
|
|
511
532
|
|
|
512
533
|
/**
|
|
513
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
514
|
-
* Authoring APIs.
|
|
515
|
-
*
|
|
516
534
|
* The value determines whether the Settings button is displayed in a decision table when the control is
|
|
517
535
|
* used with S/4 HANA 17.05 (Cloud) or 17.09 (On Premise) and higher (On Premise).
|
|
536
|
+
*
|
|
537
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
538
|
+
* Authoring APIs.
|
|
518
539
|
*/
|
|
519
540
|
enableSettings?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
520
541
|
|
|
@@ -620,6 +641,7 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
620
641
|
*
|
|
621
642
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Control.extend}.
|
|
622
643
|
*
|
|
644
|
+
*
|
|
623
645
|
* @returns Created class / constructor function
|
|
624
646
|
*/
|
|
625
647
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -640,18 +662,21 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
640
662
|
/**
|
|
641
663
|
* Returns a metadata object for class sap.rules.ui.RuleBuilder.
|
|
642
664
|
*
|
|
665
|
+
*
|
|
643
666
|
* @returns Metadata object describing this class
|
|
644
667
|
*/
|
|
645
668
|
static getMetadata(): ElementMetadata;
|
|
646
669
|
/**
|
|
647
670
|
* Destroys the decisionTableConfiguration in the aggregation {@link #getDecisionTableConfiguration decisionTableConfiguration}.
|
|
648
671
|
*
|
|
672
|
+
*
|
|
649
673
|
* @returns Reference to `this` in order to allow method chaining
|
|
650
674
|
*/
|
|
651
675
|
destroyDecisionTableConfiguration(): this;
|
|
652
676
|
/**
|
|
653
677
|
* Destroys the textRuleConfiguration in the aggregation {@link #getTextRuleConfiguration textRuleConfiguration}.
|
|
654
678
|
*
|
|
679
|
+
*
|
|
655
680
|
* @returns Reference to `this` in order to allow method chaining
|
|
656
681
|
*/
|
|
657
682
|
destroyTextRuleConfiguration(): this;
|
|
@@ -659,13 +684,14 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
659
684
|
* ID of the element which is the current target of the association {@link #getAstExpressionLanguage astExpressionLanguage},
|
|
660
685
|
* or `null`.
|
|
661
686
|
*/
|
|
662
|
-
getAstExpressionLanguage(): ID;
|
|
687
|
+
getAstExpressionLanguage(): ID | null;
|
|
663
688
|
/**
|
|
664
689
|
* Gets current value of property {@link #getBindingContextPath bindingContextPath}.
|
|
665
690
|
*
|
|
666
691
|
* Path to a Rule object in the model data, which is used for the definition of relative context bindings
|
|
667
692
|
* inside the RuleBuilder control (mandatory). Example: "/Rules(Id='0050569181751ED683EFEEC6AA2B73C5',Version='000001')"
|
|
668
693
|
*
|
|
694
|
+
*
|
|
669
695
|
* @returns Value of property `bindingContextPath`
|
|
670
696
|
*/
|
|
671
697
|
getBindingContextPath(): string;
|
|
@@ -682,16 +708,17 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
682
708
|
*
|
|
683
709
|
* Default value is `true`.
|
|
684
710
|
*
|
|
711
|
+
*
|
|
685
712
|
* @returns Value of property `editable`
|
|
686
713
|
*/
|
|
687
714
|
getEditable(): boolean;
|
|
688
715
|
/**
|
|
689
|
-
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
690
|
-
*
|
|
691
716
|
* ID of the element which is the current target of the association {@link #getExpressionLanguage expressionLanguage},
|
|
692
717
|
* or `null`.
|
|
718
|
+
*
|
|
719
|
+
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
693
720
|
*/
|
|
694
|
-
getExpressionLanguage(): ID;
|
|
721
|
+
getExpressionLanguage(): ID | null;
|
|
695
722
|
/**
|
|
696
723
|
* Gets content of aggregation {@link #getTextRuleConfiguration textRuleConfiguration}.
|
|
697
724
|
*
|
|
@@ -706,12 +733,14 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
706
733
|
*
|
|
707
734
|
* Default value is `[DecisionTable, TextRule]`.
|
|
708
735
|
*
|
|
736
|
+
*
|
|
709
737
|
* @returns Value of property `types`
|
|
710
738
|
*/
|
|
711
739
|
getTypes(): RuleType[];
|
|
712
740
|
/**
|
|
713
741
|
* Sets the associated {@link #getAstExpressionLanguage astExpressionLanguage}.
|
|
714
742
|
*
|
|
743
|
+
*
|
|
715
744
|
* @returns Reference to `this` in order to allow method chaining
|
|
716
745
|
*/
|
|
717
746
|
setAstExpressionLanguage(
|
|
@@ -729,6 +758,7 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
729
758
|
*
|
|
730
759
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
731
760
|
*
|
|
761
|
+
*
|
|
732
762
|
* @returns Reference to `this` in order to allow method chaining
|
|
733
763
|
*/
|
|
734
764
|
setBindingContextPath(
|
|
@@ -740,6 +770,7 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
740
770
|
/**
|
|
741
771
|
* Sets the aggregated {@link #getDecisionTableConfiguration decisionTableConfiguration}.
|
|
742
772
|
*
|
|
773
|
+
*
|
|
743
774
|
* @returns Reference to `this` in order to allow method chaining
|
|
744
775
|
*/
|
|
745
776
|
setDecisionTableConfiguration(
|
|
@@ -757,6 +788,7 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
757
788
|
*
|
|
758
789
|
* Default value is `true`.
|
|
759
790
|
*
|
|
791
|
+
*
|
|
760
792
|
* @returns Reference to `this` in order to allow method chaining
|
|
761
793
|
*/
|
|
762
794
|
setEditable(
|
|
@@ -766,10 +798,10 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
766
798
|
bEditable?: boolean
|
|
767
799
|
): this;
|
|
768
800
|
/**
|
|
769
|
-
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
770
|
-
*
|
|
771
801
|
* Sets the associated {@link #getExpressionLanguage expressionLanguage}.
|
|
772
802
|
*
|
|
803
|
+
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
804
|
+
*
|
|
773
805
|
* @returns Reference to `this` in order to allow method chaining
|
|
774
806
|
*/
|
|
775
807
|
setExpressionLanguage(
|
|
@@ -782,6 +814,7 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
782
814
|
/**
|
|
783
815
|
* Sets the aggregated {@link #getTextRuleConfiguration textRuleConfiguration}.
|
|
784
816
|
*
|
|
817
|
+
*
|
|
785
818
|
* @returns Reference to `this` in order to allow method chaining
|
|
786
819
|
*/
|
|
787
820
|
setTextRuleConfiguration(
|
|
@@ -800,6 +833,7 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
800
833
|
*
|
|
801
834
|
* Default value is `[DecisionTable, TextRule]`.
|
|
802
835
|
*
|
|
836
|
+
*
|
|
803
837
|
* @returns Reference to `this` in order to allow method chaining
|
|
804
838
|
*/
|
|
805
839
|
setTypes(
|
|
@@ -839,10 +873,10 @@ declare module "sap/rules/ui/RuleBuilder" {
|
|
|
839
873
|
textRuleConfiguration?: TextRuleConfiguration;
|
|
840
874
|
|
|
841
875
|
/**
|
|
842
|
-
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
843
|
-
*
|
|
844
876
|
* Expression language to model English like expressions. Should not be used when sap.rules.ui.services.AstExpressionLanguage
|
|
845
877
|
* is used.
|
|
878
|
+
*
|
|
879
|
+
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
846
880
|
*/
|
|
847
881
|
expressionLanguage?: ExpressionLanguage | string;
|
|
848
882
|
|
|
@@ -880,6 +914,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
880
914
|
*
|
|
881
915
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
882
916
|
*
|
|
917
|
+
*
|
|
883
918
|
* @returns Created class / constructor function
|
|
884
919
|
*/
|
|
885
920
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -900,6 +935,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
900
935
|
/**
|
|
901
936
|
* Returns a metadata object for class sap.rules.ui.services.AstExpressionLanguage.
|
|
902
937
|
*
|
|
938
|
+
*
|
|
903
939
|
* @returns Metadata object describing this class
|
|
904
940
|
*/
|
|
905
941
|
static getMetadata(): ElementMetadata;
|
|
@@ -909,6 +945,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
909
945
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
910
946
|
* otherwise it will be bound to this `sap.rules.ui.services.AstExpressionLanguage` itself.
|
|
911
947
|
*
|
|
948
|
+
*
|
|
912
949
|
* @returns Reference to `this` in order to allow method chaining
|
|
913
950
|
*/
|
|
914
951
|
attachDataChange(
|
|
@@ -933,6 +970,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
933
970
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
934
971
|
* otherwise it will be bound to this `sap.rules.ui.services.AstExpressionLanguage` itself.
|
|
935
972
|
*
|
|
973
|
+
*
|
|
936
974
|
* @returns Reference to `this` in order to allow method chaining
|
|
937
975
|
*/
|
|
938
976
|
attachDataChange(
|
|
@@ -951,6 +989,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
951
989
|
*
|
|
952
990
|
* The passed function and listener object must match the ones used for event registration.
|
|
953
991
|
*
|
|
992
|
+
*
|
|
954
993
|
* @returns Reference to `this` in order to allow method chaining
|
|
955
994
|
*/
|
|
956
995
|
detachDataChange(
|
|
@@ -964,10 +1003,10 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
964
1003
|
oListener?: object
|
|
965
1004
|
): this;
|
|
966
1005
|
/**
|
|
967
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
968
|
-
*
|
|
969
1006
|
* Fires event {@link #event:dataChange dataChange} to attached listeners.
|
|
970
1007
|
*
|
|
1008
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1009
|
+
*
|
|
971
1010
|
* @returns Reference to `this` in order to allow method chaining
|
|
972
1011
|
*/
|
|
973
1012
|
fireDataChange(
|
|
@@ -982,6 +1021,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
982
1021
|
* Path to a Vocabulary object in the model data, which is used for the definition of relative context bindings
|
|
983
1022
|
* inside the Ast Expression Language control (mandatory). Example: "/Vocabularies(Id='0050569181751ED683EFEEC6AA2B73C5')"
|
|
984
1023
|
*
|
|
1024
|
+
*
|
|
985
1025
|
* @returns Value of property `bindingContextPath`
|
|
986
1026
|
*/
|
|
987
1027
|
getBindingContextPath(): string;
|
|
@@ -993,6 +1033,7 @@ declare module "sap/rules/ui/services/AstExpressionLanguage" {
|
|
|
993
1033
|
*
|
|
994
1034
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
995
1035
|
*
|
|
1036
|
+
*
|
|
996
1037
|
* @returns Reference to `this` in order to allow method chaining
|
|
997
1038
|
*/
|
|
998
1039
|
setBindingContextPath(
|
|
@@ -1031,11 +1072,11 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1031
1072
|
import { PropertyBindingInfo } from "sap/ui/base/ManagedObject";
|
|
1032
1073
|
|
|
1033
1074
|
/**
|
|
1034
|
-
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
1035
|
-
*
|
|
1036
1075
|
* Provides the ExpressionLanguage service functionality, such as expression validations, expression parsing,
|
|
1037
1076
|
* auto-complete suggestions, retrieving expression metadata and tokens, and performing runtime services
|
|
1038
1077
|
* (fetching data objects, outputs, etc).
|
|
1078
|
+
*
|
|
1079
|
+
* @deprecated (since 1.120.2) - use the attribute astExpressionLanguage instead.
|
|
1039
1080
|
*/
|
|
1040
1081
|
export default class ExpressionLanguage extends UI5Element {
|
|
1041
1082
|
/**
|
|
@@ -1049,6 +1090,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1049
1090
|
*
|
|
1050
1091
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
1051
1092
|
*
|
|
1093
|
+
*
|
|
1052
1094
|
* @returns Created class / constructor function
|
|
1053
1095
|
*/
|
|
1054
1096
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1069,6 +1111,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1069
1111
|
/**
|
|
1070
1112
|
* Returns a metadata object for class sap.rules.ui.services.ExpressionLanguage.
|
|
1071
1113
|
*
|
|
1114
|
+
*
|
|
1072
1115
|
* @returns Metadata object describing this class
|
|
1073
1116
|
*/
|
|
1074
1117
|
static getMetadata(): ElementMetadata;
|
|
@@ -1078,6 +1121,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1078
1121
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1079
1122
|
* otherwise it will be bound to this `sap.rules.ui.services.ExpressionLanguage` itself.
|
|
1080
1123
|
*
|
|
1124
|
+
*
|
|
1081
1125
|
* @returns Reference to `this` in order to allow method chaining
|
|
1082
1126
|
*/
|
|
1083
1127
|
attachDataChange(
|
|
@@ -1102,6 +1146,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1102
1146
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1103
1147
|
* otherwise it will be bound to this `sap.rules.ui.services.ExpressionLanguage` itself.
|
|
1104
1148
|
*
|
|
1149
|
+
*
|
|
1105
1150
|
* @returns Reference to `this` in order to allow method chaining
|
|
1106
1151
|
*/
|
|
1107
1152
|
attachDataChange(
|
|
@@ -1120,6 +1165,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1120
1165
|
*
|
|
1121
1166
|
* The passed function and listener object must match the ones used for event registration.
|
|
1122
1167
|
*
|
|
1168
|
+
*
|
|
1123
1169
|
* @returns Reference to `this` in order to allow method chaining
|
|
1124
1170
|
*/
|
|
1125
1171
|
detachDataChange(
|
|
@@ -1133,10 +1179,10 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1133
1179
|
oListener?: object
|
|
1134
1180
|
): this;
|
|
1135
1181
|
/**
|
|
1136
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1137
|
-
*
|
|
1138
1182
|
* Fires event {@link #event:dataChange dataChange} to attached listeners.
|
|
1139
1183
|
*
|
|
1184
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1185
|
+
*
|
|
1140
1186
|
* @returns Reference to `this` in order to allow method chaining
|
|
1141
1187
|
*/
|
|
1142
1188
|
fireDataChange(
|
|
@@ -1151,6 +1197,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1151
1197
|
* Path to a Vocabulary object in the model data, which is used for the definition of relative context bindings
|
|
1152
1198
|
* inside the Expression Language control (mandatory). Example: "/Vocabularies(Id='0050569181751ED683EFEEC6AA2B73C5')"
|
|
1153
1199
|
*
|
|
1200
|
+
*
|
|
1154
1201
|
* @returns Value of property `bindingContextPath`
|
|
1155
1202
|
*/
|
|
1156
1203
|
getBindingContextPath(): string;
|
|
@@ -1161,6 +1208,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1161
1208
|
* to each item an OData model instance. The OData model is used for suggesting allowed values and for validating
|
|
1162
1209
|
* values that are used in the rule.
|
|
1163
1210
|
*
|
|
1211
|
+
*
|
|
1164
1212
|
* @returns Value of property `valueHelpCallback`
|
|
1165
1213
|
*/
|
|
1166
1214
|
getValueHelpCallback(): any;
|
|
@@ -1172,6 +1220,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1172
1220
|
*
|
|
1173
1221
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1174
1222
|
*
|
|
1223
|
+
*
|
|
1175
1224
|
* @returns Reference to `this` in order to allow method chaining
|
|
1176
1225
|
*/
|
|
1177
1226
|
setBindingContextPath(
|
|
@@ -1189,6 +1238,7 @@ declare module "sap/rules/ui/services/ExpressionLanguage" {
|
|
|
1189
1238
|
*
|
|
1190
1239
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1191
1240
|
*
|
|
1241
|
+
*
|
|
1192
1242
|
* @returns Reference to `this` in order to allow method chaining
|
|
1193
1243
|
*/
|
|
1194
1244
|
setValueHelpCallback(
|
|
@@ -1234,10 +1284,10 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1234
1284
|
import Event from "sap/ui/base/Event";
|
|
1235
1285
|
|
|
1236
1286
|
/**
|
|
1237
|
-
* @since 1.4
|
|
1238
|
-
*
|
|
1239
1287
|
* The `sap.rules.ui.TextRuleConfiguration` element provides the ability to define specific properties that
|
|
1240
1288
|
* will be applied when rendering the `sap.rules.ui.RuleBuilder` in decision table mode.
|
|
1289
|
+
*
|
|
1290
|
+
* @since 1.4
|
|
1241
1291
|
*/
|
|
1242
1292
|
export default class TextRuleConfiguration extends UI5Element {
|
|
1243
1293
|
/**
|
|
@@ -1277,6 +1327,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1277
1327
|
*
|
|
1278
1328
|
* `oClassInfo` might contain the same kind of information as described in {@link sap.ui.core.Element.extend}.
|
|
1279
1329
|
*
|
|
1330
|
+
*
|
|
1280
1331
|
* @returns Created class / constructor function
|
|
1281
1332
|
*/
|
|
1282
1333
|
static extend<T extends Record<string, unknown>>(
|
|
@@ -1297,6 +1348,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1297
1348
|
/**
|
|
1298
1349
|
* Returns a metadata object for class sap.rules.ui.TextRuleConfiguration.
|
|
1299
1350
|
*
|
|
1351
|
+
*
|
|
1300
1352
|
* @returns Metadata object describing this class
|
|
1301
1353
|
*/
|
|
1302
1354
|
static getMetadata(): ElementMetadata;
|
|
@@ -1306,6 +1358,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1306
1358
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1307
1359
|
* otherwise it will be bound to this `sap.rules.ui.TextRuleConfiguration` itself.
|
|
1308
1360
|
*
|
|
1361
|
+
*
|
|
1309
1362
|
* @returns Reference to `this` in order to allow method chaining
|
|
1310
1363
|
*/
|
|
1311
1364
|
attachChange(
|
|
@@ -1330,6 +1383,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1330
1383
|
* When called, the context of the event handler (its `this`) will be bound to `oListener` if specified,
|
|
1331
1384
|
* otherwise it will be bound to this `sap.rules.ui.TextRuleConfiguration` itself.
|
|
1332
1385
|
*
|
|
1386
|
+
*
|
|
1333
1387
|
* @returns Reference to `this` in order to allow method chaining
|
|
1334
1388
|
*/
|
|
1335
1389
|
attachChange(
|
|
@@ -1348,6 +1402,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1348
1402
|
*
|
|
1349
1403
|
* The passed function and listener object must match the ones used for event registration.
|
|
1350
1404
|
*
|
|
1405
|
+
*
|
|
1351
1406
|
* @returns Reference to `this` in order to allow method chaining
|
|
1352
1407
|
*/
|
|
1353
1408
|
detachChange(
|
|
@@ -1361,10 +1416,10 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1361
1416
|
oListener?: object
|
|
1362
1417
|
): this;
|
|
1363
1418
|
/**
|
|
1364
|
-
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1365
|
-
*
|
|
1366
1419
|
* Fires event {@link #event:change change} to attached listeners.
|
|
1367
1420
|
*
|
|
1421
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
1422
|
+
*
|
|
1368
1423
|
* @returns Reference to `this` in order to allow method chaining
|
|
1369
1424
|
*/
|
|
1370
1425
|
fireChange(
|
|
@@ -1381,6 +1436,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1381
1436
|
*
|
|
1382
1437
|
* Default value is `true`.
|
|
1383
1438
|
*
|
|
1439
|
+
*
|
|
1384
1440
|
* @returns Value of property `enableElse`
|
|
1385
1441
|
*/
|
|
1386
1442
|
getEnableElse(): boolean;
|
|
@@ -1392,24 +1448,22 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1392
1448
|
*
|
|
1393
1449
|
* Default value is `true`.
|
|
1394
1450
|
*
|
|
1451
|
+
*
|
|
1395
1452
|
* @returns Value of property `enableElseIf`
|
|
1396
1453
|
*/
|
|
1397
1454
|
getEnableElseIf(): boolean;
|
|
1398
1455
|
/**
|
|
1399
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1400
|
-
* Authoring APIs.
|
|
1401
|
-
*
|
|
1402
1456
|
* Gets current value of property {@link #getEnableSettingResult enableSettingResult}.
|
|
1403
1457
|
*
|
|
1404
1458
|
* Default value is `true`.
|
|
1405
1459
|
*
|
|
1460
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1461
|
+
* Authoring APIs.
|
|
1462
|
+
*
|
|
1406
1463
|
* @returns Value of property `enableSettingResult`
|
|
1407
1464
|
*/
|
|
1408
1465
|
getEnableSettingResult(): boolean;
|
|
1409
1466
|
/**
|
|
1410
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1411
|
-
* Authoring APIs.
|
|
1412
|
-
*
|
|
1413
1467
|
* Gets current value of property {@link #getEnableSettings enableSettings}.
|
|
1414
1468
|
*
|
|
1415
1469
|
* The value determines whether the Settings button is displayed in a Text Rule when the control is used
|
|
@@ -1417,6 +1471,9 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1417
1471
|
*
|
|
1418
1472
|
* Default value is `false`.
|
|
1419
1473
|
*
|
|
1474
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1475
|
+
* Authoring APIs.
|
|
1476
|
+
*
|
|
1420
1477
|
* @returns Value of property `enableSettings`
|
|
1421
1478
|
*/
|
|
1422
1479
|
getEnableSettings(): boolean;
|
|
@@ -1430,6 +1487,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1430
1487
|
*
|
|
1431
1488
|
* Default value is `true`.
|
|
1432
1489
|
*
|
|
1490
|
+
*
|
|
1433
1491
|
* @returns Reference to `this` in order to allow method chaining
|
|
1434
1492
|
*/
|
|
1435
1493
|
setEnableElse(
|
|
@@ -1448,6 +1506,7 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1448
1506
|
*
|
|
1449
1507
|
* Default value is `true`.
|
|
1450
1508
|
*
|
|
1509
|
+
*
|
|
1451
1510
|
* @returns Reference to `this` in order to allow method chaining
|
|
1452
1511
|
*/
|
|
1453
1512
|
setEnableElseIf(
|
|
@@ -1457,15 +1516,15 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1457
1516
|
bEnableElseIf?: boolean
|
|
1458
1517
|
): this;
|
|
1459
1518
|
/**
|
|
1460
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1461
|
-
* Authoring APIs.
|
|
1462
|
-
*
|
|
1463
1519
|
* Sets a new value for property {@link #getEnableSettingResult enableSettingResult}.
|
|
1464
1520
|
*
|
|
1465
1521
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
1466
1522
|
*
|
|
1467
1523
|
* Default value is `true`.
|
|
1468
1524
|
*
|
|
1525
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1526
|
+
* Authoring APIs.
|
|
1527
|
+
*
|
|
1469
1528
|
* @returns Reference to `this` in order to allow method chaining
|
|
1470
1529
|
*/
|
|
1471
1530
|
setEnableSettingResult(
|
|
@@ -1475,9 +1534,6 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1475
1534
|
bEnableSettingResult?: boolean
|
|
1476
1535
|
): this;
|
|
1477
1536
|
/**
|
|
1478
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1479
|
-
* Authoring APIs.
|
|
1480
|
-
*
|
|
1481
1537
|
* Sets a new value for property {@link #getEnableSettings enableSettings}.
|
|
1482
1538
|
*
|
|
1483
1539
|
* The value determines whether the Settings button is displayed in a Text Rule when the control is used
|
|
@@ -1487,6 +1543,9 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1487
1543
|
*
|
|
1488
1544
|
* Default value is `false`.
|
|
1489
1545
|
*
|
|
1546
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1547
|
+
* Authoring APIs.
|
|
1548
|
+
*
|
|
1490
1549
|
* @returns Reference to `this` in order to allow method chaining
|
|
1491
1550
|
*/
|
|
1492
1551
|
setEnableSettings(
|
|
@@ -1499,11 +1558,11 @@ declare module "sap/rules/ui/TextRuleConfiguration" {
|
|
|
1499
1558
|
|
|
1500
1559
|
export interface $TextRuleConfigurationSettings extends $ElementSettings {
|
|
1501
1560
|
/**
|
|
1502
|
-
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1503
|
-
* Authoring APIs.
|
|
1504
|
-
*
|
|
1505
1561
|
* The value determines whether the Settings button is displayed in a Text Rule when the control is used
|
|
1506
1562
|
* with S/4 HANA 17.05 (Cloud) or 17.09 (On Premise) and higher (On Premise).
|
|
1563
|
+
*
|
|
1564
|
+
* @deprecated (since 1.120.2) - to configure the settings, use the Manage Rules Project app or the Rule
|
|
1565
|
+
* Authoring APIs.
|
|
1507
1566
|
*/
|
|
1508
1567
|
enableSettings?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
1509
1568
|
|