@sapui5/ts-types 1.96.9 → 1.96.12
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 +2 -2
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/{sap.fe.macros-1.96.6-d.ts → sap.fe.macros-1.96.9-d.ts} +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder-1.96.9-d.ts +3 -0
- package/types/sap.fe.plugins.d.ts +1 -1
- package/types/sap.fe.semantics.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.gantt.d.ts +1 -1
- package/types/sap.m.d.ts +2 -2
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +66 -3
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +1 -1
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/sap.tnt.d.ts +1 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/sap.ui.commons.d.ts +1 -1
- package/types/sap.ui.comp.d.ts +43 -7
- package/types/sap.ui.core.d.ts +36 -7
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +1 -1
- 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 +6 -6
- package/types/sap.ui.table.d.ts +1 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1 -1
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -135
- package/types/sap.ui.vk.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +1 -1
- 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.fe.placeholder-1.96.6-d.ts +0 -3
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
/// <reference path="./sap.esh.search.ui.d.ts"/>
|
|
36
36
|
/// <reference path="./sap.fe.common.d.ts"/>
|
|
37
37
|
/// <reference path="./sap.fe.core.d.ts"/>
|
|
38
|
-
/// <reference path="./sap.fe.macros-1.96.
|
|
38
|
+
/// <reference path="./sap.fe.macros-1.96.9-d.ts"/>
|
|
39
39
|
/// <reference path="./sap.fe.navigation.d.ts"/>
|
|
40
|
-
/// <reference path="./sap.fe.placeholder-1.96.
|
|
40
|
+
/// <reference path="./sap.fe.placeholder-1.96.9-d.ts"/>
|
|
41
41
|
/// <reference path="./sap.fe.plugins.d.ts"/>
|
|
42
42
|
/// <reference path="./sap.fe.semantics.d.ts"/>
|
|
43
43
|
/// <reference path="./sap.fe.templates.d.ts"/>
|
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -83477,7 +83477,7 @@ declare namespace sap {
|
|
|
83477
83477
|
/**
|
|
83478
83478
|
* Removes all radio buttons.
|
|
83479
83479
|
*/
|
|
83480
|
-
removeAllButtons():
|
|
83480
|
+
removeAllButtons(): sap.m.RadioButton[];
|
|
83481
83481
|
/**
|
|
83482
83482
|
* Removes an ariaDescribedBy from the association named {@link #getAriaDescribedBy ariaDescribedBy}.
|
|
83483
83483
|
*/
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -38,6 +38,16 @@ declare namespace sap {
|
|
|
38
38
|
| boolean
|
|
39
39
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
40
40
|
|
|
41
|
+
/**
|
|
42
|
+
* Defines the frame rate of the camera.
|
|
43
|
+
*/
|
|
44
|
+
frameRate?: float | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
45
|
+
|
|
46
|
+
/**
|
|
47
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
48
|
+
*/
|
|
49
|
+
zoom?: float | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
50
|
+
|
|
41
51
|
/**
|
|
42
52
|
* Event is fired when the scanning is finished or cancelled
|
|
43
53
|
*/
|
|
@@ -112,7 +122,10 @@ declare namespace sap {
|
|
|
112
122
|
* function (mParams) {
|
|
113
123
|
* alert("Value entered: " + mParams.newValue);
|
|
114
124
|
* },
|
|
115
|
-
* "Enter Product Bar Code"
|
|
125
|
+
* "Enter Product Bar Code",
|
|
126
|
+
* true,
|
|
127
|
+
* 30,
|
|
128
|
+
* 1
|
|
116
129
|
* );
|
|
117
130
|
* });
|
|
118
131
|
* ```
|
|
@@ -133,7 +146,19 @@ declare namespace sap {
|
|
|
133
146
|
/**
|
|
134
147
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
135
148
|
*/
|
|
136
|
-
dialogTitle?: string
|
|
149
|
+
dialogTitle?: string,
|
|
150
|
+
/**
|
|
151
|
+
* Flag, which defines whether the front or back camera should be used.
|
|
152
|
+
*/
|
|
153
|
+
preferFrontCamera?: boolean,
|
|
154
|
+
/**
|
|
155
|
+
* Defines the frame rate of the camera.
|
|
156
|
+
*/
|
|
157
|
+
frameRate?: float,
|
|
158
|
+
/**
|
|
159
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
160
|
+
*/
|
|
161
|
+
zoom?: float
|
|
137
162
|
): void;
|
|
138
163
|
}
|
|
139
164
|
const BarcodeScanner: BarcodeScanner;
|
|
@@ -422,6 +447,12 @@ declare namespace sap {
|
|
|
422
447
|
* Defines the bar code input dialog title. If unset, a predefined title will be used.
|
|
423
448
|
*/
|
|
424
449
|
getDialogTitle(): string;
|
|
450
|
+
/**
|
|
451
|
+
* Gets current value of property {@link #getFrameRate frameRate}.
|
|
452
|
+
*
|
|
453
|
+
* Defines the frame rate of the camera.
|
|
454
|
+
*/
|
|
455
|
+
getFrameRate(): float;
|
|
425
456
|
/**
|
|
426
457
|
* Gets current value of property {@link #getPreferFrontCamera preferFrontCamera}.
|
|
427
458
|
*
|
|
@@ -454,6 +485,12 @@ declare namespace sap {
|
|
|
454
485
|
* Defines the width of the scanner button.
|
|
455
486
|
*/
|
|
456
487
|
getWidth(): sap.ui.core.CSSSize;
|
|
488
|
+
/**
|
|
489
|
+
* Gets current value of property {@link #getZoom zoom}.
|
|
490
|
+
*
|
|
491
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
492
|
+
*/
|
|
493
|
+
getZoom(): float;
|
|
457
494
|
/**
|
|
458
495
|
* Sets a new value for property {@link #getDialogTitle dialogTitle}.
|
|
459
496
|
*
|
|
@@ -467,6 +504,19 @@ declare namespace sap {
|
|
|
467
504
|
*/
|
|
468
505
|
sDialogTitle?: string
|
|
469
506
|
): this;
|
|
507
|
+
/**
|
|
508
|
+
* Sets a new value for property {@link #getFrameRate frameRate}.
|
|
509
|
+
*
|
|
510
|
+
* Defines the frame rate of the camera.
|
|
511
|
+
*
|
|
512
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
513
|
+
*/
|
|
514
|
+
setFrameRate(
|
|
515
|
+
/**
|
|
516
|
+
* New value for property `frameRate`
|
|
517
|
+
*/
|
|
518
|
+
fFrameRate: float
|
|
519
|
+
): this;
|
|
470
520
|
/**
|
|
471
521
|
* Sets a new value for property {@link #getPreferFrontCamera preferFrontCamera}.
|
|
472
522
|
*
|
|
@@ -527,6 +577,19 @@ declare namespace sap {
|
|
|
527
577
|
*/
|
|
528
578
|
sWidth?: sap.ui.core.CSSSize
|
|
529
579
|
): this;
|
|
580
|
+
/**
|
|
581
|
+
* Sets a new value for property {@link #getZoom zoom}.
|
|
582
|
+
*
|
|
583
|
+
* Defines the zoom of the camera. This parameter is not supported on iOS.
|
|
584
|
+
*
|
|
585
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
586
|
+
*/
|
|
587
|
+
setZoom(
|
|
588
|
+
/**
|
|
589
|
+
* New value for property `zoom`
|
|
590
|
+
*/
|
|
591
|
+
fZoom: float
|
|
592
|
+
): this;
|
|
530
593
|
}
|
|
531
594
|
}
|
|
532
595
|
|
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -28180,7 +28180,7 @@ declare namespace sap {
|
|
|
28180
28180
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28181
28181
|
|
|
28182
28182
|
/**
|
|
28183
|
-
* @
|
|
28183
|
+
* @deprecated - 1.84.1
|
|
28184
28184
|
*
|
|
28185
28185
|
* Defines the maximum number of include ranges.
|
|
28186
28186
|
*/
|
|
@@ -28189,7 +28189,7 @@ declare namespace sap {
|
|
|
28189
28189
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28190
28190
|
|
|
28191
28191
|
/**
|
|
28192
|
-
* @
|
|
28192
|
+
* @deprecated - 1.84.1
|
|
28193
28193
|
*
|
|
28194
28194
|
* Defines the maximum number of exclude ranges.
|
|
28195
28195
|
*/
|
|
@@ -28197,6 +28197,15 @@ declare namespace sap {
|
|
|
28197
28197
|
| string
|
|
28198
28198
|
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28199
28199
|
|
|
28200
|
+
/**
|
|
28201
|
+
* @SINCE 1.84.1
|
|
28202
|
+
*
|
|
28203
|
+
* Defines the maximum number of exclude ranges.
|
|
28204
|
+
*/
|
|
28205
|
+
maxConditions?:
|
|
28206
|
+
| string
|
|
28207
|
+
| sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
28208
|
+
|
|
28200
28209
|
/**
|
|
28201
28210
|
* @SINCE 1.24
|
|
28202
28211
|
*
|
|
@@ -28843,7 +28852,17 @@ declare namespace sap {
|
|
|
28843
28852
|
*/
|
|
28844
28853
|
getKeys(): string[];
|
|
28845
28854
|
/**
|
|
28846
|
-
* @SINCE 1.
|
|
28855
|
+
* @SINCE 1.84.1
|
|
28856
|
+
*
|
|
28857
|
+
* Gets current value of property {@link #getMaxConditions maxConditions}.
|
|
28858
|
+
*
|
|
28859
|
+
* Defines the maximum number of exclude ranges.
|
|
28860
|
+
*
|
|
28861
|
+
* Default value is `'-1'`.
|
|
28862
|
+
*/
|
|
28863
|
+
getMaxConditions(): string;
|
|
28864
|
+
/**
|
|
28865
|
+
* @deprecated - 1.84.1
|
|
28847
28866
|
*
|
|
28848
28867
|
* Gets current value of property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
28849
28868
|
*
|
|
@@ -28853,7 +28872,7 @@ declare namespace sap {
|
|
|
28853
28872
|
*/
|
|
28854
28873
|
getMaxExcludeRanges(): string;
|
|
28855
28874
|
/**
|
|
28856
|
-
* @
|
|
28875
|
+
* @deprecated - 1.84.1
|
|
28857
28876
|
*
|
|
28858
28877
|
* Gets current value of property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
28859
28878
|
*
|
|
@@ -29060,7 +29079,24 @@ declare namespace sap {
|
|
|
29060
29079
|
sKeys?: string[]
|
|
29061
29080
|
): this;
|
|
29062
29081
|
/**
|
|
29063
|
-
* @SINCE 1.
|
|
29082
|
+
* @SINCE 1.84.1
|
|
29083
|
+
*
|
|
29084
|
+
* Sets a new value for property {@link #getMaxConditions maxConditions}.
|
|
29085
|
+
*
|
|
29086
|
+
* Defines the maximum number of exclude ranges.
|
|
29087
|
+
*
|
|
29088
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
29089
|
+
*
|
|
29090
|
+
* Default value is `'-1'`.
|
|
29091
|
+
*/
|
|
29092
|
+
setMaxConditions(
|
|
29093
|
+
/**
|
|
29094
|
+
* New value for property `maxConditions`
|
|
29095
|
+
*/
|
|
29096
|
+
sMaxConditions?: string
|
|
29097
|
+
): this;
|
|
29098
|
+
/**
|
|
29099
|
+
* @deprecated - 1.84.1
|
|
29064
29100
|
*
|
|
29065
29101
|
* Sets a new value for property {@link #getMaxExcludeRanges maxExcludeRanges}.
|
|
29066
29102
|
*
|
|
@@ -29077,7 +29113,7 @@ declare namespace sap {
|
|
|
29077
29113
|
sMaxExcludeRanges?: string
|
|
29078
29114
|
): this;
|
|
29079
29115
|
/**
|
|
29080
|
-
* @
|
|
29116
|
+
* @deprecated - 1.84.1
|
|
29081
29117
|
*
|
|
29082
29118
|
* Sets a new value for property {@link #getMaxIncludeRanges maxIncludeRanges}.
|
|
29083
29119
|
*
|
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.96.
|
|
267
|
+
// For Library Version: 1.96.11
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -10619,8 +10619,10 @@ declare namespace sap {
|
|
|
10619
10619
|
* value.
|
|
10620
10620
|
*/
|
|
10621
10621
|
iTime: int,
|
|
10622
|
-
|
|
10623
|
-
|
|
10622
|
+
/**
|
|
10623
|
+
* Called when the scroll completes or stops without completing
|
|
10624
|
+
*/
|
|
10625
|
+
fnScrollEndCallback: Function
|
|
10624
10626
|
): this;
|
|
10625
10627
|
/**
|
|
10626
10628
|
* Scrolls to a specific position in scroll container.
|
|
@@ -10634,8 +10636,10 @@ declare namespace sap {
|
|
|
10634
10636
|
* Vertical position of the scrollbar
|
|
10635
10637
|
*/
|
|
10636
10638
|
iVerticalPosition: int,
|
|
10637
|
-
|
|
10638
|
-
|
|
10639
|
+
/**
|
|
10640
|
+
* Called when the scroll completes or stops without completing
|
|
10641
|
+
*/
|
|
10642
|
+
fnScrollEndCallback: Function
|
|
10639
10643
|
): this;
|
|
10640
10644
|
/**
|
|
10641
10645
|
* Scrolls to an element within a container.
|
|
@@ -12696,6 +12700,11 @@ declare namespace sap {
|
|
|
12696
12700
|
* sap.ui.core.Configuration.FormatSettings#setCustomCurrencies} and {@link sap.ui.core.Configuration.FormatSettings#addCustomCurrencies}.
|
|
12697
12701
|
*/
|
|
12698
12702
|
customCurrencies?: Record<string, object>;
|
|
12703
|
+
/**
|
|
12704
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
12705
|
+
* are not validated.
|
|
12706
|
+
*/
|
|
12707
|
+
strictGroupingValidation?: boolean;
|
|
12699
12708
|
},
|
|
12700
12709
|
/**
|
|
12701
12710
|
* Locale to get the formatter for
|
|
@@ -12832,6 +12841,11 @@ declare namespace sap {
|
|
|
12832
12841
|
* string.
|
|
12833
12842
|
*/
|
|
12834
12843
|
emptyString?: number;
|
|
12844
|
+
/**
|
|
12845
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
12846
|
+
* are not validated.
|
|
12847
|
+
*/
|
|
12848
|
+
strictGroupingValidation?: boolean;
|
|
12835
12849
|
},
|
|
12836
12850
|
/**
|
|
12837
12851
|
* Locale to get the formatter for
|
|
@@ -12967,6 +12981,11 @@ declare namespace sap {
|
|
|
12967
12981
|
* this parameter is set to NaN, empty string is parsed as NaN and NaN is formatted as empty string.
|
|
12968
12982
|
*/
|
|
12969
12983
|
emptyString?: number;
|
|
12984
|
+
/**
|
|
12985
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
12986
|
+
* are not validated.
|
|
12987
|
+
*/
|
|
12988
|
+
strictGroupingValidation?: boolean;
|
|
12970
12989
|
},
|
|
12971
12990
|
/**
|
|
12972
12991
|
* Locale to get the formatter for
|
|
@@ -13111,6 +13130,11 @@ declare namespace sap {
|
|
|
13111
13130
|
* string.
|
|
13112
13131
|
*/
|
|
13113
13132
|
emptyString?: number;
|
|
13133
|
+
/**
|
|
13134
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
13135
|
+
* are not validated.
|
|
13136
|
+
*/
|
|
13137
|
+
strictGroupingValidation?: boolean;
|
|
13114
13138
|
},
|
|
13115
13139
|
/**
|
|
13116
13140
|
* Locale to get the formatter for
|
|
@@ -13270,6 +13294,11 @@ declare namespace sap {
|
|
|
13270
13294
|
* as empty string.
|
|
13271
13295
|
*/
|
|
13272
13296
|
emptyString?: number;
|
|
13297
|
+
/**
|
|
13298
|
+
* whether the positions of grouping separators are validated. Space characters used as grouping separators
|
|
13299
|
+
* are not validated.
|
|
13300
|
+
*/
|
|
13301
|
+
strictGroupingValidation?: boolean;
|
|
13273
13302
|
},
|
|
13274
13303
|
/**
|
|
13275
13304
|
* Locale to get the formatter for
|
|
@@ -14361,11 +14390,11 @@ declare namespace sap {
|
|
|
14361
14390
|
/**
|
|
14362
14391
|
* Whether the fragment content should be added to the `dependents` aggregation of the view
|
|
14363
14392
|
*/
|
|
14364
|
-
addToDependents?:
|
|
14393
|
+
addToDependents?: boolean;
|
|
14365
14394
|
/**
|
|
14366
14395
|
* Whether the IDs of the fragment content will be prefixed by the view ID
|
|
14367
14396
|
*/
|
|
14368
|
-
autoPrefixId?:
|
|
14397
|
+
autoPrefixId?: boolean;
|
|
14369
14398
|
/**
|
|
14370
14399
|
* the ID of the Fragment
|
|
14371
14400
|
*/
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -180,7 +180,7 @@ declare namespace sap {
|
|
|
180
180
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
181
181
|
* following fields:
|
|
182
182
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
183
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.
|
|
183
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.96.11")
|
|
184
184
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
185
185
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
186
186
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -266,7 +266,7 @@ declare namespace sap {
|
|
|
266
266
|
* columns: aColumns,
|
|
267
267
|
* context: {
|
|
268
268
|
* application: 'Debug Test Application',
|
|
269
|
-
* version: '1.96.
|
|
269
|
+
* version: '1.96.11',
|
|
270
270
|
* title: 'Some random title',
|
|
271
271
|
* modifiedBy: 'John Doe',
|
|
272
272
|
* metaSheetName: 'Custom metadata',
|
package/types/sap.ui.fl.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
package/types/sap.ui.mdc.d.ts
CHANGED
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.11
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -238,7 +238,7 @@ declare namespace sap {
|
|
|
238
238
|
static getType(): string;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
|
-
* @SINCE 1.96.
|
|
241
|
+
* @SINCE 1.96.11
|
|
242
242
|
*
|
|
243
243
|
* Defines the Audiences.
|
|
244
244
|
*/
|
|
@@ -257,7 +257,7 @@ declare namespace sap {
|
|
|
257
257
|
Internal = "Internal",
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
|
-
* @SINCE 1.96.
|
|
260
|
+
* @SINCE 1.96.11
|
|
261
261
|
*
|
|
262
262
|
* Issue Categories.
|
|
263
263
|
*/
|
|
@@ -312,7 +312,7 @@ declare namespace sap {
|
|
|
312
312
|
Usage = "Usage",
|
|
313
313
|
}
|
|
314
314
|
/**
|
|
315
|
-
* @SINCE 1.96.
|
|
315
|
+
* @SINCE 1.96.11
|
|
316
316
|
*
|
|
317
317
|
* Analysis history formats.
|
|
318
318
|
*/
|
|
@@ -327,7 +327,7 @@ declare namespace sap {
|
|
|
327
327
|
String = "String",
|
|
328
328
|
}
|
|
329
329
|
/**
|
|
330
|
-
* @SINCE 1.96.
|
|
330
|
+
* @SINCE 1.96.11
|
|
331
331
|
*
|
|
332
332
|
* Defines severity types.
|
|
333
333
|
*/
|
|
@@ -346,7 +346,7 @@ declare namespace sap {
|
|
|
346
346
|
Medium = "Medium",
|
|
347
347
|
}
|
|
348
348
|
/**
|
|
349
|
-
* @SINCE 1.96.
|
|
349
|
+
* @SINCE 1.96.11
|
|
350
350
|
*
|
|
351
351
|
* Contains the available system presets.
|
|
352
352
|
*/
|
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ui.vbm.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.96.
|
|
1
|
+
// For Library Version: 1.96.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -301,22 +301,6 @@ declare namespace sap {
|
|
|
301
301
|
*/
|
|
302
302
|
vizVo?: sap.ui.vbm.Spot;
|
|
303
303
|
|
|
304
|
-
/**
|
|
305
|
-
* Hidden aggregation for cluster visualization controls
|
|
306
|
-
*/
|
|
307
|
-
clusterVos?:
|
|
308
|
-
| sap.ui.core.Control[]
|
|
309
|
-
| sap.ui.core.Control
|
|
310
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* Hidden aggregation for host container VOs
|
|
314
|
-
*/
|
|
315
|
-
clusterContainers?:
|
|
316
|
-
| sap.ui.vbm.ClusterContainer[]
|
|
317
|
-
| sap.ui.vbm.ClusterContainer
|
|
318
|
-
| sap.ui.base.ManagedObject.AggregationBindingInfo;
|
|
319
|
-
|
|
320
304
|
/**
|
|
321
305
|
* The event is raised when there is a click action on a Cluster Object.
|
|
322
306
|
*/
|
|
@@ -3869,24 +3853,6 @@ declare namespace sap {
|
|
|
3869
3853
|
* Returns a metadata object for class sap.ui.vbm.ClusterBase.
|
|
3870
3854
|
*/
|
|
3871
3855
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
3872
|
-
/**
|
|
3873
|
-
* Adds some clusterContainer to the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3874
|
-
*/
|
|
3875
|
-
addClusterContainer(
|
|
3876
|
-
/**
|
|
3877
|
-
* The clusterContainer to add; if empty, nothing is inserted
|
|
3878
|
-
*/
|
|
3879
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
3880
|
-
): this;
|
|
3881
|
-
/**
|
|
3882
|
-
* Adds some clusterVo to the aggregation {@link #getClusterVos clusterVos}.
|
|
3883
|
-
*/
|
|
3884
|
-
addClusterVo(
|
|
3885
|
-
/**
|
|
3886
|
-
* The clusterVo to add; if empty, nothing is inserted
|
|
3887
|
-
*/
|
|
3888
|
-
oClusterVo: sap.ui.core.Control
|
|
3889
|
-
): this;
|
|
3890
3856
|
/**
|
|
3891
3857
|
* Attaches event handler `fnFunction` to the {@link #event:click click} event of this `sap.ui.vbm.ClusterBase`.
|
|
3892
3858
|
*
|
|
@@ -3969,14 +3935,6 @@ declare namespace sap {
|
|
|
3969
3935
|
*/
|
|
3970
3936
|
oListener?: object
|
|
3971
3937
|
): this;
|
|
3972
|
-
/**
|
|
3973
|
-
* Destroys all the clusterContainers in the aggregation {@link #getClusterContainers clusterContainers}.
|
|
3974
|
-
*/
|
|
3975
|
-
destroyClusterContainers(): this;
|
|
3976
|
-
/**
|
|
3977
|
-
* Destroys all the clusterVos in the aggregation {@link #getClusterVos clusterVos}.
|
|
3978
|
-
*/
|
|
3979
|
-
destroyClusterVos(): this;
|
|
3980
3938
|
/**
|
|
3981
3939
|
* Destroys the vizTemplate in the aggregation {@link #getVizTemplate vizTemplate}.
|
|
3982
3940
|
*/
|
|
@@ -4071,18 +4029,6 @@ declare namespace sap {
|
|
|
4071
4029
|
* Default value is `"rgba(220,220,220,0.5)"`.
|
|
4072
4030
|
*/
|
|
4073
4031
|
getAreaColorBorder(): sap.ui.core.CSSColor;
|
|
4074
|
-
/**
|
|
4075
|
-
* Gets content of aggregation {@link #getClusterContainers clusterContainers}.
|
|
4076
|
-
*
|
|
4077
|
-
* Hidden aggregation for host container VOs
|
|
4078
|
-
*/
|
|
4079
|
-
getClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
4080
|
-
/**
|
|
4081
|
-
* Gets content of aggregation {@link #getClusterVos clusterVos}.
|
|
4082
|
-
*
|
|
4083
|
-
* Hidden aggregation for cluster visualization controls
|
|
4084
|
-
*/
|
|
4085
|
-
getClusterVos(): sap.ui.core.Control[];
|
|
4086
4032
|
/**
|
|
4087
4033
|
* Gets current value of property {@link #getRule rule}.
|
|
4088
4034
|
*
|
|
@@ -4118,56 +4064,6 @@ declare namespace sap {
|
|
|
4118
4064
|
* Optional: Instance of a spot, which is used as template for visualizing cluster objects
|
|
4119
4065
|
*/
|
|
4120
4066
|
getVizVo(): sap.ui.vbm.Spot;
|
|
4121
|
-
/**
|
|
4122
|
-
* Checks for the provided `sap.ui.vbm.ClusterContainer` in the aggregation {@link #getClusterContainers
|
|
4123
|
-
* clusterContainers}. and returns its index if found or -1 otherwise.
|
|
4124
|
-
*/
|
|
4125
|
-
indexOfClusterContainer(
|
|
4126
|
-
/**
|
|
4127
|
-
* The clusterContainer whose index is looked for
|
|
4128
|
-
*/
|
|
4129
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer
|
|
4130
|
-
): int;
|
|
4131
|
-
/**
|
|
4132
|
-
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getClusterVos clusterVos}. and
|
|
4133
|
-
* returns its index if found or -1 otherwise.
|
|
4134
|
-
*/
|
|
4135
|
-
indexOfClusterVo(
|
|
4136
|
-
/**
|
|
4137
|
-
* The clusterVo whose index is looked for
|
|
4138
|
-
*/
|
|
4139
|
-
oClusterVo: sap.ui.core.Control
|
|
4140
|
-
): int;
|
|
4141
|
-
/**
|
|
4142
|
-
* Inserts a clusterContainer into the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4143
|
-
*/
|
|
4144
|
-
insertClusterContainer(
|
|
4145
|
-
/**
|
|
4146
|
-
* The clusterContainer to insert; if empty, nothing is inserted
|
|
4147
|
-
*/
|
|
4148
|
-
oClusterContainer: sap.ui.vbm.ClusterContainer,
|
|
4149
|
-
/**
|
|
4150
|
-
* The `0`-based index the clusterContainer should be inserted at; for a negative value of `iIndex`, the
|
|
4151
|
-
* clusterContainer is inserted at position 0; for a value greater than the current size of the aggregation,
|
|
4152
|
-
* the clusterContainer is inserted at the last position
|
|
4153
|
-
*/
|
|
4154
|
-
iIndex: int
|
|
4155
|
-
): this;
|
|
4156
|
-
/**
|
|
4157
|
-
* Inserts a clusterVo into the aggregation {@link #getClusterVos clusterVos}.
|
|
4158
|
-
*/
|
|
4159
|
-
insertClusterVo(
|
|
4160
|
-
/**
|
|
4161
|
-
* The clusterVo to insert; if empty, nothing is inserted
|
|
4162
|
-
*/
|
|
4163
|
-
oClusterVo: sap.ui.core.Control,
|
|
4164
|
-
/**
|
|
4165
|
-
* The `0`-based index the clusterVo should be inserted at; for a negative value of `iIndex`, the clusterVo
|
|
4166
|
-
* is inserted at position 0; for a value greater than the current size of the aggregation, the clusterVo
|
|
4167
|
-
* is inserted at the last position
|
|
4168
|
-
*/
|
|
4169
|
-
iIndex: int
|
|
4170
|
-
): this;
|
|
4171
4067
|
/**
|
|
4172
4068
|
* Open a context menu
|
|
4173
4069
|
*/
|
|
@@ -4211,36 +4107,6 @@ declare namespace sap {
|
|
|
4211
4107
|
offsetY: string;
|
|
4212
4108
|
}
|
|
4213
4109
|
): void;
|
|
4214
|
-
/**
|
|
4215
|
-
* Removes all the controls from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4216
|
-
*
|
|
4217
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
4218
|
-
*/
|
|
4219
|
-
removeAllClusterContainers(): sap.ui.vbm.ClusterContainer[];
|
|
4220
|
-
/**
|
|
4221
|
-
* Removes all the controls from the aggregation {@link #getClusterVos clusterVos}.
|
|
4222
|
-
*
|
|
4223
|
-
* Additionally, it unregisters them from the hosting UIArea.
|
|
4224
|
-
*/
|
|
4225
|
-
removeAllClusterVos(): sap.ui.core.Control[];
|
|
4226
|
-
/**
|
|
4227
|
-
* Removes a clusterContainer from the aggregation {@link #getClusterContainers clusterContainers}.
|
|
4228
|
-
*/
|
|
4229
|
-
removeClusterContainer(
|
|
4230
|
-
/**
|
|
4231
|
-
* The clusterContainer to remove or its index or id
|
|
4232
|
-
*/
|
|
4233
|
-
vClusterContainer: int | string | sap.ui.vbm.ClusterContainer
|
|
4234
|
-
): sap.ui.vbm.ClusterContainer;
|
|
4235
|
-
/**
|
|
4236
|
-
* Removes a clusterVo from the aggregation {@link #getClusterVos clusterVos}.
|
|
4237
|
-
*/
|
|
4238
|
-
removeClusterVo(
|
|
4239
|
-
/**
|
|
4240
|
-
* The clusterVo to remove or its index or id
|
|
4241
|
-
*/
|
|
4242
|
-
vClusterVo: int | string | sap.ui.core.Control
|
|
4243
|
-
): sap.ui.core.Control;
|
|
4244
4110
|
/**
|
|
4245
4111
|
* Sets a new value for property {@link #getAreaAlwaysVisible areaAlwaysVisible}.
|
|
4246
4112
|
*
|
package/types/sap.ui.vk.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED