@sapui5/types 1.127.5 → 1.127.7
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.base.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.ina.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.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.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 +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 +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.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.base.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.ina.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.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.127.
|
|
1
|
+
// For Library Version: 1.127.5
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/comp/library" {
|
|
4
4
|
/**
|
|
@@ -20181,6 +20181,18 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20181
20181
|
* @returns Value of property `considerAnalyticalParameters`
|
|
20182
20182
|
*/
|
|
20183
20183
|
getConsiderAnalyticalParameters(): boolean;
|
|
20184
|
+
/**
|
|
20185
|
+
* Gets current value of property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20186
|
+
*
|
|
20187
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20188
|
+
*
|
|
20189
|
+
*
|
|
20190
|
+
* Default value is `true`.
|
|
20191
|
+
*
|
|
20192
|
+
*
|
|
20193
|
+
* @returns Value of property `considerPresentationVariant`
|
|
20194
|
+
*/
|
|
20195
|
+
getConsiderPresentationVariant(): boolean;
|
|
20184
20196
|
/**
|
|
20185
20197
|
* Gets current value of property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20186
20198
|
*
|
|
@@ -20707,6 +20719,25 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
20707
20719
|
*/
|
|
20708
20720
|
bConsiderAnalyticalParameters?: boolean
|
|
20709
20721
|
): this;
|
|
20722
|
+
/**
|
|
20723
|
+
* Sets a new value for property {@link #getConsiderPresentationVariant considerPresentationVariant}.
|
|
20724
|
+
*
|
|
20725
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
20726
|
+
*
|
|
20727
|
+
*
|
|
20728
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
20729
|
+
*
|
|
20730
|
+
* Default value is `true`.
|
|
20731
|
+
*
|
|
20732
|
+
*
|
|
20733
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
20734
|
+
*/
|
|
20735
|
+
setConsiderPresentationVariant(
|
|
20736
|
+
/**
|
|
20737
|
+
* New value for property `considerPresentationVariant`
|
|
20738
|
+
*/
|
|
20739
|
+
bConsiderPresentationVariant?: boolean
|
|
20740
|
+
): this;
|
|
20710
20741
|
/**
|
|
20711
20742
|
* Sets a new value for property {@link #getConsiderSelectionVariants considerSelectionVariants}.
|
|
20712
20743
|
*
|
|
@@ -21176,6 +21207,11 @@ declare module "sap/ui/comp/smartfilterbar/SmartFilterBar" {
|
|
|
21176
21207
|
*/
|
|
21177
21208
|
navigationProperties?: string | PropertyBindingInfo;
|
|
21178
21209
|
|
|
21210
|
+
/**
|
|
21211
|
+
* Indicates if the annotation `com.sap.vocabularies.UI.v1.PresentationVariant` is taken into account.
|
|
21212
|
+
*/
|
|
21213
|
+
considerPresentationVariant?: boolean | PropertyBindingInfo | `{${string}}`;
|
|
21214
|
+
|
|
21179
21215
|
/**
|
|
21180
21216
|
* Using control configurations you can add additional configuration to filter fields, for example set custom
|
|
21181
21217
|
* 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.127.
|
|
282
|
+
// For Library Version: 1.127.5
|
|
283
283
|
|
|
284
284
|
declare module "sap/base/assert" {
|
|
285
285
|
/**
|
|
@@ -50862,10 +50862,10 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
|
|
|
50862
50862
|
*/
|
|
50863
50863
|
oContext: Context,
|
|
50864
50864
|
/**
|
|
50865
|
-
* Parameters, specifying the aggregation level for which contexts shall be fetched or
|
|
50866
|
-
*
|
|
50865
|
+
* Parameters, specifying the aggregation level for which contexts shall be fetched or the index of the
|
|
50866
|
+
* first child entry to return from the parent contexts
|
|
50867
50867
|
*/
|
|
50868
|
-
mParameters
|
|
50868
|
+
mParameters?:
|
|
50869
50869
|
| {
|
|
50870
50870
|
/**
|
|
50871
50871
|
* Level number for oContext, because it might occur at multiple levels; context with group ID `"/"` has
|
|
@@ -50977,7 +50977,7 @@ declare module "sap/ui/model/analytics/AnalyticalBinding" {
|
|
|
50977
50977
|
* value can be set to define the parameter `startIndex` as described in this parameter list. In this case,
|
|
50978
50978
|
* the function parameters `iLength`, `iNumberOfExpandedLevels` and `iThreshold` become mandatory.
|
|
50979
50979
|
*/
|
|
50980
|
-
mParameters
|
|
50980
|
+
mParameters?:
|
|
50981
50981
|
| {
|
|
50982
50982
|
/**
|
|
50983
50983
|
* Number of entries to return at and after the given start index; defaults to the model's size limit, see
|
|
@@ -54577,11 +54577,11 @@ declare module "sap/ui/model/ClientTreeBinding" {
|
|
|
54577
54577
|
*/
|
|
54578
54578
|
getCount(): number | undefined;
|
|
54579
54579
|
/**
|
|
54580
|
-
* Return node contexts for the tree
|
|
54580
|
+
* Return node contexts for the tree.
|
|
54581
54581
|
*
|
|
54582
54582
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
54583
54583
|
*
|
|
54584
|
-
* @returns the
|
|
54584
|
+
* @returns the context's array
|
|
54585
54585
|
*/
|
|
54586
54586
|
getNodeContexts(
|
|
54587
54587
|
/**
|
|
@@ -54589,42 +54589,44 @@ declare module "sap/ui/model/ClientTreeBinding" {
|
|
|
54589
54589
|
*/
|
|
54590
54590
|
oContext: Context,
|
|
54591
54591
|
/**
|
|
54592
|
-
* the
|
|
54592
|
+
* the index from which to start the retrieval of contexts
|
|
54593
54593
|
*/
|
|
54594
|
-
iStartIndex
|
|
54594
|
+
iStartIndex?: int,
|
|
54595
54595
|
/**
|
|
54596
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
54596
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
54597
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
54597
54598
|
*/
|
|
54598
|
-
iLength
|
|
54599
|
+
iLength?: int
|
|
54599
54600
|
): Context[];
|
|
54600
54601
|
/**
|
|
54601
|
-
* Return root contexts for the tree
|
|
54602
|
+
* Return root contexts for the tree.
|
|
54602
54603
|
*
|
|
54603
54604
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
54604
54605
|
*
|
|
54605
|
-
* @returns the
|
|
54606
|
+
* @returns the context's array
|
|
54606
54607
|
*/
|
|
54607
54608
|
getRootContexts(
|
|
54608
54609
|
/**
|
|
54609
|
-
* the
|
|
54610
|
+
* the index from which to start the retrieval of contexts
|
|
54610
54611
|
*/
|
|
54611
|
-
iStartIndex
|
|
54612
|
+
iStartIndex?: int,
|
|
54612
54613
|
/**
|
|
54613
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
54614
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
54615
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
54614
54616
|
*/
|
|
54615
|
-
iLength
|
|
54616
|
-
):
|
|
54617
|
+
iLength?: int
|
|
54618
|
+
): Context[];
|
|
54617
54619
|
/**
|
|
54618
54620
|
* Returns if the node has child nodes.
|
|
54619
54621
|
*
|
|
54620
54622
|
*
|
|
54621
|
-
* @returns true if node has children
|
|
54623
|
+
* @returns `true` if the node has children
|
|
54622
54624
|
*/
|
|
54623
54625
|
hasChildren(
|
|
54624
54626
|
/**
|
|
54625
54627
|
* the context element of the node
|
|
54626
54628
|
*/
|
|
54627
|
-
oContext:
|
|
54629
|
+
oContext: Context
|
|
54628
54630
|
): boolean;
|
|
54629
54631
|
/**
|
|
54630
54632
|
* Sorts the contexts of this ClientTreeBinding. The tree will be sorted level by level. So the nodes are
|
|
@@ -77704,6 +77706,8 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77704
77706
|
|
|
77705
77707
|
import Model from "sap/ui/model/Model";
|
|
77706
77708
|
|
|
77709
|
+
import Context from "sap/ui/model/Context";
|
|
77710
|
+
|
|
77707
77711
|
import Filter from "sap/ui/model/Filter";
|
|
77708
77712
|
|
|
77709
77713
|
import Sorter from "sap/ui/model/Sorter";
|
|
@@ -77712,8 +77716,6 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77712
77716
|
|
|
77713
77717
|
import Metadata from "sap/ui/base/Metadata";
|
|
77714
77718
|
|
|
77715
|
-
import Context from "sap/ui/model/Context";
|
|
77716
|
-
|
|
77717
77719
|
/**
|
|
77718
77720
|
* The TreeBinding is a specific binding for trees in the model, which can be used to populate Trees.
|
|
77719
77721
|
*/
|
|
@@ -77737,7 +77739,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77737
77739
|
/**
|
|
77738
77740
|
* Context object for this binding (optional)
|
|
77739
77741
|
*/
|
|
77740
|
-
oContext?:
|
|
77742
|
+
oContext?: Context,
|
|
77741
77743
|
/**
|
|
77742
77744
|
* The filters to be used initially with type {@link sap.ui.model.FilterType.Application}; call {@link #filter }
|
|
77743
77745
|
* to replace them
|
|
@@ -77746,7 +77748,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77746
77748
|
/**
|
|
77747
77749
|
* Additional model specific parameters (optional)
|
|
77748
77750
|
*/
|
|
77749
|
-
mParameters?:
|
|
77751
|
+
mParameters?: object,
|
|
77750
77752
|
/**
|
|
77751
77753
|
* The sorters used initially; call {@link #sort} to replace them
|
|
77752
77754
|
*/
|
|
@@ -77838,7 +77840,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77838
77840
|
sFilterType?: FilterType | keyof typeof FilterType
|
|
77839
77841
|
): void;
|
|
77840
77842
|
/**
|
|
77841
|
-
* Returns the number of child nodes of a specific context
|
|
77843
|
+
* Returns the number of child nodes of a specific context.
|
|
77842
77844
|
*
|
|
77843
77845
|
*
|
|
77844
77846
|
* @returns the number of children
|
|
@@ -77847,7 +77849,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77847
77849
|
/**
|
|
77848
77850
|
* the context element of the node
|
|
77849
77851
|
*/
|
|
77850
|
-
oContext:
|
|
77852
|
+
oContext: Context
|
|
77851
77853
|
): int;
|
|
77852
77854
|
/**
|
|
77853
77855
|
* Returns the count of entries in the tree, or `undefined` if it is unknown. If the tree is filtered, the
|
|
@@ -77863,7 +77865,7 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77863
77865
|
*/
|
|
77864
77866
|
getCount(): number | undefined;
|
|
77865
77867
|
/**
|
|
77866
|
-
* Returns the current value of the bound target
|
|
77868
|
+
* Returns the current value of the bound target.
|
|
77867
77869
|
*
|
|
77868
77870
|
*
|
|
77869
77871
|
* @returns the array of child contexts for the given node
|
|
@@ -77874,41 +77876,43 @@ declare module "sap/ui/model/TreeBinding" {
|
|
|
77874
77876
|
*/
|
|
77875
77877
|
oContext: Context,
|
|
77876
77878
|
/**
|
|
77877
|
-
* the
|
|
77879
|
+
* the index from which to start the retrieval of contexts
|
|
77878
77880
|
*/
|
|
77879
|
-
iStartIndex
|
|
77881
|
+
iStartIndex?: int,
|
|
77880
77882
|
/**
|
|
77881
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
77883
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
77884
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
77882
77885
|
*/
|
|
77883
|
-
iLength
|
|
77886
|
+
iLength?: int
|
|
77884
77887
|
): Context[];
|
|
77885
77888
|
/**
|
|
77886
|
-
* Returns the current value of the bound target
|
|
77889
|
+
* Returns the current value of the bound target.
|
|
77887
77890
|
*
|
|
77888
77891
|
*
|
|
77889
77892
|
* @returns the array of child contexts for the root node
|
|
77890
77893
|
*/
|
|
77891
77894
|
getRootContexts(
|
|
77892
77895
|
/**
|
|
77893
|
-
* the
|
|
77896
|
+
* the index from which to start the retrieval of contexts
|
|
77894
77897
|
*/
|
|
77895
|
-
iStartIndex
|
|
77898
|
+
iStartIndex?: int,
|
|
77896
77899
|
/**
|
|
77897
|
-
* determines how many contexts to retrieve beginning from the start index.
|
|
77900
|
+
* determines how many contexts to retrieve, beginning from the start index. Defaults to the model's size
|
|
77901
|
+
* limit; see {@link sap.ui.model.Model#setSizeLimit}.
|
|
77898
77902
|
*/
|
|
77899
|
-
iLength
|
|
77900
|
-
):
|
|
77903
|
+
iLength?: int
|
|
77904
|
+
): Context[];
|
|
77901
77905
|
/**
|
|
77902
|
-
* Returns if the node has child nodes
|
|
77906
|
+
* Returns `true` if the node has child nodes.
|
|
77903
77907
|
*
|
|
77904
77908
|
*
|
|
77905
|
-
* @returns true if node has children
|
|
77909
|
+
* @returns `true` if the node has children
|
|
77906
77910
|
*/
|
|
77907
77911
|
hasChildren(
|
|
77908
77912
|
/**
|
|
77909
77913
|
* the context element of the node
|
|
77910
77914
|
*/
|
|
77911
|
-
oContext:
|
|
77915
|
+
oContext: Context
|
|
77912
77916
|
): boolean;
|
|
77913
77917
|
/**
|
|
77914
77918
|
* 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
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