@sapui5/ts-types-esm 1.130.2 → 1.131.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 +3 -3
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +1 -1
- package/types/sap.chart.d.ts +1 -1
- package/types/sap.collaboration.d.ts +1 -1
- package/types/sap.esh.search.ui.d.ts +47 -9
- package/types/sap.f.d.ts +238 -12
- package/types/sap.fe.base.d.ts +24 -1
- package/types/sap.fe.controls.d.ts +1 -1
- package/types/sap.fe.core.d.ts +10 -7
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +203 -145
- package/types/sap.fe.navigation.d.ts +3 -3
- 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.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +96 -9
- package/types/sap.insights.d.ts +1 -1
- package/types/{mobile-1.130.0-esm-d.ts → sap.m.d.ts} +355 -25
- 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.rules.ui.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 +143 -55
- package/types/{core-1.130.0-esm-d.ts → sap.ui.core.d.ts} +295 -300
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +6 -6
- package/types/sap.ui.fl.d.ts +1 -1
- package/types/sap.ui.generic.app.d.ts +2 -2
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +142 -2
- package/types/sap.ui.layout.d.ts +18 -21
- package/types/{mdc-1.130.0-esm-d.ts → sap.ui.mdc.d.ts} +220 -103
- 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 +7 -4
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +263 -9
- package/types/sap.ui.ux3.d.ts +1 -1
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +28 -1
- package/types/sap.ui.vtm.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 +7 -4
- 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.fe.test.d.ts
CHANGED
package/types/sap.fe.tools.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.131.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -5421,22 +5421,22 @@ declare module "sap/gantt/config/Locale" {
|
|
|
5421
5421
|
sDstHorizons?: object[]
|
|
5422
5422
|
): this;
|
|
5423
5423
|
/**
|
|
5424
|
-
* Sets a new value for property {@link #getTimeZone timeZone}.
|
|
5425
|
-
*
|
|
5426
5424
|
* Custom timezone for Gantt. The localization time zone is considered as the default time zone for the
|
|
5427
5425
|
* locale, see {@link sap.base.i18n.Localization#getTimezone}
|
|
5428
5426
|
*
|
|
5429
|
-
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
5430
|
-
*
|
|
5431
5427
|
*
|
|
5432
|
-
* @returns
|
|
5428
|
+
* @returns returns the control for chaining
|
|
5433
5429
|
*/
|
|
5434
5430
|
setTimeZone(
|
|
5435
5431
|
/**
|
|
5436
|
-
*
|
|
5432
|
+
* Timezone to set
|
|
5437
5433
|
*/
|
|
5438
|
-
sTimeZone: string
|
|
5439
|
-
|
|
5434
|
+
sTimeZone: string,
|
|
5435
|
+
/**
|
|
5436
|
+
* flag to suppress the invalidation and by default the locale will be invalidate
|
|
5437
|
+
*/
|
|
5438
|
+
bSuppressInvalidate: boolean
|
|
5439
|
+
): Locale;
|
|
5440
5440
|
/**
|
|
5441
5441
|
* Sets a new value for property {@link #getUtcdiff utcdiff}.
|
|
5442
5442
|
*
|
|
@@ -35220,6 +35220,18 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35220
35220
|
* @returns Value of property `hoverable`
|
|
35221
35221
|
*/
|
|
35222
35222
|
getHoverable(): boolean;
|
|
35223
|
+
/**
|
|
35224
|
+
* Gets current value of property {@link #getLeftAnchorPosition leftAnchorPosition}.
|
|
35225
|
+
*
|
|
35226
|
+
* Postion of left anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
35227
|
+
*
|
|
35228
|
+
* Default value is `50`.
|
|
35229
|
+
*
|
|
35230
|
+
* @since 1.131
|
|
35231
|
+
*
|
|
35232
|
+
* @returns Value of property `leftAnchorPosition`
|
|
35233
|
+
*/
|
|
35234
|
+
getLeftAnchorPosition(): int;
|
|
35223
35235
|
/**
|
|
35224
35236
|
* Gets current value of property {@link #getOpacity opacity}.
|
|
35225
35237
|
*
|
|
@@ -35245,6 +35257,18 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35245
35257
|
* @returns Value of property `resizable`
|
|
35246
35258
|
*/
|
|
35247
35259
|
getResizable(): boolean;
|
|
35260
|
+
/**
|
|
35261
|
+
* Gets current value of property {@link #getRightAnchorPosition rightAnchorPosition}.
|
|
35262
|
+
*
|
|
35263
|
+
* Postion of right anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
35264
|
+
*
|
|
35265
|
+
* Default value is `50`.
|
|
35266
|
+
*
|
|
35267
|
+
* @since 1.131
|
|
35268
|
+
*
|
|
35269
|
+
* @returns Value of property `rightAnchorPosition`
|
|
35270
|
+
*/
|
|
35271
|
+
getRightAnchorPosition(): int;
|
|
35248
35272
|
/**
|
|
35249
35273
|
* Gets current value of property {@link #getRowYCenter rowYCenter}.
|
|
35250
35274
|
*
|
|
@@ -35916,6 +35940,25 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35916
35940
|
*/
|
|
35917
35941
|
bHoverable?: boolean
|
|
35918
35942
|
): this;
|
|
35943
|
+
/**
|
|
35944
|
+
* Sets a new value for property {@link #getLeftAnchorPosition leftAnchorPosition}.
|
|
35945
|
+
*
|
|
35946
|
+
* Postion of left anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
35947
|
+
*
|
|
35948
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
35949
|
+
*
|
|
35950
|
+
* Default value is `50`.
|
|
35951
|
+
*
|
|
35952
|
+
* @since 1.131
|
|
35953
|
+
*
|
|
35954
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
35955
|
+
*/
|
|
35956
|
+
setLeftAnchorPosition(
|
|
35957
|
+
/**
|
|
35958
|
+
* New value for property `leftAnchorPosition`
|
|
35959
|
+
*/
|
|
35960
|
+
iLeftAnchorPosition?: int
|
|
35961
|
+
): this;
|
|
35919
35962
|
/**
|
|
35920
35963
|
* Sets a new value for property {@link #getOpacity opacity}.
|
|
35921
35964
|
*
|
|
@@ -35955,6 +35998,25 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
35955
35998
|
*/
|
|
35956
35999
|
bResizable?: boolean
|
|
35957
36000
|
): this;
|
|
36001
|
+
/**
|
|
36002
|
+
* Sets a new value for property {@link #getRightAnchorPosition rightAnchorPosition}.
|
|
36003
|
+
*
|
|
36004
|
+
* Postion of right anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
36005
|
+
*
|
|
36006
|
+
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
36007
|
+
*
|
|
36008
|
+
* Default value is `50`.
|
|
36009
|
+
*
|
|
36010
|
+
* @since 1.131
|
|
36011
|
+
*
|
|
36012
|
+
* @returns Reference to `this` in order to allow method chaining
|
|
36013
|
+
*/
|
|
36014
|
+
setRightAnchorPosition(
|
|
36015
|
+
/**
|
|
36016
|
+
* New value for property `rightAnchorPosition`
|
|
36017
|
+
*/
|
|
36018
|
+
iRightAnchorPosition?: int
|
|
36019
|
+
): this;
|
|
35958
36020
|
/**
|
|
35959
36021
|
* Sets a new value for property {@link #getRowYCenter rowYCenter}.
|
|
35960
36022
|
*
|
|
@@ -36733,6 +36795,20 @@ declare module "sap/gantt/simple/BaseShape" {
|
|
|
36733
36795
|
* @since 1.130
|
|
36734
36796
|
*/
|
|
36735
36797
|
styleName?: string | PropertyBindingInfo;
|
|
36798
|
+
|
|
36799
|
+
/**
|
|
36800
|
+
* Postion of left anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
36801
|
+
*
|
|
36802
|
+
* @since 1.131
|
|
36803
|
+
*/
|
|
36804
|
+
leftAnchorPosition?: int | PropertyBindingInfo | `{${string}}`;
|
|
36805
|
+
|
|
36806
|
+
/**
|
|
36807
|
+
* Postion of right anchor for a shape to connect with other shapes whose value ranges from 0-100
|
|
36808
|
+
*
|
|
36809
|
+
* @since 1.131
|
|
36810
|
+
*/
|
|
36811
|
+
rightAnchorPosition?: int | PropertyBindingInfo | `{${string}}`;
|
|
36736
36812
|
}
|
|
36737
36813
|
}
|
|
36738
36814
|
|
|
@@ -42275,6 +42351,17 @@ declare module "sap/gantt/simple/GanttChartContainer" {
|
|
|
42275
42351
|
*/
|
|
42276
42352
|
sWidth?: CSSSize
|
|
42277
42353
|
): this;
|
|
42354
|
+
/**
|
|
42355
|
+
* Triggers the search event in gantt container area and updates the search results
|
|
42356
|
+
*
|
|
42357
|
+
* @since 1.106
|
|
42358
|
+
*/
|
|
42359
|
+
updateSearch(
|
|
42360
|
+
/**
|
|
42361
|
+
* when set to true search input and results will be cleared
|
|
42362
|
+
*/
|
|
42363
|
+
bClear: boolean
|
|
42364
|
+
): void;
|
|
42278
42365
|
}
|
|
42279
42366
|
/**
|
|
42280
42367
|
* Describes the settings that can be provided to the GanttChartContainer constructor.
|
package/types/sap.insights.d.ts
CHANGED