@sapui5/types 1.120.9 → 1.120.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.d.ts +1 -1
- package/types/sap.fe.placeholder.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.insights.d.ts +1 -1
- package/types/sap.m.d.ts +14 -7
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +1 -1
- package/types/sap.ovp.d.ts +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 +1 -1
- package/types/sap.ui.core.d.ts +109 -17
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +1 -1
- 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 +1 -1
- package/types/sap.ui.table.d.ts +9 -5
- 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.vk.d.ts +1 -1
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +1 -1
- package/types/sap.ui.webc.main.d.ts +1 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.11
|
|
2
2
|
|
|
3
3
|
declare module "sap/f/library" {
|
|
4
4
|
export interface IShellBar {
|
|
@@ -103655,10 +103655,8 @@ declare module "sap/m/SelectDialog" {
|
|
|
103655
103655
|
* Is called after renderer is finished to show the busy state
|
|
103656
103656
|
*
|
|
103657
103657
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
103658
|
-
*
|
|
103659
|
-
* @returns `this` pointer for chaining
|
|
103660
103658
|
*/
|
|
103661
|
-
onAfterRendering():
|
|
103659
|
+
onAfterRendering(): void;
|
|
103662
103660
|
/**
|
|
103663
103661
|
* Opens the internal dialog with a searchfield and a list.
|
|
103664
103662
|
*
|
|
@@ -133808,10 +133806,8 @@ declare module "sap/m/TableSelectDialog" {
|
|
|
133808
133806
|
* Shows the busy state and is called after the renderer is finished.
|
|
133809
133807
|
*
|
|
133810
133808
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
133811
|
-
*
|
|
133812
|
-
* @returns this pointer for chaining
|
|
133813
133809
|
*/
|
|
133814
|
-
onAfterRendering():
|
|
133810
|
+
onAfterRendering(): void;
|
|
133815
133811
|
/**
|
|
133816
133812
|
* Opens the internal dialog with a searchfield and a table.
|
|
133817
133813
|
*
|
|
@@ -155785,6 +155781,10 @@ declare module "sap/m/VariantItem" {
|
|
|
155785
155781
|
*
|
|
155786
155782
|
* Indicates if the item is visible.
|
|
155787
155783
|
*
|
|
155784
|
+
* **Note:** This property should not be used by applications, if the variant management control is either
|
|
155785
|
+
* {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
|
|
155786
|
+
*
|
|
155787
|
+
*
|
|
155788
155788
|
* Default value is `true`.
|
|
155789
155789
|
*
|
|
155790
155790
|
*
|
|
@@ -155954,6 +155954,10 @@ declare module "sap/m/VariantItem" {
|
|
|
155954
155954
|
*
|
|
155955
155955
|
* Indicates if the item is visible.
|
|
155956
155956
|
*
|
|
155957
|
+
* **Note:** This property should not be used by applications, if the variant management control is either
|
|
155958
|
+
* {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
|
|
155959
|
+
*
|
|
155960
|
+
*
|
|
155957
155961
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
155958
155962
|
*
|
|
155959
155963
|
* Default value is `true`.
|
|
@@ -156002,6 +156006,9 @@ declare module "sap/m/VariantItem" {
|
|
|
156002
156006
|
|
|
156003
156007
|
/**
|
|
156004
156008
|
* Indicates if the item is visible.
|
|
156009
|
+
*
|
|
156010
|
+
* **Note:** This property should not be used by applications, if the variant management control is either
|
|
156011
|
+
* {@link sap.ui.comp.smartvariants.SmartVariantManagement `SmartVariantManagement`} or {@link sap.ui.fl.variants.VariantManagement `VariantManagement`}.
|
|
156005
156012
|
*/
|
|
156006
156013
|
visible?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
156007
156014
|
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.120.
|
|
283
|
+
// For Library Version: 1.120.11
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -14644,8 +14644,16 @@ declare module "sap/ui/core/Component" {
|
|
|
14644
14644
|
* Subclasses of Component should override this hook to implement any necessary cleanup.
|
|
14645
14645
|
*
|
|
14646
14646
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14647
|
+
*
|
|
14648
|
+
* @returns This hook method must not have a return value. Return value `void` is deprecated since 1.120,
|
|
14649
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
14650
|
+
* function returning a Promise should be used.
|
|
14651
|
+
*
|
|
14652
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
14653
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
14654
|
+
* and will fail in future major versions of UI5.
|
|
14647
14655
|
*/
|
|
14648
|
-
exit(): void;
|
|
14656
|
+
exit(): void | undefined;
|
|
14649
14657
|
/**
|
|
14650
14658
|
* Returns the list of active terminologies. See the {@link sap.ui.core.Component.create Component.create }
|
|
14651
14659
|
* factory API documentation for more detail.
|
|
@@ -14804,15 +14812,29 @@ declare module "sap/ui/core/Component" {
|
|
|
14804
14812
|
* Subclasses of Component should override this hook to implement any necessary initialization.
|
|
14805
14813
|
*
|
|
14806
14814
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14815
|
+
*
|
|
14816
|
+
* @returns This hook method must not have a return value. Return value `void` is deprecated since 1.120,
|
|
14817
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
14818
|
+
* function returning a Promise should be used.
|
|
14819
|
+
*
|
|
14820
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
14821
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
14822
|
+
* and will fail in future major versions of UI5.
|
|
14807
14823
|
*/
|
|
14808
|
-
init(): void;
|
|
14824
|
+
init(): void | undefined;
|
|
14809
14825
|
/**
|
|
14810
14826
|
* This method is called after the component is activated
|
|
14811
14827
|
*
|
|
14812
14828
|
* @since 1.88
|
|
14813
14829
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14830
|
+
*
|
|
14831
|
+
* @returns This lifecycle hook must not have a return value.
|
|
14832
|
+
*
|
|
14833
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
14834
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
14835
|
+
* and will fail in future major versions of UI5.
|
|
14814
14836
|
*/
|
|
14815
|
-
onActivate(): void;
|
|
14837
|
+
onActivate(): void | undefined;
|
|
14816
14838
|
/**
|
|
14817
14839
|
* The hook which gets called when the static configuration of the component has been changed by some configuration
|
|
14818
14840
|
* extension.
|
|
@@ -14830,8 +14852,14 @@ declare module "sap/ui/core/Component" {
|
|
|
14830
14852
|
*
|
|
14831
14853
|
* @since 1.88
|
|
14832
14854
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
14855
|
+
*
|
|
14856
|
+
* @returns This lifecycle hook must not have a return value.
|
|
14857
|
+
*
|
|
14858
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
14859
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
14860
|
+
* and will fail in future major versions of UI5.
|
|
14833
14861
|
*/
|
|
14834
|
-
onDeactivate(): void;
|
|
14862
|
+
onDeactivate(): void | undefined;
|
|
14835
14863
|
/**
|
|
14836
14864
|
* The window before unload hook. Override this method in your Component class implementation, to handle
|
|
14837
14865
|
* cleanup before the real unload or to prompt a question to the user, if the component should be exited.
|
|
@@ -17825,13 +17853,21 @@ declare module "sap/ui/core/Control" {
|
|
|
17825
17853
|
* Subclasses of Control should override this hook to implement any necessary actions after the rendering.
|
|
17826
17854
|
*
|
|
17827
17855
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17856
|
+
*
|
|
17857
|
+
* @returns This hook method must not have a return value. Return value `void` is deprecated since 1.120,
|
|
17858
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
17859
|
+
* function returning a Promise should be used.
|
|
17860
|
+
*
|
|
17861
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
17862
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
17863
|
+
* and will fail in future major versions of UI5.
|
|
17828
17864
|
*/
|
|
17829
17865
|
onAfterRendering(
|
|
17830
17866
|
/**
|
|
17831
17867
|
* onAfterRendering event object
|
|
17832
17868
|
*/
|
|
17833
17869
|
oEvent: jQuery.Event
|
|
17834
|
-
): void;
|
|
17870
|
+
): void | undefined;
|
|
17835
17871
|
/**
|
|
17836
17872
|
* Function is called before the rendering of the control is started.
|
|
17837
17873
|
*
|
|
@@ -17840,13 +17876,21 @@ declare module "sap/ui/core/Control" {
|
|
|
17840
17876
|
* Subclasses of Control should override this hook to implement any necessary actions before the rendering.
|
|
17841
17877
|
*
|
|
17842
17878
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
17879
|
+
*
|
|
17880
|
+
* @returns This hook method must not have a return value. Return value `void` is deprecated since 1.120,
|
|
17881
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
17882
|
+
* function returning a Promise should be used.
|
|
17883
|
+
*
|
|
17884
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
17885
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
17886
|
+
* and will fail in future major versions of UI5.
|
|
17843
17887
|
*/
|
|
17844
17888
|
onBeforeRendering(
|
|
17845
17889
|
/**
|
|
17846
17890
|
* onBeforeRendering event object
|
|
17847
17891
|
*/
|
|
17848
17892
|
oEvent: jQuery.Event
|
|
17849
|
-
): void;
|
|
17893
|
+
): void | undefined;
|
|
17850
17894
|
/**
|
|
17851
17895
|
* Puts `this` control into the specified container (`oRef`) at the given position (`oPosition`).
|
|
17852
17896
|
*
|
|
@@ -20560,15 +20604,15 @@ declare module "sap/ui/core/delegate/ScrollEnablement" {
|
|
|
20560
20604
|
*/
|
|
20561
20605
|
vertical?: boolean;
|
|
20562
20606
|
/**
|
|
20563
|
-
*
|
|
20607
|
+
* Deprecated since 1.42, the parameter has no effect
|
|
20564
20608
|
*/
|
|
20565
20609
|
zynga?: boolean;
|
|
20566
20610
|
/**
|
|
20567
|
-
*
|
|
20611
|
+
* Deprecated since 1.42, the parameter has no effect
|
|
20568
20612
|
*/
|
|
20569
20613
|
iscroll?: boolean;
|
|
20570
20614
|
/**
|
|
20571
|
-
*
|
|
20615
|
+
* Deprecated since 1.42, the parameter has no effect
|
|
20572
20616
|
*/
|
|
20573
20617
|
preventDefault?: boolean;
|
|
20574
20618
|
/**
|
|
@@ -23079,8 +23123,16 @@ declare module "sap/ui/core/Element" {
|
|
|
23079
23123
|
* in the documentation.
|
|
23080
23124
|
*
|
|
23081
23125
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23126
|
+
*
|
|
23127
|
+
* @returns This hook method must not have a return value. Return value `void` is deprecated since 1.120,
|
|
23128
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
23129
|
+
* function returning a Promise should be used.
|
|
23130
|
+
*
|
|
23131
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
23132
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
23133
|
+
* and will fail in future major versions of UI5.
|
|
23082
23134
|
*/
|
|
23083
|
-
exit(): void;
|
|
23135
|
+
exit(): void | undefined;
|
|
23084
23136
|
/**
|
|
23085
23137
|
* Searches and returns an array of child elements and controls which are referenced within an aggregation
|
|
23086
23138
|
* or aggregations of child elements/controls. This can be either done recursive or not.
|
|
@@ -23308,8 +23360,16 @@ declare module "sap/ui/core/Element" {
|
|
|
23308
23360
|
* Subclasses of Element should override this hook to implement any necessary initialization.
|
|
23309
23361
|
*
|
|
23310
23362
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
23363
|
+
*
|
|
23364
|
+
* @returns This hook method must not have a return value. Return value `void` is deprecated since 1.120,
|
|
23365
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
23366
|
+
* function returning a Promise should be used.
|
|
23367
|
+
*
|
|
23368
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
23369
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
23370
|
+
* and will fail in future major versions of UI5.
|
|
23311
23371
|
*/
|
|
23312
|
-
init(): void;
|
|
23372
|
+
init(): void | undefined;
|
|
23313
23373
|
/**
|
|
23314
23374
|
* Inserts a customData into the aggregation {@link #getCustomData customData}.
|
|
23315
23375
|
*
|
|
@@ -32213,8 +32273,16 @@ declare module "sap/ui/core/mvc/Controller" {
|
|
|
32213
32273
|
* sap.ui.core.Control.prototype.onAfterRendering
|
|
32214
32274
|
*
|
|
32215
32275
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32276
|
+
*
|
|
32277
|
+
* @returns This lifecycle hook must not have a return value. Return value `void` is deprecated since 1.120,
|
|
32278
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
32279
|
+
* function returning a Promise should be used.
|
|
32280
|
+
*
|
|
32281
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
32282
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
32283
|
+
* and will fail in future major versions of UI5.
|
|
32216
32284
|
*/
|
|
32217
|
-
onAfterRendering(): void;
|
|
32285
|
+
onAfterRendering(): void | undefined;
|
|
32218
32286
|
/**
|
|
32219
32287
|
* This method is called every time the View is rendered, before the Renderer is called and the HTML is
|
|
32220
32288
|
* placed in the DOM-Tree. It can be used to perform clean-up-tasks before re-rendering. (Even though this
|
|
@@ -32224,8 +32292,16 @@ declare module "sap/ui/core/mvc/Controller" {
|
|
|
32224
32292
|
* sap.ui.core.Control.prototype.onBeforeRendering
|
|
32225
32293
|
*
|
|
32226
32294
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32295
|
+
*
|
|
32296
|
+
* @returns This lifecycle hook must not have a return value. Return value `void` is deprecated since 1.120,
|
|
32297
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
32298
|
+
* function returning a Promise should be used.
|
|
32299
|
+
*
|
|
32300
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
32301
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
32302
|
+
* and will fail in future major versions of UI5.
|
|
32227
32303
|
*/
|
|
32228
|
-
onBeforeRendering(): void;
|
|
32304
|
+
onBeforeRendering(): void | undefined;
|
|
32229
32305
|
/**
|
|
32230
32306
|
* This method is called upon desctuction of the View. The controller should perform its internal destruction
|
|
32231
32307
|
* in this hook. It is only called once per View instance, unlike the onBeforeRendering and onAfterRendering
|
|
@@ -32233,8 +32309,16 @@ declare module "sap/ui/core/mvc/Controller" {
|
|
|
32233
32309
|
* if the method does not exist, it will simply not be called.)
|
|
32234
32310
|
*
|
|
32235
32311
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32312
|
+
*
|
|
32313
|
+
* @returns This lifecycle hook must not have a return value. Return value `void` is deprecated since 1.120,
|
|
32314
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
32315
|
+
* function returning a Promise should be used.
|
|
32316
|
+
*
|
|
32317
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
32318
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
32319
|
+
* and will fail in future major versions of UI5.
|
|
32236
32320
|
*/
|
|
32237
|
-
onExit(): void;
|
|
32321
|
+
onExit(): void | undefined;
|
|
32238
32322
|
/**
|
|
32239
32323
|
* This method is called upon initialization of the View. The controller can perform its internal setup
|
|
32240
32324
|
* in this hook. It is only called once per View instance, unlike the onBeforeRendering and onAfterRendering
|
|
@@ -32248,8 +32332,16 @@ declare module "sap/ui/core/mvc/Controller" {
|
|
|
32248
32332
|
* event. The event is fired when either the context or the model changes for the control.
|
|
32249
32333
|
*
|
|
32250
32334
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
32335
|
+
*
|
|
32336
|
+
* @returns This lifecycle hook must not have a return value. Return value `void` is deprecated since 1.120,
|
|
32337
|
+
* as it does not force functions to **not** return something. This implies that, for instance, no async
|
|
32338
|
+
* function returning a Promise should be used.
|
|
32339
|
+
*
|
|
32340
|
+
* **Note:** While the return type is currently `void|undefined`, any implementation of this hook must not
|
|
32341
|
+
* return anything but undefined. Any other return value will cause an error log in this version of UI5
|
|
32342
|
+
* and will fail in future major versions of UI5.
|
|
32251
32343
|
*/
|
|
32252
|
-
onInit(): void;
|
|
32344
|
+
onInit(): void | undefined;
|
|
32253
32345
|
}
|
|
32254
32346
|
}
|
|
32255
32347
|
|
|
@@ -71923,7 +72015,7 @@ declare module "sap/ui/model/odata/v4/ODataMetaModel" {
|
|
|
71923
72015
|
* must refer to a function in `mParameters.scope` in case of a relative name starting with a dot, which
|
|
71924
72016
|
* is stripped before lookup; see the `<template:alias>` instruction for XML Templating. In case of an
|
|
71925
72017
|
* absolute name, it is searched in `mParameters.scope` first and then in the global namespace. (Using the
|
|
71926
|
-
* global namespace is
|
|
72018
|
+
* global namespace is deprecated as of version 1.120.3). The names "requestCurrencyCodes" and "requestUnitsOfMeasure"
|
|
71927
72019
|
* default to {@link #requestCurrencyCodes} and {@link #requestUnitsOfMeasure} resp. if not present in `mParameters.scope`.
|
|
71928
72020
|
* This function is called with the current object (or primitive value) and additional details and returns
|
|
71929
72021
|
* the result of this {@link #requestObject} call. The additional details are given as an object with the
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
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
package/types/sap.ui.table.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.120.
|
|
1
|
+
// For Library Version: 1.120.11
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/table/library" {
|
|
4
4
|
import TreeAutoExpandMode1 from "sap/ui/model/TreeAutoExpandMode";
|
|
@@ -38,6 +38,8 @@ declare module "sap/ui/table/library" {
|
|
|
38
38
|
}
|
|
39
39
|
/**
|
|
40
40
|
* Navigation mode of the table
|
|
41
|
+
*
|
|
42
|
+
* @deprecated (since 1.38)
|
|
41
43
|
*/
|
|
42
44
|
export enum NavigationMode {
|
|
43
45
|
/**
|
|
@@ -172,6 +174,8 @@ declare module "sap/ui/table/library" {
|
|
|
172
174
|
|
|
173
175
|
/**
|
|
174
176
|
* VisibleRowCountMode of the table
|
|
177
|
+
*
|
|
178
|
+
* @deprecated (since 1.119)
|
|
175
179
|
*/
|
|
176
180
|
export enum VisibleRowCountMode {
|
|
177
181
|
/**
|
|
@@ -7667,7 +7671,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7667
7671
|
* This property has been deprecated and must not be used anymore, since `Scrollbar` is the only supported
|
|
7668
7672
|
* option.
|
|
7669
7673
|
*
|
|
7670
|
-
* Default value is `Scrollbar`.
|
|
7674
|
+
* Default value is `"Scrollbar"`.
|
|
7671
7675
|
*
|
|
7672
7676
|
* @deprecated (since 1.38)
|
|
7673
7677
|
*
|
|
@@ -7938,7 +7942,7 @@ declare module "sap/ui/table/Table" {
|
|
|
7938
7942
|
* In the `"Interactive"` mode, the table has as many rows as defined in the `visibleRowCount` property
|
|
7939
7943
|
* after rendering. The user can change the `visibleRowCount` by dragging a resizer.
|
|
7940
7944
|
*
|
|
7941
|
-
* Default value is `Fixed`.
|
|
7945
|
+
* Default value is `"Fixed"`.
|
|
7942
7946
|
*
|
|
7943
7947
|
* @since 1.9.2
|
|
7944
7948
|
* @deprecated (since 1.119) - use the `rowMode` aggregation instead.
|
|
@@ -8617,7 +8621,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8617
8621
|
*
|
|
8618
8622
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8619
8623
|
*
|
|
8620
|
-
* Default value is `Scrollbar`.
|
|
8624
|
+
* Default value is `"Scrollbar"`.
|
|
8621
8625
|
*
|
|
8622
8626
|
* @deprecated (since 1.38)
|
|
8623
8627
|
*
|
|
@@ -8945,7 +8949,7 @@ declare module "sap/ui/table/Table" {
|
|
|
8945
8949
|
*
|
|
8946
8950
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
8947
8951
|
*
|
|
8948
|
-
* Default value is `Fixed`.
|
|
8952
|
+
* Default value is `"Fixed"`.
|
|
8949
8953
|
*
|
|
8950
8954
|
* @since 1.9.2
|
|
8951
8955
|
* @deprecated (since 1.119) - use the `rowMode` aggregation instead.
|
package/types/sap.ui.ux3.d.ts
CHANGED
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