@sapui5/ts-types 1.102.3 → 1.102.6
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.common.d.ts +1 -1
- package/types/sap.fe.core.d.ts +1 -1
- package/types/sap.fe.macros.d.ts +1 -1
- package/types/sap.fe.navigation.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.gantt.d.ts +11 -1
- package/types/sap.insights.d.ts +1 -1
- package/types/sap.m.d.ts +32 -12
- 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.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 +10 -4
- package/types/sap.ui.dt.d.ts +1 -1
- package/types/sap.ui.export.d.ts +3 -3
- 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.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/package.json
CHANGED
package/types/sap.chart.d.ts
CHANGED
package/types/sap.f.d.ts
CHANGED
package/types/sap.fe.common.d.ts
CHANGED
package/types/sap.fe.core.d.ts
CHANGED
package/types/sap.fe.macros.d.ts
CHANGED
package/types/sap.fe.test.d.ts
CHANGED
package/types/sap.gantt.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.5
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -38173,6 +38173,16 @@ declare namespace sap {
|
|
|
38173
38173
|
*/
|
|
38174
38174
|
sRelationshipShapeSize?: sap.gantt.simple.relationshipShapeSize
|
|
38175
38175
|
): this;
|
|
38176
|
+
/**
|
|
38177
|
+
* Call for 'setRowSettingsTemplate' method of table is made with invalidate Also, create the promise to
|
|
38178
|
+
* wait for inner gantt rendering
|
|
38179
|
+
*/
|
|
38180
|
+
setRowSettingsTempWithInvalid(
|
|
38181
|
+
/**
|
|
38182
|
+
* Table RowSettings template
|
|
38183
|
+
*/
|
|
38184
|
+
oRowSettings: object
|
|
38185
|
+
): void;
|
|
38176
38186
|
/**
|
|
38177
38187
|
* @EXPERIMENTAL (since 1.88)
|
|
38178
38188
|
*
|
package/types/sap.insights.d.ts
CHANGED
package/types/sap.m.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.6
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
/**
|
|
@@ -15496,9 +15496,8 @@ declare namespace sap {
|
|
|
15496
15496
|
* @SINCE 1.99
|
|
15497
15497
|
*
|
|
15498
15498
|
* The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
|
|
15499
|
-
* property string is treated as if it is formatted in this timezone.
|
|
15500
|
-
*
|
|
15501
|
-
* it is adjusted when the `timezone` changes.
|
|
15499
|
+
* property string is treated as if it is formatted in this timezone. The `dateValue` property should not
|
|
15500
|
+
* be used as this could lead to an unpredictable results. Use `getValue()` instead.
|
|
15502
15501
|
*/
|
|
15503
15502
|
timezone?: string | sap.ui.base.ManagedObject.PropertyBindingInfo;
|
|
15504
15503
|
}
|
|
@@ -30531,6 +30530,17 @@ declare namespace sap {
|
|
|
30531
30530
|
*/
|
|
30532
30531
|
aOptionKeys: any[]
|
|
30533
30532
|
): object[];
|
|
30533
|
+
/**
|
|
30534
|
+
* Returns a date in machine timezone setting, removing the offset added by the application configuration.
|
|
30535
|
+
*
|
|
30536
|
+
* @returns A local JS date with removed offset
|
|
30537
|
+
*/
|
|
30538
|
+
removeTimezoneOffset(
|
|
30539
|
+
/**
|
|
30540
|
+
* A local JS date with added offset
|
|
30541
|
+
*/
|
|
30542
|
+
oDate: Object
|
|
30543
|
+
): Object;
|
|
30534
30544
|
/**
|
|
30535
30545
|
* Calculates a date range from a provided object in the format of the DynamicDateRange's value.
|
|
30536
30546
|
*
|
|
@@ -44702,6 +44712,12 @@ declare namespace sap {
|
|
|
44702
44712
|
* @returns Current accessibility state of the control
|
|
44703
44713
|
*/
|
|
44704
44714
|
getAccessibilityInfo(): object;
|
|
44715
|
+
/**
|
|
44716
|
+
* @SINCE 1.102
|
|
44717
|
+
*
|
|
44718
|
+
* This method should not be used because it could produce unpredictable results. Use `getValue()` instead.
|
|
44719
|
+
*/
|
|
44720
|
+
getDateValue(): object;
|
|
44705
44721
|
/**
|
|
44706
44722
|
* Apply the correct icon to the used Date control
|
|
44707
44723
|
*/
|
|
@@ -44760,9 +44776,8 @@ declare namespace sap {
|
|
|
44760
44776
|
* Gets current value of property {@link #getTimezone timezone}.
|
|
44761
44777
|
*
|
|
44762
44778
|
* The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
|
|
44763
|
-
* property string is treated as if it is formatted in this timezone.
|
|
44764
|
-
*
|
|
44765
|
-
* it is adjusted when the `timezone` changes.
|
|
44779
|
+
* property string is treated as if it is formatted in this timezone. The `dateValue` property should not
|
|
44780
|
+
* be used as this could lead to an unpredictable results. Use `getValue()` instead.
|
|
44766
44781
|
*
|
|
44767
44782
|
* @returns Value of property `timezone`
|
|
44768
44783
|
*/
|
|
@@ -44849,9 +44864,8 @@ declare namespace sap {
|
|
|
44849
44864
|
* Sets a new value for property {@link #getTimezone timezone}.
|
|
44850
44865
|
*
|
|
44851
44866
|
* The IANA timezone ID, e.g `"Europe/Berlin"`. Date and time are displayed in this timezone. The `value`
|
|
44852
|
-
* property string is treated as if it is formatted in this timezone.
|
|
44853
|
-
*
|
|
44854
|
-
* it is adjusted when the `timezone` changes.
|
|
44867
|
+
* property string is treated as if it is formatted in this timezone. The `dateValue` property should not
|
|
44868
|
+
* be used as this could lead to an unpredictable results. Use `getValue()` instead.
|
|
44855
44869
|
*
|
|
44856
44870
|
* When called with a value of `null` or `undefined`, the default value of the property will be restored.
|
|
44857
44871
|
*
|
|
@@ -55782,9 +55796,15 @@ declare namespace sap {
|
|
|
55782
55796
|
*/
|
|
55783
55797
|
getShowOverflowSelectList(): boolean;
|
|
55784
55798
|
/**
|
|
55785
|
-
*
|
|
55799
|
+
* @deprecated (since 1.15.0) - Regarding to changes of this control this property is not needed anymore.
|
|
55786
55800
|
*
|
|
55787
|
-
*
|
|
55801
|
+
* Gets current value of property {@link #getShowSelection showSelection}.
|
|
55802
|
+
*
|
|
55803
|
+
* Defines whether the current selection should be visualized.
|
|
55804
|
+
*
|
|
55805
|
+
* Default value is `true`.
|
|
55806
|
+
*
|
|
55807
|
+
* @returns Value of property `showSelection`
|
|
55788
55808
|
*/
|
|
55789
55809
|
getShowSelection(): boolean;
|
|
55790
55810
|
/**
|
package/types/sap.makit.d.ts
CHANGED
package/types/sap.me.d.ts
CHANGED
package/types/sap.ndc.d.ts
CHANGED
package/types/sap.ovp.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
|
@@ -264,7 +264,7 @@ interface JQuery<TElement = HTMLElement> extends Iterable<TElement> {
|
|
|
264
264
|
): jQuery;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
// For Library Version: 1.102.
|
|
267
|
+
// For Library Version: 1.102.6
|
|
268
268
|
|
|
269
269
|
declare module "sap/base/assert" {
|
|
270
270
|
/**
|
|
@@ -15544,11 +15544,11 @@ declare namespace sap {
|
|
|
15544
15544
|
/**
|
|
15545
15545
|
* Whether the fragment content should be added to the `dependents` aggregation of the view
|
|
15546
15546
|
*/
|
|
15547
|
-
addToDependents?:
|
|
15547
|
+
addToDependents?: boolean;
|
|
15548
15548
|
/**
|
|
15549
15549
|
* Whether the IDs of the fragment content will be prefixed by the view ID
|
|
15550
15550
|
*/
|
|
15551
|
-
autoPrefixId?:
|
|
15551
|
+
autoPrefixId?: boolean;
|
|
15552
15552
|
/**
|
|
15553
15553
|
* the ID of the Fragment
|
|
15554
15554
|
*/
|
|
@@ -30723,7 +30723,10 @@ declare namespace sap {
|
|
|
30723
30723
|
/**
|
|
30724
30724
|
* @SINCE 1.99.0
|
|
30725
30725
|
*
|
|
30726
|
-
*
|
|
30726
|
+
* **Note: Due to compatibility considerations, this function will always return the timezone of the browser/host
|
|
30727
|
+
* system in this release**
|
|
30728
|
+
*
|
|
30729
|
+
* Retrieves the configured IANA timezone ID.
|
|
30727
30730
|
*
|
|
30728
30731
|
* @returns The configured IANA timezone ID, e.g. "America/New_York"
|
|
30729
30732
|
*/
|
|
@@ -30905,6 +30908,9 @@ declare namespace sap {
|
|
|
30905
30908
|
/**
|
|
30906
30909
|
* @SINCE 1.99.0
|
|
30907
30910
|
*
|
|
30911
|
+
* **Note: Due to compatibility considerations, this function has no effect in this release. The timezone
|
|
30912
|
+
* configuration will always reflect the timezone of the browser/host system.**
|
|
30913
|
+
*
|
|
30908
30914
|
* Sets the timezone such that all date and time based calculations use this timezone.
|
|
30909
30915
|
*
|
|
30910
30916
|
* When the timezone has changed, the Core will fire its {@link sap.ui.core.Core#event:localizationChanged
|
package/types/sap.ui.dt.d.ts
CHANGED
package/types/sap.ui.export.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// For Library Version: 1.102.
|
|
1
|
+
// For Library Version: 1.102.6
|
|
2
2
|
|
|
3
3
|
declare namespace sap {
|
|
4
4
|
namespace ui {
|
|
@@ -225,7 +225,7 @@ declare namespace sap {
|
|
|
225
225
|
* - `workbook.context` - Context object that will be applied to the generated file. It may contain the
|
|
226
226
|
* following fields:
|
|
227
227
|
* - `application` (string) - The application that creates the XLSX document (default: "SAP UI5")
|
|
228
|
-
* - `version` (string) - Application version that creates the XLSX document (default: "1.102.
|
|
228
|
+
* - `version` (string) - Application version that creates the XLSX document (default: "1.102.6")
|
|
229
229
|
* - `title` (string) - Title of the XLSX document (NOT the filename)
|
|
230
230
|
* - `modifiedBy` (string) - User context for the XLSX document
|
|
231
231
|
* - `sheetName` (string) - The label of the data sheet
|
|
@@ -311,7 +311,7 @@ declare namespace sap {
|
|
|
311
311
|
* columns: aColumns,
|
|
312
312
|
* context: {
|
|
313
313
|
* application: 'Debug Test Application',
|
|
314
|
-
* version: '1.102.
|
|
314
|
+
* version: '1.102.6',
|
|
315
315
|
* title: 'Some random title',
|
|
316
316
|
* modifiedBy: 'John Doe',
|
|
317
317
|
* metaSheetName: 'Custom metadata',
|
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