@sapui5/types 1.124.9 → 1.124.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.ca.ui.d.ts +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.plugins.managecache.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.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- 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.sac.df.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 +37 -1
- package/types/sap.ui.core.d.ts +44 -40
- 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 +10 -6
- 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 +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.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/types/sap.zen.commons.d.ts +1 -1
- package/types/sap.zen.crosstab.d.ts +1 -1
- package/types/sap.zen.dsh.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.ca.ui.d.ts
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.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.sac.df.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.124.
|
|
1
|
+
// For Library Version: 1.124.9
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -19897,6 +19897,18 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
19897
19897
|
* @returns Value of property `considerAnalyticalParameters`
|
|
19898
19898
|
*/
|
|
19899
19899
|
getConsiderAnalyticalParameters(): boolean;
|
|
19900
|
+
/**
|
|
19901
|
+
* Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
19902
|
+
*
|
|
19903
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
19904
|
+
*
|
|
19905
|
+
*
|
|
19906
|
+
* Default value is `true`.
|
|
19907
|
+
*
|
|
19908
|
+
*
|
|
19909
|
+
* @returns Value of property `considerPresentationVariant`
|
|
19910
|
+
*/
|
|
19911
|
+
getConsiderPresentationVariant(): boolean;
|
|
19900
19912
|
/**
|
|
19901
19913
|
* Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
19902
19914
|
*
|
|
@@ -20423,6 +20435,25 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20423
20435
|
*/
|
|
20424
20436
|
bConsiderAnalyticalParameters?: boolean
|
|
20425
20437
|
): this;
|
|
20438
|
+
/**
|
|
20439
|
+
* Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20440
|
+
*
|
|
20441
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20442
|
+
*
|
|
20443
|
+
*
|
|
20444
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20445
|
+
*
|
|
20446
|
+
* Default value is `true`.
|
|
20447
|
+
*
|
|
20448
|
+
*
|
|
20449
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20450
|
+
*/
|
|
20451
|
+
setConsiderPresentationVariant(
|
|
20452
|
+
/**
|
|
20453
|
+
* New value for property `considerPresentationVariant`
|
|
20454
|
+
*/
|
|
20455
|
+
bConsiderPresentationVariant?: boolean
|
|
20456
|
+
): this;
|
|
20426
20457
|
/**
|
|
20427
20458
|
* Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20428
20459
|
*
|
|
@@ -20892,6 +20923,11 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20892
20923
|
*/
|
|
20893
20924
|
navigationProperties?: string | PropertyBindingInfo;
|
|
20894
20925
|
|
|
20926
|
+
/**
|
|
20927
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20928
|
+
*/
|
|
20929
|
+
considerPresentationVariant?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
20930
|
+
|
|
20895
20931
|
/**
|
|
20896
20932
|
* Using control configurations you can add additional configuration to filter fields, for example set custom
|
|
20897
20933
|
* labels, change the order of fields, or change the filter field control type. **Note:** Changing the values
|
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -279,7 +279,7 @@ declare namespace sap {
|
|
|
279
279
|
"sap/ui/thirdparty/qunit-2": undefined;
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
|
-
// For Library Version: 1.124.
|
|
282
|
+
// For Library Version: 1.124.9
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -50652,10 +50652,10 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
|
|
|
50652
50652
|
*/
|
|
50653
50653
|
oContext: Context,
|
|
50654
50654
|
/**
|
|
50655
|
-
* Parameters, specifying the aggregation level for which contexts shall be fetched or
|
|
50656
|
-
*
|
|
50655
|
+
* Parameters, specifying the aggregation level for which contexts shall be fetched or the index of the
|
|
50656
|
+
* first child entry to return from the parent contexts
|
|
50657
50657
|
*/
|
|
50658
|
-
mParameters
|
|
50658
|
+
mParameters?:
|
|
50659
50659
|
| {
|
|
50660
50660
|
/**
|
|
50661
50661
|
* Level number for oContext, because it might occur at multiple levels; context with group ID `"/"` has
|
|
@@ -50767,7 +50767,7 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
|
|
|
50767
50767
|
* value can be set to define the parameter `startIndex` as described in this parameter list. In this case,
|
|
50768
50768
|
* the function parameters `iLength`, `iNumberOfExpandedLevels` and `iThreshold` become mandatory.
|
|
50769
50769
|
*/
|
|
50770
|
-
mParameters
|
|
50770
|
+
mParameters?:
|
|
50771
50771
|
| {
|
|
50772
50772
|
/**
|
|
50773
50773
|
* Number of entries to return at and after the given start index; defaults to the model's size limit, see
|
|
@@ -54381,11 +54381,11 @@ declare module "sap/ui/model/ClientTreeBinding" {
|
|
|
54381
54381
|
*/
|
|
54382
54382
|
getCount(): number | undefined;
|
|
54383
54383
|
/**
|
|
54384
|
-
* Return node contexts for the tree
|
|
54384
|
+
* Return node contexts for the tree.
|
|
54385
54385
|
*
|
|
54386
54386
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
54387
54387
|
*
|
|
54388
|
-
* @returns the
|
|
54388
|
+
* @returns the context's array
|
|
54389
54389
|
*/
|
|
54390
54390
|
getNodeContexts(
|
|
54391
54391
|
/**
|
|
@@ -54393,42 +54393,44 @@ declare module "sap/ui/model/ClientTreeBinding" {
|
|
|
54393
54393
|
*/
|
|
54394
54394
|
oContext: Context,
|
|
54395
54395
|
/**
|
|
54396
|
-
* the
|
|
54396
|
+
* the index from which to start the retrieval of contexts
|
|
54397
54397
|
*/
|
|
54398
|
-
iStartIndex
|
|
54398
|
+
iStartIndex?: int,
|
|
54399
54399
|
/**
|
|
54400
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
54400
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
54401
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
54401
54402
|
*/
|
|
54402
|
-
iLength
|
|
54403
|
+
iLength?: int
|
|
54403
54404
|
): Context[];
|
|
54404
54405
|
/**
|
|
54405
|
-
* Return root contexts for the tree
|
|
54406
|
+
* Return root contexts for the tree.
|
|
54406
54407
|
*
|
|
54407
54408
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
54408
54409
|
*
|
|
54409
|
-
* @returns the
|
|
54410
|
+
* @returns the context's array
|
|
54410
54411
|
*/
|
|
54411
54412
|
getRootContexts(
|
|
54412
54413
|
/**
|
|
54413
|
-
* the
|
|
54414
|
+
* the index from which to start the retrieval of contexts
|
|
54414
54415
|
*/
|
|
54415
|
-
iStartIndex
|
|
54416
|
+
iStartIndex?: int,
|
|
54416
54417
|
/**
|
|
54417
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
54418
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
54419
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
54418
54420
|
*/
|
|
54419
|
-
iLength
|
|
54420
|
-
):
|
|
54421
|
+
iLength?: int
|
|
54422
|
+
): Context[];
|
|
54421
54423
|
/**
|
|
54422
54424
|
* Returns if the node has child nodes.
|
|
54423
54425
|
*
|
|
54424
54426
|
*
|
|
54425
|
-
* @returns true if node has children
|
|
54427
|
+
* @returns `true` if the node has children
|
|
54426
54428
|
*/
|
|
54427
54429
|
hasChildren(
|
|
54428
54430
|
/**
|
|
54429
54431
|
* the context element of the node
|
|
54430
54432
|
*/
|
|
54431
|
-
oContext:
|
|
54433
|
+
oContext: Context
|
|
54432
54434
|
): boolean;
|
|
54433
54435
|
/**
|
|
54434
54436
|
* Sorts the contexts of this ClientTreeBinding. The tree will be sorted level by level. So the nodes are
|
|
@@ -77462,6 +77464,8 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77462
77464
|
|
|
77463
77465
|
import Model from "sap/ui/model/Model";
|
|
77464
77466
|
|
|
77467
|
+
import Context from "sap/ui/model/Context";
|
|
77468
|
+
|
|
77465
77469
|
import Filter from "sap/ui/model/Filter";
|
|
77466
77470
|
|
|
77467
77471
|
import Sorter from "sap/ui/model/Sorter";
|
|
@@ -77470,8 +77474,6 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77470
77474
|
|
|
77471
77475
|
import Metadata from "sap/ui/base/Metadata";
|
|
77472
77476
|
|
|
77473
|
-
import Context from "sap/ui/model/Context";
|
|
77474
|
-
|
|
77475
77477
|
/**
|
|
77476
77478
|
* The TreeBinding is a specific binding for trees in the model, which can be used to populate Trees.
|
|
77477
77479
|
*/
|
|
@@ -77495,7 +77497,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77495
77497
|
/**
|
|
77496
77498
|
* Context object for this binding (optional)
|
|
77497
77499
|
*/
|
|
77498
|
-
oContext?:
|
|
77500
|
+
oContext?: Context,
|
|
77499
77501
|
/**
|
|
77500
77502
|
* The filters to be used initially with type {@link sap.ui.model.FilterType.Application}; call {@link #filter }
|
|
77501
77503
|
* to replace them
|
|
@@ -77504,7 +77506,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77504
77506
|
/**
|
|
77505
77507
|
* Additional model specific parameters (optional)
|
|
77506
77508
|
*/
|
|
77507
|
-
mParameters?:
|
|
77509
|
+
mParameters?: object,
|
|
77508
77510
|
/**
|
|
77509
77511
|
* The sorters used initially; call {@link #sort} to replace them
|
|
77510
77512
|
*/
|
|
@@ -77596,7 +77598,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77596
77598
|
sFilterType?: FilterType | keyof typeof FilterType
|
|
77597
77599
|
): void;
|
|
77598
77600
|
/**
|
|
77599
|
-
* Returns the number of child nodes of a specific context
|
|
77601
|
+
* Returns the number of child nodes of a specific context.
|
|
77600
77602
|
*
|
|
77601
77603
|
*
|
|
77602
77604
|
* @returns the number of children
|
|
@@ -77605,7 +77607,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77605
77607
|
/**
|
|
77606
77608
|
* the context element of the node
|
|
77607
77609
|
*/
|
|
77608
|
-
oContext:
|
|
77610
|
+
oContext: Context
|
|
77609
77611
|
): int;
|
|
77610
77612
|
/**
|
|
77611
77613
|
* Returns the count of entries in the tree, or `undefined` if it is unknown. If the tree is filtered, the
|
|
@@ -77621,7 +77623,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77621
77623
|
*/
|
|
77622
77624
|
getCount(): number | undefined;
|
|
77623
77625
|
/**
|
|
77624
|
-
* Returns the current value of the bound target
|
|
77626
|
+
* Returns the current value of the bound target.
|
|
77625
77627
|
*
|
|
77626
77628
|
*
|
|
77627
77629
|
* @returns the array of child contexts for the given node
|
|
@@ -77632,41 +77634,43 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77632
77634
|
*/
|
|
77633
77635
|
oContext: Context,
|
|
77634
77636
|
/**
|
|
77635
|
-
* the
|
|
77637
|
+
* the index from which to start the retrieval of contexts
|
|
77636
77638
|
*/
|
|
77637
|
-
iStartIndex
|
|
77639
|
+
iStartIndex?: int,
|
|
77638
77640
|
/**
|
|
77639
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
77641
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
77642
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
77640
77643
|
*/
|
|
77641
|
-
iLength
|
|
77644
|
+
iLength?: int
|
|
77642
77645
|
): Context[];
|
|
77643
77646
|
/**
|
|
77644
|
-
* Returns the current value of the bound target
|
|
77647
|
+
* Returns the current value of the bound target.
|
|
77645
77648
|
*
|
|
77646
77649
|
*
|
|
77647
77650
|
* @returns the array of child contexts for the root node
|
|
77648
77651
|
*/
|
|
77649
77652
|
getRootContexts(
|
|
77650
77653
|
/**
|
|
77651
|
-
* the
|
|
77654
|
+
* the index from which to start the retrieval of contexts
|
|
77652
77655
|
*/
|
|
77653
|
-
iStartIndex
|
|
77656
|
+
iStartIndex?: int,
|
|
77654
77657
|
/**
|
|
77655
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
77658
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
77659
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
77656
77660
|
*/
|
|
77657
|
-
iLength
|
|
77658
|
-
):
|
|
77661
|
+
iLength?: int
|
|
77662
|
+
): Context[];
|
|
77659
77663
|
/**
|
|
77660
|
-
* Returns if the node has child nodes
|
|
77664
|
+
* Returns `true` if the node has child nodes.
|
|
77661
77665
|
*
|
|
77662
77666
|
*
|
|
77663
|
-
* @returns true if node has children
|
|
77667
|
+
* @returns `true` if the node has children
|
|
77664
77668
|
*/
|
|
77665
77669
|
hasChildren(
|
|
77666
77670
|
/**
|
|
77667
77671
|
* the context element of the node
|
|
77668
77672
|
*/
|
|
77669
|
-
oContext:
|
|
77673
|
+
oContext: Context
|
|
77670
77674
|
): boolean;
|
|
77671
77675
|
/**
|
|
77672
77676
|
* Sorts the tree according to the sorter definitions.
|
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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.124.
|
|
1
|
+
// For Library Version: 1.124.9
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -712,7 +712,9 @@ declare module "sap/ui/mdc/DefaultTypeMap" {
|
|
|
712
712
|
/**
|
|
713
713
|
* Generic {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration for simple use cases.
|
|
714
714
|
*
|
|
715
|
-
* **Note:**
|
|
715
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
716
|
+
* **Note:** This {@link module:sap/ui/mdc/util/TypeMap TypeMap} implementation contains the following
|
|
717
|
+
* types:
|
|
716
718
|
*
|
|
717
719
|
*
|
|
718
720
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -1701,7 +1703,8 @@ declare module "sap/ui/mdc/odata/TypeMap" {
|
|
|
1701
1703
|
/**
|
|
1702
1704
|
* OData-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
|
|
1703
1705
|
*
|
|
1704
|
-
* **Note:**
|
|
1706
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1707
|
+
* **Note:** This `TypeMap` implementation contains the following types:
|
|
1705
1708
|
*
|
|
1706
1709
|
*
|
|
1707
1710
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -1893,7 +1896,8 @@ declare module "sap/ui/mdc/odata/v4/TypeMap" {
|
|
|
1893
1896
|
/**
|
|
1894
1897
|
* ODataV4-specific {@link module:sap/ui/mdc/util/TypeMap TypeMap} configuration.
|
|
1895
1898
|
*
|
|
1896
|
-
* **Note:**
|
|
1899
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
1900
|
+
* **Note:** This `TypeMap` implementation contains the following types including ODataV4-specific configuration:
|
|
1897
1901
|
*
|
|
1898
1902
|
*
|
|
1899
1903
|
* - {@link sap.ui.model.type.Boolean} (alias `Boolean`)
|
|
@@ -2220,6 +2224,8 @@ declare module "sap/ui/mdc/util/TypeMap" {
|
|
|
2220
2224
|
* Configuration class for type handling in delegates. Allows mapping of model types to {@link sap.ui.mdc.enums.BaseType }
|
|
2221
2225
|
* and enables model-specific type configuration.
|
|
2222
2226
|
*
|
|
2227
|
+
* **Note:** The modules of all data types registered in a `TypeMap` must be loaded in advance.
|
|
2228
|
+
*
|
|
2223
2229
|
* @since 1.114.0
|
|
2224
2230
|
*/
|
|
2225
2231
|
interface TypeMap {
|
|
@@ -2303,8 +2309,6 @@ declare module "sap/ui/mdc/util/TypeMap" {
|
|
|
2303
2309
|
/**
|
|
2304
2310
|
* Gets a data type class based on a given name.
|
|
2305
2311
|
*
|
|
2306
|
-
* **Note:** The module of the data type needs to be loaded before.
|
|
2307
|
-
*
|
|
2308
2312
|
*
|
|
2309
2313
|
* @returns Corresponding data type class
|
|
2310
2314
|
*/
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
package/types/sap.ui.table.d.ts
CHANGED
package/types/sap.ui.ux3.d.ts
CHANGED
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED