@openui5/types 1.124.0 → 1.124.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.m.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.core.d.ts +1 -1
- package/types/sap.ui.dt.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 +4 -4
- 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 +169 -1
- package/types/sap.ui.webc.main.d.ts +493 -1
- package/types/sap.uxap.d.ts +1 -1
package/package.json
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
package/types/sap.ui.dt.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.1
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/mdc/AggregationBaseDelegate" {
|
|
4
4
|
import BaseDelegate from "sap/ui/mdc/BaseDelegate";
|
|
@@ -23862,7 +23862,7 @@ declare module "sap/ui/mdc/valuehelp/base/FilterableListContent" {
|
|
|
23862
23862
|
$ListContentSettings,
|
|
23863
23863
|
} from "sap/ui/mdc/valuehelp/base/ListContent";
|
|
23864
23864
|
|
|
23865
|
-
import FilterBar from "sap/ui/mdc/
|
|
23865
|
+
import FilterBar from "sap/ui/mdc/valuehelp/FilterBar";
|
|
23866
23866
|
|
|
23867
23867
|
import Context from "sap/ui/model/Context";
|
|
23868
23868
|
|
|
@@ -24002,7 +24002,7 @@ declare module "sap/ui/mdc/valuehelp/base/FilterableListContent" {
|
|
|
24002
24002
|
/**
|
|
24003
24003
|
* Gets content of aggregation {@link #getFilterBar filterBar}.
|
|
24004
24004
|
*
|
|
24005
|
-
* {@link sap.ui.mdc.
|
|
24005
|
+
* {@link sap.ui.mdc.valuehelp.FilterBar FilterBar} used for filtering.
|
|
24006
24006
|
*/
|
|
24007
24007
|
getFilterBar(): FilterBar;
|
|
24008
24008
|
/**
|
|
@@ -24236,7 +24236,7 @@ declare module "sap/ui/mdc/valuehelp/base/FilterableListContent" {
|
|
|
24236
24236
|
group?: string | PropertyBindingInfo;
|
|
24237
24237
|
|
|
24238
24238
|
/**
|
|
24239
|
-
* {@link sap.ui.mdc.
|
|
24239
|
+
* {@link sap.ui.mdc.valuehelp.FilterBar FilterBar} used for filtering.
|
|
24240
24240
|
*/
|
|
24241
24241
|
filterBar?: FilterBar;
|
|
24242
24242
|
}
|
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