@sapui5/ts-types-esm 1.135.0 → 1.136.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.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.cux.home.d.ts +82 -0
- package/types/sap.esh.search.ui.d.ts +1 -1
- package/types/sap.f.d.ts +101 -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 +27 -3
- package/types/sap.fe.ina.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +446 -57
- 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.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +80 -8
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +518 -39
- 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 +14 -6
- package/types/sap.suite.ui.commons.d.ts +12 -1
- package/types/sap.suite.ui.generic.template.d.ts +8 -2
- 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 +3278 -212
- package/types/sap.ui.core.d.ts +114 -117
- 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 +8 -2
- package/types/sap.ui.generic.app.d.ts +1 -1
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +5 -3
- package/types/sap.ui.layout.d.ts +1 -1
- package/types/sap.ui.mdc.d.ts +135 -8
- package/types/sap.ui.richtexteditor.d.ts +8 -8
- 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 -1
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +14 -32
- package/types/sap.ui.ux3.d.ts +3 -3
- package/types/sap.ui.vbm.d.ts +1 -1
- package/types/sap.ui.vk.d.ts +310 -39
- 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 +46 -37
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +2 -21
- 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.136.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/gantt/library" {
|
|
4
4
|
import ChartScheme from "sap/gantt/config/ChartScheme";
|
|
@@ -1786,7 +1786,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1786
1786
|
/**
|
|
1787
1787
|
* Destroys the skipTimePattern in the aggregation {@link #getSkipTimePattern skipTimePattern}.
|
|
1788
1788
|
*
|
|
1789
|
-
* @
|
|
1789
|
+
* @since 1.126
|
|
1790
1790
|
*
|
|
1791
1791
|
* @returns Reference to `this` in order to allow method chaining
|
|
1792
1792
|
*/
|
|
@@ -1893,7 +1893,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
1893
1893
|
*
|
|
1894
1894
|
* The default value for skipTimePattern is null.
|
|
1895
1895
|
*
|
|
1896
|
-
* @
|
|
1896
|
+
* @since 1.126
|
|
1897
1897
|
*/
|
|
1898
1898
|
getSkipTimePattern(): SkipPattern;
|
|
1899
1899
|
/**
|
|
@@ -2580,7 +2580,7 @@ declare module "sap/gantt/axistime/AxisTimeStrategyBase" {
|
|
|
2580
2580
|
*
|
|
2581
2581
|
* The default value for skipTimePattern is null.
|
|
2582
2582
|
*
|
|
2583
|
-
* @
|
|
2583
|
+
* @since 1.126
|
|
2584
2584
|
*/
|
|
2585
2585
|
skipTimePattern?: SkipPattern;
|
|
2586
2586
|
}
|
|
@@ -44975,7 +44975,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
44975
44975
|
*
|
|
44976
44976
|
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
44977
44977
|
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
44978
|
-
* and successor rows.
|
|
44978
|
+
* and successor rows, where the shapeTypeStart, and shapeTypeEnd property of relationship are set to default.
|
|
44979
44979
|
*
|
|
44980
44980
|
* Default value is `false`.
|
|
44981
44981
|
*
|
|
@@ -46525,7 +46525,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
46525
46525
|
*
|
|
46526
46526
|
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
46527
46527
|
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
46528
|
-
* and successor rows.
|
|
46528
|
+
* and successor rows, where the shapeTypeStart, and shapeTypeEnd property of relationship are set to default.
|
|
46529
46529
|
*
|
|
46530
46530
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
46531
46531
|
*
|
|
@@ -47637,7 +47637,7 @@ declare module "sap/gantt/simple/GanttChartWithTable" {
|
|
|
47637
47637
|
/**
|
|
47638
47638
|
* Configuration that optimizes relationship rendering behaviour by avoiding the rendering of non-interactive
|
|
47639
47639
|
* relationships. When the flag is enabled, a relationship instance is required in both the predecessor
|
|
47640
|
-
* and successor rows.
|
|
47640
|
+
* and successor rows, where the shapeTypeStart, and shapeTypeEnd property of relationship are set to default.
|
|
47641
47641
|
*
|
|
47642
47642
|
* @since 1.133
|
|
47643
47643
|
*/
|
|
@@ -56634,6 +56634,76 @@ declare module "sap/gantt/skipTime/DiscontinuousProvider" {
|
|
|
56634
56634
|
* provider.
|
|
56635
56635
|
*/
|
|
56636
56636
|
constructor();
|
|
56637
|
+
|
|
56638
|
+
/**
|
|
56639
|
+
* If the given date falls within a discontinuity (i.e. an excluded domain range), it must be shifted backwards
|
|
56640
|
+
* to the discontinuity boundary. Otherwise, it should be returned unchanged.
|
|
56641
|
+
*
|
|
56642
|
+
*
|
|
56643
|
+
* @returns Returns the clamped down date object.
|
|
56644
|
+
*/
|
|
56645
|
+
clampDown(
|
|
56646
|
+
/**
|
|
56647
|
+
* Date object to be clamped down.
|
|
56648
|
+
*/
|
|
56649
|
+
oDate: object
|
|
56650
|
+
): object;
|
|
56651
|
+
/**
|
|
56652
|
+
* If the given date falls within a discontinuity (i.e. an excluded domain range), it must be moved forward
|
|
56653
|
+
* to the discontinuity boundary. Otherwise, it should be returned unchanged.
|
|
56654
|
+
*
|
|
56655
|
+
*
|
|
56656
|
+
* @returns Returns the clamped up date object.
|
|
56657
|
+
*/
|
|
56658
|
+
clampUp(
|
|
56659
|
+
/**
|
|
56660
|
+
* Date object to be clamped up.
|
|
56661
|
+
*/
|
|
56662
|
+
oDate: object
|
|
56663
|
+
): object;
|
|
56664
|
+
/**
|
|
56665
|
+
* Returns the number of milliseconds between the start and the end dates after removing the discontinuities
|
|
56666
|
+
* in between.
|
|
56667
|
+
*
|
|
56668
|
+
*
|
|
56669
|
+
* @returns Returns the number of milliseconds between the start and the end dates after removing the discontinuities
|
|
56670
|
+
* in between.
|
|
56671
|
+
*/
|
|
56672
|
+
distance(
|
|
56673
|
+
/**
|
|
56674
|
+
* Start date object.
|
|
56675
|
+
*/
|
|
56676
|
+
start: object,
|
|
56677
|
+
/**
|
|
56678
|
+
* End date object.
|
|
56679
|
+
*/
|
|
56680
|
+
end: object
|
|
56681
|
+
): number;
|
|
56682
|
+
/**
|
|
56683
|
+
* When given a date and an offset in milliseconds, the date must be advanced by the offset value, skipping
|
|
56684
|
+
* any discontinuities, to return the final value.
|
|
56685
|
+
*
|
|
56686
|
+
*
|
|
56687
|
+
* @returns Returns date object representing the original date advanced by the given offset.
|
|
56688
|
+
*/
|
|
56689
|
+
offset(
|
|
56690
|
+
/**
|
|
56691
|
+
* Date object.
|
|
56692
|
+
*/
|
|
56693
|
+
oDate: object,
|
|
56694
|
+
/**
|
|
56695
|
+
* Milliseconds to be added to the date.
|
|
56696
|
+
*/
|
|
56697
|
+
offset: number
|
|
56698
|
+
): object;
|
|
56699
|
+
/**
|
|
56700
|
+
* Returns whether the discontinuous provider is to be used or not. This method can be overriden to define
|
|
56701
|
+
* custom conditions.
|
|
56702
|
+
*
|
|
56703
|
+
*
|
|
56704
|
+
* @returns Returns whether the discontinuous provider is to be used or not.
|
|
56705
|
+
*/
|
|
56706
|
+
useDiscontinuousScale(): boolean;
|
|
56637
56707
|
}
|
|
56638
56708
|
}
|
|
56639
56709
|
|
|
@@ -56884,6 +56954,8 @@ declare module "sap/gantt/skipTime/WeekPattern" {
|
|
|
56884
56954
|
|
|
56885
56955
|
import SkipInterval from "sap/gantt/skipTime/SkipInterval";
|
|
56886
56956
|
|
|
56957
|
+
import DiscontinuousProvider from "sap/gantt/skipTime/DiscontinuousProvider";
|
|
56958
|
+
|
|
56887
56959
|
import ElementMetadata from "sap/ui/core/ElementMetadata";
|
|
56888
56960
|
|
|
56889
56961
|
import {
|
|
@@ -57004,7 +57076,7 @@ declare module "sap/gantt/skipTime/WeekPattern" {
|
|
|
57004
57076
|
*
|
|
57005
57077
|
* @returns returns the discontinuity provider of the week pattern
|
|
57006
57078
|
*/
|
|
57007
|
-
getDiscontinuityProvider():
|
|
57079
|
+
getDiscontinuityProvider(): DiscontinuousProvider;
|
|
57008
57080
|
/**
|
|
57009
57081
|
* Gets current value of property {@link #getEnabled enabled}.
|
|
57010
57082
|
*
|
package/types/sap.insights.d.ts
CHANGED