@sapui5/ts-types 1.115.0 → 1.115.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 +2 -0
- package/types/sap.chart.d.ts +92 -49
- package/types/sap.f.d.ts +775 -686
- package/types/sap.fe.core.d.ts +57 -57
- package/types/sap.fe.macros.d.ts +66 -10
- package/types/sap.fe.navigation.d.ts +5 -5
- package/types/sap.fe.placeholder.d.ts +3 -0
- package/types/sap.fe.templates.d.ts +5 -6
- package/types/sap.fe.test.d.ts +4 -4
- package/types/sap.fe.tools.d.ts +3 -0
- package/types/sap.m.d.ts +7827 -6468
- package/types/sap.makit.d.ts +77 -30
- package/types/sap.me.d.ts +108 -75
- package/types/sap.ndc.d.ts +42 -30
- package/types/sap.suite.ui.generic.template.d.ts +72 -64
- package/types/sap.suite.ui.microchart.d.ts +354 -225
- package/types/sap.tnt.d.ts +67 -73
- package/types/sap.ui.codeeditor.d.ts +38 -34
- package/types/sap.ui.commons.d.ts +841 -675
- package/types/sap.ui.comp.d.ts +2545 -2065
- package/types/sap.ui.core.d.ts +2532 -1908
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +42 -27
- package/types/sap.ui.fl.d.ts +78 -56
- package/types/sap.ui.integration.d.ts +345 -299
- package/types/sap.ui.layout.d.ts +347 -337
- package/types/sap.ui.mdc.d.ts +959 -801
- package/types/sap.ui.richtexteditor.d.ts +62 -37
- package/types/sap.ui.rta.d.ts +7 -7
- package/types/sap.ui.suite.d.ts +23 -8
- package/types/sap.ui.support.d.ts +11 -11
- package/types/sap.ui.table.d.ts +476 -420
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +1186 -909
- package/types/sap.ui.ux3.d.ts +957 -736
- package/types/sap.ui.webc.common.d.ts +9 -9
- package/types/sap.ui.webc.fiori.d.ts +519 -386
- package/types/sap.ui.webc.main.d.ts +1377 -902
- package/types/sap.uiext.inbox.d.ts +135 -31
- package/types/sap.ushell.d.ts +379 -267
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +280 -242
- package/types/sap.viz.d.ts +1677 -601
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.115.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -7,7 +7,7 @@ declare namespace sap {
|
|
|
7
7
|
*/
|
|
8
8
|
namespace richtexteditor {
|
|
9
9
|
/**
|
|
10
|
-
* @
|
|
10
|
+
* @since 1.50
|
|
11
11
|
*
|
|
12
12
|
* Interface for controls which are suitable as a Toolbar for RichTextEditor.
|
|
13
13
|
*/
|
|
@@ -242,7 +242,7 @@ declare namespace sap {
|
|
|
242
242
|
| `{${string}}`;
|
|
243
243
|
|
|
244
244
|
/**
|
|
245
|
-
* @
|
|
245
|
+
* @since 1.48
|
|
246
246
|
*
|
|
247
247
|
* Determines whether a Fiori Toolbar is used instead of the TinyMCE default toolbar one. It is applied
|
|
248
248
|
* only when the EditorType is TinyMCE5 or TinyMCE6 and sap.m library is loaded. **Note:** The `customToolbar`
|
|
@@ -255,7 +255,7 @@ declare namespace sap {
|
|
|
255
255
|
| `{${string}}`;
|
|
256
256
|
|
|
257
257
|
/**
|
|
258
|
-
* @
|
|
258
|
+
* @since 1.48
|
|
259
259
|
*
|
|
260
260
|
* Custom buttons are meant to extend the `RichTextEditor`'s custom toolbar. Though type is set to sap.ui.Control,
|
|
261
261
|
* only sap.m.Button is allowed. **Note:** customButtons are available only when the customToolbar is enabled
|
|
@@ -268,7 +268,7 @@ declare namespace sap {
|
|
|
268
268
|
| `{${string}}`;
|
|
269
269
|
|
|
270
270
|
/**
|
|
271
|
-
* @
|
|
271
|
+
* @since 1.76.0
|
|
272
272
|
*
|
|
273
273
|
* Association to controls / IDs which label this control (see WAI-ARIA attribute `aria-labelledby`).
|
|
274
274
|
*/
|
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
* key is pressed.
|
|
280
280
|
*/
|
|
281
281
|
change?: (
|
|
282
|
-
oEvent: sap.ui.base.Event<sap.ui.richtexteditor
|
|
282
|
+
oEvent: sap.ui.base.Event<sap.ui.richtexteditor.RichTextEditor$ChangeEventParameters>
|
|
283
283
|
) => void;
|
|
284
284
|
|
|
285
285
|
/**
|
|
@@ -304,18 +304,18 @@ declare namespace sap {
|
|
|
304
304
|
beforeEditorInit?: (oEvent: sap.ui.base.Event) => void;
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
interface $
|
|
307
|
+
interface RichTextEditor$BeforeEditorInitEventParameters {}
|
|
308
308
|
|
|
309
|
-
interface $
|
|
309
|
+
interface RichTextEditor$ChangeEventParameters {
|
|
310
310
|
/**
|
|
311
311
|
* The new control value.
|
|
312
312
|
*/
|
|
313
313
|
newValue?: string;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
interface $
|
|
316
|
+
interface RichTextEditor$ReadyEventParameters {}
|
|
317
317
|
|
|
318
|
-
interface $
|
|
318
|
+
interface RichTextEditor$ReadyRecurringEventParameters {}
|
|
319
319
|
|
|
320
320
|
/**
|
|
321
321
|
* The RichTextEditor-Control is used to enter formatted text. It uses the third-party component called
|
|
@@ -466,7 +466,7 @@ declare namespace sap {
|
|
|
466
466
|
*/
|
|
467
467
|
static getMetadata(): sap.ui.core.ElementMetadata;
|
|
468
468
|
/**
|
|
469
|
-
* @
|
|
469
|
+
* @since 1.76.0
|
|
470
470
|
*
|
|
471
471
|
* Adds some ariaLabelledBy into the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
472
472
|
*
|
|
@@ -520,7 +520,7 @@ declare namespace sap {
|
|
|
520
520
|
| string
|
|
521
521
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
522
522
|
/**
|
|
523
|
-
* @
|
|
523
|
+
* @since 1.48
|
|
524
524
|
*
|
|
525
525
|
* Adds some customButton to the aggregation {@link #getCustomButtons customButtons}.
|
|
526
526
|
*
|
|
@@ -622,9 +622,7 @@ declare namespace sap {
|
|
|
622
622
|
/**
|
|
623
623
|
* The function to be called when the event occurs
|
|
624
624
|
*/
|
|
625
|
-
fnFunction: (
|
|
626
|
-
p1: sap.ui.base.Event<sap.ui.richtexteditor.$RichTextEditorChangeEventParameters>
|
|
627
|
-
) => void,
|
|
625
|
+
fnFunction: (p1: RichTextEditor$ChangeEvent) => void,
|
|
628
626
|
/**
|
|
629
627
|
* Context object to call the event handler with. Defaults to this `sap.ui.richtexteditor.RichTextEditor`
|
|
630
628
|
* itself
|
|
@@ -646,9 +644,7 @@ declare namespace sap {
|
|
|
646
644
|
/**
|
|
647
645
|
* The function to be called when the event occurs
|
|
648
646
|
*/
|
|
649
|
-
fnFunction: (
|
|
650
|
-
p1: sap.ui.base.Event<sap.ui.richtexteditor.$RichTextEditorChangeEventParameters>
|
|
651
|
-
) => void,
|
|
647
|
+
fnFunction: (p1: RichTextEditor$ChangeEvent) => void,
|
|
652
648
|
/**
|
|
653
649
|
* Context object to call the event handler with. Defaults to this `sap.ui.richtexteditor.RichTextEditor`
|
|
654
650
|
* itself
|
|
@@ -754,7 +750,7 @@ declare namespace sap {
|
|
|
754
750
|
oListener?: object
|
|
755
751
|
): this;
|
|
756
752
|
/**
|
|
757
|
-
* @
|
|
753
|
+
* @since 1.48
|
|
758
754
|
*
|
|
759
755
|
* Destroys all the customButtons in the aggregation {@link #getCustomButtons customButtons}.
|
|
760
756
|
*
|
|
@@ -790,9 +786,7 @@ declare namespace sap {
|
|
|
790
786
|
/**
|
|
791
787
|
* The function to be called, when the event occurs
|
|
792
788
|
*/
|
|
793
|
-
fnFunction: (
|
|
794
|
-
p1: sap.ui.base.Event<sap.ui.richtexteditor.$RichTextEditorChangeEventParameters>
|
|
795
|
-
) => void,
|
|
789
|
+
fnFunction: (p1: RichTextEditor$ChangeEvent) => void,
|
|
796
790
|
/**
|
|
797
791
|
* Context object on which the given function had to be called
|
|
798
792
|
*/
|
|
@@ -834,7 +828,7 @@ declare namespace sap {
|
|
|
834
828
|
oListener?: object
|
|
835
829
|
): this;
|
|
836
830
|
/**
|
|
837
|
-
* @
|
|
831
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
838
832
|
*
|
|
839
833
|
* Fires event {@link #event:beforeEditorInit beforeEditorInit} to attached listeners.
|
|
840
834
|
*
|
|
@@ -847,7 +841,7 @@ declare namespace sap {
|
|
|
847
841
|
mParameters?: object
|
|
848
842
|
): this;
|
|
849
843
|
/**
|
|
850
|
-
* @
|
|
844
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
851
845
|
*
|
|
852
846
|
* Fires event {@link #event:change change} to attached listeners.
|
|
853
847
|
*
|
|
@@ -857,10 +851,10 @@ declare namespace sap {
|
|
|
857
851
|
/**
|
|
858
852
|
* Parameters to pass along with the event
|
|
859
853
|
*/
|
|
860
|
-
mParameters?: sap.ui.richtexteditor
|
|
854
|
+
mParameters?: sap.ui.richtexteditor.RichTextEditor$ChangeEventParameters
|
|
861
855
|
): this;
|
|
862
856
|
/**
|
|
863
|
-
* @
|
|
857
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
864
858
|
*
|
|
865
859
|
* Fires event {@link #event:ready ready} to attached listeners.
|
|
866
860
|
*
|
|
@@ -873,7 +867,7 @@ declare namespace sap {
|
|
|
873
867
|
mParameters?: object
|
|
874
868
|
): this;
|
|
875
869
|
/**
|
|
876
|
-
* @
|
|
870
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
877
871
|
*
|
|
878
872
|
* Fires event {@link #event:readyRecurring readyRecurring} to attached listeners.
|
|
879
873
|
*
|
|
@@ -886,7 +880,7 @@ declare namespace sap {
|
|
|
886
880
|
mParameters?: object
|
|
887
881
|
): this;
|
|
888
882
|
/**
|
|
889
|
-
* @
|
|
883
|
+
* @since 1.76.0
|
|
890
884
|
*
|
|
891
885
|
* Returns array of IDs of the elements which are the current targets of the association {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
892
886
|
*/
|
|
@@ -909,7 +903,7 @@ declare namespace sap {
|
|
|
909
903
|
*/
|
|
910
904
|
getButtonGroups(): object[];
|
|
911
905
|
/**
|
|
912
|
-
* @
|
|
906
|
+
* @since 1.48
|
|
913
907
|
*
|
|
914
908
|
* Gets content of aggregation {@link #getCustomButtons customButtons}.
|
|
915
909
|
*
|
|
@@ -919,7 +913,7 @@ declare namespace sap {
|
|
|
919
913
|
*/
|
|
920
914
|
getCustomButtons(): sap.ui.core.Control[];
|
|
921
915
|
/**
|
|
922
|
-
* @
|
|
916
|
+
* @since 1.48
|
|
923
917
|
*
|
|
924
918
|
* Gets current value of property {@link #getCustomToolbar customToolbar}.
|
|
925
919
|
*
|
|
@@ -1197,7 +1191,7 @@ declare namespace sap {
|
|
|
1197
1191
|
*/
|
|
1198
1192
|
getWrapping(): boolean;
|
|
1199
1193
|
/**
|
|
1200
|
-
* @
|
|
1194
|
+
* @since 1.48
|
|
1201
1195
|
*
|
|
1202
1196
|
* Checks for the provided `sap.ui.core.Control` in the aggregation {@link #getCustomButtons customButtons}.
|
|
1203
1197
|
* and returns its index if found or -1 otherwise.
|
|
@@ -1211,7 +1205,7 @@ declare namespace sap {
|
|
|
1211
1205
|
oCustomButton: sap.ui.core.Control
|
|
1212
1206
|
): int;
|
|
1213
1207
|
/**
|
|
1214
|
-
* @
|
|
1208
|
+
* @since 1.48
|
|
1215
1209
|
*
|
|
1216
1210
|
* Inserts a customButton into the aggregation {@link #getCustomButtons customButtons}.
|
|
1217
1211
|
*
|
|
@@ -1230,7 +1224,7 @@ declare namespace sap {
|
|
|
1230
1224
|
iIndex: int
|
|
1231
1225
|
): this;
|
|
1232
1226
|
/**
|
|
1233
|
-
* @
|
|
1227
|
+
* @since 1.76.0
|
|
1234
1228
|
*
|
|
1235
1229
|
* Removes all the controls in the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
1236
1230
|
*
|
|
@@ -1238,7 +1232,7 @@ declare namespace sap {
|
|
|
1238
1232
|
*/
|
|
1239
1233
|
removeAllAriaLabelledBy(): sap.ui.core.ID[];
|
|
1240
1234
|
/**
|
|
1241
|
-
* @
|
|
1235
|
+
* @since 1.48
|
|
1242
1236
|
*
|
|
1243
1237
|
* Removes all the controls from the aggregation {@link #getCustomButtons customButtons}.
|
|
1244
1238
|
*
|
|
@@ -1248,7 +1242,7 @@ declare namespace sap {
|
|
|
1248
1242
|
*/
|
|
1249
1243
|
removeAllCustomButtons(): sap.ui.core.Control[];
|
|
1250
1244
|
/**
|
|
1251
|
-
* @
|
|
1245
|
+
* @since 1.76.0
|
|
1252
1246
|
*
|
|
1253
1247
|
* Removes an ariaLabelledBy from the association named {@link #getAriaLabelledBy ariaLabelledBy}.
|
|
1254
1248
|
*
|
|
@@ -1272,7 +1266,7 @@ declare namespace sap {
|
|
|
1272
1266
|
sGroupName?: string
|
|
1273
1267
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
1274
1268
|
/**
|
|
1275
|
-
* @
|
|
1269
|
+
* @since 1.48
|
|
1276
1270
|
*
|
|
1277
1271
|
* Removes a customButton from the aggregation {@link #getCustomButtons customButtons}.
|
|
1278
1272
|
*
|
|
@@ -1307,7 +1301,7 @@ declare namespace sap {
|
|
|
1307
1301
|
aGroups?: any[]
|
|
1308
1302
|
): sap.ui.richtexteditor.RichTextEditor;
|
|
1309
1303
|
/**
|
|
1310
|
-
* @
|
|
1304
|
+
* @since 1.48
|
|
1311
1305
|
*
|
|
1312
1306
|
* Sets a new value for property {@link #getCustomToolbar customToolbar}.
|
|
1313
1307
|
*
|
|
@@ -1711,6 +1705,37 @@ declare namespace sap {
|
|
|
1711
1705
|
*/
|
|
1712
1706
|
TinyMCE6 = "TinyMCE6",
|
|
1713
1707
|
}
|
|
1708
|
+
/**
|
|
1709
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$BeforeEditorInitEventParameters'
|
|
1710
|
+
* in 1.115.1 and any later releases.
|
|
1711
|
+
*/
|
|
1712
|
+
type $RichTextEditorBeforeEditorInitEventParameters = sap.ui.richtexteditor.RichTextEditor$BeforeEditorInitEventParameters;
|
|
1713
|
+
|
|
1714
|
+
type RichTextEditor$BeforeEditorInitEvent = sap.ui.base.Event<RichTextEditor$BeforeEditorInitEventParameters>;
|
|
1715
|
+
|
|
1716
|
+
/**
|
|
1717
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$ChangeEventParameters'
|
|
1718
|
+
* in 1.115.1 and any later releases.
|
|
1719
|
+
*/
|
|
1720
|
+
type $RichTextEditorChangeEventParameters = sap.ui.richtexteditor.RichTextEditor$ChangeEventParameters;
|
|
1721
|
+
|
|
1722
|
+
type RichTextEditor$ChangeEvent = sap.ui.base.Event<RichTextEditor$ChangeEventParameters>;
|
|
1723
|
+
|
|
1724
|
+
/**
|
|
1725
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$ReadyEventParameters'
|
|
1726
|
+
* in 1.115.1 and any later releases.
|
|
1727
|
+
*/
|
|
1728
|
+
type $RichTextEditorReadyEventParameters = sap.ui.richtexteditor.RichTextEditor$ReadyEventParameters;
|
|
1729
|
+
|
|
1730
|
+
type RichTextEditor$ReadyEvent = sap.ui.base.Event<RichTextEditor$ReadyEventParameters>;
|
|
1731
|
+
|
|
1732
|
+
/**
|
|
1733
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'RichTextEditor$ReadyRecurringEventParameters'
|
|
1734
|
+
* in 1.115.1 and any later releases.
|
|
1735
|
+
*/
|
|
1736
|
+
type $RichTextEditorReadyRecurringEventParameters = sap.ui.richtexteditor.RichTextEditor$ReadyRecurringEventParameters;
|
|
1737
|
+
|
|
1738
|
+
type RichTextEditor$ReadyRecurringEvent = sap.ui.base.Event<RichTextEditor$ReadyRecurringEventParameters>;
|
|
1714
1739
|
}
|
|
1715
1740
|
}
|
|
1716
1741
|
|
package/types/sap.ui.rta.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.115.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/rta/api/startAdaptation" {
|
|
4
4
|
/**
|
|
5
|
-
* @
|
|
6
|
-
* @
|
|
5
|
+
* @since 1.83
|
|
6
|
+
* @experimental (since 1.83)
|
|
7
7
|
*
|
|
8
8
|
* Starts UI adaptation, initiated for an application at the passed root control instance. With this API
|
|
9
9
|
* you are also able to modify the UI adaptation plugins list and or add some event handler functions to
|
|
@@ -56,8 +56,8 @@ declare module "sap/ui/rta/api/startAdaptation" {
|
|
|
56
56
|
|
|
57
57
|
declare module "sap/ui/rta/api/startKeyUserAdaptation" {
|
|
58
58
|
/**
|
|
59
|
-
* @
|
|
60
|
-
* @
|
|
59
|
+
* @since 1.71
|
|
60
|
+
* @experimental (since 1.71)
|
|
61
61
|
*
|
|
62
62
|
* Starts key user adaptation, initiated for an application at the passed root control instance. It subsequently
|
|
63
63
|
* extends to all valid child controls.
|
|
@@ -82,8 +82,8 @@ declare namespace sap {
|
|
|
82
82
|
namespace rta {
|
|
83
83
|
namespace enablement {
|
|
84
84
|
/**
|
|
85
|
-
* @
|
|
86
|
-
* @
|
|
85
|
+
* @since 1.77
|
|
86
|
+
* @experimental (since 1.77)
|
|
87
87
|
*
|
|
88
88
|
* sap.ui.fl Delegate to be used in elementActionTests.
|
|
89
89
|
*/
|
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.115.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* @since 1.1
|
|
7
7
|
* @deprecated (since 1.108)
|
|
8
8
|
*
|
|
9
9
|
* Suite controls library.
|
|
@@ -86,14 +86,14 @@ declare namespace sap {
|
|
|
86
86
|
press?: (oEvent: sap.ui.base.Event) => void;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
interface $
|
|
89
|
+
interface TaskCircle$PressEventParameters {}
|
|
90
90
|
|
|
91
|
-
interface $
|
|
91
|
+
interface VerticalProgressIndicator$PressEventParameters {}
|
|
92
92
|
|
|
93
93
|
/**
|
|
94
94
|
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
95
95
|
* known
|
|
96
|
-
* @
|
|
96
|
+
* @experimental (since 1.2) - The API may change. Use with care.
|
|
97
97
|
*
|
|
98
98
|
* This control shows a circle which radius and color depends on the given parameters
|
|
99
99
|
*/
|
|
@@ -243,7 +243,7 @@ declare namespace sap {
|
|
|
243
243
|
oListener?: object
|
|
244
244
|
): this;
|
|
245
245
|
/**
|
|
246
|
-
* @
|
|
246
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
247
247
|
*
|
|
248
248
|
* Fires event {@link #event:press press} to attached listeners.
|
|
249
249
|
*
|
|
@@ -415,7 +415,7 @@ declare namespace sap {
|
|
|
415
415
|
/**
|
|
416
416
|
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
417
417
|
* known
|
|
418
|
-
* @
|
|
418
|
+
* @experimental (since 1.2) - The API may change. Use with care.
|
|
419
419
|
*
|
|
420
420
|
* This control shows a vertical progress bar in dependency of the given percentage. Only values between
|
|
421
421
|
* 0 and 100 are valid.
|
|
@@ -568,7 +568,7 @@ declare namespace sap {
|
|
|
568
568
|
oListener?: object
|
|
569
569
|
): this;
|
|
570
570
|
/**
|
|
571
|
-
* @
|
|
571
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
572
572
|
*
|
|
573
573
|
* Fires event {@link #event:press press} to attached listeners.
|
|
574
574
|
*
|
|
@@ -665,6 +665,21 @@ declare namespace sap {
|
|
|
665
665
|
*/
|
|
666
666
|
Yellow = "Yellow",
|
|
667
667
|
}
|
|
668
|
+
/**
|
|
669
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'TaskCircle$PressEventParameters'
|
|
670
|
+
* in 1.115.1 and any later releases.
|
|
671
|
+
*/
|
|
672
|
+
type $TaskCirclePressEventParameters = sap.ui.suite.TaskCircle$PressEventParameters;
|
|
673
|
+
|
|
674
|
+
type TaskCircle$PressEvent = sap.ui.base.Event<TaskCircle$PressEventParameters>;
|
|
675
|
+
|
|
676
|
+
/**
|
|
677
|
+
* @deprecated (since 1.115.1) - This name was introduced in 1.115.0, but will be 'VerticalProgressIndicator$PressEventParameters'
|
|
678
|
+
* in 1.115.1 and any later releases.
|
|
679
|
+
*/
|
|
680
|
+
type $VerticalProgressIndicatorPressEventParameters = sap.ui.suite.VerticalProgressIndicator$PressEventParameters;
|
|
681
|
+
|
|
682
|
+
type VerticalProgressIndicator$PressEvent = sap.ui.base.Event<VerticalProgressIndicator$PressEventParameters>;
|
|
668
683
|
}
|
|
669
684
|
}
|
|
670
685
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
// For Library Version: 1.115.
|
|
1
|
+
// For Library Version: 1.115.1
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
5
5
|
/**
|
|
6
|
-
* @
|
|
6
|
+
* @since 1.50
|
|
7
7
|
*
|
|
8
8
|
* UI5 library: sap.ui.support. A library for the Support Assistant tool. Overview: The library provides
|
|
9
9
|
* the Support Assistant tool. It enables application developers to check whether their applications are
|
|
@@ -29,7 +29,7 @@ declare namespace sap {
|
|
|
29
29
|
*/
|
|
30
30
|
interface RuleAnalyzer {
|
|
31
31
|
/**
|
|
32
|
-
* @
|
|
32
|
+
* @since 1.60
|
|
33
33
|
*
|
|
34
34
|
* Adds new temporary rule when in silent mode
|
|
35
35
|
*
|
|
@@ -133,7 +133,7 @@ declare namespace sap {
|
|
|
133
133
|
getUIAreas(): void;
|
|
134
134
|
}
|
|
135
135
|
/**
|
|
136
|
-
* @
|
|
136
|
+
* @since 1.48
|
|
137
137
|
*
|
|
138
138
|
* Allows to select the scope of analysis on an application.
|
|
139
139
|
*
|
|
@@ -236,7 +236,7 @@ declare namespace sap {
|
|
|
236
236
|
): void;
|
|
237
237
|
}
|
|
238
238
|
/**
|
|
239
|
-
* @
|
|
239
|
+
* @since 1.50
|
|
240
240
|
*
|
|
241
241
|
* Defines the Audiences.
|
|
242
242
|
*/
|
|
@@ -255,7 +255,7 @@ declare namespace sap {
|
|
|
255
255
|
Internal = "Internal",
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
|
-
* @
|
|
258
|
+
* @since 1.50
|
|
259
259
|
*
|
|
260
260
|
* Issue Categories.
|
|
261
261
|
*/
|
|
@@ -277,7 +277,7 @@ declare namespace sap {
|
|
|
277
277
|
*/
|
|
278
278
|
DataModel = "DataModel",
|
|
279
279
|
/**
|
|
280
|
-
* @
|
|
280
|
+
* @since 1.58
|
|
281
281
|
*
|
|
282
282
|
* Fiori Guidelines issue category.
|
|
283
283
|
*/
|
|
@@ -291,7 +291,7 @@ declare namespace sap {
|
|
|
291
291
|
*/
|
|
292
292
|
Memory = "Memory",
|
|
293
293
|
/**
|
|
294
|
-
* @
|
|
294
|
+
* @since 1.60
|
|
295
295
|
*
|
|
296
296
|
* Modularization issue category.
|
|
297
297
|
*/
|
|
@@ -314,7 +314,7 @@ declare namespace sap {
|
|
|
314
314
|
Usage = "Usage",
|
|
315
315
|
}
|
|
316
316
|
/**
|
|
317
|
-
* @
|
|
317
|
+
* @since 1.58
|
|
318
318
|
*
|
|
319
319
|
* Analysis history formats.
|
|
320
320
|
*/
|
|
@@ -329,7 +329,7 @@ declare namespace sap {
|
|
|
329
329
|
String = "String",
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
|
-
* @
|
|
332
|
+
* @since 1.50
|
|
333
333
|
*
|
|
334
334
|
* Defines severity types.
|
|
335
335
|
*/
|
|
@@ -348,7 +348,7 @@ declare namespace sap {
|
|
|
348
348
|
Medium = "Medium",
|
|
349
349
|
}
|
|
350
350
|
/**
|
|
351
|
-
* @
|
|
351
|
+
* @since 1.60
|
|
352
352
|
*
|
|
353
353
|
* Contains the available system presets.
|
|
354
354
|
*/
|