@sapui5/types 1.114.9 → 1.114.11
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.chart.d.ts +1 -1
- package/types/sap.f.d.ts +1 -1
- package/types/sap.fe.test.d.ts +1 -1
- package/types/sap.gantt.d.ts +1 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +1 -1
- 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.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 +1 -1
- package/types/sap.ui.core.d.ts +11 -13
- 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 +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 +1 -1
- 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 +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 +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 +1 -1
- 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.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.sac.df.d.ts
CHANGED
package/types/sap.tnt.d.ts
CHANGED
package/types/sap.ui.comp.d.ts
CHANGED
package/types/sap.ui.core.d.ts
CHANGED
|
@@ -280,7 +280,7 @@ declare namespace sap {
|
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
// For Library Version: 1.114.
|
|
283
|
+
// For Library Version: 1.114.14
|
|
284
284
|
|
|
285
285
|
declare module "sap/base/assert" {
|
|
286
286
|
/**
|
|
@@ -26730,35 +26730,33 @@ declare module "sap/ui/core/LocaleData" {
|
|
|
26730
26730
|
/**
|
|
26731
26731
|
* Get month names in width "narrow", "abbreviated" or "wide".
|
|
26732
26732
|
*
|
|
26733
|
-
* @returns array of month names
|
|
26733
|
+
* @returns The array of month names
|
|
26734
26734
|
*/
|
|
26735
26735
|
getMonths(
|
|
26736
26736
|
/**
|
|
26737
|
-
*
|
|
26737
|
+
* The required width for the month names
|
|
26738
26738
|
*/
|
|
26739
|
-
sWidth:
|
|
26739
|
+
sWidth: "narrow" | "abbreviated" | "wide",
|
|
26740
26740
|
/**
|
|
26741
|
-
*
|
|
26742
|
-
* or calculated from locale.
|
|
26741
|
+
* The type of calendar; defaults to the calendar type either set in configuration or calculated from locale
|
|
26743
26742
|
*/
|
|
26744
26743
|
sCalendarType?: CalendarType | keyof typeof CalendarType
|
|
26745
|
-
):
|
|
26744
|
+
): string[];
|
|
26746
26745
|
/**
|
|
26747
26746
|
* Get standalone month names in width "narrow", "abbreviated" or "wide".
|
|
26748
26747
|
*
|
|
26749
|
-
* @returns array of month names
|
|
26748
|
+
* @returns The array of standalone month names
|
|
26750
26749
|
*/
|
|
26751
26750
|
getMonthsStandAlone(
|
|
26752
26751
|
/**
|
|
26753
|
-
*
|
|
26752
|
+
* The required width for the month names
|
|
26754
26753
|
*/
|
|
26755
|
-
sWidth:
|
|
26754
|
+
sWidth: "narrow" | "abbreviated" | "wide",
|
|
26756
26755
|
/**
|
|
26757
|
-
*
|
|
26758
|
-
* or calculated from locale.
|
|
26756
|
+
* The type of calendar; defaults to the calendar type either set in configuration or calculated from locale
|
|
26759
26757
|
*/
|
|
26760
26758
|
sCalendarType?: CalendarType | keyof typeof CalendarType
|
|
26761
|
-
):
|
|
26759
|
+
): string[];
|
|
26762
26760
|
/**
|
|
26763
26761
|
* Get number symbol "decimal", "group", "plusSign", "minusSign", "percentSign".
|
|
26764
26762
|
*
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.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
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
package/types/sap.ushell.d.ts
CHANGED
package/types/sap.uxap.d.ts
CHANGED
package/types/sap.viz.d.ts
CHANGED
package/types/sap.zen.dsh.d.ts
CHANGED