@sapui5/ts-types 1.116.0 → 1.117.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 +1 -0
- package/types/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +144 -57
- package/types/sap.chart.d.ts +29 -8
- package/types/sap.collaboration.d.ts +5 -2
- package/types/sap.esh.search.ui.d.ts +9 -3
- package/types/sap.f.d.ts +160 -63
- package/types/sap.fe.core.d.ts +21 -35
- package/types/sap.fe.macros.d.ts +148 -16
- package/types/sap.fe.placeholder.d.ts +1 -1
- package/types/sap.fe.plugins.optimisticBatch.d.ts +3 -0
- 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 +344 -1208
- package/types/sap.insights.d.ts +251 -11
- package/types/sap.landvisz.d.ts +64 -25
- package/types/sap.m.d.ts +2259 -806
- package/types/sap.makit.d.ts +22 -7
- package/types/sap.me.d.ts +40 -16
- package/types/sap.ndc.d.ts +20 -15
- package/types/sap.ovp.d.ts +24 -111
- package/types/sap.rules.ui.d.ts +17 -5
- package/types/sap.sac.df.d.ts +87 -1
- package/types/sap.suite.ui.commons.d.ts +531 -182
- package/types/sap.suite.ui.generic.template.d.ts +5 -2
- package/types/sap.suite.ui.microchart.d.ts +85 -34
- package/types/sap.tnt.d.ts +13 -4
- package/types/sap.ui.codeeditor.d.ts +9 -3
- package/types/sap.ui.commons.d.ts +297 -116
- package/types/sap.ui.comp.d.ts +631 -256
- package/types/sap.ui.core.d.ts +976 -286
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +193 -3
- package/types/sap.ui.fl.d.ts +25 -10
- 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 +90 -23
- package/types/sap.ui.layout.d.ts +93 -30
- package/types/sap.ui.mdc.d.ts +6507 -6291
- package/types/sap.ui.richtexteditor.d.ts +17 -5
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +9 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +149 -43
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +265 -103
- package/types/sap.ui.ux3.d.ts +300 -120
- package/types/sap.ui.vbm.d.ts +288 -120
- package/types/sap.ui.vk.d.ts +685 -271
- package/types/sap.ui.vtm.d.ts +177 -72
- package/types/sap.ui.webc.common.d.ts +1 -1
- package/types/sap.ui.webc.fiori.d.ts +170 -68
- package/types/sap.ui.webc.main.d.ts +495 -198
- package/types/sap.uiext.inbox.d.ts +64 -25
- package/types/sap.ushell.d.ts +658 -47
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +51 -21
- package/types/sap.viz.d.ts +675 -267
- 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 +35 -14
package/types/sap.uxap.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.117.0
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -5484,7 +5484,7 @@ declare namespace sap {
|
|
|
5484
5484
|
*/
|
|
5485
5485
|
getPreserveHeaderStateOnScroll(): boolean;
|
|
5486
5486
|
/**
|
|
5487
|
-
* Returns the `sap.ui.core.ScrollEnablement` delegate which is used with this control.
|
|
5487
|
+
* Returns the `sap.ui.core.delegate.ScrollEnablement` delegate which is used with this control.
|
|
5488
5488
|
*
|
|
5489
5489
|
* @returns The scroll delegate instance
|
|
5490
5490
|
*/
|
|
@@ -7522,25 +7522,55 @@ declare namespace sap {
|
|
|
7522
7522
|
*/
|
|
7523
7523
|
type BlockBaseColumnLayout = string;
|
|
7524
7524
|
|
|
7525
|
-
type BlockBase$ViewInitEvent = sap.ui.base.Event<
|
|
7526
|
-
|
|
7527
|
-
|
|
7528
|
-
|
|
7529
|
-
|
|
7530
|
-
|
|
7531
|
-
|
|
7532
|
-
|
|
7533
|
-
|
|
7534
|
-
|
|
7535
|
-
type
|
|
7536
|
-
|
|
7537
|
-
|
|
7538
|
-
|
|
7539
|
-
|
|
7540
|
-
|
|
7541
|
-
|
|
7542
|
-
|
|
7543
|
-
|
|
7525
|
+
type BlockBase$ViewInitEvent = sap.ui.base.Event<
|
|
7526
|
+
BlockBase$ViewInitEventParameters,
|
|
7527
|
+
BlockBase
|
|
7528
|
+
>;
|
|
7529
|
+
|
|
7530
|
+
type ObjectPageHeader$MarkChangesPressEvent = sap.ui.base.Event<
|
|
7531
|
+
ObjectPageHeader$MarkChangesPressEventParameters,
|
|
7532
|
+
ObjectPageHeader
|
|
7533
|
+
>;
|
|
7534
|
+
|
|
7535
|
+
type ObjectPageHeader$MarkLockedPressEvent = sap.ui.base.Event<
|
|
7536
|
+
ObjectPageHeader$MarkLockedPressEventParameters,
|
|
7537
|
+
ObjectPageHeader
|
|
7538
|
+
>;
|
|
7539
|
+
|
|
7540
|
+
type ObjectPageHeader$TitleSelectorPressEvent = sap.ui.base.Event<
|
|
7541
|
+
ObjectPageHeader$TitleSelectorPressEventParameters,
|
|
7542
|
+
ObjectPageHeader
|
|
7543
|
+
>;
|
|
7544
|
+
|
|
7545
|
+
type ObjectPageLayout$EditHeaderButtonPressEvent = sap.ui.base.Event<
|
|
7546
|
+
ObjectPageLayout$EditHeaderButtonPressEventParameters,
|
|
7547
|
+
ObjectPageLayout
|
|
7548
|
+
>;
|
|
7549
|
+
|
|
7550
|
+
type ObjectPageLayout$HeaderContentPinnedStateChangeEvent = sap.ui.base.Event<
|
|
7551
|
+
ObjectPageLayout$HeaderContentPinnedStateChangeEventParameters,
|
|
7552
|
+
ObjectPageLayout
|
|
7553
|
+
>;
|
|
7554
|
+
|
|
7555
|
+
type ObjectPageLayout$NavigateEvent = sap.ui.base.Event<
|
|
7556
|
+
ObjectPageLayout$NavigateEventParameters,
|
|
7557
|
+
ObjectPageLayout
|
|
7558
|
+
>;
|
|
7559
|
+
|
|
7560
|
+
type ObjectPageLayout$SectionChangeEvent = sap.ui.base.Event<
|
|
7561
|
+
ObjectPageLayout$SectionChangeEventParameters,
|
|
7562
|
+
ObjectPageLayout
|
|
7563
|
+
>;
|
|
7564
|
+
|
|
7565
|
+
type ObjectPageLayout$SubSectionVisibilityChangeEvent = sap.ui.base.Event<
|
|
7566
|
+
ObjectPageLayout$SubSectionVisibilityChangeEventParameters,
|
|
7567
|
+
ObjectPageLayout
|
|
7568
|
+
>;
|
|
7569
|
+
|
|
7570
|
+
type ObjectPageLayout$ToggleAnchorBarEvent = sap.ui.base.Event<
|
|
7571
|
+
ObjectPageLayout$ToggleAnchorBarEventParameters,
|
|
7572
|
+
ObjectPageLayout
|
|
7573
|
+
>;
|
|
7544
7574
|
}
|
|
7545
7575
|
|
|
7546
7576
|
interface IUI5DefineDependencyNames {
|