@sapui5/types 1.122.2 → 1.123.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/sap.apf.d.ts +1 -1
- package/types/sap.ca.ui.d.ts +408 -32
- package/types/sap.chart.d.ts +58 -6
- package/types/sap.collaboration.d.ts +52 -9
- package/types/sap.esh.search.ui.d.ts +2066 -2
- package/types/sap.f.d.ts +435 -98
- package/types/sap.fe.core.d.ts +9 -3
- package/types/sap.fe.macros.d.ts +1075 -70
- 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 +8 -6
- package/types/sap.fe.test.d.ts +309 -7
- package/types/sap.fe.tools.d.ts +1 -1
- package/types/sap.feedback.ui.d.ts +1 -1
- package/types/sap.gantt.d.ts +1066 -146
- package/types/sap.insights.d.ts +4 -2
- package/types/sap.m.d.ts +3961 -399
- package/types/sap.makit.d.ts +115 -14
- package/types/sap.me.d.ts +84 -7
- package/types/sap.ndc.d.ts +22 -2
- package/types/sap.ovp.d.ts +1 -1
- package/types/sap.rules.ui.d.ts +44 -11
- package/types/sap.sac.df.d.ts +119 -67
- package/types/sap.suite.ui.commons.d.ts +1146 -2474
- package/types/sap.suite.ui.generic.template.d.ts +10 -2
- package/types/sap.suite.ui.microchart.d.ts +190 -28
- package/types/sap.tnt.d.ts +46 -10
- package/types/sap.ui.codeeditor.d.ts +16 -2
- package/types/sap.ui.commons.d.ts +797 -121
- package/types/sap.ui.comp.d.ts +964 -124
- package/types/sap.ui.core.d.ts +13204 -12618
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +22 -5
- package/types/sap.ui.fl.d.ts +40 -3
- package/types/sap.ui.generic.app.d.ts +217 -201
- package/types/sap.ui.generic.template.d.ts +1 -1
- package/types/sap.ui.integration.d.ts +147 -9
- package/types/sap.ui.layout.d.ts +171 -47
- package/types/sap.ui.mdc.d.ts +554 -71
- package/types/sap.ui.richtexteditor.d.ts +28 -2
- package/types/sap.ui.rta.d.ts +1 -1
- package/types/sap.ui.suite.d.ts +27 -3
- package/types/sap.ui.support.d.ts +1 -1
- package/types/sap.ui.table.d.ts +278 -74
- package/types/sap.ui.testrecorder.d.ts +1 -1
- package/types/sap.ui.unified.d.ts +481 -42
- package/types/sap.ui.ux3.d.ts +527 -34
- package/types/sap.ui.vbm.d.ts +544 -48
- package/types/sap.ui.vk.d.ts +1588 -133
- package/types/sap.ui.vtm.d.ts +373 -27
- package/types/sap.ui.webc.common.d.ts +7 -1
- package/types/sap.ui.webc.fiori.d.ts +351 -29
- package/types/sap.ui.webc.main.d.ts +1035 -83
- package/types/sap.uiext.inbox.d.ts +124 -13
- package/types/sap.ushell.d.ts +1081 -383
- package/types/sap.ushell_abap.d.ts +1 -1
- package/types/sap.uxap.d.ts +123 -23
- package/types/sap.viz.d.ts +2619 -130
- package/types/sap.webanalytics.core.d.ts +1 -1
- package/types/sap.zen.commons.d.ts +35 -15
- package/types/sap.zen.crosstab.d.ts +22 -10
- package/types/sap.zen.dsh.d.ts +64 -9
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/richtexteditor/library" {
|
|
4
4
|
/**
|
|
@@ -1467,7 +1467,9 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1467
1467
|
bWrapping?: boolean
|
|
1468
1468
|
): this;
|
|
1469
1469
|
}
|
|
1470
|
-
|
|
1470
|
+
/**
|
|
1471
|
+
* Describes the settings that can be provided to the RichTextEditor constructor.
|
|
1472
|
+
*/
|
|
1471
1473
|
export interface $RichTextEditorSettings extends $ControlSettings {
|
|
1472
1474
|
/**
|
|
1473
1475
|
* An HTML string representing the editor content. Because this is HTML, the value cannot be generically
|
|
@@ -1699,13 +1701,22 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1699
1701
|
beforeEditorInit?: (oEvent: Event) => void;
|
|
1700
1702
|
}
|
|
1701
1703
|
|
|
1704
|
+
/**
|
|
1705
|
+
* Parameters of the RichTextEditor#beforeEditorInit event.
|
|
1706
|
+
*/
|
|
1702
1707
|
export interface RichTextEditor$BeforeEditorInitEventParameters {}
|
|
1703
1708
|
|
|
1709
|
+
/**
|
|
1710
|
+
* Event object of the RichTextEditor#beforeEditorInit event.
|
|
1711
|
+
*/
|
|
1704
1712
|
export type RichTextEditor$BeforeEditorInitEvent = Event<
|
|
1705
1713
|
RichTextEditor$BeforeEditorInitEventParameters,
|
|
1706
1714
|
RichTextEditor
|
|
1707
1715
|
>;
|
|
1708
1716
|
|
|
1717
|
+
/**
|
|
1718
|
+
* Parameters of the RichTextEditor#change event.
|
|
1719
|
+
*/
|
|
1709
1720
|
export interface RichTextEditor$ChangeEventParameters {
|
|
1710
1721
|
/**
|
|
1711
1722
|
* The new control value.
|
|
@@ -1713,20 +1724,35 @@ declare module "sap/ui/richtexteditor/RichTextEditor" {
|
|
|
1713
1724
|
newValue?: string;
|
|
1714
1725
|
}
|
|
1715
1726
|
|
|
1727
|
+
/**
|
|
1728
|
+
* Event object of the RichTextEditor#change event.
|
|
1729
|
+
*/
|
|
1716
1730
|
export type RichTextEditor$ChangeEvent = Event<
|
|
1717
1731
|
RichTextEditor$ChangeEventParameters,
|
|
1718
1732
|
RichTextEditor
|
|
1719
1733
|
>;
|
|
1720
1734
|
|
|
1735
|
+
/**
|
|
1736
|
+
* Parameters of the RichTextEditor#ready event.
|
|
1737
|
+
*/
|
|
1721
1738
|
export interface RichTextEditor$ReadyEventParameters {}
|
|
1722
1739
|
|
|
1740
|
+
/**
|
|
1741
|
+
* Event object of the RichTextEditor#ready event.
|
|
1742
|
+
*/
|
|
1723
1743
|
export type RichTextEditor$ReadyEvent = Event<
|
|
1724
1744
|
RichTextEditor$ReadyEventParameters,
|
|
1725
1745
|
RichTextEditor
|
|
1726
1746
|
>;
|
|
1727
1747
|
|
|
1748
|
+
/**
|
|
1749
|
+
* Parameters of the RichTextEditor#readyRecurring event.
|
|
1750
|
+
*/
|
|
1728
1751
|
export interface RichTextEditor$ReadyRecurringEventParameters {}
|
|
1729
1752
|
|
|
1753
|
+
/**
|
|
1754
|
+
* Event object of the RichTextEditor#readyRecurring event.
|
|
1755
|
+
*/
|
|
1730
1756
|
export type RichTextEditor$ReadyRecurringEvent = Event<
|
|
1731
1757
|
RichTextEditor$ReadyRecurringEventParameters,
|
|
1732
1758
|
RichTextEditor
|
package/types/sap.ui.rta.d.ts
CHANGED
package/types/sap.ui.suite.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.
|
|
1
|
+
// For Library Version: 1.123.0
|
|
2
2
|
|
|
3
3
|
declare module "sap/ui/suite/library" {
|
|
4
4
|
/**
|
|
@@ -380,7 +380,13 @@ declare module "sap/ui/suite/TaskCircle" {
|
|
|
380
380
|
iValue?: int
|
|
381
381
|
): this;
|
|
382
382
|
}
|
|
383
|
-
|
|
383
|
+
/**
|
|
384
|
+
* Describes the settings that can be provided to the TaskCircle constructor.
|
|
385
|
+
*
|
|
386
|
+
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
387
|
+
* known
|
|
388
|
+
* @experimental (since 1.2) - The API may change. Use with care.
|
|
389
|
+
*/
|
|
384
390
|
export interface $TaskCircleSettings extends $ControlSettings {
|
|
385
391
|
/**
|
|
386
392
|
* Current value of the task circle to be displayed. In dependency of the parameters maxValue and minValue
|
|
@@ -422,8 +428,14 @@ declare module "sap/ui/suite/TaskCircle" {
|
|
|
422
428
|
press?: (oEvent: Event) => void;
|
|
423
429
|
}
|
|
424
430
|
|
|
431
|
+
/**
|
|
432
|
+
* Parameters of the TaskCircle#press event.
|
|
433
|
+
*/
|
|
425
434
|
export interface TaskCircle$PressEventParameters {}
|
|
426
435
|
|
|
436
|
+
/**
|
|
437
|
+
* Event object of the TaskCircle#press event.
|
|
438
|
+
*/
|
|
427
439
|
export type TaskCircle$PressEvent = Event<
|
|
428
440
|
TaskCircle$PressEventParameters,
|
|
429
441
|
TaskCircle
|
|
@@ -686,7 +698,13 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
|
|
|
686
698
|
*/
|
|
687
699
|
setPercentage(iPercentage: int): this;
|
|
688
700
|
}
|
|
689
|
-
|
|
701
|
+
/**
|
|
702
|
+
* Describes the settings that can be provided to the VerticalProgressIndicator constructor.
|
|
703
|
+
*
|
|
704
|
+
* @deprecated (since 1.108) - there's no replacement for this functionality as no active use cases are
|
|
705
|
+
* known
|
|
706
|
+
* @experimental (since 1.2) - The API may change. Use with care.
|
|
707
|
+
*/
|
|
690
708
|
export interface $VerticalProgressIndicatorSettings extends $ControlSettings {
|
|
691
709
|
/**
|
|
692
710
|
* The numerical value between 0 and 100 which determines the height of the vertical bar. Values higher
|
|
@@ -710,8 +728,14 @@ declare module "sap/ui/suite/VerticalProgressIndicator" {
|
|
|
710
728
|
press?: (oEvent: Event) => void;
|
|
711
729
|
}
|
|
712
730
|
|
|
731
|
+
/**
|
|
732
|
+
* Parameters of the VerticalProgressIndicator#press event.
|
|
733
|
+
*/
|
|
713
734
|
export interface VerticalProgressIndicator$PressEventParameters {}
|
|
714
735
|
|
|
736
|
+
/**
|
|
737
|
+
* Event object of the VerticalProgressIndicator#press event.
|
|
738
|
+
*/
|
|
715
739
|
export type VerticalProgressIndicator$PressEvent = Event<
|
|
716
740
|
VerticalProgressIndicator$PressEventParameters,
|
|
717
741
|
VerticalProgressIndicator
|