@sapui5/ts-types-esm 1.143.1 → 1.144.0
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 +7 -7
- package/types/sap.apf.d.ts +3 -1
- package/types/sap.ca.ui.d.ts +8 -1
- package/types/sap.chart.d.ts +4 -4
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +846 -285
- package/types/sap.f.d.ts +4 -4
- package/types/sap.fe.ariba.d.ts +1 -1
- package/types/sap.fe.base.d.ts +1 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +33 -6
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +3591 -3495
- package/types/sap.fe.navigation.d.ts +7 -7
- 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 +18 -12
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +282 -10
- package/types/sap.insights.d.ts +1 -47
- package/types/{mobile-1.143.0-esm-d.ts → sap.m.d.ts} +298 -68
- package/types/sap.makit.d.ts +1 -1
- package/types/sap.me.d.ts +1 -1
- package/types/sap.ndc.d.ts +49 -21
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +1 -1
- package/types/sap.sac.df.d.ts +1 -1
- package/types/sap.suite.ui.commons.d.ts +732 -6
- package/types/sap.suite.ui.generic.template.d.ts +1 -1
- package/types/sap.suite.ui.microchart.d.ts +1 -1
- package/types/{tnt-1.143.0-esm-d.ts → sap.tnt.d.ts} +5 -1
- package/types/sap.ui.codeeditor.d.ts +1 -1
- package/types/{commons-1.143.0-esm-d.ts → sap.ui.commons.d.ts} +3469 -306
- package/types/sap.ui.comp.d.ts +3 -3
- package/types/{core-1.143.0-esm-d.ts → sap.ui.core.d.ts} +621 -166
- package/types/{dt-1.143.0-esm-d.ts → sap.ui.dt.d.ts} +1 -1
- package/types/sap.ui.export.d.ts +4 -4
- package/types/sap.ui.fl.d.ts +5 -5
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.geomap.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +1 -1
- package/types/sap.ui.layout.d.ts +18 -18
- package/types/{mdc-1.143.0-esm-d.ts → sap.ui.mdc.d.ts} +105 -67
- package/types/sap.ui.richtexteditor.d.ts +3 -3
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +3 -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 +126 -4
- package/types/{ux3-1.143.0-esm-d.ts → sap.ui.ux3.d.ts} +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +139 -4
- package/types/sap.ui.vtm.d.ts +100 -1
- package/types/sap.ui.webc.common.d.ts +3 -1
- package/types/sap.ui.webc.fiori.d.ts +31 -1
- package/types/sap.ui.webc.main.d.ts +70 -1
- package/types/sap.uiext.inbox.d.ts +1 -1
- package/types/sap.ushell.d.ts +15 -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.webanalytics.core.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/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/export/library" {
|
|
4
4
|
import ListBinding from "sap/ui/model/ListBinding";
|
|
@@ -827,11 +827,11 @@ declare module "sap/ui/export/Spreadsheet" {
|
|
|
827
827
|
*
|
|
828
828
|
* const oSpreadsheet = new sap.ui.export.Spreadsheet(mSettings);
|
|
829
829
|
* oSpreadsheet.onprogress = function(iValue) {
|
|
830
|
-
* {@link sap
|
|
830
|
+
* {@link module:sap/base/Log.debug Log.debug}("Export: %" + iValue + " completed");
|
|
831
831
|
* };
|
|
832
832
|
* oSpreadsheet.build()
|
|
833
|
-
* .then( function() { {@link sap
|
|
834
|
-
* .catch( function(sMessage) { {@link sap
|
|
833
|
+
* .then( function() { {@link module:sap/base/Log.debug Log.debug}("Export is finished"); })
|
|
834
|
+
* .catch( function(sMessage) { {@link module:sap/base/Log.error Log.error}("Export error: " + sMessage); });
|
|
835
835
|
* ```
|
|
836
836
|
*
|
|
837
837
|
*
|
package/types/sap.ui.fl.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/fl/library" {}
|
|
4
4
|
|
|
@@ -1603,10 +1603,10 @@ declare namespace sap {
|
|
|
1603
1603
|
|
|
1604
1604
|
"sap/ui/fl/apply/_internal/flexState/compVariants/CompVariantManagementState": undefined;
|
|
1605
1605
|
|
|
1606
|
-
"sap/ui/fl/apply/_internal/flexState/controlVariants/Switcher": undefined;
|
|
1607
|
-
|
|
1608
1606
|
"sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagementState": undefined;
|
|
1609
1607
|
|
|
1608
|
+
"sap/ui/fl/apply/_internal/flexState/controlVariants/VariantManagerApply": undefined;
|
|
1609
|
+
|
|
1610
1610
|
"sap/ui/fl/apply/_internal/flexState/DataSelector": undefined;
|
|
1611
1611
|
|
|
1612
1612
|
"sap/ui/fl/apply/_internal/flexState/FlexObjectState": undefined;
|
|
@@ -1617,8 +1617,6 @@ declare namespace sap {
|
|
|
1617
1617
|
|
|
1618
1618
|
"sap/ui/fl/apply/_internal/flexState/UI2Personalization/UI2PersonalizationState": undefined;
|
|
1619
1619
|
|
|
1620
|
-
"sap/ui/fl/apply/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1621
|
-
|
|
1622
1620
|
"sap/ui/fl/apply/api/AnnotationChangeHandlerAPI": undefined;
|
|
1623
1621
|
|
|
1624
1622
|
"sap/ui/fl/apply/api/ControlVariantApplyAPI": undefined;
|
|
@@ -1663,6 +1661,8 @@ declare namespace sap {
|
|
|
1663
1661
|
|
|
1664
1662
|
"sap/ui/fl/initial/_internal/connectors/Utils": undefined;
|
|
1665
1663
|
|
|
1664
|
+
"sap/ui/fl/initial/_internal/preprocessors/ComponentLifecycleHooks": undefined;
|
|
1665
|
+
|
|
1666
1666
|
"sap/ui/fl/initial/_internal/preprocessors/ControllerExtension": undefined;
|
|
1667
1667
|
|
|
1668
1668
|
"sap/ui/fl/initial/_internal/Settings": undefined;
|
package/types/sap.ui.geomap.d.ts
CHANGED
package/types/sap.ui.layout.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/layout/library" {
|
|
4
4
|
import Control from "sap/ui/core/Control";
|
|
@@ -446,7 +446,7 @@ declare module "sap/ui/layout/library" {
|
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
* An `int` type that defines how many cells a control inside of a column of a {@link sap.ui.layout.form.Form Form }
|
|
449
|
-
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.
|
|
449
|
+
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
450
450
|
* can use.
|
|
451
451
|
*
|
|
452
452
|
* Allowed values are numbers from 1 to 12 and -1. -1 means the value is calculated.
|
|
@@ -457,7 +457,7 @@ declare module "sap/ui/layout/library" {
|
|
|
457
457
|
|
|
458
458
|
/**
|
|
459
459
|
* An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
|
|
460
|
-
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.
|
|
460
|
+
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
461
461
|
* can have if it has large size
|
|
462
462
|
*
|
|
463
463
|
* Allowed values are numbers from 1 to 4. **Note:** In versions lower than 1.122 only 3 columns are allowed.
|
|
@@ -468,7 +468,7 @@ declare module "sap/ui/layout/library" {
|
|
|
468
468
|
|
|
469
469
|
/**
|
|
470
470
|
* An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
|
|
471
|
-
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.
|
|
471
|
+
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
472
472
|
* can have if it has medium size
|
|
473
473
|
*
|
|
474
474
|
* Allowed values are numbers from 1 to 3. **Note:** In versions lower than 1.122 only 2 columns are allowed.
|
|
@@ -479,7 +479,7 @@ declare module "sap/ui/layout/library" {
|
|
|
479
479
|
|
|
480
480
|
/**
|
|
481
481
|
* An `int` type that defines how many columns a {@link sap.ui.layout.form.Form Form} control using the
|
|
482
|
-
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.
|
|
482
|
+
* {@link sap.ui.layout.form.ColumnLayout ColumnLayout} as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
483
483
|
* can have if it has extra-large size
|
|
484
484
|
*
|
|
485
485
|
* Allowed values are numbers from 1 to 6. **Note:** In versions lower than 1.89 only 4 columns are allowed.
|
|
@@ -490,7 +490,7 @@ declare module "sap/ui/layout/library" {
|
|
|
490
490
|
|
|
491
491
|
/**
|
|
492
492
|
* An `int` type that defines how many cells beside the controls inside of a column of a {@link sap.ui.layout.form.Form Form }
|
|
493
|
-
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.
|
|
493
|
+
* control using the {@link sap.ui.layout.form.ColumnLayout ColumnLayout} control as {@link sap.ui.layout.form.Form#setLayout layout }
|
|
494
494
|
* are empty.
|
|
495
495
|
*
|
|
496
496
|
* Allowed values are numbers from 0 to 11.
|
|
@@ -9816,10 +9816,10 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9816
9816
|
*
|
|
9817
9817
|
* - Add controls as input fields, text fields or other as needed.
|
|
9818
9818
|
* - Use {@link sap.ui.core.Element#setLayoutData LayoutData} to influence the layout for special cases
|
|
9819
|
-
* in the single controls. For example, if a {@link sap.ui.layout.ColumnLayout ColumnLayout} is used
|
|
9820
|
-
* a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
9821
|
-
* large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
9822
|
-
* If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
9819
|
+
* in the single controls. For example, if a {@link sap.ui.layout.form.ColumnLayout ColumnLayout} is used
|
|
9820
|
+
* as a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
9821
|
+
* for large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
9822
|
+
* cells. If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
9823
9823
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. Ensure that the sum of
|
|
9824
9824
|
* the weights in the {@link sap.ui.layout.form.ColumnElementData ColumnElementData} is not more than 12,
|
|
9825
9825
|
* as this is the total width of the input control part of each form row. Example for a row where
|
|
@@ -9833,14 +9833,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
9833
9833
|
* ```
|
|
9834
9834
|
*
|
|
9835
9835
|
*
|
|
9836
|
-
* For example, if a {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
9836
|
+
* For example, if a {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
9837
9837
|
* there are 12 cells in one row. Depending on the screen size the labels use the defined `labelSpan`. The
|
|
9838
9838
|
* remaining cells are used for the fields (and `emptySpan` if defined). The available cells are distributed
|
|
9839
9839
|
* to all fields in the row. If one field should use a fixed number of cells you can add {@link sap.ui.layout.GridData GridData }
|
|
9840
9840
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. If there are additional
|
|
9841
9841
|
* fields in the row they will get the remaining cells. Example for a row with two {@link sap.m.Input Input }
|
|
9842
9842
|
* controls where one uses four cells on small screens, one cell on medium screens and 2 cells on larger
|
|
9843
|
-
* screens (using {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
9843
|
+
* screens (using {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
9844
9844
|
* ```javascript
|
|
9845
9845
|
*
|
|
9846
9846
|
* new sap.m.Label({text:"Label"});
|
|
@@ -11027,10 +11027,10 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
11027
11027
|
*
|
|
11028
11028
|
* - Add controls as input fields, text fields or other as needed.
|
|
11029
11029
|
* - Use {@link sap.ui.core.Element#setLayoutData LayoutData} to influence the layout for special cases
|
|
11030
|
-
* in the single controls. For example, if a {@link sap.ui.layout.ColumnLayout ColumnLayout} is used
|
|
11031
|
-
* a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
11032
|
-
* large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
11033
|
-
* If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
11030
|
+
* in the single controls. For example, if a {@link sap.ui.layout.form.ColumnLayout ColumnLayout} is used
|
|
11031
|
+
* as a layout, the form content is weighted using 4 cells for the labels and 8 cells for the field part,
|
|
11032
|
+
* for large size. If there is only little space, the labels are above the fields and each field uses 12
|
|
11033
|
+
* cells. If your input controls should influence their width, you can add {@link sap.ui.layout.form.ColumnElementData ColumnElementData }
|
|
11034
11034
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. Ensure that the sum of
|
|
11035
11035
|
* the weights in the {@link sap.ui.layout.form.ColumnElementData ColumnElementData} is not more than 12,
|
|
11036
11036
|
* as this is the total width of the input control part of each form row. Example for a row where
|
|
@@ -11044,14 +11044,14 @@ declare module "sap/ui/layout/form/SimpleForm" {
|
|
|
11044
11044
|
* ```
|
|
11045
11045
|
*
|
|
11046
11046
|
*
|
|
11047
|
-
* For example, if a {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
11047
|
+
* For example, if a {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout} is used as a layout,
|
|
11048
11048
|
* there are 12 cells in one row. Depending on the screen size the labels use the defined `labelSpan`. The
|
|
11049
11049
|
* remaining cells are used for the fields (and `emptySpan` if defined). The available cells are distributed
|
|
11050
11050
|
* to all fields in the row. If one field should use a fixed number of cells you can add {@link sap.ui.layout.GridData GridData }
|
|
11051
11051
|
* to them via the {@link sap.ui.core.Element#setLayoutData setLayoutData} method. If there are additional
|
|
11052
11052
|
* fields in the row they will get the remaining cells. Example for a row with two {@link sap.m.Input Input }
|
|
11053
11053
|
* controls where one uses four cells on small screens, one cell on medium screens and 2 cells on larger
|
|
11054
|
-
* screens (using {@link sap.ui.layout.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
11054
|
+
* screens (using {@link sap.ui.layout.form.ResponsiveGridLayout ResponsiveGridLayout}):
|
|
11055
11055
|
* ```javascript
|
|
11056
11056
|
*
|
|
11057
11057
|
* new sap.m.Label({text:"Label"});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.144.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -1417,7 +1417,9 @@ declare module "sap/ui/mdc/field/FieldBaseDelegate" {
|
|
|
1417
1417
|
*/
|
|
1418
1418
|
additionalValueType: SimpleType;
|
|
1419
1419
|
}
|
|
1420
|
-
):
|
|
1420
|
+
):
|
|
1421
|
+
| Array<ConditionObject | string>
|
|
1422
|
+
| Promise<Array<ConditionObject | string>>;
|
|
1421
1423
|
}
|
|
1422
1424
|
const FieldBaseDelegate: FieldBaseDelegate;
|
|
1423
1425
|
export default FieldBaseDelegate;
|
|
@@ -1688,7 +1690,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
|
|
|
1688
1690
|
|
|
1689
1691
|
/**
|
|
1690
1692
|
* Base Delegate for {@link sap.ui.mdc.Geomap Geomap}. Extend this object in your project to use all functionalities
|
|
1691
|
-
* of the {@link sap.ui.mdc.
|
|
1693
|
+
* of the {@link sap.ui.mdc.Geomap Geomap}.
|
|
1692
1694
|
* This class provides method calls, that are called by the `geomap` for specific operations and overwrite
|
|
1693
1695
|
* the internal behavior.
|
|
1694
1696
|
*
|
|
@@ -1763,8 +1765,8 @@ declare module "sap/ui/mdc/GeomapDelegate" {
|
|
|
1763
1765
|
* **Note:** The result of this function must be kept stable throughout the lifecycle of your application.
|
|
1764
1766
|
* Any changes of the returned values might result in undesired effects.
|
|
1765
1767
|
*
|
|
1766
|
-
* **Note**: Existing properties (set via `sap.ui.mdc.
|
|
1767
|
-
* attributes must not be changed during the {@link module:sap/ui/mdc/
|
|
1768
|
+
* **Note**: Existing properties (set via `sap.ui.mdc.Geomap#setPropertyInfo`) must not be removed and their
|
|
1769
|
+
* attributes must not be changed during the {@link module:sap/ui/mdc/GeomapDelegate.fetchProperties fetchProperties }
|
|
1768
1770
|
* callback. Otherwise validation errors might occur whenever personalization-related control features (such
|
|
1769
1771
|
* as the opening of any personalization dialog) are activated.
|
|
1770
1772
|
*
|
|
@@ -1776,7 +1778,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
|
|
|
1776
1778
|
* Reference to the geomap
|
|
1777
1779
|
*/
|
|
1778
1780
|
oGeomap: Geomap
|
|
1779
|
-
): Promise</* was: sap.ui.mdc.
|
|
1781
|
+
): Promise</* was: sap.ui.mdc.Geomap.PropertyInfo */ any[]>;
|
|
1780
1782
|
/**
|
|
1781
1783
|
* Returns the binding info for given geomap.
|
|
1782
1784
|
*
|
|
@@ -1819,7 +1821,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
|
|
|
1819
1821
|
* Reference to the MDC geomap
|
|
1820
1822
|
*/
|
|
1821
1823
|
oGeomap: Geomap
|
|
1822
|
-
):
|
|
1824
|
+
): GeomapTypeObject[];
|
|
1823
1825
|
/**
|
|
1824
1826
|
* Gets the current zooming information for the geomap.
|
|
1825
1827
|
*
|
|
@@ -1952,7 +1954,7 @@ declare module "sap/ui/mdc/GeomapDelegate" {
|
|
|
1952
1954
|
/**
|
|
1953
1955
|
* Reference to the geomap
|
|
1954
1956
|
*/
|
|
1955
|
-
|
|
1957
|
+
oGeomap: Geomap
|
|
1956
1958
|
): void;
|
|
1957
1959
|
}
|
|
1958
1960
|
const GeomapDelegate: GeomapDelegate;
|
|
@@ -2514,12 +2516,12 @@ declare module "sap/ui/mdc/TableDelegate" {
|
|
|
2514
2516
|
* To enable specific functionalities, the configuration must contain the following functions:
|
|
2515
2517
|
* - To enable **Expand Entire Tree**, the `expandAll` function needs to be implemented.
|
|
2516
2518
|
* - To enable **Collapse Entire Tree**, the `collapseAll` function needs to be implemented.
|
|
2517
|
-
* - To enable **Expand Entire Node**, the `
|
|
2518
|
-
*
|
|
2519
|
-
* - To enable **Collapse Entire Node**, the `
|
|
2519
|
+
* - To enable **Expand Entire Node**, the `expandEntireNode` and `isNodeExpanded` functions need to be
|
|
2520
|
+
* implemented.
|
|
2521
|
+
* - To enable **Collapse Entire Node**, the `collapseEntireNode` and `isNodeExpanded` functions need
|
|
2520
2522
|
* to be implemented.
|
|
2521
2523
|
*
|
|
2522
|
-
* **Note:**
|
|
2524
|
+
* **Note:** Expanding and collapsing an entire node is only supported if the table rows are selectable.
|
|
2523
2525
|
*
|
|
2524
2526
|
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
2525
2527
|
*
|
|
@@ -2726,35 +2728,35 @@ declare module "sap/ui/mdc/TableDelegate" {
|
|
|
2726
2728
|
*/
|
|
2727
2729
|
export type ExpandAndCollapseConfiguration = {
|
|
2728
2730
|
/**
|
|
2729
|
-
* Function to expand
|
|
2731
|
+
* Function to expand the entire tree
|
|
2730
2732
|
*
|
|
2731
2733
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2732
2734
|
*/
|
|
2733
2735
|
expandAll?: (p1: Table) => void;
|
|
2734
2736
|
/**
|
|
2735
|
-
* Function to collapse
|
|
2737
|
+
* Function to collapse the entire tree
|
|
2736
2738
|
*
|
|
2737
2739
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2738
2740
|
*/
|
|
2739
2741
|
collapseAll?: (p1: Table) => void;
|
|
2740
2742
|
/**
|
|
2741
|
-
* Function to expand all
|
|
2743
|
+
* Function to expand a node and all the nodes in its entire subtree.
|
|
2742
2744
|
*
|
|
2743
2745
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2744
2746
|
*/
|
|
2745
|
-
|
|
2747
|
+
expandEntireNode?: (p1: Table, p2: Context) => void;
|
|
2746
2748
|
/**
|
|
2747
|
-
* Function to collapse all
|
|
2749
|
+
* Function to collapse a node and all the nodes in its entire subtree.
|
|
2748
2750
|
*
|
|
2749
2751
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2750
2752
|
*/
|
|
2751
|
-
|
|
2753
|
+
collapseEntireNode?: (p1: Table, p2: Context) => void;
|
|
2752
2754
|
/**
|
|
2753
|
-
* Function to check if a specific node is expanded
|
|
2755
|
+
* Function to check if a specific node is expanded. Returns `undefined` if the node is a leaf.
|
|
2754
2756
|
*
|
|
2755
2757
|
* @ui5-protected DO NOT USE IN APPLICATIONS (only for related classes in the framework)
|
|
2756
2758
|
*/
|
|
2757
|
-
isNodeExpanded?: (p1: Table, p2: Context) =>
|
|
2759
|
+
isNodeExpanded?: (p1: Table, p2: Context) => boolean | undefined;
|
|
2758
2760
|
};
|
|
2759
2761
|
}
|
|
2760
2762
|
|
|
@@ -3876,8 +3878,8 @@ declare module "sap/ui/mdc/library" {
|
|
|
3876
3878
|
|
|
3877
3879
|
/**
|
|
3878
3880
|
* The `State` object describes the interface to apply and retrieve the current adaptation state from mdc
|
|
3879
|
-
* controls. The {@link sap.mdc.p13n.StateUtil StateUtil} class can be used to programatically apply
|
|
3880
|
-
* considered for the controls personalization to be part of its persistence.
|
|
3881
|
+
* controls. The {@link sap.ui.mdc.p13n.StateUtil StateUtil} class can be used to programatically apply
|
|
3882
|
+
* changes considered for the controls personalization to be part of its persistence.
|
|
3881
3883
|
*/
|
|
3882
3884
|
export type State = {
|
|
3883
3885
|
/**
|
|
@@ -5498,20 +5500,18 @@ declare module "sap/ui/mdc/Chart" {
|
|
|
5498
5500
|
minHeight?: CSSSize | PropertyBindingInfo | `{${string}}`;
|
|
5499
5501
|
|
|
5500
5502
|
/**
|
|
5501
|
-
* Defines the sort conditions.
|
|
5502
|
-
*
|
|
5503
|
-
*
|
|
5504
|
-
* anything else.
|
|
5503
|
+
* Defines the XML baseline for sort conditions in SAPUI5 flexibility.
|
|
5504
|
+
*
|
|
5505
|
+
* **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
|
|
5505
5506
|
*
|
|
5506
5507
|
* @since 1.88
|
|
5507
5508
|
*/
|
|
5508
5509
|
sortConditions?: object | PropertyBindingInfo | `{${string}}`;
|
|
5509
5510
|
|
|
5510
5511
|
/**
|
|
5511
|
-
* Defines the filter conditions.
|
|
5512
|
-
*
|
|
5513
|
-
*
|
|
5514
|
-
* anything else.
|
|
5512
|
+
* Defines the XML baseline for filter conditions in SAPUI5 flexibility.
|
|
5513
|
+
*
|
|
5514
|
+
* **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
|
|
5515
5515
|
*
|
|
5516
5516
|
* @since 1.99
|
|
5517
5517
|
*/
|
|
@@ -8025,37 +8025,53 @@ declare module "sap/ui/mdc/enums/FieldEditMode" {
|
|
|
8025
8025
|
*/
|
|
8026
8026
|
enum FieldEditMode {
|
|
8027
8027
|
/**
|
|
8028
|
-
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8029
|
-
* is rendered in disabled mode
|
|
8028
|
+
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8029
|
+
* is rendered in disabled mode.
|
|
8030
8030
|
*/
|
|
8031
8031
|
Disabled = "Disabled",
|
|
8032
8032
|
/**
|
|
8033
|
-
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}
|
|
8034
|
-
* is
|
|
8033
|
+
* If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
|
|
8034
|
+
* or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is disabled, and the other
|
|
8035
|
+
* parts are in display mode.
|
|
8036
|
+
*
|
|
8037
|
+
* @since 1.144
|
|
8038
|
+
*/
|
|
8039
|
+
DisabledDisplay = "DisabledDisplay",
|
|
8040
|
+
/**
|
|
8041
|
+
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8042
|
+
* is rendered in display mode.
|
|
8035
8043
|
*/
|
|
8036
8044
|
Display = "Display",
|
|
8037
8045
|
/**
|
|
8038
|
-
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8039
|
-
* is rendered in editable mode
|
|
8046
|
+
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8047
|
+
* is rendered in editable mode.
|
|
8040
8048
|
*/
|
|
8041
8049
|
Editable = "Editable",
|
|
8042
8050
|
/**
|
|
8043
|
-
* If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField
|
|
8051
|
+
* If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
|
|
8044
8052
|
* or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is editable, and the other
|
|
8045
8053
|
* parts are in display mode.
|
|
8046
8054
|
*/
|
|
8047
8055
|
EditableDisplay = "EditableDisplay",
|
|
8048
8056
|
/**
|
|
8049
|
-
* If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField
|
|
8057
|
+
* If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
|
|
8050
8058
|
* or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is editable, and the other
|
|
8051
8059
|
* parts are read-only.
|
|
8052
8060
|
*/
|
|
8053
8061
|
EditableReadOnly = "EditableReadOnly",
|
|
8054
8062
|
/**
|
|
8055
|
-
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField} or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8056
|
-
* is rendered in read-only mode
|
|
8063
|
+
* {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField}, or {@link sap.ui.mdc.MultiValueField MultiValueField }
|
|
8064
|
+
* is rendered in read-only mode.
|
|
8057
8065
|
*/
|
|
8058
8066
|
ReadOnly = "ReadOnly",
|
|
8067
|
+
/**
|
|
8068
|
+
* If more than one control is rendered by the {@link sap.ui.mdc.Field Field}, {@link sap.ui.mdc.FilterField FilterField},
|
|
8069
|
+
* or {@link sap.ui.mdc.MultiValueField MultiValueField} control, the first part is read-only, and the other
|
|
8070
|
+
* parts are in display mode.
|
|
8071
|
+
*
|
|
8072
|
+
* @since 1.144
|
|
8073
|
+
*/
|
|
8074
|
+
ReadOnlyDisplay = "ReadOnlyDisplay",
|
|
8059
8075
|
}
|
|
8060
8076
|
export default FieldEditMode;
|
|
8061
8077
|
}
|
|
@@ -8924,19 +8940,19 @@ declare module "sap/ui/mdc/enums/RequestShowContainerReason" {
|
|
|
8924
8940
|
declare module "sap/ui/mdc/enums/TableActionPosition" {
|
|
8925
8941
|
/**
|
|
8926
8942
|
* Defines the supported positions for table-relevant actions within the table toolbar, in accordance with
|
|
8927
|
-
* the {@link https://www.sap.com/design-system/fiori-design-web/ui-elements/table-bar/ SAP Design System}.
|
|
8943
|
+
* the {@link https://www.sap.com/design-system/fiori-design-web/ui-elements/table-bar/ SAP Design System guidelines}.
|
|
8928
8944
|
*
|
|
8929
8945
|
* @since 1.143
|
|
8930
8946
|
*/
|
|
8931
8947
|
enum TableActionPosition {
|
|
8932
8948
|
/**
|
|
8933
8949
|
* Extension point for actions displayed after all table-relevant actions. These actions allow applications
|
|
8934
|
-
* to add additional functionality, such as
|
|
8950
|
+
* to add additional functionality, such as pagination, refresh.
|
|
8935
8951
|
*/
|
|
8936
8952
|
EndActions = "EndActions",
|
|
8937
8953
|
/**
|
|
8938
8954
|
* Extension point for the export actions at the start of the group. These actions convert the content of
|
|
8939
|
-
* the table into an external format, such as Excel, PDF,
|
|
8955
|
+
* the table into an external format, such as Excel, PDF, a printed document.
|
|
8940
8956
|
*/
|
|
8941
8957
|
ExportActions = "ExportActions",
|
|
8942
8958
|
/**
|
|
@@ -8957,7 +8973,7 @@ declare module "sap/ui/mdc/enums/TableActionPosition" {
|
|
|
8957
8973
|
PersonalizationActions = "PersonalizationActions",
|
|
8958
8974
|
/**
|
|
8959
8975
|
* Extension point for the personalization actions inserted after the first and before the second group
|
|
8960
|
-
* of predefined actions. These actions change the arrangement or personalization of the table
|
|
8976
|
+
* of predefined actions. These actions change the arrangement or personalization of the table at the item
|
|
8961
8977
|
* level, such as Expand/Collapse Node, Show/Hide Details, Table Settings.
|
|
8962
8978
|
*/
|
|
8963
8979
|
PersonalizationActionsMiddle = "PersonalizationActionsMiddle",
|
|
@@ -9038,12 +9054,12 @@ declare module "sap/ui/mdc/enums/TablePopinDisplay" {
|
|
|
9038
9054
|
*/
|
|
9039
9055
|
enum TablePopinDisplay {
|
|
9040
9056
|
/**
|
|
9041
|
-
* The header is displayed
|
|
9057
|
+
* The header is displayed on the first line, and the cell content is displayed on the next line.
|
|
9042
9058
|
*/
|
|
9043
9059
|
Block = "Block",
|
|
9044
9060
|
/**
|
|
9045
|
-
* The cell content is displayed next to the header
|
|
9046
|
-
* for the cell content, then it is displayed
|
|
9061
|
+
* The cell content is displayed next to the header on the same line. **Note:** If there is not enough space
|
|
9062
|
+
* for the cell content, then it is displayed on the next line.
|
|
9047
9063
|
*/
|
|
9048
9064
|
Inline = "Inline",
|
|
9049
9065
|
}
|
|
@@ -12705,7 +12721,7 @@ declare module "sap/ui/mdc/field/FieldInfoBase" {
|
|
|
12705
12721
|
* Returns the content of the popover.
|
|
12706
12722
|
*
|
|
12707
12723
|
*
|
|
12708
|
-
* @returns `Promise` with a popover content of type sap.ui.Control as result
|
|
12724
|
+
* @returns `Promise` with a popover content of type sap.ui.core.Control as result
|
|
12709
12725
|
*/
|
|
12710
12726
|
getContent(
|
|
12711
12727
|
/**
|
|
@@ -13484,6 +13500,19 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
|
|
|
13484
13500
|
*/
|
|
13485
13501
|
mParameters?: FilterBarBase$SearchEventParameters
|
|
13486
13502
|
): this;
|
|
13503
|
+
/**
|
|
13504
|
+
* Updates the Adapt Filters button text based on the number of assigned filters.
|
|
13505
|
+
*
|
|
13506
|
+
* @ui5-protected Do not call from applications (only from related classes in the framework)
|
|
13507
|
+
*
|
|
13508
|
+
* @returns text for the Adapt Filters button
|
|
13509
|
+
*/
|
|
13510
|
+
getAdaptFiltersButtonText(
|
|
13511
|
+
/**
|
|
13512
|
+
* number of assigned filters
|
|
13513
|
+
*/
|
|
13514
|
+
iFilterCount: int
|
|
13515
|
+
): string;
|
|
13487
13516
|
/**
|
|
13488
13517
|
* Gets the labels of all filters with a value assignment.
|
|
13489
13518
|
*
|
|
@@ -14006,10 +14035,10 @@ declare module "sap/ui/mdc/filterbar/FilterBarBase" {
|
|
|
14006
14035
|
declare module "sap/ui/mdc/filterbar/IFilterContainer" {
|
|
14007
14036
|
import { default as UI5Element, $ElementSettings } from "sap/ui/core/Element";
|
|
14008
14037
|
|
|
14009
|
-
import FilterField from "sap/ui/mdc/FilterField";
|
|
14010
|
-
|
|
14011
14038
|
import Control from "sap/ui/core/Control";
|
|
14012
14039
|
|
|
14040
|
+
import FilterField from "sap/ui/mdc/FilterField";
|
|
14041
|
+
|
|
14013
14042
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
14014
14043
|
|
|
14015
14044
|
/**
|
|
@@ -14060,6 +14089,17 @@ declare module "sap/ui/mdc/filterbar/IFilterContainer" {
|
|
|
14060
14089
|
* @returns Metadata object describing this class
|
|
14061
14090
|
*/
|
|
14062
14091
|
static getMetadata(): ElementMetadata;
|
|
14092
|
+
/**
|
|
14093
|
+
* Adds a button control to the inner layout of the `IFilterContainer`.
|
|
14094
|
+
*
|
|
14095
|
+
* @since 1.144
|
|
14096
|
+
*/
|
|
14097
|
+
addButton(
|
|
14098
|
+
/**
|
|
14099
|
+
* Control that is added
|
|
14100
|
+
*/
|
|
14101
|
+
oControl: Control
|
|
14102
|
+
): void;
|
|
14063
14103
|
/**
|
|
14064
14104
|
* Overwrites the default exit to clean up the created layout properly.
|
|
14065
14105
|
*/
|
|
@@ -14754,7 +14794,7 @@ declare module "sap/ui/mdc/Geomap" {
|
|
|
14754
14794
|
__implements__sap_ui_mdc_IFilterSource: boolean;
|
|
14755
14795
|
__implements__sap_ui_mdc_IxState: boolean;
|
|
14756
14796
|
/**
|
|
14757
|
-
* Constructor for a new
|
|
14797
|
+
* Constructor for a new Geomap.
|
|
14758
14798
|
*
|
|
14759
14799
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
14760
14800
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -14769,7 +14809,7 @@ declare module "sap/ui/mdc/Geomap" {
|
|
|
14769
14809
|
mSettings?: $GeomapSettings
|
|
14770
14810
|
);
|
|
14771
14811
|
/**
|
|
14772
|
-
* Constructor for a new
|
|
14812
|
+
* Constructor for a new Geomap.
|
|
14773
14813
|
*
|
|
14774
14814
|
* Accepts an object literal `mSettings` that defines initial property values, aggregated and associated
|
|
14775
14815
|
* objects as well as event handlers. See {@link sap.ui.base.ManagedObject#constructor} for a general description
|
|
@@ -15316,9 +15356,9 @@ declare module "sap/ui/mdc/Geomap" {
|
|
|
15316
15356
|
): this;
|
|
15317
15357
|
}
|
|
15318
15358
|
/**
|
|
15319
|
-
* An object literal describing a data property in the context of a {@link sap.ui.mdc.
|
|
15359
|
+
* An object literal describing a data property in the context of a {@link sap.ui.mdc.Geomap}.
|
|
15320
15360
|
*
|
|
15321
|
-
* When specifying the `PropertyInfo` objects in the {@link sap.ui.mdc.
|
|
15361
|
+
* When specifying the `PropertyInfo` objects in the {@link sap.ui.mdc.Geomap#getPropertyInfo propertyInfo }
|
|
15322
15362
|
* property, the following attributes need to be specified:
|
|
15323
15363
|
* - `key`
|
|
15324
15364
|
* - `label`
|
|
@@ -15446,7 +15486,7 @@ declare module "sap/ui/mdc/Geomap" {
|
|
|
15446
15486
|
* **Note:** This property must not be bound.
|
|
15447
15487
|
* **Note:** This property is exclusively used for handling SAPUI5 flexibility changes. Do not use it otherwise.
|
|
15448
15488
|
* **Note**: Existing properties (set via `sap.ui.mdc.Geomap#setPropertyInfo`) must not be removed and
|
|
15449
|
-
* their attributes must not be changed during the {@link module:sap/ui/mdc/
|
|
15489
|
+
* their attributes must not be changed during the {@link module:sap/ui/mdc/GeomapDelegate.fetchProperties fetchProperties }
|
|
15450
15490
|
* callback. Otherwise validation errors might occur whenever personalization-related control features (such
|
|
15451
15491
|
* as the opening of any personalization dialog) are activated.
|
|
15452
15492
|
*
|
|
@@ -19107,40 +19147,36 @@ declare module "sap/ui/mdc/Table" {
|
|
|
19107
19147
|
threshold?: int | PropertyBindingInfo | `{${string}}`;
|
|
19108
19148
|
|
|
19109
19149
|
/**
|
|
19110
|
-
* Defines the sort conditions.
|
|
19150
|
+
* Defines the XML baseline for sort conditions in SAPUI5 flexibility.
|
|
19111
19151
|
*
|
|
19112
|
-
* **Note:** This property must not be bound.
|
|
19113
|
-
* Do not use it otherwise.
|
|
19152
|
+
* **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
|
|
19114
19153
|
*
|
|
19115
19154
|
* @since 1.73
|
|
19116
19155
|
*/
|
|
19117
19156
|
sortConditions?: object | PropertyBindingInfo | `{${string}}`;
|
|
19118
19157
|
|
|
19119
19158
|
/**
|
|
19120
|
-
* Defines the filter conditions.
|
|
19159
|
+
* Defines the XML baseline for filter conditions in SAPUI5 flexibility.
|
|
19121
19160
|
*
|
|
19122
|
-
* **Note:** This property must not be bound.
|
|
19123
|
-
* Do not use it otherwise.
|
|
19161
|
+
* **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
|
|
19124
19162
|
*
|
|
19125
19163
|
* @since 1.80.0
|
|
19126
19164
|
*/
|
|
19127
19165
|
filterConditions?: object | PropertyBindingInfo | `{${string}}`;
|
|
19128
19166
|
|
|
19129
19167
|
/**
|
|
19130
|
-
* Defines the group conditions.
|
|
19168
|
+
* Defines the XML baseline for group conditions in SAPUI5 flexibility.
|
|
19131
19169
|
*
|
|
19132
|
-
* **Note:** This property must not be bound.
|
|
19133
|
-
* Do not use it otherwise.
|
|
19170
|
+
* **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
|
|
19134
19171
|
*
|
|
19135
19172
|
* @since 1.87
|
|
19136
19173
|
*/
|
|
19137
19174
|
groupConditions?: object | PropertyBindingInfo | `{${string}}`;
|
|
19138
19175
|
|
|
19139
19176
|
/**
|
|
19140
|
-
* Defines the aggregate conditions.
|
|
19177
|
+
* Defines the XML baseline for aggregate conditions in SAPUI5 flexibility.
|
|
19141
19178
|
*
|
|
19142
|
-
* **Note:** This property must not be bound.
|
|
19143
|
-
* Do not use it otherwise.
|
|
19179
|
+
* **Note:** This property must not be bound. **Note:** This property must not be changed during runtime.
|
|
19144
19180
|
*
|
|
19145
19181
|
* @since 1.87
|
|
19146
19182
|
*/
|
|
@@ -27736,6 +27772,8 @@ declare namespace sap {
|
|
|
27736
27772
|
|
|
27737
27773
|
"sap/ui/mdc/filterbar/FilterBarBase": undefined;
|
|
27738
27774
|
|
|
27775
|
+
"sap/ui/mdc/filterbar/FilterContainer": undefined;
|
|
27776
|
+
|
|
27739
27777
|
"sap/ui/mdc/filterbar/IFilterContainer": undefined;
|
|
27740
27778
|
|
|
27741
27779
|
"sap/ui/mdc/filterbar/p13n/AdaptationFilterBar": undefined;
|